summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix FileSnapshot.isModifiedChristian Halstrick2016-12-133-23/+103
* | Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* | Configure max heap size for Maven buildMatthias Sohn2016-12-091-0/+1
* | Upgrade errorprone to 2.0.15David Pursehouse2016-12-081-1/+1
* | Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-072-3/+3
* | Expose getObjectToTransfer method of FileLfsServletJacek Centkowski2016-12-061-1/+14
* | Merge branch 'stable-4.5'David Pursehouse2016-12-061-2/+3
|\|
| * Use the same variable to check and extract LFS object idJacek Centkowski2016-11-241-2/+3
* | Upgrade buck to latest versionDavid Pursehouse2016-12-011-1/+1
* | Fix merge-base calculationChristian Halstrick2016-11-282-11/+59
* | Configure Maven to run tests concurrently by defaultMatthias Sohn2016-11-251-0/+1
* | Enable error-prone for the Maven buildDavid Pursehouse2016-11-251-1/+48
* | Fix encoding of LFSPointer filesChristian Halstrick2016-11-243-5/+85
* | Specify RevisionSyntaxException message in Repository#resolveGrace Wang2016-11-241-3/+11
* | Add missing @since tags for new APIMatthias Sohn2016-11-232-1/+5
* | dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-223-4/+20
* | Merge "Close input stream after use"Jonathan Nieder2016-11-221-7/+11
|\ \
| * | Close input stream after useZhen Chen2016-11-221-7/+11
* | | Fix content length in HttpClientConnectionZhen Chen2016-11-221-2/+11
|/ /
* | Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-2120-41/+780
* | Add Oxygen target platform and remove target platforms older than MarsMatthias Sohn2016-11-175-101/+27
* | Update JavaEWAH to 1.1.6Dave Borowitz2016-11-1710-16/+99
* | Add missing @since tags for new APIMatthias Sohn2016-11-142-0/+3
* | Fix cryptoVer constant name to CRYPTO_VERShawn Pearce2016-11-141-3/+3
* | RepositoryCache: simplify codeShawn Pearce2016-11-141-6/+3
* | Add missing @Override found by ErrorProneShawn Pearce2016-11-144-17/+25
* | Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-1415-82/+43
* | Merge "Support {get,set}GitwebDescription on InMemoryRepository"David Pursehouse2016-11-141-0/+13
|\ \
| * | Support {get,set}GitwebDescription on InMemoryRepositoryShawn Pearce2016-11-141-0/+13
* | | Organize importsDavid Pursehouse2016-11-1488-159/+149
|/ /
* | Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-145-6/+174
* | Merge "Don't serialize internal hash collision chain link"Shawn Pearce2016-11-141-1/+1
|\ \
| * | Don't serialize internal hash collision chain linkThomas Wolf2016-10-291-1/+1
* | | Merge "Reduce synchronized scope around ConcurrentHashMap"Shawn Pearce2016-11-141-15/+15
|\ \ \
| * | | Reduce synchronized scope around ConcurrentHashMapPhilipp Marx2016-11-121-15/+15
* | | | Merge changes Id89b3cd0,I5b0fb122Shawn Pearce2016-11-142-4/+21
|\ \ \ \
| * | | | FileLfsServlet: Make sendError protectedDavid Pursehouse2016-11-131-1/+13
| * | | | Make ObjectUploadListener publicDavid Pursehouse2016-11-131-3/+8
* | | | | Merge "StreamCopyThread: Remove unused AtomicInteger import"Jonathan Nieder2016-11-131-1/+0
|\ \ \ \ \
| * | | | | StreamCopyThread: Remove unused AtomicInteger importJonathan Nieder2016-11-131-1/+0
* | | | | | Merge "Extract insecure Cipher factory"Matthias Sohn2016-11-132-6/+71
|\ \ \ \ \ \
| * | | | | | Extract insecure Cipher factoryShawn Pearce2016-11-132-6/+71
* | | | | | | Merge "Get rid of SoftReference in RepositoryCache"Jonathan Nieder2016-11-132-23/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Get rid of SoftReference in RepositoryCacheHugo Arès2016-11-132-23/+12
| |/ / / / /
* | | | | | StreamCopyThread: flush cannot interrupt a writeJonathan Nieder2016-11-131-13/+3
* | | | | | StreamCopyThread: Remove unnecessary flushCountJonathan Nieder2016-11-131-12/+1
| |/ / / / |/| | | |
* | | | | Merge "Switch JSchSession to simple isolated OutputStream"Shawn Pearce2016-11-135-27/+249
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-135-27/+249
| |/ / /
* / / / WalkEncryption: Cleanup Java 8 supportShawn Pearce2016-11-131-35/+3
|/ / /
* | | Check that DfsBlockCache#blockSize is a power of 2Philipp Marx2016-11-115-1/+99