summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_path: remove conn->data usebagder/curl_path-data-connDaniel Stenberg2021-01-194-13/+10
* 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
* multi: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-14/+14
* ldap: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* doh: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-2/+2
* asyn-ares: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-4/+4
* vtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-26/+26
* bearssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-31/+31
* mbedtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-32/+32
* wolfssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-30/+30
* nss: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-44/+44
* gnutls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-49/+49
* openssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-65/+65
* nss: get the run-time version instead of build-timeDaniel Stenberg2021-01-131-2/+2
* tool_doswin: Restore original console settings on CTRL signalJay Satiro2021-01-122-53/+66
* gen.pl: fix perl syntaxDaniel Stenberg2021-01-121-2/+2
* help: update to current codebaseEmil Engler2021-01-121-5/+6
* docs: fix line length bug in gen.plEmil Engler2021-01-121-2/+5
* docs: fix wrong documentation in help.dEmil Engler2021-01-121-1/+1
* aws-sigv4.d: polish the wordingDaniel Stenberg2021-01-121-2/+2
* misc: fix typosFabian Keil2021-01-117-10/+12
* multi_runsingle: bail out early on data->conn == NULLDaniel Stenberg2021-01-111-1/+4
* multi: skip DONE state if there's no connection left for ftp wildcardDaniel Stenberg2021-01-111-1/+4