Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn3-44/+44
2016-12-24JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn3-4/+4
2016-12-23Merge branch 'stable-4.5'Matthias Sohn1-3/+8
2016-12-21[infer] Fix resource leak in IndexDiffMatthias Sohn1-5/+7
2016-12-20[infer] Fix resource leak in ObjectCheckerMatthias Sohn1-2/+3
2016-12-19[infer] Fix a resource leak in PackWriterMatthias Sohn1-7/+8
2016-12-18[infer] Fix resource leaks in DfsInserterMatthias Sohn1-3/+4
2016-12-18[infer] Fix resource leak in ManifestParserMatthias Sohn1-14/+8
2016-12-18[infer] Fix resource leak in RepoCommandMatthias Sohn1-9/+3
2016-12-18[infer] Fix resource leak in DirCacheMatthias Sohn1-3/+3
2016-12-18[infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn3-6/+3
2016-12-18[infer] Fix resource leaks in SubmoduleAddCommandMatthias Sohn1-2/+8
2016-12-18[infer] Fix resource leaks in RebaseCommandMatthias Sohn1-7/+9
2016-12-18[infer] Fix resource leak in BlameCommandMatthias Sohn1-5/+6
2016-12-13Fix one case of missing objectHector Oswaldo Caballero1-3/+8
2016-12-13Fix FileSnapshot.isModifiedChristian Halstrick1-6/+0
2016-12-10Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2-18/+78
2016-12-08Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2-3/+3
2016-11-28Fix merge-base calculationChristian Halstrick1-10/+33
2016-11-24Specify RevisionSyntaxException message in Repository#resolveGrace Wang1-3/+11
2016-11-23Add missing @since tags for new APIMatthias Sohn2-1/+5
2016-11-23dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2-3/+18
2016-11-22Close input stream after useZhen Chen1-7/+11
2016-11-21Define MonotonicClock interface for advanced timestampsShawn Pearce16-35/+662
2016-11-16Update JavaEWAH to 1.1.6Dave Borowitz2-3/+3
2016-11-15Add missing @since tags for new APIMatthias Sohn1-0/+2
2016-11-14Fix cryptoVer constant name to CRYPTO_VERShawn Pearce1-3/+3
2016-11-14RepositoryCache: simplify codeShawn Pearce1-6/+3
2016-11-14Add missing @Override found by ErrorProneShawn Pearce4-17/+25
2016-11-14Deprecate SafeBufferedOutputStreamShawn Pearce11-58/+27
2016-11-14Merge "Support {get,set}GitwebDescription on InMemoryRepository"David Pursehouse1-0/+13
2016-11-14Support {get,set}GitwebDescription on InMemoryRepositoryShawn Pearce1-0/+13
2016-11-14Organize importsDavid Pursehouse35-51/+46
2016-11-14Add {get,set}GitwebDescription to RepositoryShawn Pearce4-6/+88
2016-11-14Merge "Don't serialize internal hash collision chain link"Shawn Pearce1-1/+1
2016-11-14Merge "Reduce synchronized scope around ConcurrentHashMap"Shawn Pearce1-15/+15
2016-11-14Merge "StreamCopyThread: Remove unused AtomicInteger import"Jonathan Nieder1-1/+0
2016-11-14StreamCopyThread: Remove unused AtomicInteger importJonathan Nieder1-1/+0
2016-11-14Merge "Extract insecure Cipher factory"Matthias Sohn2-6/+71
2016-11-13Merge "Get rid of SoftReference in RepositoryCache"Jonathan Nieder2-23/+12
2016-11-13Extract insecure Cipher factoryShawn Pearce2-6/+71
2016-11-13StreamCopyThread: flush cannot interrupt a writeJonathan Nieder1-13/+3
2016-11-13StreamCopyThread: Remove unnecessary flushCountJonathan Nieder1-12/+1
2016-11-13Merge "Switch JSchSession to simple isolated OutputStream"Shawn Pearce5-27/+249
2016-11-13Get rid of SoftReference in RepositoryCacheHugo Arès2-23/+12
2016-11-13Switch JSchSession to simple isolated OutputStreamShawn Pearce5-27/+249
2016-11-13WalkEncryption: Cleanup Java 8 supportShawn Pearce1-35/+3
2016-11-12Reduce synchronized scope around ConcurrentHashMapPhilipp Marx1-15/+15
2016-11-11Check that DfsBlockCache#blockSize is a power of 2Philipp Marx4-1/+11
2016-11-07Fix loop in auto gcMatthias Sohn1-5/+5

Back to the top