424 Commits (4569d77e13c7bbf0c7466cbc57d0eefd117cb206)
 

Author SHA1 Message Date
Shawn O. Pearce 4569d77e13 Correctly classify the compressing objects phase 14 years ago
Shawn O. Pearce 85b7a53d52 Refactor ObjectToPack's delta depth setting 14 years ago
Shawn O. Pearce 6730f9e3c8 Configure core.bigFileThreshold into PackWriter 14 years ago
Shawn O. Pearce 823e9a9721 Add doNotDelta flag to ObjectToPack 14 years ago
Shawn O. Pearce 616bc74cf7 Add more configuration options to PackWriter 14 years ago
Shawn O. Pearce 2f93a09dd1 Save object path hash codes during packing 14 years ago
Shawn O. Pearce c20daa7314 Add path hash code to ObjectWalk 14 years ago
Shawn O. Pearce b584cb8754 Add getObjectSize to ObjectReader 14 years ago
Shawn O. Pearce 97311cd3e0 Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB 14 years ago
Shawn O. Pearce 711bd3e3d0 Define a constant for 127 in DeltaEncoder 14 years ago
Shawn O. Pearce cd7dd8591e Cap delta copy instructions at 64k 14 years ago
Shawn O. Pearce a215914a56 Fix DeltaEncoder header for objects 128 bytes long 14 years ago
Shawn O. Pearce f29741d1d8 amend commit: Support large delta packed objects as streams 14 years ago
Shawn O. Pearce ab3c68c512 amend commit: Support large loose objects as streams 14 years ago
Shawn O. Pearce 4dd7b35b26 Improve description of isBare and NoWorkTreeException 14 years ago
Shawn O. Pearce 08d349a27b amend commit: Refactor repository construction to builder class 14 years ago
Shawn O. Pearce fe9860a444 Remove pointless size test in PackFile decompress 14 years ago
Shawn O. Pearce 412ca65bd5 Avoid unbounded getCachedBytes during parseAny 14 years ago
Shawn O. Pearce e4a480f658 Make type and size lazy for large delta objects 14 years ago
Shawn O. Pearce 113577617b Use core.streamFileThreshold to set our streaming limit 14 years ago
Shawn O. Pearce ad68553be4 Support large delta packed objects as streams 14 years ago
Shawn O. Pearce ded8f6c721 Support large whole packed objects as streams 14 years ago
Shawn O. Pearce 13e0218a25 Replace PackedObjectLoader with ObjectLoader.SmallObject 14 years ago
Shawn O. Pearce fa23482ca7 Support large loose objects as streams 14 years ago
Shawn O. Pearce 2489088235 Permit AnyObjectTo to compareTo AnyObjectId 14 years ago
Shawn O. Pearce d04b7972d8 Use copyTo during checkout of files to working tree 14 years ago
Shawn O. Pearce a0fd06e5c2 Stream whole deflated objects in PackWriter 14 years ago
Shawn O. Pearce ad0383734e Lazily allocate Deflater in PackWriter 14 years ago
Shawn O. Pearce 23e7f6376a Add openStream to ObjectLoader for big blobs 14 years ago
Shawn O. Pearce a1d5f5b6b5 Move DirCache factory methods to Repository 14 years ago
Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 14 years ago
Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 14 years ago
Shawn O. Pearce 4913ad57fc Use a single ObjectReader in IpLogGenerator 14 years ago
Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree 14 years ago
Shawn O. Pearce d6e975f71b Use one ObjectReader for WalkFetchConnection 14 years ago
Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago
Shawn O. Pearce 06f635a4bc Fix minor formatting issue in UploadPack 14 years ago
Shawn O. Pearce 242b4026d9 Remove volatile keyword from RepositoryEvent 14 years ago
Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has 14 years ago
Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 14 years ago
Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 14 years ago
Shawn O. Pearce f288c27e46 Pass the PackOutputStream down the call stack 14 years ago
Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) 14 years ago
Shawn O. Pearce 9ba7bd4df4 Throw IncorrectObjectTypeException on bad type hints 14 years ago
Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 14 years ago
Shawn O. Pearce b5aa52e98a Ensure PackWriter releases its ObjectReader 14 years ago
Shawn O. Pearce e01abbd543 Release ObjectReader before the cached ObjectDatabase 14 years ago
Shawn O. Pearce b40f02eb1a Release ObjectInserter in merge() not mergeImpl() 14 years ago
Shawn O. Pearce 5aae041a81 Commit: Use Repository.newObjectInserter 14 years ago
Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 14 years ago