summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cb/curl-use-xmalloc'Junio C Hamano2019-12-011-10/+8
|\
| * remote-curl: unbreak http.extraHeader with custom allocatorsJohannes Schindelin2019-11-071-10/+8
* | Merge branch 'mh/http-urlmatch-cleanup'Junio C Hamano2019-09-301-0/+1
|\ \
| * | http: don't leak urlmatch_config.varsMike Hommey2019-08-261-0/+1
| |/
* | strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-2/+4
|/
* Make fread/fwrite-like functions in http.c more like fread/fwrite.Mike Hommey2019-05-081-6/+6
* Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-16/+17
|\
| * http: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
| * http: compute hash of downloaded objects using the_hash_algobrian m. carlson2019-04-011-5/+5
| * http: replace hard-coded constant with the_hash_algobrian m. carlson2019-04-011-1/+1
| * object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-6/+7
* | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-21/+14
|\ \
| * | http: simplify parsing of remote objects/info/packsJeff King2019-04-161-21/+14
| |/
* | http: factor out curl result code normalizationJeff King2019-03-241-6/+12
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-7/+7
|\
| * sha1-file: modernize loose object file functionsJeff King2019-01-081-2/+2
| * http: use struct object_id instead of bare sha1Jeff King2019-01-081-7/+7
* | Merge branch 'ms/http-no-more-failonerror'Junio C Hamano2019-01-291-13/+19
|\ \ | |/ |/|
| * http: enable keep_error for HTTP requestsMasaya Suzuki2019-01-101-23/+19
| * http: support file handles for HTTP_KEEP_ERRORMasaya Suzuki2019-01-101-3/+13
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-2/+2
|\ \
| * | sha1_file_name(): overwrite buffer instead of appendingJeff King2018-11-131-2/+2
* | | Merge branch 'fc/http-version'Junio C Hamano2019-01-041-0/+39
|\ \ \ | |_|/ |/| |
| * | http: add support selecting http versionForce Charlie2018-11-091-0/+39
| |/
* | i18n: fix small typosJean-Noël Avila2018-11-291-1/+1
|/
* Merge branch 'jc/http-curlver-warnings'Junio C Hamano2018-11-031-4/+2
|\
| * http: give curl version warnings consistentlyJunio C Hamano2018-10-261-4/+2
* | Merge branch 'js/mingw-http-ssl'Junio C Hamano2018-11-031-1/+70
|\ \ | |/
| * http: when using Secure Channel, ignore sslCAInfo by defaultJohannes Schindelin2018-10-261-1/+18
| * http: add support for disabling SSL revocation checks in cURLBrendan Forster2018-10-261-0/+17
| * http: add support for selecting SSL backends at runtimeJohannes Schindelin2018-10-161-0/+35
* | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
|/
* refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)Ævar Arnfjörð Bjarmason2018-08-171-3/+1
* 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.3lv/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