Remove authors of trivial contributions or who have given permission to relicense...
[jelmer/dulwich.git] / dulwich / client.py
2015-09-13 Jelmer VernooijRemove authors of trivial contributions or who have...
2015-09-13 Jelmer VernooijFix handling of hostname on Python3. #367
2015-09-13 Jelmer VernooijUse bytes internally everywhere for client paths.
2015-09-11 Jelmer VernooijAnother python2.6 fix.
2015-09-11 Jelmer VernooijFix shlex, now on python2.
2015-09-10 Jelmer VernooijFix build on Python3.
2015-09-10 Jelmer VernooijFix shlex use on python2.6.
2015-09-06 Jelmer VernooijFix handling of commands with arguments in paramiko...
2015-09-06 Jelmer VernooijAllow arguments in local client binary path overrides.
2015-09-06 Jelmer VernooijAdd checks for command argument in SSHVendor.run_command.
2015-08-17 Jelmer VernooijMerge support for Repo.discover.
2015-07-30 Stefan ZimmermannSubprocessGitClient: fixed git argv list for Popen
2015-06-20 Mike Edgarclient: add get_refs method for just ref discovery
2015-05-25 Gary van der MerwéSwitched `default_local_git_client_cls` to `LocalGitCli...
2015-05-18 Jelmer VernooijMerge branch 'checkout_paths2' of git://github.com...
2015-05-16 Gary van der MerweFix SSHGitClient on windows python3: Executable names...
2015-05-07 Gary van der MerweFix SubprocessGitClient on Windows Python3.
2015-05-07 Jelmer VernooijMove finding of C git into a separate function.
2015-05-07 Stefan Zimmermanntry to use win32api.FindExecutable('git') for .bat...
2015-05-07 Stefan ZimmermannSupport git.bat on Windows
2015-05-05 Jelmer VernooijMerge branch 'porcelain_clone_close' of git://github...
2015-05-04 Jelmer VernooijAdd HttpGitClient.__repr__.
2015-05-04 Gary van der MerwéClose Repo, ObjectStore, and Pack objects.
2015-04-22 Jelmer VernooijMerge branch 'appveyor' of git://github.com/garyvdm...
2015-04-22 Gary van der MerwéBuffer the subpocess.stdout files for SubprocessGitClie...
2015-04-19 Jelmer VernooijSupport python3 for compat client tests.
2015-04-19 Jelmer VernooijAdd constants for commands.
2015-04-19 Jelmer VernooijAdd constants for sideband channels.
2015-04-19 Jelmer VernooijAdd constants for capabilities.
2015-04-18 Jelmer VernooijConvert client, protocol to python3.
2015-04-17 Jelmer VernooijMerge branch 'local_abs_windows_path' of git://github...
2015-04-17 Gary van der MerweFix test_client.TestGetTransportAndPath.test_local_abs_...
2015-03-22 Jelmer VernooijMerge branch 'cve-0.9.8'
2015-03-02 Risto KankkunenFix a hang of SSH pull on Windows. local-fetch bitbucket/local-fetch github/local-fetch samba.org/local-fetch
2015-03-02 Jelmer VernooijSome cleanup.
2015-03-02 diryboyImplement LocalGitClient.send_pack
2015-02-26 Jelmer VernooijRevert "Implement LocalGitClient.send_pack"
2015-02-19 Paul ChenImplement LocalGitClient.send_pack
2014-11-08 Jelmer VernooijMerge branch 'python3'.
2014-11-08 Gary van der MerwePort the minimal needed to get the test suite to run...
2014-10-22 Gary van der MerweMerge branch 'python2.6'
2014-10-22 Mike Edgarclient: allow send_pack callers to override how packs...
2014-09-19 Mike Edgarsend_pack: simplify condition guarding whether a pack...
2014-09-19 Mike Edgarsend_pack: simplify filtering of unsupported ref deletions
2014-09-19 Mike Edgarcleanup: consistently use local variable instead of...
2014-07-15 Mike EdgarStrip newline from final ACKed SHA while fetching packs.
2014-06-16 Gary van der MerweMake get_transport_and_path return a local client for...
2014-06-05 Jelmer VernooijMerge branch 'octal-numbers' of git://github.com/garyvd...
2014-06-05 Jelmer VernooijAdd write_error argument to GitClient.archive().
2014-06-04 Jelmer VernooijMerge branch 'python3-close-files' of git://github...
2014-06-04 Gary van der MerweClose files for Protocol objects.
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer VernooijAdd pep8 make target and fix some pep8ness.
2014-04-12 Jelmer VernooijMerge branch 'github-fix' of git://github.com/sid0...
2014-04-12 Siddharth AgarwalDon't wait for EOF in _handle_receive_pack_tail
2014-04-12 Siddharth AgarwalDon't wait for EOF in _handle_upload_pack_tail with...
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der MerweRemove monkeypatch for older versions of urlparse.uses_...
2014-04-02 Gary van der MerweUse next(iter) instead of iter.next()
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
2014-04-02 Gary van der MerweApply some lib2to3.fixes.fix_idioms (exclued list(x...
2014-04-02 Gary van der MerweApply lib2to3.fixes.fix_apply
2014-03-30 Jelmer VernooijAdd support for 'http.useragent'.
2014-03-30 Jelmer VernooijSupport http.proxy setting in HttpGitClient.
2014-02-12 Jelmer VernooijUpdate NEWS, switch to opener rather than handlers...
2014-02-12 Dov Feldsternuse handlers without affecting the global state
2014-02-12 Dov Feldsternadd support for handlers when opening http urls (e...
2013-12-19 Jelmer VernooijImplement LocalGitClient.fetch_pack().
2013-12-04 Jelmer VernooijUse new style exception handling in a few more places.
2013-11-27 Jelmer VernooijAdd LocalGitClient.
2013-11-26 Jelmer VernooijFix typo: URI -> URL.
2013-11-26 Jelmer VernooijAllow overriding default class for local git client...
2013-11-26 Jelmer VernooijSplit get_transport_and_path_from_url() out of get_tran...
2013-11-04 Jelmer VernooijMove read_info_refs from dulwich.client to dulwich...
2013-11-04 Jelmer VernooijUpdate some copyright headers.
2013-10-23 Marcin KuzminskiPython 2.4+ compat
2013-09-28 milkiAdd ssh_kwargs attribute to ParamikoSSHVendor
2013-09-28 milkiDefault paramiko port to 22 explicitly
2013-09-22 Jelmer VernooijRaise appropriate NotImplementedError when encountering...
2013-09-14 Jelmer VernooijProvide fallback for SSHVendor.connect_ssh().
2013-09-07 Jelmer VernooijAdd abort return value to ObjectStore.add_pack.
2013-08-26 Jelmer VernooijRename SSHVendor.connect_ssh to SSHVendor.run_command.
2013-08-26 Aaron O'MullanAdd ParamikoSSHVendor.
2013-08-15 Jelmer VernooijMerge branch 'http-fetch-capa' of git://github.com...
2013-08-14 William GrantFix capability negotiation when fetching packs over...
2013-08-13 Jelmer VernooijAdd SSHVendor abstraction class.
2013-08-10 milkiRemove delete commands when no delete=refs
2013-08-10 milkisend a packfile if there is an update/create cmd
2013-06-18 David KeijserFix error in fetching with side-band-64k disabled
2013-05-25 milkiCheck for empty-repo on client fetch
2013-05-24 Chris Reidremoved try catch finally block from GitClient.fetch...
2013-05-04 milkiSupport username expansion in SSHGitClient
2013-05-02 Brian ViselFix URL handling so that git+ssh:// is treated like...
2012-10-03 Jelmer Vernooijclient: Invert logic for thin-packs.
2012-09-24 Jelmer Vernooijclient: In get_transport_and_path, pass kwargs on to...
2012-08-03 Jelmer VernooijMerge fix for handling None elements in list of TreeCha...
2012-07-13 Jelmer VernooijMerge fix for crashing empty time-based walkers.
2012-07-13 Andi McClureTake copy of refs when invoking determine_wants callback.
2012-03-26 Jelmer Vernooijclient: Fix check for 'report-status' capability.
2012-03-21 Jelmer VernooijMerge addition of dulwich.index.build_index_from_tree...
next