summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-08sha1-file: modernize loose object file functionsLibravatar Jeff King1-2/+2
2019-01-08http: use struct object_id instead of bare sha1Libravatar Jeff King1-7/+7
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano1-2/+2
2019-01-04Merge branch 'fc/http-version'Libravatar Junio C Hamano1-0/+39
2018-11-29i18n: fix small typosLibravatar Jean-Noël Avila1-1/+1
2018-11-13sha1_file_name(): overwrite buffer instead of appendingLibravatar Jeff King1-2/+2
2018-11-09http: add support selecting http versionLibravatar Force Charlie1-0/+39
2018-11-03Merge branch 'jc/http-curlver-warnings'Libravatar Junio C Hamano1-4/+2
2018-11-03Merge branch 'js/mingw-http-ssl'Libravatar Junio C Hamano1-1/+70
2018-10-26http: give curl version warnings consistentlyLibravatar Junio C Hamano1-4/+2
2018-10-26http: when using Secure Channel, ignore sslCAInfo by defaultLibravatar Johannes Schindelin1-1/+18
2018-10-26http: add support for disabling SSL revocation checks in cURLLibravatar Brendan Forster1-0/+17
2018-10-16http: add support for selecting SSL backends at runtimeLibravatar Johannes Schindelin1-0/+35
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Libravatar Jeff King1-1/+1
2018-08-17refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)Libravatar Ævar Arnfjörð Bjarmason1-3/+1
2018-05-30Merge branch 'bw/remote-curl-compressed-responses'Libravatar Junio C Hamano1-1/+1
2018-05-30Merge branch 'jk/snprintf-truncation'Libravatar Junio C Hamano1-30/+36
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-6/+7
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-4/+4
2018-05-23remote-curl: accept all encodings supported by curlLibravatar Brandon Williams1-1/+1
2018-05-21http: use strbufs instead of fixed buffersLibravatar Jeff King1-30/+36
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-17/+8
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-4/+4
2018-05-02http: eliminate hard-coded constantsLibravatar brian m. carlson1-6/+7
2018-04-11Merge branch 'lv/tls-1.3'Libravatar Junio C Hamano1-0/+3
2018-04-11Merge branch 'sb/packfiles-in-repository'Libravatar Junio C Hamano1-1/+1
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-3/+3
2018-03-29http: allow use of TLS 1.3Libravatar Loganaden Velvindron1-0/+3
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-03-26sha1_file: add repository argument to sha1_file_nameLibravatar Stefan Beller1-3/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-0/+1
2018-03-21Merge branch 'rj/http-code-cleanup'Libravatar Junio C Hamano1-1/+3
2018-03-15http: fix an unused variable warning for 'curl_no_proxy'Libravatar Ramsay Jones1-1/+3
2018-03-15http: don't always add Git-Protocol headerLibravatar Brandon Williams1-17/+0
2018-03-15http: allow providing extra headers for http requestsLibravatar Brandon Williams1-0/+8
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-5/+5
2018-02-22http: rename 'new' variablesLibravatar Brandon Williams1-5/+5
2018-02-13Merge branch 'jt/http-redact-cookies'Libravatar Junio C Hamano1-8/+74
2018-02-13Merge branch 'cc/sha1-file-name'Libravatar Junio C Hamano1-6/+10
2018-01-19http: support omitting data from tracesLibravatar Jonathan Tan1-8/+19
2018-01-19http: support cookie redaction when tracingLibravatar Jonathan Tan1-0/+55
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Libravatar Christian Couder1-6/+10
2018-01-05Merge branch 'rs/use-argv-array-in-child-process'Libravatar Junio C Hamano1-8/+3
2017-12-28Merge branch 'ws/curl-http-proxy-over-https'Libravatar Junio C Hamano1-0/+5
2017-12-22http: use internal argv_array of struct child_processLibravatar René Scharfe1-8/+3
2017-12-19http: support CURLPROXY_HTTPSLibravatar Wei Shuyu1-0/+5
2017-12-06Merge branch 'bw/protocol-v1'Libravatar Junio C Hamano1-0/+18
2017-10-17http: tell server that the client understands v1Libravatar Brandon Williams1-0/+18
2017-09-22curl_trace(): eliminate switch fallthroughLibravatar Jeff King1-3/+4
2017-08-26Merge branch 'jt/packmigrate'Libravatar Junio C Hamano1-0/+1