Dave Borowitz
|
179cd18ced
pack: Fix a buffering issue with PackStreamReader; add tests.
|
14 年之前 |
Dave Borowitz
|
8c418a269a
pack: Pass a zlib buffer size through to read_zlib_chunks.
|
14 年之前 |
Dave Borowitz
|
1859500e97
Rewrite add_thin_pack to use the fast PackIndexer.
|
14 年之前 |
Dave Borowitz
|
87543ca183
pack: Extract a function to compute the SHA of a file.
|
14 年之前 |
Dave Borowitz
|
79a24186c3
pack: Extract a method to check pack length and SHA.
|
14 年之前 |
Dave Borowitz
|
9482b8985a
test_pack: Test checksum and length mismatch conditions.
|
14 年之前 |
Dave Borowitz
|
4c37424e1d
pack: use SEEK_END for PackData.get_stored_checksum().
|
14 年之前 |
Dave Borowitz
|
08c92bc83c
Move PackStreamReader from server to pack.
|
14 年之前 |
Dave Borowitz
|
bf14877225
tests/utils: Pass a file object into build_pack.
|
14 年之前 |
Dave Borowitz
|
b4ff74a111
pack: Include offset in PackStreamReader results.
|
14 年之前 |
Dave Borowitz
|
f50b712e97
misc: Add SEEK_CUR.
|
14 年之前 |
Dave Borowitz
|
17f10aef38
tests: Move write_pack_data to utils.build_pack.
|
14 年之前 |
Dave Borowitz
|
560724096a
server: Make PackStreamCopier optionally record delta chains.
|
14 年之前 |
Dave Borowitz
|
5dbaea6a3c
pack: Allow write_pack_object to compute a SHA.
|
14 年之前 |
Dave Borowitz
|
ac364ab7c0
pack: Expose which refs were external in DeltaChainIterator.
|
14 年之前 |
Dave Borowitz
|
0117b10c50
pack: PackStreamReader SHA calculation and docstring cleanup.
|
14 年之前 |
Dave Borowitz
|
f645b82164
pack: Add a PackIndexer to index packs more quickly.
|
14 年之前 |
Jelmer Vernooij
|
16e4651d1e
Fix docstring syntax to be compatible with pydoctor.
|
14 年之前 |
Dave Borowitz
|
a35fc1abe4
pack: Add a DeltaChainIterator for faster iteration of PackData.
|
14 年之前 |
Dave Borowitz
|
d0eaad5a34
object_store: Fix return type of MemoryObjectStore.get_raw.
|
14 年之前 |
Dave Borowitz
|
4e64015a57
pack: Inline PackObjectIterator.
|
14 年之前 |
Dave Borowitz
|
0ee782e794
pack: Compute CRC32 during object unpacking.
|
14 年之前 |
Dave Borowitz
|
9ccd087d7b
pack: Clean up unpack_object.
|
14 年之前 |
Dave Borowitz
|
1b58438c48
pack: Standardize on single quotes.
|
14 年之前 |
Jelmer Vernooij
|
68e2b4bca4
Merge fix to prevent rraising ValueError for correct refs in RefContainer.__delitem__.
|
14 年之前 |
milki
|
3dffc3a591
Add tests for repo.__delitem__
|
14 年之前 |
milki
|
a15a3d7d8b
Add missing else in repo.__delitem__
|
14 年之前 |
Jelmer Vernooij
|
e324543053
If setuptools is installed, "python setup.py test" will now run the testsuite.
|
14 年之前 |
Jelmer Vernooij
|
a6900e0ba5
When connect succeeds, don't bother trying other addresses.
|
14 年之前 |
Jelmer Vernooij
|
a3a61dca38
Merge improvements to pack writing code.
|
14 年之前 |