aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LfsServerTest: Treat response body as UTF-8 when decoding error messageDavid Pursehouse2016-07-281-9/+12
* LfsProtocolServlet: Pass request and path to getLargeFileRepositoryDavid Pursehouse2016-07-272-14/+31
* FileLfsServlet: Include error message in response bodyDavid Pursehouse2016-07-273-15/+62
* FileLfsServlet: Return HTTP 422 instead of 400David Pursehouse2016-07-272-4/+4
* MergeFormatter: Suppress warning about unchecked conversionDavid Pursehouse2016-07-261-0/+1
* Repository: Log negative useCnt message together with stack traceDavid Pursehouse2016-07-261-2/+3
* Annotate Sets#of with @SafeVarArgs to prevent heap pollution warningDavid Pursehouse2016-07-261-0/+1
* Archive: Make project name consistent with other subprojects'David Pursehouse2016-07-261-1/+1
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-2617-0/+17
* Update links to LFS API documentationDavid Pursehouse2016-07-263-4/+4
* Merge branch 'stable-4.4'David Pursehouse2016-07-262-4/+29
|\
| * JGit v4.4.1.201607150455-rv4.4.1.201607150455-rMatthias Sohn2016-07-1556-59/+59
| * Merge "RefDirectory: remove ref lock file for following ref dir removal" into...Christian Halstrick2016-07-152-4/+29
| |\
| | * RefDirectory: remove ref lock file for following ref dir removalMarco Miller2016-06-102-4/+29
* | | RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-254-9/+111
* | | RefSpec: reject refs ending in '/'Stefan Beller2016-07-252-0/+12
* | | 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