summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wolfssh: remove conn->data referencesbagder/wolfssh-data-connDaniel Stenberg2021-01-211-70/+73
* 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
* libssh: avoid plain free() of libssh-memoryDaniel Stenberg2021-01-181-2/+2
* send: assert that Curl_write_plain() has a ->conn when calledDaniel Stenberg2021-01-181-1/+3
* test410: verify HTTPS GET with a 49K request headerDaniel Stenberg2021-01-183-2/+54
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-1776-2585/+2849
* docs: fix typos in NEW-PROTOCOL.mdEmil Engler2021-01-171-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-01-161-10/+47
* cmake: expose CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIGRazvan Cojocaru2021-01-162-0/+5
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-154-2/+95
* easyoptions: add the missing AWS_SIGV4Gisle Vanem2021-01-151-2/+3
* schannel_verify: fix safefree call typoDaniel Stenberg2021-01-151-5/+5
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-155-5/+104
* multi: set the PRETRANSFER time-stamp when we switch to PERFORMDaniel Stenberg2021-01-141-23/+9
* CURLINFO_PRETRANSFER_TIME.3: clarifyDaniel Stenberg2021-01-141-5/+6
* schannel: plug a memory-leakGisle Vanem2021-01-141-1/+1
* gitattributes: Set batch files to CRLF line endings on checkoutJay Satiro2021-01-141-0/+6
* tool_operate: spellfix a commentDaniel Stenberg2021-01-141-1/+1
* ROADMAP: refreshedDaniel Stenberg2021-01-141-7/+12
* http_chunks: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-6/+6
* transfer: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* tftp: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5