summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+5
|\
| * fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+5
* | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-9/+14
|\ \
| * | transport: make transport vtable more privatejt/transport-hide-vtableJonathan Tan2017-12-141-9/+14
| |/
* | Merge branch 'rs/fmt-merge-msg-leakfix'Junio C Hamano2017-12-271-2/+5
|\ \
| * | transport-helper: plug strbuf and string_list leaksrs/fmt-merge-msg-leakfixRené Scharfe2017-12-081-2/+5
| |/
* | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-4/+3
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-3/+2
* | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+2
|/
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-3/+2
|\
| * avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-3/+2
* | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-0/+1
|\ \
| * | transport-helper: release strbuf after use in process_connect_service()Rene Scharfe2017-09-071-0/+1
* | | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-0/+7
|\ \ \ | |/ / |/| |
| * | ThreadSanitizer: add suppressionsma/ts-cleanupsMartin Ågren2017-08-231-0/+7
| |/
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-1/+1
|/
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-18/+9
* transport-helper: replace checked snprintf with xsnprintfJeff King2017-03-301-4/+1
* Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-271-2/+3
|\
| * remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRjn/remote-helpers-with-git-dirJonathan Nieder2017-02-141-2/+3
* | push options: pass push options to the transport helperStefan Beller2017-02-081-0/+7
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-14/+48
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+1
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+24
| * transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-131-14/+23
* | Spelling fixesvs/typofixVille Skyttä2016-08-111-4/+4
* | i18n: transport-helper.c: change N_() call to _()Vasco Almeida2016-06-171-1/+1
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-3/+3
|\ \
| * | transport-helper.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-3/+3
* | | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
|/ /
* | 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
|\ \ \ \ \ | | |/ / / | |/| | |