summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/exec-error-report'Junio C Hamano2010-01-201-4/+10
|\
| * Improve error message when a transport helper was not foundIlari Liusvaara2010-01-121-4/+10
* | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-201-8/+20
|\ \
| * | transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan2010-01-091-1/+4
| * | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan2010-01-091-0/+9
| * | refactor ref status logic for pushingTay Ray Chuan2010-01-091-7/+7
| * | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-4/+120
| |\ \
* | \ \ Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-281-1/+1
| |/ /
* | | Support remote archive from all smart transportsIlari Liusvaara2009-12-281-0/+19
* | | Support remote helpers implementing smart transportsIlari Liusvaara2009-12-281-6/+118
* | | Support taking over transportsIlari Liusvaara2009-12-091-1/+18
* | | Pass unknown protocols to external protocol handlersIlari Liusvaara2009-12-091-1/+11
* | | Support mandatory capabilitiesIlari Liusvaara2009-12-091-6/+19
* | | Add remote helper debug modeIlari Liusvaara2009-12-091-25/+69
* | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-061-15/+250
|\ \ \ | |/ / | | / | |/ |/|
| * remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-301-0/+2
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-3/+134
| * remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-301-1/+87
| * remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-301-11/+28
* | Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow2009-11-171-0/+22
* | Fix various memory leaks in transport-helper.cSverre Rabbelier2009-11-171-0/+4
* | Allow helper to map private ref names into normal namesDaniel Barkalow2009-11-171-1/+33
* | Add support for "import" helper commandDaniel Barkalow2009-11-171-0/+52
* | Allow fetch to modify refsDaniel Barkalow2009-11-171-2/+2
* | Fix memory leak in helper method for disconnectDaniel Barkalow2009-11-171-1/+8
|/
* don't dereference NULL upon fdopen failureJim Meyering2009-09-131-3/+3
* use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-7/+3
* Use a clearer style to issue commands to remote helpersDaniel Barkalow2009-09-031-7/+14
* Make the "traditionally-supported" URLs a special caseDaniel Barkalow2009-09-031-5/+2
* git-http-fetch: not a builtinLinus Torvalds2009-08-051-1/+1
* Add support for external programs for handling native fetchesDaniel Barkalow2009-08-051-0/+168