Jelmer Vernooij
|
1775703442
Fix dul-receive-pack and dul-upload-pack.
|
14 년 전 |
Jelmer Vernooij
|
3142b6effe
dulwich.server: Add serve_command.
|
14 년 전 |
Jelmer Vernooij
|
fdfadc8da9
server: Add FileSystemBackend.
|
14 년 전 |
Dave Borowitz
|
6eb98037b4
client: Rewrite URI parsing in get_transport_and_path.
|
14 년 전 |
Dave Borowitz
|
4f3679af6d
repo: Raise RefFormatException instead of KeyError on bad refs.
|
14 년 전 |
Dave Borowitz
|
96fcf2a5b3
tutorial: Clarify setting of HEAD.
|
14 년 전 |
Jelmer Vernooij
|
0b9678e369
Cleanup some imports.
|
14 년 전 |
Tay Ray Chuan
|
2145934b0f
test_pack.TestPack.test_copy: close packs
|
14 년 전 |
Tay Ray Chuan
|
7fb4a00384
test_object_store.PackBasedObjectStoreTests: close packs
|
14 년 전 |
Tay Ray Chuan
|
e0361ef93b
object_store.DiskObjectStore.move_in_thin_pack: close temp pack
|
14 년 전 |
Tay Ray Chuan
|
dc9ff93f6a
pack.FilePackIndex: close mmap object
|
14 년 전 |
Tay Ray Chuan
|
0d2da0d712
pack.FilePackIndex: use self._file instead of file parameter
|
14 년 전 |
Tay Ray Chuan
|
6a8778b212
pack.PackIndex: de-duplicate __iter__ implementation
|
14 년 전 |
Jelmer Vernooij
|
a0eb030088
Makefile: add check-nocompat target.
|
14 년 전 |
Jelmer Vernooij
|
3a326fb7e3
dulwich.tests.compat: Fix rest syntax problems in module docstrings.
|
14 년 전 |
Jelmer Vernooij
|
b2ae41d97b
testr: Allow id list files (fixes parallel runs).
|
14 년 전 |
Jelmer Vernooij
|
78a12206a8
tests: Run compat tests from "normal" testsuite, but skip if C git was not
|
14 년 전 |
Jelmer Vernooij
|
786a8cd16b
compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase.
|
14 년 전 |
Jelmer Vernooij
|
b5490da680
Support running compatibility tests without discovery.
|
14 년 전 |
Jelmer Vernooij
|
d5d870c333
Replace :yield: with :return: as the former is not standard rest.
|
14 년 전 |
Tay Ray Chuan
|
d3eebff93e
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
14 년 전 |
Tay Ray Chuan
|
5a60eade2d
tests/__init__.py: put keyword-arguments before *args
|
14 년 전 |
Jelmer Vernooij
|
3440200fd0
Rename dulwich.misc => dulwich._compat.
|
14 년 전 |
Jelmer Vernooij
|
2b68a93266
Fix unitialised variable, trivial formatting issues.
|
14 년 전 |
Dave Borowitz
|
1335522e70
diff_tree: Add find_copies_harder to consider unmodified files.
|
14 년 전 |
Dave Borowitz
|
034b9bf381
diff_tree: C implementation of count_blocks.
|
14 년 전 |
Dave Borowitz
|
47c3c9cb93
Use ext_functest_builder for existing extension tests.
|
14 년 전 |
Dave Borowitz
|
3d941b35c5
tests/utils: Add builder functions to make C extension tests.
|
14 년 전 |
Dave Borowitz
|
51057e767b
diff_tree: Use hashcodes as block keys instead of strings.
|
14 년 전 |
Dave Borowitz
|
0c53a9a96e
diff_tree: Optimize _count_blocks inner loop.
|
14 년 전 |