summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
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