aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Organize importsDavid Pursehouse2016-11-1435-51/+46
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-143-6/+87
* 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-134-27/+248
|\ \ \ \ | |/ / / |/| | |
| * | | Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-134-27/+248
| |/ /
* / / WalkEncryption: Cleanup Java 8 supportShawn Pearce2016-11-131-35/+3
|/ /
* | Check that DfsBlockCache#blockSize is a power of 2Philipp Marx2016-11-113-1/+10
* | 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
* Implement auto gcMatthias Sohn2016-10-238-1/+217
* CheckoutCommand: Add method to add multiple pathsDavid Pursehouse2016-10-221-0/+20
* Fix possible SIOOBE in RefDirectory.parsePackedRefsMarc Strapetz2016-10-212-0/+6
* TransportBundleFile: Resolve remote repository locallyThomas Meyer2016-10-211-1/+1
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-192-0/+30
* Add "concurrencyLevel" option to DfsBlockCachePhilipp Marx2016-10-193-1/+39
* Merge branch 'stable-4.5'David Pursehouse2016-10-191-3/+3
|\
| * Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* | FS: Fix lazy initialization of non-volatile static fieldDavid Pursehouse2016-10-181-1/+1
* | PackOutputStream: Add comment for intentional use of non-short-circuit logicDavid Pursehouse2016-10-181-1/+1
* | Merge branch 'stable-4.5'Matthias Sohn2016-10-141-10/+4
|\|
| * Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-121-1/+1
* | AmazonS3: ensure that errorStream is closedMatthias Sohn2016-10-121-12/+20
* | Merge "Add toString() to CherryPickCommand and ResetCommand"Matthias Sohn2016-10-122-0/+19
|\ \
| * | Add toString() to CherryPickCommand and ResetCommandMatthias Sohn2016-10-092-0/+19
* | | Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-112-8/+31
* | | Merge "Fix CheckoutCommand to return updated files even on NONDELETED status"Christian Halstrick2016-10-102-3/+27
|\ \ \ | |/ / |/| |
| * | Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-272-3/+27
* | | Delay inserter.flush in WalkFetchConnectionZhen Chen2016-10-021-3/+7
* | | Remove unused code from class RepositoryRüdiger Herrmann2016-09-301-9/+0
|/ /
* | Merge branch 'stable-4.5'Matthias Sohn2016-09-241-1/+1
|\|
| * Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-241-1/+1
| |\
| | * Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-1/+1
* | | RepositoryCache#unregisterAndCloseRepository: Remove unused db parameterDavid Pursehouse2016-09-231-3/+2