summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2016-08-203-0/+132
* LfsProtocolServlet: Always include message in error responseDavid Pursehouse2016-08-201-1/+2
* LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse2016-08-204-3/+15
* Merge "DownloadTest: Use enums from org.apache.http.HttpStatus"Matthias Sohn2016-08-191-3/+8
|\
| * DownloadTest: Use enums from org.apache.http.HttpStatusDavid Pursehouse2016-08-201-3/+8
* | Merge "Ignore IOException thrown from close"Shawn Pearce2016-08-191-1/+10
|\ \ | |/ |/|
| * Ignore IOException thrown from closeMasaya Suzuki2016-08-191-1/+10
* | DfsObjDatabase: clear PackList dirty bit if no new packsShawn Pearce2016-08-191-1/+14
|/
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-172-2/+68
* LfsProtocolServlet: Always set the Content-Type header on responseDavid Pursehouse2016-08-161-2/+3
* LfsProtocolServlet: Don't set pretty printing on GsonDavid Pursehouse2016-08-161-5/+4
* Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"Jonathan Nieder2016-08-151-3/+19
|\
| * BaseReceivePack: null and IllegalStateException cases for getPushOptionsDan Wang2016-08-101-3/+19
* | Update .mailmapDavid Pursehouse2016-08-091-0/+1
* | LfsProtocolServlet: Reuse existing Writer when sending error responseDavid Pursehouse2016-08-091-27/+19
* | RepoCommand: Avoid group lists shadowing groups stringsJonathan Nieder2016-08-082-10/+10
* | PackWriter: Fix Javadoc tag for thrown exception in preparePackDavid Pursehouse2016-08-091-1/+1
* | Merge "Document new PackWriter#preparePack variant's parameters and exceptions"Jonathan Nieder2016-08-081-0/+20
|\ \
| * | Document new PackWriter#preparePack variant's parameters and exceptionsJonathan Nieder2016-08-081-0/+20
* | | Silence API errors in LfsProtocolServletMatthias Sohn2016-08-091-0/+17
* | | Add missing @since tags for new APIMatthias Sohn2016-08-093-1/+10
* | | Merge "Require-Bundle com.jcraft.jsch replaced by Import-Package statement"Matthias Sohn2016-08-081-1/+1
|\ \ \ | |/ / |/| |
| * | Require-Bundle com.jcraft.jsch replaced by Import-Package statementJens Offenbach2016-08-091-1/+1
* | | Merge changes Ib0d8c294,Idfb83482Jonathan Nieder2016-08-082-6/+30
|\ \ \ | |/ / |/| |
| * | Shallow fetch: Pass along "shallow"s in unparsed-wants case, tooJonathan Nieder2016-08-082-3/+24
| * | Shallow fetch: Pass a DepthWalk to PackWriterJonathan Nieder2016-08-081-3/+6
* | | Fix non-parameterized generic type warningMatthias Sohn2016-08-081-1/+3
* | | Merge "Add path src/ to source path in build.properties"Matthias Sohn2016-08-082-2/+4
|\ \ \
| * | | Add path src/ to source path in build.propertiesMatthias Sohn2016-08-062-2/+4
* | | | Merge "Skip cleaning inner repositories by default in CleanCommand"Christian Halstrick2016-08-072-11/+113
|\ \ \ \
| * | | | Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-042-11/+113
* | | | | Merge "Add testCleanDirsWithSubmodule test to CleanCommandTest"Christian Halstrick2016-08-071-0/+28
|\| | | | | |/ / / |/| | |
| * | | Add testCleanDirsWithSubmodule test to CleanCommandTestMatthaus Owens2016-08-041-0/+28
* | | | Merge changes I27961679,I91be6165,If0dbd562Jonathan Nieder2016-08-058-29/+323
|\ \ \ \
| * | | | LfsProtocolServlet: Allow access to objects in requestDavid Pursehouse2016-08-052-1/+28
| * | | | LfsProtocolServlet: Allow getLargeFileRepository to raise exceptionsDavid Pursehouse2016-08-055-6/+292
| * | | | Remove references to org.eclipse.jgit.java7David Pursehouse2016-08-052-22/+3
* | | | | Shallow fetch/clone: Make --depth mean the total history depthTerry Parker2016-08-055-13/+67
| |_|/ / |/| | |
* | | | Shallow fetch: Respect "shallow" linesTerry Parker2016-08-055-24/+88
|/ / /
* | | Merge changes from topic 'shallowClone'Jonathan Nieder2016-08-043-6/+88
|\ \ \
| * | | RevWalk: Make fields available to DepthWalkTerry Parker2016-08-041-1/+1
| * | | Shallow fetch: avoid sending unneeded blobsTerry Parker2016-08-042-5/+87
* | | | Merge "PackWriterTest: Improve readability"Terry Parker2016-08-041-10/+17
|\| | |
| * | | PackWriterTest: Improve readabilityTerry Parker2016-08-041-10/+17
| |/ /
* / / DiffFormatter: Support setting a reader without a repoDave Borowitz2016-08-033-25/+42
|/ /
* | Merge "RefSpec: Make WildcardMode public"Jonathan Nieder2016-07-281-2/+20
|\ \
| * | RefSpec: Make WildcardMode publicStefan Beller2016-07-281-2/+20
* | | Fix typo in email address in copyright headersDavid Pursehouse2016-07-285-5/+5
* | | 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