summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-286-14/+100
* Simplify UploadPack use of options during writingShawn O. Pearce2010-07-281-4/+2
* Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-287-485/+637
* Allow PackWriter callers to manage the thread poolShawn O. Pearce2010-07-282-24/+185
* Remove static progress task names from PackWriterShawn O. Pearce2010-07-281-30/+6
* Break dissimilar file pairs during diffJeff Schumacher2010-07-275-21/+155
* Add methods which write MERGE_HEAD and MERGE_MSGChristian Halstrick2010-07-271-3/+60
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-2712-25/+83
* Fix Javadoc warningsRobin Stocker2010-07-274-16/+15
* Make forPath(ObjectReader) variant in TreeWalkShawn O. Pearce2010-07-271-8/+40
* Make StoredConfig an abstraction above FileBasedConfigShawn O. Pearce2010-07-263-2/+94
* Merge branch 'delta'Shawn O. Pearce2010-07-22150-4981/+11691
|\
| * Discard the uncompressed delta as soon as its compressedShawn O. Pearce2010-07-161-0/+1
| * Honor pack.windowlimit to cap memory usage during packingShawn O. Pearce2010-07-093-4/+89
| * Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-097-11/+358
| * Cache small deltas during packingShawn O. Pearce2010-07-095-21/+379
| * Implement delta generation during packingShawn O. Pearce2010-07-093-1/+622
| * debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-092-4/+18
| * Initial pack format delta generatorShawn O. Pearce2010-07-094-13/+865
| * Add debugging toString() method to ObjectToPackShawn O. Pearce2010-07-091-0/+28
| * Make ObjectToPack clearReuseAsIs signal available to subclassesShawn O. Pearce2010-07-092-1/+14
| * Correctly classify the compressing objects phaseShawn O. Pearce2010-07-091-15/+6
| * Refactor ObjectToPack's delta depth settingShawn O. Pearce2010-07-091-8/+1
| * Configure core.bigFileThreshold into PackWriterShawn O. Pearce2010-07-092-0/+31
| * Add doNotDelta flag to ObjectToPackShawn O. Pearce2010-07-092-1/+16
| * Add more configuration options to PackWriterShawn O. Pearce2010-07-092-8/+152
| * Save object path hash codes during packingShawn O. Pearce2010-07-092-5/+30
| * Add path hash code to ObjectWalkShawn O. Pearce2010-07-092-0/+30
| * Add getObjectSize to ObjectReaderShawn O. Pearce2010-07-097-1/+247
| * Allow TemporaryBuffer.Heap to allocate smaller than 8 KiBShawn O. Pearce2010-07-091-8/+25
| * Define a constant for 127 in DeltaEncoderShawn O. Pearce2010-07-071-1/+4
| * Cap delta copy instructions at 64kShawn O. Pearce2010-07-071-12/+50
| * Fix DeltaEncoder header for objects 128 bytes longShawn O. Pearce2010-07-071-1/+1
| * amend commit: Support large delta packed objects as streamsShawn O. Pearce2010-07-064-7/+7
| * amend commit: Support large loose objects as streamsShawn O. Pearce2010-07-061-13/+63
| * Improve description of isBare and NoWorkTreeExceptionShawn O. Pearce2010-07-031-10/+17
| * amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-033-3/+3
| * Remove pointless size test in PackFile decompressShawn O. Pearce2010-07-031-2/+0
| * Avoid unbounded getCachedBytes during parseAnyShawn O. Pearce2010-07-031-3/+2
| * Make type and size lazy for large delta objectsShawn O. Pearce2010-07-032-22/+89
| * Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-0213-9/+193
| * Support large delta packed objects as streamsShawn O. Pearce2010-07-029-93/+864
| * Support large whole packed objects as streamsShawn O. Pearce2010-07-014-3/+221
| * Replace PackedObjectLoader with ObjectLoader.SmallObjectShawn O. Pearce2010-07-013-105/+8
| * Support large loose objects as streamsShawn O. Pearce2010-07-017-235/+468
| * Permit AnyObjectTo to compareTo AnyObjectIdShawn O. Pearce2010-06-301-2/+2
| * Use copyTo during checkout of files to working treeShawn O. Pearce2010-06-301-7/+6
| * Stream whole deflated objects in PackWriterShawn O. Pearce2010-06-301-12/+8
| * Lazily allocate Deflater in PackWriterShawn O. Pearce2010-06-301-2/+15
| * Add openStream to ObjectLoader for big blobsShawn O. Pearce2010-06-305-2/+318