Fix long line.
[jelmer/dulwich.git] / dulwich / client.py
2018-10-16 Jelmer VernooijFix long line.
2018-10-16 Jelmer VernooijDecode error message.
2018-09-28 Jelmer VernooijFix style.
2018-09-28 Jelmer VernooijSupport error lines with ERROR: as well.
2018-09-28 Jelmer VernooijRaise more useful error messages when unable to access...
2018-09-14 Jelmer VernooijRemove unused import, fix style.
2018-09-14 Jelmer VernooijMerge branch 'bugfix/http-client-gzip-responses' of...
2018-09-14 Nicolas DandrimontDon't double-decompress gzipped HTTP responses
2018-09-12 Jelmer VernooijRaise exception when a caller tries to fetch SHA1s...
2018-09-11 Jelmer VernooijAdd check_wants.
2018-08-24 Jelmer VernooijRemove unused variable.
2018-08-24 Jelmer VernooijAllow username and password to be overridden in calls...
2018-08-07 Jelmer VernooijAvoid use of urllib2.splituser (removed in python 3.8).
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-19 Jelmer VernooijAdd support for subdirs and prefix arguments in GitClie...
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-04-05 Jelmer VernooijOnly pass key_filename and password into SSHVendor...
2018-04-05 Jelmer VernooijSSHVendor: password is independent of key_filename.
2018-04-02 Jelmer VernooijMerge change from PuttySSHVendor => PLinkSSHVendor.
2018-04-02 Adam BradleyRemoving PuttySSHVendor.
2018-04-02 Jelmer VernooijFix repeat HTTP requests using the same smart HTTP...
2018-04-02 Jelmer VernooijFactor out a parse_rsync_url function.
2018-03-31 Jelmer VernooijOnly import urllib3 when it's used.
2018-03-31 Jelmer VernooijSupport the http.sslVerify and http.sslCAInfo configura...
2018-03-31 Jelmer VernooijAvoid mucking with SSL module internals from Dulwich.
2018-03-28 Adam BradleyRe-adding HttpGitClient.__repr__().
2018-03-28 Adam BradleyImplemented PLink support based on the PuttySSHVendor...
2018-03-22 Jelmer VernooijAdd repr for FetchPackResult.
2018-03-03 Jelmer VernooijMerge support for PuttySSHVendor and basic support...
2018-03-03 Jelmer VernooijCatch warnings in tests, simplify subprocess patching.
2018-03-02 Filipp Frizzyadd warning about cleartext password into PuttySSHVendor
2018-02-25 Filipp FrizzyUpdate client
2018-02-24 Filipp FrizzyFix styles for passing flake8
2018-02-23 Filipp FrizzyUpdate SSHVendor, SubprocessSSHVendor and SSHGitClient...
2018-01-29 Daniel AnderssonEnable SSL verification for `urllib3`
2018-01-29 Daniel AnderssonReplace `urllib2` HTTP requests with `urllib3`
2018-01-25 Daniel AnderssonFix "wrong" read method called
2018-01-12 Jelmer VernooijMerge remote-tracking branch 'alistair-broomhead/gitign...
2017-12-29 Jelmer VernooijChange send_pack argument from generate_pack_contents...
2017-12-28 Jelmer VernooijUse write_pack_data.
2017-12-26 Jelmer VernooijMake deltify default to True.
2017-12-26 Jelmer VernooijAdd ObjectStoreIterator.__bool__
2017-12-07 Jelmer VernooijFix unused variable.
2017-12-05 Jelmer VernooijMerge branch 'porcelain-pass-kwargs' of https://jelmer...
2017-12-02 Jelmer VernooijFix use of deprecated FetchPackResult attributes. Fixes...
2017-11-18 Jelmer VernooijSet Accept and Content-Length for smart server requests.
2017-10-31 Jelmer VernooijFix handling of empty repositories. Fixes #570
2017-10-29 Jelmer VernooijAvoid bare except.
2017-10-29 Jelmer VernooijPrevent setting SSH arguments in SSH URLs when using...
2017-10-01 Jelmer VernooijMake default user-agent start with git/ to work around...
2017-08-19 Jelmer VernooijFix test.
2017-08-19 Jelmer VernooijProperly follow redirects over HTTP/HTTPS. Fixes #117
2017-08-19 Jelmer VernooijSupport gzip compression in smart HTTP requests.
2017-08-14 Jelmer VernooijFix build on python3.
2017-08-14 Jelmer VernooijHandle proxy and useragent being missing.
2017-08-10 Jelmer VernooijSupport __eq__, __contains__, __getitem__, __len__...
2017-08-06 Jelmer VernooijReturn user agent in FetchPackResult.
2017-08-06 Jelmer VernooijAdd docstring for FetchPackResult.
2017-08-06 Jelmer VernooijReturn symrefs from fetch_pack.
2017-08-06 Jelmer VernooijFix style.
2017-08-06 Jelmer Vernooijparse symrefs.
2017-08-06 Jelmer VernooijFactor out negotiating capabilities.
2017-08-06 Jelmer VernooijFix style.
2017-08-06 Jelmer VernooijList all known capabilities.
2017-08-05 Jelmer VernooijPass in config when running operations from porcelain...
2017-07-11 Jelmer VernooijFix another flake8 error.
2017-06-23 Jelmer Vernooijin update_refs(), deleted refs should be set to ZERO_SH...
2017-06-16 Jelmer VernooijClarify docstrnigs for Client.{send_pack,fetch_pack...
2017-05-01 Jelmer VernooijThere is no 'byref' in wintypes in python3.
2017-05-01 Jelmer VernooijUse standard strings in more places.
2017-05-01 Jelmer VernooijConsistently provide unicode strings to subprocess...
2017-05-01 Jelmer VernooijAvoid need to depend on win32pipe, use ctypes instead.
2017-04-29 Jelmer VernooijAdd note about encoding.
2017-04-29 Jelmer VernooijMerge branch 'fix_mix_str_and_non-str_arguments' of...
2017-04-27 dzhuangFix TypeError: mix str and non-str arguments
2017-03-31 Jelmer VernooijSome style fixes.
2017-02-27 Jelmer VernooijProperly log off after retrieving just refs.
2017-02-27 Jelmer VernooijDon't drop first slash for SSH paths, except for those...
2017-02-26 Jelmer VernooijSet bufsize=0 when communicating to SSH client. Fixes...
2017-02-05 Jelmer VernooijUse more idiomatic python.
2017-01-20 Jelmer VernooijRemove unnecessary __docformat__ settings, broken text.
2017-01-06 Volodymyr Holovko#475: Unquoting credentials before passing them over...
2016-12-28 Jelmer VernooijAllow unicode or bytestring host paths in GitClient.
2016-12-28 Jelmer VernooijFix dulwich.porcelain.ls_remote.
2016-12-28 Jelmer VernooijRefactor repo opening in LocalGitClient.
2016-12-26 Jelmer VernooijMerge branch 'refine-changes' of https://github.com...
2016-12-25 Jelmer VernooijAdd note about when connect_ssh was deprecated.
2016-11-20 Jelmer VernooijFix handling of unknown URL schemes in get_transport_an...
2016-11-20 Jelmer VernooijReturn refs from LocalGitClient.fetch_pack().
2016-10-27 Jelmer VernooijFix http auth tests to avoid introducing new dependency...
2016-10-27 Mika MäenpääTests for username:passwd style urls in HttpGitClient
2016-10-27 Jelmer VernooijMove HttpGitCLient-specific password handling to that...
2016-10-27 jon bainUpdate HTTPGitClient to allow user:passwd style urls.
2016-10-27 Jelmer VernooijAdd GitClient.from_parsedurl() method.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-07-31 Jelmer VernooijQuote special characters in usernames.
2016-07-31 Jelmer VernooijAllow missing trailing LF when reading service name...
2016-07-31 Jelmer VernooijUse super to call parent __init__.
2016-07-28 Jelmer VernooijUse standard URL generation functions.
2016-07-27 Mika MäenpääAdd get_url() method to clients which will give full...
next