aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Push implementation of option strings"Terry Parker2016-07-2212-6/+611
|\
| * Push implementation of option stringsDan Wang2016-07-2212-6/+611
* | DfsObjDatabase: Add lazy last modified method to PackListDave Borowitz2016-07-191-0/+14
* | Merge changes I159e9154,I06c722b2Dave Borowitz2016-07-193-43/+188
|\ \ | |/ |/|
| * DfsObjectDatabase: Expose PackList and move markDirty thereDave Borowitz2016-07-182-20/+37
| * Invalidate DfsObjDatabase pack list when refs are updatedDave Borowitz2016-07-143-40/+168
* | BatchRefUpdate: Remove unused namesToCheck variableDan Wang2016-07-151-2/+0
* | Fix AppServer build errors in Eclipse with <4.6 target platformsMatthias Sohn2016-07-141-18/+27
|/
* Merge branch 'stable-4.4'Matthias Sohn2016-07-1212-69/+578
|\
| * Log if Repository.useCnt becomes negativeMatthias Sohn2016-07-123-1/+19
| * Time based eviction strategy for repository cacheChristian Halstrick2016-07-125-13/+419
| * Add method to read time unit from configHugo Arès2016-07-125-0/+227
| * Align include.path max depth with native gitHugo Arès2016-06-271-1/+1
| * Config load should not fail on unsupported or nonexistent include pathHugo Arès2016-06-274-7/+33
| * Merge "Extract work queue to allow reusing it" into stable-4.4Matthias Sohn2016-06-212-46/+102
| |\
| | * Extract work queue to allow reusing itMatthias Sohn2016-06-082-46/+102
| * | Allow using JDK 7 bootclasspath when compiling JGit using Java 8Matthias Sohn2016-06-211-1/+5
| |/
* | Implement new abstract MappedLoginService methods added in Jetty 9.3Matthias Sohn2016-07-111-0/+8
* | DfsGarbageCollector: avoid closing idx and bitmap streams twiceJonathan Nieder2016-07-071-4/+4
* | Fix unclosed resource warnings in FileTreeIteratorTestMatthias Sohn2016-07-071-29/+30
* | Fix assertion in SmartClientSmartServerTest.testPush_CreateBranch()Matthias Sohn2016-07-071-1/+1
* | ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-053-1/+74
* | ReceivePack: catch InvalidObjectIdException while parsing shallowShawn Pearce2016-07-051-1/+11
* | ReceivePack: remove unnecessary try-catch around parseCommandShawn Pearce2016-07-051-7/+1
* | ReceivePack: enable capabilities immediately on first lineShawn Pearce2016-07-052-5/+5
* | ReceivePack: Use Java 7 multi-catch for unpackErrorShawn Pearce2016-07-051-5/+1
* | PushConnectionTest: Use Java 7 try-with-resourcesShawn Pearce2016-07-051-10/+3
* | push: Report fatal server errors during pack writingShawn Pearce2016-07-051-1/+51
* | ReceivePack: Catch InvalidObjectIdException instead of IAEShawn Pearce2016-07-051-1/+2
* | UploadPack: Include peeled ObjectId as advertisedShawn Pearce2016-07-051-2/+8
* | Merge "UploadPack: Remove duplicate sentReady assignment"Christian Halstrick2016-07-051-1/+0
|\ \
| * | UploadPack: Remove duplicate sentReady assignmentShawn Pearce2016-07-041-1/+0
* | | Merge "Remove duplicate LFS feature from P2 repository"Matthias Sohn2016-07-041-3/+0
|\ \ \
| * | | Remove duplicate LFS feature from P2 repositoryChristian Halstrick2016-07-051-3/+0
* | | | Merge "UploadPack: Correct typo of negotiation in Javadoc"Matthias Sohn2016-07-041-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | UploadPack: Correct typo of negotiation in JavadocShawn Pearce2016-07-041-2/+2
* | | Remove no longer needed API problem filtersMatthias Sohn2016-07-041-40/+0
|/ /
* | Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* | Fix typo in system config error messageMichael Keppler2016-07-011-1/+1
* | Add configureJSch method to allow configuration of JSch objectsmarkdingram2016-07-011-0/+16
* | Remove duplicated single quotes in text not handled by MessageFormatMarkus Keller2016-07-011-5/+5
* | Merge changes from topic 'dfs-gc'Shawn Pearce2016-06-273-41/+372
|\ \
| * | Prune UNREACHABLE_GARBAGE packs when they expireMike Williams2016-06-272-11/+345
| * | Use try-with-resources in DfsGarbageCollector.writePackShawn Pearce2016-06-261-15/+5
| * | Fix lastModified to be consistent in DfsGarbageCollectorShawn Pearce2016-06-261-1/+3
| * | Add GC_REST PackSource to better order DFS packsShawn Pearce2016-06-262-15/+20
* | | Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-232-1/+24
|/ /
* | Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-233-11/+98
* | Optimize RefAdvertiser for wire protocolShawn Pearce2016-06-183-5/+211
* | Merge branch 'stable-4.4'Matthias Sohn2016-06-144-23/+113
|\|