summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+15
|\
| * connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+15
* | transport-helper: read helper response with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | strbuf: give strbuf_getline() to the "most text friendly" variantjc/strbuf-getlineJunio C Hamano2016-01-151-1/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* push_refs_with_export: convert to struct object_idbrian m. carlson2015-11-201-4/+4
* Convert struct ref to use object_id.brian m. carlson2015-11-201-9/+9
* Sync with v2.5.4Junio C Hamano2015-09-281-0/+2
|\
| * Sync with 2.4.10Junio C Hamano2015-09-281-0/+2
| |\
| | * Sync with 2.3.10Junio C Hamano2015-09-281-0/+2
| | |\
| | | * transport: add a protocol-whitelist environment variableJeff King2015-09-231-0/+2
| | | * Merge branch 'jc/push-cert' into maintJunio C Hamano2015-03-051-1/+1
| | | |\
| | | * \ Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano2015-03-051-5/+8
| | | |\ \
* | | | \ \ Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-17/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-191-17/+17
| |/ / / /
* | | | | transport-helper: die on errors reading refs.sb/check-return-from-read-refStefan Beller2015-08-031-2/+6
|/ / / /
* | | | Merge branch 'mh/transport-capabilities'Junio C Hamano2015-02-251-12/+13
|\ \ \ \
| * | | | transport-helper: ask the helper to set the same options for import as for fetchmh/transport-capabilitiesMike Hommey2015-02-131-10/+10
| * | | | transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey2015-02-131-2/+3
* | | | | Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano2015-02-251-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | do not include the same header twicedp/remove-duplicated-header-inclusionДилян Палаузов2015-02-131-1/+0
| |/ / /
* | | | Merge branch 'jc/push-cert'Junio C Hamano2015-02-181-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | transport-helper: fix typo in error message when --signed is not supportedMike Hommey2015-02-121-1/+1
* | | transport-helper: do not request symbolic refs to remote helpersmh/deref-symref-over-helper-transportMike Hommey2015-01-211-5/+8
| |/ |/|
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
* | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-8/+2
|\ \
| * | use env_array member of struct child_processrs/run-command-env-arrayRené Scharfe2014-10-191-8/+2
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+4
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+8
|\ \ | |/
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+8
* | run-command: introduce child_process_init()René Scharfe2014-08-201-2/+3
|/
* transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
* Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-161-9/+23
|\
| * transport-helper: remove unnecessary strbuf resetsfc/remote-helper-refmapFelipe Contreras2014-04-211-4/+0
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-211-11/+13
| * transport-helper: add support to push symbolic refsFelipe Contreras2014-04-211-1/+10
| * transport-helper: add support for old:new refspecFelipe Contreras2014-04-211-3/+10
* | Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano2014-06-161-1/+1
|\ \
| * | transport-helper.c: rearrange xcalloc argumentsbg/xcalloc-nmemb-then-sizeBrian Gesiak2014-05-271-1/+1
| * | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano2014-05-201-29/+44
| * | Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano2014-05-191-44/+29
* | | get_importer: use run-command's internal argv_arrayJeff King2014-05-151-6/+3
* | | get_exporter: use argv_arrayJeff King2014-05-151-16/+10
* | | get_helper: use run-command's internal argv_arrayJeff King2014-05-151-6/+3
|/ /
* | transport-helper: fix sync issue on crashesFelipe Contreras2014-04-141-2/+11
* | transport-helper: trivial cleanupFelipe Contreras2014-04-141-12/+12
* | transport-helper: propagate recvline() error pushingFelipe Contreras2014-04-141-7/+11
* | remote-helpers: make recvline return an errorFelipe Contreras2014-04-141-7/+14
* | transport-helper: remove barely used xchgline()Felipe Contreras2014-04-141-7/+2
|/
* Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-181-8/+17
|\