Dave Borowitz 8c9d3c8aa6 server: Allow cloning an empty repo. il y a 14 ans
..
tests 8c9d3c8aa6 server: Allow cloning an empty repo. il y a 14 ans
__init__.py 4291378545 Set version to 0.8.0. il y a 14 ans
_compat.py fd46866303 _compat: Add implementation of all(). il y a 14 ans
_diff_tree.c d9253a9d55 _diff_tree_.c: Fix double decref of objects module. il y a 14 ans
_objects.c 149b0d8ecc Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion). il y a 14 ans
_pack.c 8ed151e147 Allow delta's to be chunked as well. il y a 15 ans
client.py 15574b63e8 Support ~ in git:// URL paths. il y a 14 ans
diff_tree.py a099aecd6b diff_tree: Do easy copy detection without find_copies_harder. il y a 14 ans
errors.py 56a607268d walk: Raise MissingCommitError instead of KeyError. il y a 14 ans
fastexport.py 28fc5f5b9b Implement file change commands in fast import processor. il y a 14 ans
file.py c9fdb0c864 Kill doctest in dulwich.file. This breaks the epytext parser. il y a 15 ans
index.py 9c7de183bd Fix order of parameters to Tree.add. il y a 14 ans
log_utils.py 998f9b52e9 Add logging utilities and server logging. il y a 15 ans
lru_cache.py e950bdd711 Clean up file headers. il y a 15 ans
object_store.py 1a8caadab9 object_store: Don't send a pack with duplicates of the same object. il y a 14 ans
objects.py fe3a578297 objects: Add lookup_path method to Tree. il y a 14 ans
pack.py a88869bf56 pack: Allow reading of empty packs. il y a 14 ans
patch.py a13c2c762c Add more tests for write_object_diff, NEWS entry. il y a 14 ans
protocol.py 0bc9928b33 Cleanup some imports. il y a 14 ans
repo.py 71dc8de9a7 repo: Implement revision_history with a Walker. il y a 14 ans
server.py 8c9d3c8aa6 server: Allow cloning an empty repo. il y a 14 ans
stdint.h ceef219db1 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). il y a 16 ans
walk.py fdbf283566 Remove unused imports. il y a 14 ans
web.py 03192bae4f Pass an HTTP request object through to handlers. il y a 14 ans