Fix typo: URI -> URL.
[jelmer/dulwich.git] / dulwich / client.py
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...
2012-03-19 Jelmer Vernooijmerge trunk
2012-03-01 Jelmer VernooijMerge patch from Sam Vilain to pass arguments to get_tr...
2012-03-01 Sam VilainAdd support for client init args in get_transport_and_path
2012-02-20 Jelmer VernooijMerge support for only negotiating capabilities that...
2012-02-18 Risto KankkunenFix capability negotiation in dulwich.client
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Jelmer VernooijMerge fix to call parent constructor rather than grandp...
2012-02-09 Risto KankkunenMerged master
2012-01-24 Risto KankkunenCall the parent class constructor, not grandparent...
2012-01-04 Jelmer Vernooijdulwich.client: Make progress argument optional.
2012-01-04 Jelmer VernooijAllow determine_wants methods to include the zero sha...
2012-01-04 Jelmer VernooijDocument return types.
2011-12-29 Jelmer VernooijInclude status information in Python modules.
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-09 Jelmer VernooijProperly abort connections when the determine_wants...
2011-12-09 Jelmer VernooijAdd support for retrieving tarballs from remote servers.
2011-11-30 Jelmer VernooijMerge fix from Chris to hide unpacking objects from...
2011-11-30 Chris EberleGot rid of 'Unpacking objects' messages produced by...
2011-11-08 Jelmer Vernooijmerge fix for parsing of HTTP Git URLs.
2011-11-06 Jelmer Vernooijdulwich.client: Use buffering when receiving pack file...
2011-11-05 Bruno ReniƩFixed parsing of HTTP Git URLs
2011-09-24 Jelmer VernooijMerge deprecation of ``Repo.revision_history`` in favor...
2011-09-22 Jelmer VernooijSmart protocol clients can now change refs even if...
2011-09-20 Jelmer VernooijFix handling of slashes in the http client.
2011-09-20 Jelmer VernooijTwo minor fixes to improve compatibility with some...
2011-09-03 Jelmer Vernooijclient: Support smart server access over https, pass...
2011-09-03 Jelmer Vernooijclient: Raise NotGitRepository if there is no remote...
2011-09-03 Jelmer Vernooijclient: Continue reading revision info on 'ready',...
2011-09-03 Jelmer VernooijMerge basic http client implementation.
2011-09-03 Jelmer Vernooijclient: Add http support for 'git-upload-pack'.
2011-09-03 Jelmer Vernooijmerge trunk
2011-09-03 Jelmer Vernooijclient: Add support for multi_ack_detailed capability.
2011-09-03 Jelmer Vernooijclient: Refactor handling of negotiation.
2011-09-03 Jelmer Vernooijclient: Refactor 'git-receive-pack' tail handling.
2011-09-03 Jelmer VernooijMerge trunk.
2011-09-03 Jelmer VernooijSupport the 'side-band-64k' capability in 'git-receive...
2011-09-03 Jelmer Vernooijclient: Factor out ReportStatusParser.
2011-09-03 Jelmer VernooijImplement most of git-receive-pack.
2011-09-03 Jelmer VernooijImplement HTTPGitClient._read_references.
2011-09-03 Jelmer VernooijAdd base class for traditional git clients.
2011-07-29 Jelmer VernooijSupport ~ in git:// URL paths.
2011-07-24 Jelmer VernooijWhen connect succeeds, don't bother trying other addresses.
2011-07-23 Jelmer VernooijMerge improvements to pack writing code.
2011-07-23 Jelmer VernooijSeparate out delta generation from pack writing.
2011-07-21 Jelmer VernooijMerge improvements to memory usage of write_pack_data.
2011-07-21 Jelmer Vernooijwrite_pack_data and write_pack no longer take a num_obj...
2011-07-19 Jelmer VernooijMerge fiix compilation on newer versions of Mac OS...
2011-07-01 Jelmer VernooijFix use of SubprocessWrapper on Windows.
2011-06-29 Jelmer VernooijImprove performance of Repo.revision_history().
2011-06-24 Jelmer VernooijSupport IPv6 for git:// connections.
2011-06-05 Jelmer VernooijMerge improved assert message.
2011-05-23 Jelmer VernooijReport protocol activity when communicating over SSH.
2011-05-17 Brendan CullyPass remote errors on as separate exception.
2011-05-10 Jelmer VernooijMake read_refs private.
2011-02-12 Jelmer VernooijFix running of dulwich.tests.compat.test_web.
2011-01-30 Jelmer VernooijDelay importing subprocess as much as possible, in...
2011-01-29 Jelmer VernooijMerge sphinxification of documentation, by Lukasz Balce...
2011-01-25 Jelmer VernooijFix get_transport_and_path compatibility with pre-2...
2011-01-25 Max BowsherAttempt to be compatible with the urlparse module found...
2011-01-05 Dave Borowitzclient: Standardize on single quotes.
2010-12-21 Dave Borowitzclient: Rewrite URI parsing in get_transport_and_path.
2010-11-11 Jelmer VernooijRemove duplicate copy of _fileno_can_read.
2010-07-21 Jelmer VernooijSome restructuredText fixes.
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-28 Jelmer VernooijMerge Augie's GitClient refactoring.
2010-06-28 Augie Facklerclient: refactor GitClient subclasses to enhance code...
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijRemove unused, add bug reference.
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-25 Ross LightAdded SSHGitClient.receive_pack_path and SSHGitClient...
next