Jelmer Vernooij
|
04c1f5f522
Add constants for capabilities.
|
10 年之前 |
Jelmer Vernooij
|
86ddd06171
Convert client, protocol to python3.
|
10 年之前 |
Gary van der Merwe
|
ab19eb9a31
Fix test_client.TestGetTransportAndPath.test_local_abs_windows_path
|
10 年之前 |
Risto Kankkunen
|
57d91b1d42
Fix a hang of SSH pull on Windows.
|
11 年之前 |
Jelmer Vernooij
|
6decb9cdf6
Some cleanup.
|
11 年之前 |
diryboy
|
3b8ed0d2b9
Implement LocalGitClient.send_pack
|
11 年之前 |
Jelmer Vernooij
|
3284c4a341
Revert "Implement LocalGitClient.send_pack"
|
11 年之前 |
Paul Chen
|
1a840abfe9
Implement LocalGitClient.send_pack
|
11 年之前 |
Gary van der Merwe
|
5bdc8095d8
Port the minimal needed to get the test suite to run in python3.
|
11 年之前 |
Mike Edgar
|
80cca3baef
client: allow send_pack callers to override how packs are emitted
|
11 年之前 |
Mike Edgar
|
9c202951b6
send_pack: simplify condition guarding whether a pack is sent
|
11 年之前 |
Mike Edgar
|
638a6f07e2
send_pack: simplify filtering of unsupported ref deletions
|
11 年之前 |
Mike Edgar
|
e3ac84b592
cleanup: consistently use local variable instead of attribute
|
11 年之前 |
Mike Edgar
|
49efdb39a3
Strip newline from final ACKed SHA while fetching packs.
|
11 年之前 |
Gary van der Merwe
|
46f0f95ea3
Make get_transport_and_path return a local client for windows abs paths.
|
11 年之前 |
Jelmer Vernooij
|
fb5b85e5e0
Add write_error argument to GitClient.archive().
|
11 年之前 |
Gary van der Merwe
|
2d3b02c9bb
Close files for Protocol objects.
|
11 年之前 |
Jelmer Vernooij
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
11 年之前 |
Siddharth Agarwal
|
e08a4c62f6
Don't wait for EOF in _handle_receive_pack_tail
|
11 年之前 |
Siddharth Agarwal
|
b3f9fd164a
Don't wait for EOF in _handle_upload_pack_tail with side-band-64k
|
11 年之前 |
Jelmer Vernooij
|
5dec9e694a
Merge branch 'python3' of git://github.com/garyvdm/dulwich
|
12 年之前 |
Gary van der Merwe
|
58921915e8
Remove monkeypatch for older versions of urlparse.uses_netloc.
|
12 年之前 |
Gary van der Merwe
|
a1374fa4a1
Use next(iter) instead of iter.next()
|
12 年之前 |
Gary van der Merwe
|
17b8807913
Use io.BytesIO rather than cStringIO.
|
12 年之前 |
Gary van der Merwe
|
33b179de80
Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.)
|
12 年之前 |
Gary van der Merwe
|
c67873b19f
Apply lib2to3.fixes.fix_apply
|
12 年之前 |
Jelmer Vernooij
|
a12aef3430
Add support for 'http.useragent'.
|
12 年之前 |
Jelmer Vernooij
|
e19347f838
Support http.proxy setting in HttpGitClient.
|
12 年之前 |
Jelmer Vernooij
|
8cda43466a
Update NEWS, switch to opener rather than handlers in HttpGitClient.
|
12 年之前 |
Dov Feldstern
|
d1ee824899
use handlers without affecting the global state
|
12 年之前 |