aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* [infer] Fix resource leaks in DfsInserterMatthias Sohn2016-12-191-3/+4
* [infer] Fix resource leak in ManifestParserMatthias Sohn2016-12-181-14/+8
* [infer] Fix resource leak in RepoCommandMatthias Sohn2016-12-181-9/+3
* [infer] Fix resource leak in DirCacheMatthias Sohn2016-12-181-3/+3
* [infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn2016-12-183-6/+3
* [infer] Fix resource leaks in SubmoduleAddCommandMatthias Sohn2016-12-181-2/+8
* [infer] Fix resource leaks in RebaseCommandMatthias Sohn2016-12-181-7/+9
* [infer] Fix resource leak in BlameCommandMatthias Sohn2016-12-181-5/+6
* Fix FileSnapshot.isModifiedChristian Halstrick2016-12-131-6/+0
* Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-072-3/+3
* Fix merge-base calculationChristian Halstrick2016-11-281-10/+33
* 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-222-3/+18
* Close input stream after useZhen Chen2016-11-221-7/+11
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-2116-35/+662
* Update JavaEWAH to 1.1.6Dave Borowitz2016-11-172-3/+3
* Add missing @since tags for new APIMatthias Sohn2016-11-141-0/+2
* 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-1411-58/+27
* 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-1435-51/+46
|/
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-144-6/+88
* 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 "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-114-1/+11
* | Fix loop in auto gcMatthias Sohn2016-11-071-5/+5
* | StreamCopyThread: Do not drop data when flush is observed before writingJonathan Nieder2016-11-041-5/+1
* | StreamCopyThread: Do not let flush interrupt a writeJonathan Nieder2016-11-041-17/+29
* | Fix flush call race condition in StreamCopyThreadZhen Chen2016-10-311-1/+7
* | Add missing @since tag for new protected field in ObjectReaderMatthias Sohn2016-10-241-2/+3
* | Make streamFileThreshold configurableKevin Corcoran2016-10-243-8/+32
|/
* Move constants used for config-files to ConfigConstantsChristian Halstrick2016-10-233-10/+18