Jelmer Vernooij
|
d4c45ca413
consistently use chunks internally inside of the pack code.
|
15 years ago |
Jelmer Vernooij
|
a2709f6a4b
Return chunks from apply_delta.
|
15 years ago |
Jelmer Vernooij
|
15ade9ff74
Return chunks from unpack_object.
|
15 years ago |
Jelmer Vernooij
|
c8b84f76c0
Remove read_zlib in favor of read_zlib_chunks.
|
15 years ago |
Jelmer Vernooij
|
d8686c22a7
Work with chunks internally in dulwich.objects.
|
15 years ago |
Jelmer Vernooij
|
2dbedff355
Rename _parse_text to _deserialize for consistency.
|
15 years ago |
Jelmer Vernooij
|
aa9b6cd9ee
Set needs_serialization/needs_parsing properties only in a few places.
|
15 years ago |
Jelmer Vernooij
|
a7691cf168
Use raw_length in pack generation.
|
15 years ago |
Jelmer Vernooij
|
7015094f92
Work with chunks rather than StringIO internally when possible.
|
15 years ago |
Jelmer Vernooij
|
4a8d57268a
Make ShaFile.serialize private (it's pointless to call for external users).
|
15 years ago |
Jelmer Vernooij
|
f4341b4283
Provide C implementation of tree item sorter.
|
15 years ago |
Jelmer Vernooij
|
f85ce56d3a
Support determining blob id without joining all chunks first.
|
15 years ago |
Jelmer Vernooij
|
84bc5a67ac
Allow accessing Blob contents as chunks.
|
15 years ago |
Jelmer Vernooij
|
d8e502c9ce
Use urlparse.parse_qs rather than deprecated cgi.parse_qs.
|
15 years ago |
Jelmer Vernooij
|
058b6788cb
Ignore deprecationwarnings from known deprecated methods during testsuite run.
|
15 years ago |
Jelmer Vernooij
|
e37522ee68
Fix warning stacklevels.
|
15 years ago |
Jelmer Vernooij
|
3e90a54359
Add ShaFile._raw_length.
|
15 years ago |
Jelmer Vernooij
|
54601c45e8
Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated.
|
15 years ago |
Tay Ray Chuan
|
cd85ed653b
test_repository: add test for ObjectStore.find_common_revisions()
|
15 years ago |
Jelmer Vernooij
|
a56aa04739
Mark current version as 0.5.1.
|
15 years ago |
Jelmer Vernooij
|
10b72d3f9f
Implement RefsContainer.__contains__.
|
15 years ago |
Jelmer Vernooij
|
3da76ab701
Improve formatting, update docstring.
|
15 years ago |
Jelmer Vernooij
|
30cf2434a8
Add Repo.stage.
|
15 years ago |
Jelmer Vernooij
|
12e1c54f55
Move get_transport_and_path to dulwich.client.
|
15 years ago |
Jelmer Vernooij
|
839d13ce13
Add docstrings.
|
15 years ago |
Jelmer Vernooij
|
d3de11b596
Improve docstrings.
|
15 years ago |
Bruce Duncan
|
b4a7c9ee38
In threaded programs, more than one thread can try to add the same object at
|
15 years ago |
Jelmer Vernooij
|
8883a573c2
Use syntax understood by git am.
|
15 years ago |
Jelmer Vernooij
|
2ae0459169
Make sure mode is initialized.
|
15 years ago |
Jelmer Vernooij
|
0c08e0379a
Fix trailing newlines in generated patch files.
|
15 years ago |