Commit History

Author SHA1 Message Date
  Jelmer Vernooij 927e7599d4 Fix long line. 6 years ago
  Jelmer Vernooij 7af9ae2aec Decode error message. 6 years ago
  Jelmer Vernooij 2001b954f1 Fix style. 6 years ago
  Jelmer Vernooij ed492ef6f4 Support error lines with ERROR: as well. 6 years ago
  Jelmer Vernooij a13d5d7c77 Raise more useful error messages when unable to access repositories over SSH, subprocess. 6 years ago
  Jelmer Vernooij 7a06e3055e Remove unused import, fix style. 7 years ago
  Nicolas Dandrimont 29d52070a1 Don't double-decompress gzipped HTTP responses 7 years ago
  Jelmer Vernooij 03b9e87536 Raise exception when a caller tries to fetch SHA1s that are not in any refs. 7 years ago
  Jelmer Vernooij 6cd85b535d Add check_wants. 7 years ago
  Jelmer Vernooij 151713c11a Remove unused variable. 7 years ago
  Jelmer Vernooij d27ac8c6e4 Allow username and password to be overridden in calls to HttpGitClient.from_parsed_url. #654 7 years ago
  Jelmer Vernooij f242e36ba6 Avoid use of urllib2.splituser (removed in python 3.8). 7 years ago
  Jelmer Vernooij cdbcde04f3 Add support for subdirs and prefix arguments in GitClient.archive. 7 years ago
  Jelmer Vernooij 0bd1e28b88 Update my email address. jelmer@samba.org => jelmer@jelmer.uk. 7 years ago
  Jelmer Vernooij d8bea03825 Only pass key_filename and password into SSHVendor.run_command if they are set (for backwards compatibility) 7 years ago
  Jelmer Vernooij 4599ee4279 SSHVendor: password is independent of key_filename. 7 years ago
  Jelmer Vernooij 775696b494 Merge change from PuttySSHVendor => PLinkSSHVendor. 7 years ago
  Adam Bradley db208bfbe4 Removing PuttySSHVendor. 7 years ago
  Jelmer Vernooij eee273e3ca Fix repeat HTTP requests using the same smart HTTP client. 7 years ago
  Jelmer Vernooij 482d93faa0 Factor out a parse_rsync_url function. 7 years ago
  Jelmer Vernooij 1db43ae59d Only import urllib3 when it's used. 7 years ago
  Jelmer Vernooij 53d9830894 Support the http.sslVerify and http.sslCAInfo configuration options. 7 years ago
  Jelmer Vernooij af335a0172 Avoid mucking with SSL module internals from Dulwich. 7 years ago
  Adam Bradley f1ff0902cf Re-adding HttpGitClient.__repr__(). 7 years ago
  Adam Bradley 4086b8a84c Implemented PLink support based on the PuttySSHVendor code. 7 years ago
  Jelmer Vernooij 4f9cc37b15 Add repr for FetchPackResult. 7 years ago
  Jelmer Vernooij 2cafedfcca Catch warnings in tests, simplify subprocess patching. 7 years ago
  Filipp Frizzy 1d5eecca5b add warning about cleartext password into PuttySSHVendor 7 years ago
  Filipp Frizzy a507b7fcbc Update client 7 years ago
  Filipp Frizzy 0d9e28a510 Fix styles for passing flake8 7 years ago