summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder1-0/+1
2020-04-19credential: parse URL without host as empty host, not unsetJeff King1-0/+1
2018-05-30Merge branch 'bw/remote-curl-compressed-responses'Junio C Hamano1-1/+1
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano1-30/+36
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-6/+7
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-4/+4
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams1-1/+1
2018-05-21http: use strbufs instead of fixed buffersJeff King1-30/+36
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-17/+8
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-4/+4
2018-05-02http: eliminate hard-coded constantsbrian m. carlson1-6/+7
2018-04-11Merge branch 'lv/tls-1.3'Junio C Hamano1-0/+3
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-3/+3
2018-03-29http: allow use of TLS 1.3Loganaden Velvindron1-0/+3
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller1-1/+1
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller1-3/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+1
2018-03-21Merge branch 'rj/http-code-cleanup'Junio C Hamano1-1/+3
2018-03-15http: fix an unused variable warning for 'curl_no_proxy'Ramsay Jones1-1/+3
2018-03-15http: don't always add Git-Protocol headerBrandon Williams1-17/+0
2018-03-15http: allow providing extra headers for http requestsBrandon Williams1-0/+8
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-5/+5
2018-02-22http: rename 'new' variablesBrandon Williams1-5/+5
2018-02-13Merge branch 'jt/http-redact-cookies'Junio C Hamano1-8/+74
2018-02-13Merge branch 'cc/sha1-file-name'Junio C Hamano1-6/+10
2018-01-19http: support omitting data from tracesJonathan Tan1-8/+19
2018-01-19http: support cookie redaction when tracingJonathan Tan1-0/+55
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Christian Couder1-6/+10
2018-01-05Merge branch 'rs/use-argv-array-in-child-process'Junio C Hamano1-8/+3
2017-12-28Merge branch 'ws/curl-http-proxy-over-https'Junio C Hamano1-0/+5
2017-12-22http: use internal argv_array of struct child_processRené Scharfe1-8/+3
2017-12-19http: support CURLPROXY_HTTPSWei Shuyu1-0/+5
2017-12-06Merge branch 'bw/protocol-v1'Junio C Hamano1-0/+18
2017-10-17http: tell server that the client understands v1Brandon Williams1-0/+18
2017-09-22curl_trace(): eliminate switch fallthroughJeff King1-3/+4
2017-08-26Merge branch 'jt/packmigrate'Junio C Hamano1-0/+1
2017-08-24Merge branch 'tc/curl-with-backports'Junio C Hamano1-4/+6
2017-08-23pack: move pack name-related functionsJonathan Tan1-0/+1
2017-08-11http: use a feature check to enable GSSAPI delegation controlTom G. Christensen1-3/+3
2017-08-11http: fix handling of missing CURLPROTO_*Tom G. Christensen1-1/+3
2017-08-11Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths'Junio C Hamano1-2/+2
2017-07-20http.c: http.sslcert and http.sslkey are both pathnamesJunio C Hamano1-2/+2
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-10/+5
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-10/+5
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-04-23Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano1-2/+4
2017-04-23Merge branch 'sr/http-proxy-configuration-fix'Junio C Hamano1-2/+11
2017-04-13http.postbuffer: allow full range of ssize_t valuesDavid Turner1-2/+4
2017-04-13http: fix the silent ignoring of proxy misconfiguraionSergey Ryazanov1-0/+3