summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial pack format delta generatorShawn O. Pearce2010-07-095-13/+1093
* 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-092-15/+32
* 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-062-13/+167
* Improve description of isBare and NoWorkTreeExceptionShawn O. Pearce2010-07-031-10/+17
* amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-035-7/+8
* 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-0215-16/+200
* Support large delta packed objects as streamsShawn O. Pearce2010-07-0211-93/+1387
* Support large whole packed objects as streamsShawn O. Pearce2010-07-015-3/+358
* Replace PackedObjectLoader with ObjectLoader.SmallObjectShawn O. Pearce2010-07-015-108/+9
* Support large loose objects as streamsShawn O. Pearce2010-07-018-235/+898
* 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
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-3021-137/+131
* Create NoWorkTreeException for bare repositoriesShawn O. Pearce2010-06-304-30/+87
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-2917-184/+298
* Use a single ObjectReader in IpLogGeneratorShawn O. Pearce2010-06-291-2/+2
* Use ObjectReader in DirCacheBuilder.addTreeShawn O. Pearce2010-06-293-22/+18
* Use one ObjectReader for WalkFetchConnectionShawn O. Pearce2010-06-281-8/+30
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-2828-142/+221
* Fix minor formatting issue in UploadPackShawn O. Pearce2010-06-281-2/+1
* Remove volatile keyword from RepositoryEventShawn O. Pearce2010-06-281-1/+1
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-2813-28/+28
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-2814-102/+124
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-2810-94/+93
* Pass the PackOutputStream down the call stackShawn O. Pearce2010-06-281-16/+16
* Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-287-56/+12
* Throw IncorrectObjectTypeException on bad type hintsShawn O. Pearce2010-06-282-2/+10
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-288-97/+123
* Ensure PackWriter releases its ObjectReaderShawn O. Pearce2010-06-281-13/+16
* Release ObjectReader before the cached ObjectDatabaseShawn O. Pearce2010-06-281-6/+6