Jelmer Vernooij
|
868e7e04ed
For the moment, keep deltification disabled - but add a flag to enable it.
|
10 years ago |
Augie Fackler
|
aa0b08fe36
pack.write_pack_objects: when packing, actually build deltas
|
10 years ago |
Augie Fackler
|
3a7215d815
compat/test_pack: extract parsing of git-verify-pack output
|
10 years ago |
Augie Fackler
|
8dba3aa25a
pack.write_pack_data: when writing OFS_DELTA entries, write correct offset
|
10 years ago |
Jelmer Vernooij
|
1023ae8298
Add tests for encode functions.
|
10 years ago |
Augie Fackler
|
440d8882f6
pack.create_delta: fix copy operations that are larger than 2^24 bytes
|
10 years ago |
Augie Fackler
|
d5abe9f5a5
pack.create_delta: correctly encode copy operations up to 2^24 in size
|
10 years ago |
Augie Fackler
|
ed3089ee11
pack.create_delta: rename a couple of variables to make the code clearer
|
10 years ago |
Augie Fackler
|
ca8181a754
pack.create_delta: move encode_size to not be a nested function
|
10 years ago |
Augie Fackler
|
61a3664693
pack: enhance docstring on deltify_pack_objects
|
10 years ago |
Gary van der Merwe
|
b7f1831501
Add .gitattributes files to force fast-export data for tests to checkout with lf line endings.
|
10 years ago |
Gary van der Merwe
|
804f83afbd
Skip side-band-64k TCP server tests on windows if cgit not >= 1.9.3.
|
10 years ago |
Jelmer Vernooij
|
f8d20e4c1a
Merge branch 'octal-numbers' of git://github.com/garyvdm/dulwich
|
10 years ago |
Jelmer Vernooij
|
f5c0a12252
Add write_error argument to GitClient.archive().
|
10 years ago |
Jelmer Vernooij
|
041b6f6bdc
Skip porcelain archive test when c git is not available.
|
10 years ago |
Jelmer Vernooij
|
4900903b87
Merge branch 'python3-close-files' of git://github.com/garyvdm/dulwich
|
10 years ago |
Gary van der Merwe
|
9d908133d4
News entry for file object closing.
|
10 years ago |
Gary van der Merwe
|
f6283abd86
Close file objects.
|
10 years ago |
Gary van der Merwe
|
e00ce69f19
Close files for Pack objects.
|
10 years ago |
Gary van der Merwe
|
c506678ad5
Close files for Protocol objects.
|
10 years ago |
Jelmer Vernooij
|
478d142713
Fix another potential XSS issue, and add test for the previous one.
|
10 years ago |
Gary van der Merwe
|
88d41e13bf
Fix octal number literals.
|
10 years ago |
Jelmer Vernooij
|
a1f542ce56
Merge branch 'service-name-xss' of git://github.com/durin42/dulwich
|
10 years ago |
Dave Borowitz
|
290a16c8ee
web: don't echo back invalid service names
|
12 years ago |
Gary van der Merwe
|
5f93fdf6c5
Use byte literal in test_pack.py so that module can be imported in py3.
|
10 years ago |
Gary van der Merwe
|
395b1460cb
Alter itertools import statement so that 2to3 fixes it.
|
10 years ago |
Gary van der Merwe
|
018919f1ae
Use 2to3 in setup.py.
|
10 years ago |
Gary van der Merwe
|
568c82e766
Fix octal number literals.
|
10 years ago |
Jelmer Vernooij
|
f6439d709d
Merge branch 'py3k' of git://github.com/Ormod/dulwich
|
10 years ago |
Jelmer Vernooij
|
c34bd620e4
index: Fix IndexEntry to not include name.
|
10 years ago |