268 Commits (c6e19e47a60c0174f805db8e1624db38ff889523)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 6def0ff878 run-command API users: use strvec_pushv(), not argv assignment 3 years ago
Ævar Arnfjörð Bjarmason ec9a37d69b pkt-line.[ch]: remove unused packet_read_line_buf() 3 years ago
Ævar Arnfjörð Bjarmason abf897bacd string-list.[ch]: remove string_list_init() compatibility function 3 years ago
Ævar Arnfjörð Bjarmason 3e8084f188 http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors 3 years ago
Ævar Arnfjörð Bjarmason 8dda4cbdf2 http: rename CURLOPT_FILE to CURLOPT_WRITEDATA 4 years ago
Jeff King 013c7e2b07 http: drop support for curl < 7.16.0 4 years ago
Jeff King 1119a15b5c http: drop support for curl < 7.11.1 4 years ago
Denton Liu 8232a0ff48 pkt-line: replace "stateless separator" with "response end" 4 years ago
Eric Wong 00bc8390d8 remote-curl: fix clone on sha256 repos 4 years ago
Srinidhi Kaushik 3b990aa645 push: parse and set flag for "--force-if-includes" 4 years ago
Jonathan Tan 42d418df90 (various): document from_promisor parameter 5 years ago
Jonathan Tan 9dfa8dbeee fetch-pack: remove no_dependents code 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
brian m. carlson cd85b447bf remote-curl: make --force-with-lease work with non-ASCII ref names 5 years ago
brian m. carlson 97997e6ad2 remote-curl: avoid truncating refs with ls-remote 5 years ago
brian m. carlson ac093d0790 remote-curl: detect algorithm for dumb HTTP by size 5 years ago
brian m. carlson 7f60501775 remote-curl: implement object-format extensions 5 years ago
Denton Liu b0df0c16ea stateless-connect: send response end packet 5 years ago
Denton Liu 0181b600a6 pkt-line: define PACKET_READ_RESPONSE_END 5 years ago
Denton Liu 74b082ad34 remote-curl: error on incomplete packet 5 years ago
Denton Liu 04cc91abcb remote-curl: remove label indentation 5 years ago
Denton Liu 51ca7f89f8 remote-curl: fix typo 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
René Scharfe 7655b4119d remote-curl: show progress for fetches over dumb HTTP 5 years ago
Junio C Hamano 145136a95a C: use skip_prefix() to avoid hardcoded string length 5 years ago
brian m. carlson 6f1194246a remote-curl: pass on atomic capability to remote side 5 years ago
René Scharfe 062a309d36 remote-curl: use argv_array in parse_push() 5 years ago
Jiang Xin 8a1569d655 i18n: fix typos found during l10n for git 2.22.0 6 years ago
brian m. carlson 9c9492e8aa remote-curl: make hash size independent 6 years ago
Johannes Schindelin ed8b4132c8 remote-curl: mark all error messages for translation 6 years ago
Johannes Schindelin c1284b21f2 curl: anonymize URLs in error messages and warnings 6 years ago
Jonathan Tan a97d00799a remote-curl: use post_rpc() for protocol v2 also 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Jonathan Tan 78ad91728d remote-curl: refactor reading into rpc_state's buf 6 years ago
Jonathan Tan b35903092e remote-curl: reduce scope of rpc_state.result 6 years ago
Jonathan Tan 5d91669309 remote-curl: reduce scope of rpc_state.stdin_preamble 6 years ago
Jonathan Tan 7d50d34fc7 remote-curl: reduce scope of rpc_state.argv 6 years ago
Jeff King cbdb8d1439 remote-curl: tighten "version 2" check for smart-http 6 years ago
Jeff King 8ee3e120cd remote-curl: refactor smart-http discovery 6 years ago
Masaya Suzuki b79bdd8c12 remote-curl: unset CURLOPT_FAILONERROR 6 years ago
Masaya Suzuki cf2fb92b00 remote-curl: define struct for CURLOPT_WRITEFUNCTION 6 years ago
Masaya Suzuki e6cf87b12d http: enable keep_error for HTTP requests 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Torsten Bögershausen cb8010bbff remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) 6 years ago
Elijah Newren c3b9bc94b9 Remove superfluous trailing semicolons 7 years ago