summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-7/+7
2019-01-29Merge branch 'ms/http-no-more-failonerror'Junio C Hamano-13/+19
2019-01-10http: enable keep_error for HTTP requestsMasaya Suzuki-23/+19
2019-01-10http: support file handles for HTTP_KEEP_ERRORMasaya Suzuki-3/+13
2019-01-08sha1-file: modernize loose object file functionsJeff King-2/+2
2019-01-08http: use struct object_id instead of bare sha1Jeff King-7/+7
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano-2/+2
2019-01-04Merge branch 'fc/http-version'Junio C Hamano-0/+39
2018-11-29i18n: fix small typosJean-Noël Avila-1/+1
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King-2/+2
2018-11-09http: add support selecting http versionForce Charlie-0/+39
2018-11-03Merge branch 'jc/http-curlver-warnings'Junio C Hamano-4/+2
2018-11-03Merge branch 'js/mingw-http-ssl'Junio C Hamano-1/+70
2018-10-26http: give curl version warnings consistentlyJunio C Hamano-4/+2
2018-10-26http: when using Secure Channel, ignore sslCAInfo by defaultJohannes Schindelin-1/+18
2018-10-26http: add support for disabling SSL revocation checks in cURLBrendan Forster-0/+17
2018-10-16http: add support for selecting SSL backends at runtimeJohannes Schindelin-0/+35
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King-1/+1
2018-08-17refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)Ævar Arnfjörð Bjarmason-3/+1
2018-05-30Merge branch 'bw/remote-curl-compressed-responses'Junio C Hamano-1/+1
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-30/+36
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-6/+7
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-4/+4
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams-1/+1
2018-05-21http: use strbufs instead of fixed buffersJeff King-30/+36
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano-17/+8
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-4/+4
2018-05-02http: eliminate hard-coded constantsbrian m. carlson-6/+7
2018-04-11Merge branch 'lv/tls-1.3'Junio C Hamano-0/+3
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-3/+3
2018-03-29http: allow use of TLS 1.3Loganaden Velvindron-0/+3
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller-1/+1
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller-3/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller-0/+1
2018-03-21Merge branch 'rj/http-code-cleanup'Junio C Hamano-1/+3
2018-03-15http: fix an unused variable warning for 'curl_no_proxy'Ramsay Jones-1/+3
2018-03-15http: don't always add Git-Protocol headerBrandon Williams-17/+0
2018-03-15http: allow providing extra headers for http requestsBrandon Williams-0/+8
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-5/+5
2018-02-22http: rename 'new' variablesBrandon Williams-5/+5
2018-02-13Merge branch 'jt/http-redact-cookies'Junio C Hamano-8/+74
2018-02-13Merge branch 'cc/sha1-file-name'Junio C Hamano-6/+10
2018-01-19http: support omitting data from tracesJonathan Tan-8/+19
2018-01-19http: support cookie redaction when tracingJonathan Tan-0/+55
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Christian Couder-6/+10
2018-01-05Merge branch 'rs/use-argv-array-in-child-process'Junio C Hamano-8/+3
2017-12-28Merge branch 'ws/curl-http-proxy-over-https'Junio C Hamano-0/+5
2017-12-22http: use internal argv_array of struct child_processRené Scharfe-8/+3
2017-12-19http: support CURLPROXY_HTTPSWei Shuyu-0/+5