aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectLoader.java
Commit message (Expand)AuthorAgeFilesLines
* 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