summaryrefslogtreecommitdiffstats
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/remote-curl-compressed-responses'Junio C Hamano2018-05-301-1/+1
|\
| * remote-curl: accept all encodings supported by curlBrandon Williams2018-05-231-1/+1
* | Merge branch 'jk/snprintf-truncation'Junio C Hamano2018-05-301-30/+36
|\ \
| * | http: use strbufs instead of fixed buffersJeff King2018-05-211-30/+36
* | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-6/+7
|\ \ \
| * | | http: eliminate hard-coded constantsbrian m. carlson2018-05-021-6/+7
* | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-4/+4
| |/ /
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-17/+8
|\ \ \ | |/ / |/| |
| * | http: don't always add Git-Protocol headerBrandon Williams2018-03-151-17/+0
| * | http: allow providing extra headers for http requestsBrandon Williams2018-03-151-0/+8
* | | Merge branch 'lv/tls-1.3'Junio C Hamano2018-04-111-0/+3
|\ \ \
| * | | http: allow use of TLS 1.3Loganaden Velvindron2018-03-291-0/+3
* | | | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-1/+1
|\ \ \ \
| * | | | packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-1/+1
* | | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-3/+3
|\| | | | | |_|_|/ |/| | |
| * | | sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-3/+2
| * | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | | | Merge branch 'rj/http-code-cleanup'Junio C Hamano2018-03-211-1/+3
|\ \ \ \
| * | | | http: fix an unused variable warning for 'curl_no_proxy'Ramsay Jones2018-03-151-1/+3
* | | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | http: rename 'new' variablesBrandon Williams2018-02-221-5/+5
| |/ / /
* | | | Merge branch 'jt/http-redact-cookies'Junio C Hamano2018-02-131-8/+74
|\ \ \ \ | | |/ / | |/| |
| * | | http: support omitting data from tracesJonathan Tan2018-01-191-8/+19
| * | | http: support cookie redaction when tracingJonathan Tan2018-01-191-0/+55
| |/ /
* | | Merge branch 'cc/sha1-file-name'Junio C Hamano2018-02-131-6/+10
|\ \ \ | |/ / |/| |
| * | sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-171-6/+10
* | | Merge branch 'rs/use-argv-array-in-child-process'Junio C Hamano2018-01-051-8/+3
|\ \ \ | |_|/ |/| |
| * | http: use internal argv_array of struct child_processRené Scharfe2017-12-221-8/+3
* | | Merge branch 'ws/curl-http-proxy-over-https'Junio C Hamano2017-12-281-0/+5
|\ \ \ | |/ / |/| |
| * | http: support CURLPROXY_HTTPSWei Shuyu2017-12-191-0/+5
| |/
* | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+18
|\ \ | |/ |/|
| * http: tell server that the client understands v1Brandon Williams2017-10-171-0/+18
* | curl_trace(): eliminate switch fallthroughJeff King2017-09-221-3/+4
|/
* Merge branch 'jt/packmigrate'Junio C Hamano2017-08-261-0/+1
|\
| * pack: move pack name-related functionsJonathan Tan2017-08-231-0/+1
* | Merge branch 'tc/curl-with-backports'Junio C Hamano2017-08-241-4/+6
|\ \ | |/ |/|
| * http: use a feature check to enable GSSAPI delegation controlTom G. Christensen2017-08-111-3/+3
| * http: fix handling of missing CURLPROTO_*Tom G. Christensen2017-08-111-1/+3
* | Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths'Junio C Hamano2017-08-111-2/+2
|\ \ | |/ |/|
| * http.c: http.sslcert and http.sslkey are both pathnamesJunio C Hamano2017-07-201-2/+2
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-10/+5
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-10/+5
* | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/ /
* | Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano2017-04-231-2/+4
|\ \
| * | http.postbuffer: allow full range of ssize_t valuesDavid Turner2017-04-131-2/+4
* | | Merge branch 'sr/http-proxy-configuration-fix'Junio C Hamano2017-04-231-2/+11
|\ \ \
| * | | http: fix the silent ignoring of proxy misconfiguraionSergey Ryazanov2017-04-131-0/+3
| * | | http: honor empty http.proxy option to bypass proxySergey Ryazanov2017-04-131-2/+8
| | |/ | |/|
| * | Merge branch 'jt/http-base-url-update-upon-redirect' into maintJunio C Hamano2017-03-161-0/+3
| |\ \