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 سال پیش |
milki
|
7d367f1ca7
send a packfile if there is an update/create cmd
|
13 سال پیش |
David Keijser
|
e0aa2675c6
Fix error in fetching with side-band-64k disabled
|
12 سال پیش |
milki
|
cdfa078b5b
Check for empty-repo on client fetch
|
13 سال پیش |
Chris Reid
|
9fa05a292c
removed try catch finally block from GitClient.fetch() so it no longer catches errors that should (probably) be handled by code using the GitClient
|
12 سال پیش |
milki
|
8e1d3256c5
Support username expansion in SSHGitClient
|
12 سال پیش |
Brian Visel
|
9ecdefa3a3
Fix URL handling so that git+ssh:// is treated like git's ssh:// * fixed unit test as well
|
12 سال پیش |
Jelmer Vernooij
|
99c74a81ca
client: Invert logic for thin-packs.
|
13 سال پیش |
Jelmer Vernooij
|
4eb2e5049d
client: In get_transport_and_path, pass kwargs on to HttpGitClient.
|
13 سال پیش |
Andi McClure
|
3b02a912ad
Take copy of refs when invoking determine_wants callback.
|
13 سال پیش |
Jelmer Vernooij
|
f1d90b97c3
client: Fix check for 'report-status' capability.
|
13 سال پیش |
Jelmer Vernooij
|
b575ecd598
Merge patch from Sam Vilain to pass arguments to get_transport_and_path on to the constructor of the transport.
|
13 سال پیش |
Sam Vilain
|
d0a0f9c62a
Add support for client init args in get_transport_and_path
|
13 سال پیش |
Risto Kankkunen
|
6c4ad89bc7
Fix capability negotiation in dulwich.client
|
13 سال پیش |
Risto Kankkunen
|
75c0e52a47
Merged master
|
13 سال پیش |
Risto Kankkunen
|
8826b9254f
Call the parent class constructor, not grandparent's, to avoid surprises later
|
13 سال پیش |