William Grant
|
f1fe509b15
Support thin packs in Pack.iterobjects(), Pack.get_raw().
|
12 年 前 |
Jelmer Vernooij
|
506338cffd
pack: Split testing of large pack index files into separate test.
|
12 年 前 |
Jameson Nash
|
372ff769c0
add a test for reading and writing large offsets into index files
|
12 年 前 |
Jameson Nash
|
0ac4d76733
add support for writing large pack files
|
12 年 前 |
Jameson Nash
|
c38ffdbe24
add large table support to reading PackIndex2 files
|
13 年 前 |
Jelmer Vernooij
|
115dc9c80e
pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled.
|
13 年 前 |
Dave Borowitz
|
2004e31218
pack: Cache binary SHA of unpacked objects.
|
14 年 前 |
Dave Borowitz
|
a88869bf56
pack: Allow reading of empty packs.
|
14 年 前 |
Jelmer Vernooij
|
f1c7f9ad8d
Fix formatting of docstrings for compatibility with pydoctor.
|
14 年 前 |
Jelmer Vernooij
|
bdad7d8b2a
Remove unused import in pack.py.
|
14 年 前 |
Dave Borowitz
|
389916cdc0
pack: Extract a function to write a packed object header.
|
14 年 前 |
Dave Borowitz
|
9105602440
pack: Remove comp_len from UnpackedObject.
|
14 年 前 |
Dave Borowitz
|
702ff81ff2
pack: Add option to include compressed data in UnpackedObjects.
|
14 年 前 |
Dave Borowitz
|
76989d693c
pack: Create an UnpackedObject for better encapsulation.
|
14 年 前 |
Dave Borowitz
|
6e690a2548
pack: Nuke ThinPackData.
|
14 年 前 |
Dave Borowitz
|
792ca5768c
pack: Add PackInflater to quickly inflate pack objects.
|
14 年 前 |
Dave Borowitz
|
880f0f0db5
pack: Fix a buffering issue with PackStreamReader; add tests.
|
14 年 前 |
Dave Borowitz
|
f06c1048e2
pack: Pass a zlib buffer size through to read_zlib_chunks.
|
14 年 前 |
Dave Borowitz
|
d7496d7fe3
pack: Extract a function to compute the SHA of a file.
|
14 年 前 |
Dave Borowitz
|
ad5748d951
pack: Extract a method to check pack length and SHA.
|
14 年 前 |
Dave Borowitz
|
f40ebb4433
pack: use SEEK_END for PackData.get_stored_checksum().
|
14 年 前 |
Dave Borowitz
|
d9c67c48e3
Move PackStreamReader from server to pack.
|
14 年 前 |
Dave Borowitz
|
b1f242bdba
pack: Include offset in PackStreamReader results.
|
14 年 前 |
Dave Borowitz
|
4e51f1a0fa
pack: Allow write_pack_object to compute a SHA.
|
14 年 前 |
Dave Borowitz
|
288a078251
pack: Expose which refs were external in DeltaChainIterator.
|
14 年 前 |
Dave Borowitz
|
6e434b19d7
pack: PackStreamReader SHA calculation and docstring cleanup.
|
14 年 前 |
Dave Borowitz
|
9945067caf
pack: Add a PackIndexer to index packs more quickly.
|
14 年 前 |
Jelmer Vernooij
|
77c90fc333
Fix docstring syntax to be compatible with pydoctor.
|
14 年 前 |
Dave Borowitz
|
912a0f1e47
pack: Add a DeltaChainIterator for faster iteration of PackData.
|
14 年 前 |
Dave Borowitz
|
a2804ff7fe
pack: Inline PackObjectIterator.
|
14 年 前 |