Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2-22/+33
2016-10-26CleanFilter: use atomic move to move temporary file to media fileMatthias Sohn1-1/+3
2016-10-26Fix temporary file leak in CleanFilterMatthias Sohn1-0/+2
2016-10-26Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2-8/+9
2016-10-26Speedup CleanFilter by transferring data in chunks of 8kMatthias Sohn1-5/+6
2016-10-12Content type constants used in lfs should be finalMatthias Sohn2-2/+19
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn3-5/+5
2016-09-20Move AtomicObjectOutputStream to lfs/internalChristian Halstrick4-1/+131
2016-09-20Add built-in LFS smudge filter for local caseChristian Halstrick4-2/+181
2016-09-20Add built-in LFS clean filterChristian Halstrick8-5/+534
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-9/+9
2016-08-30Add specific exception for LFS unavailableDavid Pursehouse3-1/+68
2016-08-30Add Javadoc for LFS exception messagesDavid Pursehouse7-0/+7
2016-08-25LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse1-0/+61
2016-08-20LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2-0/+122
2016-08-20LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse4-3/+15
2016-08-05LfsProtocolServlet: Allow getLargeFileRepository to raise exceptionsDavid Pursehouse4-0/+243
2016-07-26Ignore 'The value of exception parameter is not used' warningDavid Pursehouse1-0/+1
2016-07-26Update links to LFS API documentationDavid Pursehouse1-2/+2
2016-06-01Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2-9/+9
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-9/+9
2016-04-07Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2-9/+9
2016-04-07JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
2016-04-07JGit v4.3.0.201604071045-rMatthias Sohn2-2/+2
2016-04-05Prepare 4.3-SNAPSHOT buildsMatthias Sohn2-2/+2
2016-03-23JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2-2/+2
2016-02-04Support LFS protocol and a file system based LFS storageMatthias Sohn2-1/+109
2016-02-04Implement SHA-256 abstractionMatthias Sohn26-0/+2733

    Back to the top