Jelmer Vernooij d0b932365a Cherry-pick test for large buffer deltas. 13 years ago
..
tests d0b932365a Cherry-pick test for large buffer deltas. 13 years ago
__init__.py 24d78663bf dulwich.__init__ no longer imports client, protocol, repo and 14 years ago
_compat.py e9932b518d _compat: Add implementation of all(). 14 years ago
_diff_tree.c bf42739b62 free_objects may have tried to free uninitialized / NULL pointers 14 years ago
_objects.c eb700910c7 _objects.c: Cope with sha_to_pyhex returning NULL. 13 years ago
_pack.c adb1c17474 _pack.c: Check for NULL return from Py_BuildValue. 13 years ago
client.py 693877aaae Take copy of refs when invoking determine_wants callback. 13 years ago
config.py 624a884c10 Wrote tests for the ConfigDict dict changes 13 years ago
diff_tree.py 0b158bfdba diff_tree: Factor out a protected _add_change method. 14 years ago
errors.py 3c99bca078 walk: Raise MissingCommitError instead of KeyError. 14 years ago
fastexport.py c389599efa Implement file change commands in fast import processor. 15 years ago
file.py 64e625679a Kill doctest in dulwich.file. This breaks the epytext parser. 15 years ago
index.py f6f2beb686 Avoid use of 'with' in dulwich.index, fixes compatibility with python < 2.5. 14 years ago
log_utils.py 5a040fafc4 Add logging utilities and server logging. 15 years ago
lru_cache.py 1bdb4630c6 Clean up file headers. 15 years ago
object_store.py 6e155517e5 Fix two pydoctor warnings. 14 years ago
objects.py 4448a71a51 typo fix 13 years ago
pack.py 32cfa69e59 pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled. 14 years ago
patch.py f1c47c2720 Add more tests for write_object_diff, NEWS entry. 15 years ago
protocol.py 69a0369bcc protocol: Add simple helper class for parsing a pktline stream. 14 years ago
repo.py 31aa3d61ef Quick fix for git submodules 13 years ago
server.py ddfc2406cc fixes dulwich issue #54 13 years ago
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 years ago
walk.py 48f9a22252 Do not crash when trying to walk an empty set 13 years ago
web.py 7ef31882c9 removed unused variable 14 years ago