Add get_peeled to BaseRepo so HTTP and git servers use one call to peel tags.
[jelmer/dulwich-libgit2.git] / dulwich / client.py
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-05-16 Jelmer VernooijWhen there's nothing to push, don't push anything.
2009-05-10 Jelmer VernooijCope git-upload-pack arguments, apparently necessary...
2009-05-10 Jelmer VernooijCope with username being specified to SSH client.
2009-05-09 Jelmer VernooijAdd extra asserts, skip more revisions.
2009-05-09 Jelmer VernooijFix remote dpush refs?
2009-05-09 Jelmer VernooijDeal with removed refs.
2009-05-09 Jelmer VernooijDeal with removed refs.
2009-05-09 Jelmer VernooijFix corner cases in client code.
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-08 Jelmer VernooijFix formatting.
2009-05-08 Jelmer VernooijAdd base class for ObjectStore with just the interface.
2009-05-08 Jelmer VernooijRaise sha error if necessary, always return refs, fix...
2009-05-08 Jelmer VernooijFix kwargs argument in SubprocessClient._connect.
2009-05-05 Jelmer VernooijAdd docstrings.
2009-05-05 Jelmer VernooijAdd some docstrings.
2009-05-05 Jelmer VernooijClarify that objects are being passed to send_pack...
2009-05-05 Jelmer VernooijUse same API for finding send-pack refs as for recv...
2009-05-04 Jelmer VernooijUse dictionary in send_pack.
2009-05-04 Jelmer VernooijFix send_pack.
2009-05-04 Jelmer VernooijCherry-pick fixes to send_pack from Scott Chacon <schac...
2009-05-04 Jelmer VernooijClient.fetch_pack() returns the refs that were received.
2009-05-03 Jelmer VernooijFix copyright headers.
2009-04-14 Jelmer VernooijFix default port for smart tcp clients.
2009-04-14 Jelmer VernooijSupport variable arguments in SSHGitClient.
2009-04-10 Jelmer VernooijSupport activity reporting.
2009-03-29 Jelmer VernooijSupport thin pack parameter for ssh connections.
2009-03-21 Jelmer VernooijImprove formatting, docstrings.
2009-03-11 Jelmer VernooijFix typo.
2009-03-11 Jelmer VernooijSkip ^{} tags.
2009-03-11 Jelmer Vernooijadd basic tests for client side.
2009-03-10 Jelmer Vernooijfix plain tcp
2009-03-10 Jelmer VernooijSet defaults.
2009-03-10 Jelmer VernooijSupport more capabilities.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-03-08 Jelmer VernooijDon't modify original capabilities list.
2009-03-08 Jelmer VernooijUse separate parameter for thin packs rather than speci...
2009-02-11 Jelmer VernooijFix duplicate use of variable name.
2009-02-11 Jelmer VernooijSupport overriding capabilities for TCPClient and SSHSu...
2009-02-11 Jelmer Vernooijallow user to override capabilities.
2009-01-24 Jelmer VernooijMerge John.
2009-01-21 John CarrLets implement push
2009-01-19 John CarrMake cloning over git+ssh:// work
2009-01-19 John CarrMake local git clone via git-upload-pack work
2009-01-19 John CarrDon't need to be passed stuff..
2009-01-19 John CarrFallback to local git-foo if not git:// or git+ssh...
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-19 John CarrTry a simpler approach
2009-01-18 John CarrAdd a generic class that can talk to any git-receive...
2009-01-18 John CarrTeach ./bin/dulwich about SSH
2009-01-17 John CarrCode belongs in client really. Also, add SSHGitClient.
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijMake all files written by either John and/or me GPLv2...
2008-12-30 Jelmer Vernooijmerge john.
2008-12-29 John CarrMerge upstream
2008-12-29 John CarrMerge upstream
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijFix typos.
2008-12-25 John CarrPushing for clients
2008-12-25 Jelmer VernooijMerge John.
2008-12-25 John CarrOnly TCPGitClient cares about host
2008-12-25 John CarrMerge upstream
2008-12-24 John CarrMove the git:// specific bits to TCPGitClient
2008-12-24 John CarrMove send/read cmd out of way - not convinced protocol...
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijShare capabilities extractor, port number.
2008-12-24 Jelmer VernooijShare port constant.
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 John CarrMissed one
2008-12-24 John CarrFactor out common code
2008-12-24 Jelmer VernooijFix crc32 overflow error in struct, raise KeyError...
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijDon't retrieve all pack files when fetching.
2008-12-24 Jelmer VernooijAdd simple dul-fetch-pack command.