Jelmer Vernooij f0f2eb3da4 Allow passing in repo to porcelain.status. 11 лет назад
..
contrib 081f4f79cf Move the swift backend to dulwich/contrib. 11 лет назад
tests 891addee68 Add porcelain for receive-pack and upload-pack. 11 лет назад
__init__.py ee64fff2a7 Start on 0.9.8. 11 лет назад
_diff_tree.c 6b095a3c96 py3k: These need to return a value since in Py3k they're no longer void 11 лет назад
_objects.c 6b095a3c96 py3k: These need to return a value since in Py3k they're no longer void 11 лет назад
_pack.c adb1c17474 _pack.c: Check for NULL return from Py_BuildValue. 13 лет назад
client.py fb5b85e5e0 Add write_error argument to GitClient.archive(). 11 лет назад
config.py c4c1fec37b Add pep8 make target and fix some pep8ness. 11 лет назад
diff_tree.py 53831602b0 Fix logic for extra adds of identical files. 11 лет назад
errors.py 9fa96ab8af Update some copyright headers. 12 лет назад
fastexport.py e970658544 Remove long lines. 11 лет назад
file.py a75f636a22 Close file objects. 11 лет назад
greenthreads.py 757f843f6e Add dulwich.greenthreads module. 11 лет назад
hooks.py 9fa96ab8af Update some copyright headers. 12 лет назад
index.py 4d2cc9c47e index: Fix IndexEntry to not include name. 11 лет назад
log_utils.py 5a040fafc4 Add logging utilities and server logging. 15 лет назад
lru_cache.py 732581b2be Use int division `//` insted of float division `/`. 11 лет назад
object_store.py eedce5a1af Merge branch 'py3k' of git://github.com/Ormod/dulwich 11 лет назад
objects.py c4c1fec37b Add pep8 make target and fix some pep8ness. 11 лет назад
objectspec.py 6fda120f8d Add `dulwich.objectspec`. 12 лет назад
pack.py 0703edd76d For the moment, keep deltification disabled - but add a flag to enable it. 11 лет назад
patch.py 8a9ca887f4 Use email.parser rather than rfc822. 11 лет назад
porcelain.py f0f2eb3da4 Allow passing in repo to porcelain.status. 11 лет назад
protocol.py 2d3b02c9bb Close files for Protocol objects. 11 лет назад
refs.py a1374fa4a1 Use next(iter) instead of iter.next() 11 лет назад
repo.py a75f636a22 Close file objects. 11 лет назад
server.py 528864d7fa Add porcelain 'daemon'. 11 лет назад
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 лет назад
walk.py 424b7f0d2a py3k: Go through all uses of itertools and make them work on py3k 11 лет назад
web.py b75d0d72ee Fix another potential XSS issue, and add test for the previous one. 11 лет назад