Gary van der Merwe
|
8f4db8b43b
Remove monkeypatch for older versions of urlparse.uses_netloc.
|
11 년 전 |
Gary van der Merwe
|
70ea9dd73c
Use next(iter) instead of iter.next()
|
11 년 전 |
Gary van der Merwe
|
8914c3457f
Use io.BytesIO rather than cStringIO.
|
11 년 전 |
Gary van der Merwe
|
6ce5acaf9a
Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.)
|
11 년 전 |
Gary van der Merwe
|
044a7c1b69
Apply lib2to3.fixes.fix_apply
|
11 년 전 |
Jelmer Vernooij
|
767ba0d0cc
Add support for 'http.useragent'.
|
11 년 전 |
Jelmer Vernooij
|
3e3f61aa00
Support http.proxy setting in HttpGitClient.
|
11 년 전 |
Jelmer Vernooij
|
0e5b568f07
Update NEWS, switch to opener rather than handlers in HttpGitClient.
|
11 년 전 |
Dov Feldstern
|
e7414437cb
use handlers without affecting the global state
|
11 년 전 |
Dov Feldstern
|
34bd3293b5
add support for handlers when opening http urls (e.g., for authentication)
|
11 년 전 |
Jelmer Vernooij
|
b19f94b213
Implement LocalGitClient.fetch_pack().
|
11 년 전 |
Jelmer Vernooij
|
87303b1590
Use new style exception handling in a few more places.
|
11 년 전 |
Jelmer Vernooij
|
cfced379b2
Add LocalGitClient.
|
11 년 전 |
Jelmer Vernooij
|
bdbf57ebbd
Fix typo: URI -> URL.
|
11 년 전 |
Jelmer Vernooij
|
7c21c4f5a2
Allow overriding default class for local git client access.
|
11 년 전 |
Jelmer Vernooij
|
1f91a13115
Split get_transport_and_path_from_url() out of get_transport_and_path().
|
11 년 전 |
Jelmer Vernooij
|
aae3032cff
Move read_info_refs from dulwich.client to dulwich.refs.
|
11 년 전 |
Jelmer Vernooij
|
c42e47b57c
Update some copyright headers.
|
11 년 전 |
Marcin Kuzminski
|
b9f5641e39
Python 2.4+ compat
|
11 년 전 |
milki
|
b437363b91
Add ssh_kwargs attribute to ParamikoSSHVendor
|
12 년 전 |
milki
|
123a3b2a13
Default paramiko port to 22 explicitly
|
12 년 전 |
Jelmer Vernooij
|
ec564976e2
Raise appropriate NotImplementedError when encountering dumb HTTP servers.
|
12 년 전 |
Jelmer Vernooij
|
d2b031a3cc
Provide fallback for SSHVendor.connect_ssh().
|
12 년 전 |
Jelmer Vernooij
|
9e63bab0fe
Add abort return value to ObjectStore.add_pack.
|
12 년 전 |
Jelmer Vernooij
|
4d3f610fcc
Rename SSHVendor.connect_ssh to SSHVendor.run_command.
|
12 년 전 |
Aaron O'Mullan
|
fcd6aa89ee
Add ParamikoSSHVendor.
|
12 년 전 |
Jelmer Vernooij
|
7e71b19407
Merge branch 'http-fetch-capa' of git://github.com/wgrant/dulwich
|
12 년 전 |
William Grant
|
43dcbd247f
Fix capability negotiation when fetching packs over HTTP.
|
12 년 전 |
Jelmer Vernooij
|
bb6c003e4a
Add SSHVendor abstraction class.
|
12 년 전 |
milki
|
aab86d7537
Remove delete commands when no delete=refs
|
13 년 전 |