summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: include the file name in --xattr/--remote-time error msgsbagder/fprintf2warnfDaniel Stenberg2021-01-262-4/+4
* curl: s/config->global/global/ in single_transfer()Daniel Stenberg2021-01-261-11/+11
* curl: move fprintf outputs to warnfDaniel Stenberg2021-01-264-47/+41
* warnless.h: remove the prototype for curlx_ultosiDaniel Stenberg2021-01-261-3/+1
* warnless: remove curlx_ultosiDaniel Stenberg2021-01-261-20/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-266-72/+77
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-266-20/+16
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-2610-40/+43
* url: reduce conn->data referencesDaniel Stenberg2021-01-264-45/+47
* scripts/singleuse: add curl_easy_option*Daniel Stenberg2021-01-261-1/+4
* test410: fix for windowsJay Satiro2021-01-251-1/+4
* libssh2: move data from connection object to transfer objectDaniel Stenberg2021-01-252-139/+149
* RELEASE-NOTES: syncedDaniel Stenberg2021-01-251-8/+39
* lib: remove conn->data usesPatrick Monnerat2021-01-2419-96/+99
* hyper: remove the conn->data referencesDaniel Stenberg2021-01-221-5/+5
* travis: build ngtcp2 --with-gnutlsDaniel Stenberg2021-01-221-1/+4
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-2218-254/+242
* strerror: skip errnum >= 0 assertion on windowsJay Satiro2021-01-221-0/+2
* doh: make Curl_doh_is_resolved survive a NULL pointerDaniel Stenberg2021-01-211-0/+2
* wolfssh: remove conn->data referencesDaniel Stenberg2021-01-211-70/+73
* http: empty reply connection are not left intactDaniel Stenberg2021-01-211-0/+2
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-217-104/+101
* lib: save a bit of space with some structure packingErik Olsson2021-01-2012-33/+31
* INSTALL.md: fix typoDaniel Stenberg2021-01-201-1/+1
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-203-3/+57
* Merge branch 'bagder/curl_range-data-conn'Daniel Stenberg2021-01-204-10/+7
|\
| * ftp: remove conn->data leftoverDaniel Stenberg2021-01-201-1/+1
| * curl_range: remove conn->dataDaniel Stenberg2021-01-204-9/+6
* | INSTALL: now at 85 operating systemsDaniel Stenberg2021-01-201-7/+8
|/
* quiche: fix unused parameter ‘conn’Daniel Stenberg2021-01-201-5/+3
* transfer: fix ‘conn’ undeclared mistake for iconv buildDaniel Stenberg2021-01-201-0/+1
* doh: allocate state struct on demandDaniel Stenberg2021-01-203-36/+50
* socks: use the download buffer insteadDaniel Stenberg2021-01-203-31/+26
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-206-11/+24
* http_chunks: correct and clarify a comment on hexnumber lengthDaniel Stenberg2021-01-192-6/+6
* curl_path: remove conn->data useDaniel Stenberg2021-01-194-13/+10
* transfer: remove conn->data useDaniel Stenberg2021-01-198-32/+26
* quic: remove conn->data useDaniel Stenberg2021-01-195-82/+79
* Add test1181: Proxy request with --proxy-header "Connection: Keep-Alive"Fabian Keil2021-01-192-1/+49
* Add test1180: Proxy request with -H "Proxy-Connection: Keep-Alive"Fabian Keil2021-01-192-1/+49
* c-hyper: avoid duplicated Proxy-Connection headersDaniel Stenberg2021-01-191-0/+1
* http: make providing Proxy-Connection header not cause duplicated headersDaniel Stenberg2021-01-191-0/+1
* runtests: preprocess DISABLED to allow conditionalsDaniel Stenberg2021-01-191-9/+19
* runtests: turn preprocessing into a separate functionDaniel Stenberg2021-01-191-73/+52
* lib/Makefile.inc: convert to listing each file on its own lineDaniel Stenberg2021-01-191-16/+60
* ftplistparser: remove use of conn->dataDaniel Stenberg2021-01-191-6/+5
* lib: more conn->data cleanupsDaniel Stenberg2021-01-1930-574/+572
* vtls: reduce conn->data usePatrick Monnerat2021-01-1924-564/+597
* hyper: deliver data to application with Curl_client_writeDaniel Stenberg2021-01-181-15/+7
* gopher: remove accidental conn->data leftoverDaniel Stenberg2021-01-181-1/+1