summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/env-array'Junio C Hamano2022-06-101-4/+5
|\
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-4/+5
* | connect.c: refactor sending of agent & object-formatÆvar Arnfjörð Bjarmason2022-05-161-13/+20
|/
* ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason2022-02-061-2/+2
* Merge branch 'ah/connect-parse-feature-v0-fix'Junio C Hamano2021-10-031-0/+2
|\
| * connect: also update offset for features without valuesAndrzej Hunt2021-09-271-0/+2
* | connect, protocol: log negotiated protocol versionJosh Steadmon2021-08-101-0/+2
|/
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-171-3/+29
|\
| * clone: respect remote unborn HEADJonathan Tan2021-02-051-2/+26
| * connect, transport: encapsulate arg in structJonathan Tan2021-02-051-1/+3
* | Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano2021-01-251-0/+2
|\ \ | |/ |/|
| * git_connect_git(): forbid newlines in host and pathJeff King2021-01-071-0/+2
* | Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-2/+2
|\ \
| * | config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-2/+2
* | | strvec: rename struct fieldsJeff King2020-07-301-8/+8
* | | strvec: fix indentation in renamed callsJeff King2020-07-281-3/+4
* | | strvec: convert more callers away from argv_array nameJeff King2020-07-281-24/+24
|/ /
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-29/+109
|\ \
| * | serve: advertise object-format capability for protocol v2brian m. carlson2020-05-271-0/+2
| * | connect: parse v2 refs with correct hash algorithmbrian m. carlson2020-05-271-5/+16
| * | connect: pass full packet reader when parsing v2 refsbrian m. carlson2020-05-271-2/+3
| * | connect: detect algorithm when fetching refsbrian m. carlson2020-05-271-4/+17
| * | connect: make parse_feature_value externbrian m. carlson2020-05-271-2/+1
| * | connect: add function to detect supported v1 hash functionsbrian m. carlson2020-05-271-0/+22
| * | connect: add function to fetch value of a v2 server capabilitybrian m. carlson2020-05-271-0/+15
| * | connect: add function to parse multiple v1 capability valuesbrian m. carlson2020-05-271-9/+21
| * | connect: have ref processing code take struct packet_readerbrian m. carlson2020-05-271-11/+16
* | | stateless-connect: send response end packetDenton Liu2020-05-241-1/+15
* | | pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu2020-05-241-0/+2
|/ /
* | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* | Sync with 2.23.1Johannes Schindelin2019-12-061-1/+1
|\ \
| * \ Sync with 2.21.1Johannes Schindelin2019-12-061-1/+1
| |\ \
| | * \ Sync with 2.20.2Johannes Schindelin2019-12-061-1/+1
| | |\ \ | | | |/
| | | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+1
| | | |\
| | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+1
| | | | |\
| | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+1
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+1
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+1
| | | | | | | |\
| | | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-1/+1
* | | | | | | | | mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen2019-08-261-0/+4
|/ / / / / / / /
* | | | | | | | trace2:data: add trace2 transport child classificationJeff Hostetler2019-02-221-0/+3
|/ / / / / / /
* | | | | | | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-3/+0
|/ / / / / /
* | | | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
|/ / / / /
* | | | | connect.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-35/+39
* | | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-11/+10
|/ / / /
* | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-0/+1
|\ \ \ \
| * | | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
| |/ / /
* | | | Merge branch 'bw/server-options'Junio C Hamano2018-05-231-1/+8
|\ \ \ \
| * | | | ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-1/+8