summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-20Merge branch 'js/exec-error-report'Libravatar Junio C Hamano1-4/+10
2010-01-20Merge branch 'tr/http-push-ref-status'Libravatar Junio C Hamano1-8/+20
2010-01-17Merge branch 'tc/clone-v-progress'Libravatar Junio C Hamano1-1/+1
2010-01-12Improve error message when a transport helper was not foundLibravatar Ilari Liusvaara1-4/+10
2010-01-09transport-helper.c::push_refs(): emit "no refs" error messageLibravatar Tay Ray Chuan1-1/+4
2010-01-09transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Libravatar Tay Ray Chuan1-0/+9
2010-01-09refactor ref status logic for pushingLibravatar Tay Ray Chuan1-7/+7
2009-12-28check stderr with isatty() instead of stdout when deciding to show progressLibravatar Tay Ray Chuan1-1/+1
2009-12-28Support remote archive from all smart transportsLibravatar Ilari Liusvaara1-0/+19
2009-12-28Support remote helpers implementing smart transportsLibravatar Ilari Liusvaara1-6/+118
2009-12-26Merge branch 'sr/vcs-helper'Libravatar Junio C Hamano1-4/+120
2009-12-09Support taking over transportsLibravatar Ilari Liusvaara1-1/+18
2009-12-09Pass unknown protocols to external protocol handlersLibravatar Ilari Liusvaara1-1/+11
2009-12-09Support mandatory capabilitiesLibravatar Ilari Liusvaara1-6/+19
2009-12-09Add remote helper debug modeLibravatar Ilari Liusvaara1-25/+69
2009-12-06Merge branch 'master' into il/vcs-helperLibravatar Junio C Hamano1-15/+250
2009-11-17Allow helpers to report in "list" command that the ref is unchangedLibravatar Daniel Barkalow1-0/+22
2009-11-17Fix various memory leaks in transport-helper.cLibravatar Sverre Rabbelier1-0/+4
2009-11-17Allow helper to map private ref names into normal namesLibravatar Daniel Barkalow1-1/+33
2009-11-17Add support for "import" helper commandLibravatar Daniel Barkalow1-0/+52
2009-11-17Allow fetch to modify refsLibravatar Daniel Barkalow1-2/+2
2009-11-17Fix memory leak in helper method for disconnectLibravatar Daniel Barkalow1-1/+8
2009-10-30remote-helpers: return successfully if everything up-to-dateLibravatar Clemens Buchacher1-0/+2
2009-10-30Move WebDAV HTTP push under remote-curlLibravatar Shawn O. Pearce1-3/+134
2009-10-30remote-helpers: Support custom transport optionsLibravatar Shawn O. Pearce1-1/+87
2009-10-30remote-helpers: Fetch more than one ref in a batchLibravatar Shawn O. Pearce1-11/+28
2009-09-13don't dereference NULL upon fdopen failureLibravatar Jim Meyering1-3/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsLibravatar Jim Meyering1-7/+3
2009-09-03Use a clearer style to issue commands to remote helpersLibravatar Daniel Barkalow1-7/+14
2009-09-03Make the "traditionally-supported" URLs a special caseLibravatar Daniel Barkalow1-5/+2
2009-08-05git-http-fetch: not a builtinLibravatar Linus Torvalds1-1/+1
2009-08-05Add support for external programs for handling native fetchesLibravatar Daniel Barkalow1-0/+168