| .. |
|
tests
|
d57b2b4445
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
15 years ago |
|
__init__.py
|
efbb709219
Start on 0.7.0.
|
15 years ago |
|
_diff_tree.c
|
9a8cfb25de
diff_tree: C implementation of _merge_entries.
|
15 years ago |
|
_objects.c
|
3fa6f9e8d4
objects.parse_tree: more gracefully handle invalid modes in trees
|
15 years ago |
|
_pack.c
|
99efb813f1
Allow delta's to be chunked as well.
|
16 years ago |
|
client.py
|
57abda8706
Remove duplicate copy of _fileno_can_read.
|
15 years ago |
|
diff_tree.py
|
9b00fef284
diff_tree: Optimize _count_blocks inner loop.
|
15 years ago |
|
errors.py
|
eed326a2a0
server: Explicitly specify allowed protocol commands.
|
15 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
|
1bdb4630c6
Clean up file headers.
|
15 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 |
|
misc.py
|
3399670d48
Add tree-diffing functionality in a 'diff_tree' module.
|
15 years ago |
|
object_store.py
|
bc5dc8fecf
Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents.
|
15 years ago |
|
objects.py
|
3fa6f9e8d4
objects.parse_tree: more gracefully handle invalid modes in trees
|
15 years ago |
|
pack.py
|
d738b6be0c
New dulwich.pack.MemoryPackIndex class.
|
15 years ago |
|
patch.py
|
02e82fb0a6
Add write_tree_diff.
|
15 years ago |
|
protocol.py
|
bc447f35b0
Some formatting fixes.
|
15 years ago |
|
repo.py
|
63a577b4cb
Add encoding argument to Repo.do_commit().
|
15 years ago |
|
server.py
|
a77892b0cd
server: Correct short-circuiting operation for no-op fetches.
|
15 years ago |
|
stdint.h
|
ff8aef4422
setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it).
|
16 years ago |
|
web.py
|
ef50153952
Tweak server handler injection.
|
15 years ago |