summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2010-01-20Merge branch 'js/exec-error-report'Junio C Hamano
2010-01-20Merge branch 'tr/http-push-ref-status'Junio C Hamano
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano
2010-01-12Improve error message when a transport helper was not foundIlari Liusvaara
2010-01-10transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan
2010-01-10transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2009-12-29check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan
2009-12-28Support remote archive from all smart transportsIlari Liusvaara
2009-12-28Support remote helpers implementing smart transportsIlari Liusvaara
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-12-09Support taking over transportsIlari Liusvaara
2009-12-09Pass unknown protocols to external protocol handlersIlari Liusvaara
2009-12-09Support mandatory capabilitiesIlari Liusvaara
2009-12-09Add remote helper debug modeIlari Liusvaara
2009-12-07Merge branch 'master' into il/vcs-helperJunio C Hamano
2009-11-18Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow
2009-11-18Fix various memory leaks in transport-helper.cSverre Rabbelier
2009-11-18Allow helper to map private ref names into normal namesDaniel Barkalow
2009-11-18Add support for "import" helper commandDaniel Barkalow
2009-11-18Allow fetch to modify refsDaniel Barkalow
2009-11-18Fix memory leak in helper method for disconnectDaniel Barkalow
2009-10-31remote-helpers: return successfully if everything up-to-dateClemens Buchacher
2009-10-31Move WebDAV HTTP push under remote-curlShawn O. Pearce
2009-10-31remote-helpers: Support custom transport optionsShawn O. Pearce
2009-10-31remote-helpers: Fetch more than one ref in a batchShawn O. Pearce
2009-09-13don't dereference NULL upon fdopen failureJim Meyering
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-09-04Use a clearer style to issue commands to remote helpersDaniel Barkalow
2009-09-04Make the "traditionally-supported" URLs a special caseDaniel Barkalow
2009-08-06git-http-fetch: not a builtinLinus Torvalds
2009-08-05Add support for external programs for handling native fetchesDaniel Barkalow