aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org
Commit message (Expand)AuthorAgeFilesLines
* InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse2017-12-081-1/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-192-0/+4
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Expose LFS operation strings as public constantsDavid Pursehouse2017-01-131-0/+21
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-141-0/+1
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-132-0/+69
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-102-3/+111
* [findBugs] Fix potential NPE in CleanFilterMatthias Sohn2016-12-291-1/+4
* Fix encoding of LFSPointer filesChristian Halstrick2016-11-241-5/+13
* Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2016-10-262-22/+33
* CleanFilter: use atomic move to move temporary file to media fileMatthias Sohn2016-10-261-1/+3
* Fix temporary file leak in CleanFilterMatthias Sohn2016-10-261-0/+2
* Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2016-10-262-8/+9
* Speedup CleanFilter by transferring data in chunks of 8kMatthias Sohn2016-10-261-5/+6
* Content type constants used in lfs should be finalMatthias Sohn2016-10-121-2/+2
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-202-0/+129
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-203-1/+179
* Add built-in LFS clean filterChristian Halstrick2016-09-206-2/+528
* Add specific exception for LFS unavailableDavid Pursehouse2016-08-302-0/+66
* Add Javadoc for LFS exception messagesDavid Pursehouse2016-08-307-0/+7
* LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse2016-08-241-0/+61
* LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2016-08-202-0/+122
* LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse2016-08-203-2/+12
* LfsProtocolServlet: Allow getLargeFileRepository to raise exceptionsDavid Pursehouse2016-08-054-0/+243
* Update links to LFS API documentationDavid Pursehouse2016-07-261-2/+2
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-042-1/+109
* Implement SHA-256 abstractionMatthias Sohn2016-02-047-0/+1752