summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2011-03-22Remove unused variablesJohannes Schindelin
2011-03-22Fix sparse warningsStephen Boyd
2011-03-16Merge branch 'maint'Junio C Hamano
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2011-03-09transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano
2010-11-19remote-fd/ext: finishing touches after code reviewIlari Liusvaara
2010-10-13Add bidirectional_transfer_loop()Ilari Liusvaara
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-04-01remote-helpers: add support for an export commandSverre Rabbelier
2010-03-31remote-helpers: allow requesing the path to the .git directorySverre Rabbelier
2010-03-15Merge branch 'tc/transport-verbosity'Junio C Hamano
2010-02-24transport->progress: use flag authoritativelyTay Ray Chuan
2010-02-24push: support multiple levels of verbosityTay Ray Chuan
2010-02-04Typofixes outside documentation areaJunio C Hamano
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