Commit History

Author SHA1 Message Date
  Marcin Kuzminski b9f5641e39 Python 2.4+ compat 11 years ago
  milki b437363b91 Add ssh_kwargs attribute to ParamikoSSHVendor 11 years ago
  milki 123a3b2a13 Default paramiko port to 22 explicitly 11 years ago
  Jelmer Vernooij ec564976e2 Raise appropriate NotImplementedError when encountering dumb HTTP servers. 11 years ago
  Jelmer Vernooij d2b031a3cc Provide fallback for SSHVendor.connect_ssh(). 11 years ago
  Jelmer Vernooij 9e63bab0fe Add abort return value to ObjectStore.add_pack. 11 years ago
  Jelmer Vernooij 4d3f610fcc Rename SSHVendor.connect_ssh to SSHVendor.run_command. 11 years ago
  Aaron O'Mullan fcd6aa89ee Add ParamikoSSHVendor. 11 years ago
  Jelmer Vernooij 7e71b19407 Merge branch 'http-fetch-capa' of git://github.com/wgrant/dulwich 11 years ago
  William Grant 43dcbd247f Fix capability negotiation when fetching packs over HTTP. 11 years ago
  Jelmer Vernooij bb6c003e4a Add SSHVendor abstraction class. 11 years ago
  milki aab86d7537 Remove delete commands when no delete=refs 12 years ago
  milki 7d367f1ca7 send a packfile if there is an update/create cmd 12 years ago
  David Keijser e0aa2675c6 Fix error in fetching with side-band-64k disabled 12 years ago
  milki cdfa078b5b Check for empty-repo on client fetch 12 years ago
  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 years ago
  milki 8e1d3256c5 Support username expansion in SSHGitClient 12 years ago
  Brian Visel 9ecdefa3a3 Fix URL handling so that git+ssh:// is treated like git's ssh:// * fixed unit test as well 12 years ago
  Jelmer Vernooij 99c74a81ca client: Invert logic for thin-packs. 12 years ago
  Jelmer Vernooij 4eb2e5049d client: In get_transport_and_path, pass kwargs on to HttpGitClient. 12 years ago
  Andi McClure 3b02a912ad Take copy of refs when invoking determine_wants callback. 12 years ago
  Jelmer Vernooij f1d90b97c3 client: Fix check for 'report-status' capability. 13 years ago
  Jelmer Vernooij b575ecd598 Merge patch from Sam Vilain to pass arguments to get_transport_and_path on to the constructor of the transport. 13 years ago
  Sam Vilain d0a0f9c62a Add support for client init args in get_transport_and_path 13 years ago
  Risto Kankkunen 6c4ad89bc7 Fix capability negotiation in dulwich.client 13 years ago
  Risto Kankkunen 75c0e52a47 Merged master 13 years ago
  Risto Kankkunen 8826b9254f Call the parent class constructor, not grandparent's, to avoid surprises later 13 years ago
  Jelmer Vernooij 3da7cada8c dulwich.client: Make progress argument optional. 13 years ago
  Jelmer Vernooij 2c7868e73c Allow determine_wants methods to include the zero sha in their return value. 13 years ago
  Jelmer Vernooij 12ece49218 Document return types. 13 years ago