Dave Borowitz
|
0117b10c50
pack: PackStreamReader SHA calculation and docstring cleanup.
|
14 years ago |
Dave Borowitz
|
f645b82164
pack: Add a PackIndexer to index packs more quickly.
|
14 years ago |
Jelmer Vernooij
|
16e4651d1e
Fix docstring syntax to be compatible with pydoctor.
|
14 years ago |
Dave Borowitz
|
a35fc1abe4
pack: Add a DeltaChainIterator for faster iteration of PackData.
|
14 years ago |
Dave Borowitz
|
d0eaad5a34
object_store: Fix return type of MemoryObjectStore.get_raw.
|
14 years ago |
Dave Borowitz
|
4e64015a57
pack: Inline PackObjectIterator.
|
14 years ago |
Dave Borowitz
|
0ee782e794
pack: Compute CRC32 during object unpacking.
|
14 years ago |
Dave Borowitz
|
9ccd087d7b
pack: Clean up unpack_object.
|
14 years ago |
Dave Borowitz
|
1b58438c48
pack: Standardize on single quotes.
|
14 years ago |
Jelmer Vernooij
|
68e2b4bca4
Merge fix to prevent rraising ValueError for correct refs in RefContainer.__delitem__.
|
14 years ago |
milki
|
3dffc3a591
Add tests for repo.__delitem__
|
14 years ago |
milki
|
a15a3d7d8b
Add missing else in repo.__delitem__
|
14 years ago |
Jelmer Vernooij
|
e324543053
If setuptools is installed, "python setup.py test" will now run the testsuite.
|
14 years ago |
Jelmer Vernooij
|
a6900e0ba5
When connect succeeds, don't bother trying other addresses.
|
14 years ago |
Jelmer Vernooij
|
a3a61dca38
Merge improvements to pack writing code.
|
14 years ago |
Jelmer Vernooij
|
6f239bb259
Add some tests for deltification.
|
14 years ago |
Jelmer Vernooij
|
e1e67c56dd
Separate out delta generation from pack writing.
|
14 years ago |
Jelmer Vernooij
|
6345f5ac4f
Support OFS_DELTA when writing packs.
|
14 years ago |
Jelmer Vernooij
|
b5a341f7a2
Re-use entries dictionary for deltas.
|
14 years ago |
Jelmer Vernooij
|
7909ae8ff7
Keep entries in dictionary.
|
14 years ago |
Jelmer Vernooij
|
b6ea8feb0d
Some simplifications.
|
14 years ago |
Jelmer Vernooij
|
9ff047a59f
Actually create deltas when creating packs.
|
14 years ago |
Jelmer Vernooij
|
65b638efb9
Set version to 0.8.0.
|
14 years ago |
Jelmer Vernooij
|
cc46acdf24
Add Pack.pack_tuples().
|
14 years ago |
Jelmer Vernooij
|
727da82920
Merge improvements to memory usage of write_pack_data.
|
14 years ago |
Jelmer Vernooij
|
0d8cd4ba50
Clarify NEWS.
|
14 years ago |
Jelmer Vernooij
|
872017c711
Avoid storing all objects in memory when writing pack.
|
14 years ago |
Jelmer Vernooij
|
be0d9e62d1
write_pack_data and write_pack no longer take a num_objects argument.
|
14 years ago |
Jelmer Vernooij
|
a2e3c9bde8
Merge fiix compilation on newer versions of Mac OS X (Lion and up). Thanks Ryan McKern.
|
14 years ago |
Ryan McKern
|
a9f7a5862b
Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion).
|
14 years ago |