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