aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-19/+29
* Introduce ObjectLoader.Filter for delegationHan-Wen Nienhuys2017-10-241-0/+38
* Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-041-8/+0
* Use 8192 as default buffer size in ObjectLoader copyToShawn O. Pearce2010-09-061-1/+1
* Improve LargeObjectException reportingShawn O. Pearce2010-08-301-4/+7
* Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-271-1/+1
* Increase the default streaming threshold to 15 MiBShawn O. Pearce2010-08-251-1/+1
* Add brute force byte array loading to ObjectLoaderShawn O. Pearce2010-08-251-4/+96
* Don't copy more than the object sizeShawn O. Pearce2010-08-241-3/+3
* Use the ObjectStream size during copyToShawn O. Pearce2010-08-241-1/+2
* Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-021-2/+13
* Support large loose objects as streamsShawn O. Pearce2010-07-011-0/+51
* Add openStream to ObjectLoader for big blobsShawn O. Pearce2010-06-301-2/+86
* Remove getRawSize, getRawType from ObjectLoaderShawn O. Pearce2010-06-261-13/+0
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+105