Jelmer Vernooij
|
572a430b3f
Remove unused import in pack.py.
|
il y a 14 ans |
Dave Borowitz
|
ccf473b3e3
pack: Extract a function to write a packed object header.
|
il y a 14 ans |
Dave Borowitz
|
caef4abd82
pack: Remove comp_len from UnpackedObject.
|
il y a 14 ans |
Dave Borowitz
|
0214e566f0
pack: Add option to include compressed data in UnpackedObjects.
|
il y a 14 ans |
Dave Borowitz
|
b3cf4535d1
pack: Create an UnpackedObject for better encapsulation.
|
il y a 14 ans |
Dave Borowitz
|
7fca1b4473
_compat: Inline specific namedtuple instances.
|
il y a 14 ans |
Dave Borowitz
|
077d06d73d
_compat: Use namedtuple recipe rather than hard-coding.
|
il y a 14 ans |
Dave Borowitz
|
b549044110
pack: Nuke ThinPackData.
|
il y a 14 ans |
Dave Borowitz
|
63e0e2cc46
pack: Add PackInflater to quickly inflate pack objects.
|
il y a 14 ans |
Dave Borowitz
|
179cd18ced
pack: Fix a buffering issue with PackStreamReader; add tests.
|
il y a 14 ans |
Dave Borowitz
|
8c418a269a
pack: Pass a zlib buffer size through to read_zlib_chunks.
|
il y a 14 ans |
Dave Borowitz
|
1859500e97
Rewrite add_thin_pack to use the fast PackIndexer.
|
il y a 14 ans |
Dave Borowitz
|
87543ca183
pack: Extract a function to compute the SHA of a file.
|
il y a 14 ans |
Dave Borowitz
|
79a24186c3
pack: Extract a method to check pack length and SHA.
|
il y a 14 ans |
Dave Borowitz
|
9482b8985a
test_pack: Test checksum and length mismatch conditions.
|
il y a 14 ans |
Dave Borowitz
|
4c37424e1d
pack: use SEEK_END for PackData.get_stored_checksum().
|
il y a 14 ans |
Dave Borowitz
|
08c92bc83c
Move PackStreamReader from server to pack.
|
il y a 14 ans |
Dave Borowitz
|
bf14877225
tests/utils: Pass a file object into build_pack.
|
il y a 14 ans |
Dave Borowitz
|
b4ff74a111
pack: Include offset in PackStreamReader results.
|
il y a 14 ans |
Dave Borowitz
|
f50b712e97
misc: Add SEEK_CUR.
|
il y a 14 ans |
Dave Borowitz
|
17f10aef38
tests: Move write_pack_data to utils.build_pack.
|
il y a 14 ans |
Dave Borowitz
|
560724096a
server: Make PackStreamCopier optionally record delta chains.
|
il y a 14 ans |
Dave Borowitz
|
5dbaea6a3c
pack: Allow write_pack_object to compute a SHA.
|
il y a 14 ans |
Dave Borowitz
|
ac364ab7c0
pack: Expose which refs were external in DeltaChainIterator.
|
il y a 14 ans |
Dave Borowitz
|
0117b10c50
pack: PackStreamReader SHA calculation and docstring cleanup.
|
il y a 14 ans |
Dave Borowitz
|
f645b82164
pack: Add a PackIndexer to index packs more quickly.
|
il y a 14 ans |
Jelmer Vernooij
|
16e4651d1e
Fix docstring syntax to be compatible with pydoctor.
|
il y a 14 ans |
Dave Borowitz
|
a35fc1abe4
pack: Add a DeltaChainIterator for faster iteration of PackData.
|
il y a 14 ans |
Dave Borowitz
|
d0eaad5a34
object_store: Fix return type of MemoryObjectStore.get_raw.
|
il y a 14 ans |
Dave Borowitz
|
4e64015a57
pack: Inline PackObjectIterator.
|
il y a 14 ans |