aboutsummaryrefslogtreecommitdiffstats
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy1-0/+10
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano1-0/+6
2013-07-22Merge branch 'jk/gcc-function-attributes'Junio C Hamano1-1/+2
2013-07-09add missing "format" function attributesJeff King1-1/+2
2013-06-21transport-helper: be quiet on read errors from helpersJeff King1-1/+1
2013-06-06Merge branch 'fc/transport-helper-no-refspec'Junio C Hamano1-1/+12
2013-05-29Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano1-16/+32
2013-05-21transport-helper: check if the dry-run is supportedFelipe Contreras1-0/+5
2013-05-21transport-helper: barf when user tries old:newFelipe Contreras1-2/+4
2013-05-10transport-helper: fix remote helper namespace regressionFelipe Contreras1-1/+1
2013-05-09Sync with v1.8.2.3Junio C Hamano1-2/+1
2013-05-09transport-helper: trivial style cleanupFelipe Contreras1-2/+1
2013-05-05Merge branch 'fc/push-with-export-reporting-result'Junio C Hamano1-0/+1
2013-05-05transport-helper: improve push messagesFelipe Contreras1-0/+1
2013-04-17transport-helper: update remote helper namespaceFelipe Contreras1-4/+19
2013-04-17transport-helper: trivial code shuffleFelipe Contreras1-5/+3
2013-04-17transport-helper: warn when refspec is not usedFelipe Contreras1-0/+2
2013-04-17transport-helper: clarify pushing without refspecsFelipe Contreras1-2/+3
2013-04-17transport-helper: clarify *:* refspecFelipe Contreras1-1/+1
2013-04-15transport-helper: add 'signed-tags' capabilityJohn Keeping1-1/+5
2013-04-15transport-helper: pass --signed-tags=warn-strip to fast-exportJohn Keeping1-1/+2
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-04-11transport-helper: improve push messagesFelipe Contreras1-0/+1
2013-04-11transport-helper: mention helper name when it diesJeff King1-4/+4
2013-04-11transport-helper: report errors properlyFelipe Contreras1-1/+1
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano1-0/+10
2012-12-02push: require force for refs under refs/tags/Chris Rorvick1-0/+6
2012-10-07When debug==1, start fast-import with "--stats" instead of "--quiet"Florian Achleitner1-1/+1
2012-10-07Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capab...Florian Achleitner1-13/+31
2012-07-30Add explanatory comment for transport-helpers refs mapping.Florian Achleitner1-0/+15
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-2/+2
2012-02-26Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano1-3/+10
2012-02-23disconnect from remote helpers more gentlyJeff King1-3/+10
2011-10-05remote: avoid passing NULL to read_ref()Michael Haggerty1-2/+4
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty1-2/+2
2011-07-19transport-helper: die early on encountering deleted refsSverre Rabbelier1-0/+4
2011-07-19transport-helper: implement marks location as capabilitySverre Rabbelier1-29/+18
2011-07-19transport-helper: Use capname for refspec capability tooSverre Rabbelier1-1/+1
2011-07-19transport-helper: change import semanticsSverre Rabbelier1-0/+3
2011-07-19transport-helper: update ref status after push with exportSverre Rabbelier1-0/+1
2011-07-19transport-helper: use the new done feature where possibleSverre Rabbelier1-7/+2
2011-07-19transport-helper: check status code of finish_commandSverre Rabbelier1-8/+15
2011-07-19transport-helper: factor out push_update_refs_statusSverre Rabbelier1-69/+84
2011-07-19remote-helpers: export GIT_DIR variable to helpersDmitry Ivankov1-5/+10
2011-07-19transport-helper: don't feed bogus refs to export pushJeff King1-1/+2
2011-07-19transport-helper: fix minor leak in push_refs_with_exportJeff King1-0/+1
2011-03-22Remove unused variablesJohannes Schindelin1-2/+1
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2011-03-16Merge branch 'maint'Junio C Hamano1-2/+1
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-2/+1
2011-03-08transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser1-1/+1
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano1-4/+0
2010-11-19remote-fd/ext: finishing touches after code reviewIlari Liusvaara1-0/+5
2010-10-13Add bidirectional_transfer_loop()Ilari Liusvaara1-0/+311
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-1/+1
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-2/+2
2010-03-31remote-helpers: add support for an export commandSverre Rabbelier1-12/+120
2010-03-31remote-helpers: allow requesing the path to the .git directorySverre Rabbelier1-0/+5
2010-03-15Merge branch 'tc/transport-verbosity'Junio C Hamano1-3/+1
2010-02-24transport->progress: use flag authoritativelyTay Ray Chuan1-2/+1
2010-02-24push: support multiple levels of verbosityTay Ray Chuan1-1/+0
2010-02-03Typofixes outside documentation areaJunio C Hamano1-1/+1
2010-01-20Merge branch 'js/exec-error-report'Junio C Hamano1-4/+10
2010-01-20Merge branch 'tr/http-push-ref-status'Junio C Hamano1-8/+20
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano1-1/+1
2010-01-12Improve error message when a transport helper was not foundIlari Liusvaara1-4/+10
2010-01-09transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan1-1/+4
2010-01-09transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan1-0/+9
2010-01-09refactor ref status logic for pushingTay Ray Chuan1-7/+7
2009-12-28check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan1-1/+1
2009-12-28Support remote archive from all smart transportsIlari Liusvaara1-0/+19
2009-12-28Support remote helpers implementing smart transportsIlari Liusvaara1-6/+118
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-4/+120
2009-12-09Support taking over transportsIlari Liusvaara1-1/+18
2009-12-09Pass unknown protocols to external protocol handlersIlari Liusvaara1-1/+11
2009-12-09Support mandatory capabilitiesIlari Liusvaara1-6/+19
2009-12-09Add remote helper debug modeIlari Liusvaara1-25/+69
2009-12-06Merge branch 'master' into il/vcs-helperJunio C Hamano1-15/+250
2009-11-17Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow1-0/+22
2009-11-17Fix various memory leaks in transport-helper.cSverre Rabbelier1-0/+4
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow1-1/+33
2009-11-17Add support for "import" helper commandDaniel Barkalow1-0/+52
2009-11-17Allow fetch to modify refsDaniel Barkalow1-2/+2
2009-11-17Fix memory leak in helper method for disconnectDaniel Barkalow1-1/+8
2009-10-30remote-helpers: return successfully if everything up-to-dateClemens Buchacher1-0/+2
2009-10-30Move WebDAV HTTP push under remote-curlShawn O. Pearce1-3/+134
2009-10-30remote-helpers: Support custom transport optionsShawn O. Pearce1-1/+87
2009-10-30remote-helpers: Fetch more than one ref in a batchShawn O. Pearce1-11/+28
2009-09-13don't dereference NULL upon fdopen failureJim Meyering1-3/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-7/+3
2009-09-03Use a clearer style to issue commands to remote helpersDaniel Barkalow1-7/+14
2009-09-03Make the "traditionally-supported" URLs a special caseDaniel Barkalow1-5/+2
2009-08-05git-http-fetch: not a builtinLinus Torvalds1-1/+1
2009-08-05Add support for external programs for handling native fetchesDaniel Barkalow1-0/+168