summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-194-30/+20
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-175-17/+18
* asyn-ares: correct some bad commentsDaniel Stenberg2020-08-151-4/+4
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-142-2/+2
* multi: Remove 10-year old out-commented codeEmil Engler2020-08-121-13/+0
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-102-3/+6
* libssh2: s/ssherr/sftperr/Daniel Stenberg2020-08-101-1/+1
* ftp: don't do ssl_shutdown instead of ssl_closeDaniel Stenberg2020-08-102-3/+4
* smtp_parse_address: handle blank input string properlyDaniel Stenberg2020-08-071-2/+4
* ngtcp2: adapt to error code renameDaniel Stenberg2020-08-051-1/+1
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* h2: repair trailer handlingDaniel Stenberg2020-08-033-10/+31
* windows: disable Unix Sockets for old mingwViktor Szakats2020-08-031-1/+5
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-0210-235/+306
* multi: Condition 'extrawait' is always trueDaniel Stenberg2020-08-011-1/+1
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* multi_remove_handle: close unused connect-only connectionsMarc Aldorasi2020-08-011-4/+30
* connect: remove redundant message about connect failureMarc Hoersken2020-07-311-2/+2
* url: fix CURLU and location followingJay Satiro2020-07-301-2/+3
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-282-2/+4
* transfer: fix data_pending for builds with both h2 and h3 enabledDaniel Stenberg2020-07-281-2/+6
* curl_multi_setopt: fix compiler warning "result is always false"Daniel Stenberg2020-07-281-3/+1
* curl: improve the existing file check with -JDaniel Stenberg2020-07-282-1/+14
* multi: update comment to say easyp list is linearJonathan Nieder2020-07-281-1/+1
* ngtcp2: store address in sockaddr_storageDaniel Stenberg2020-07-271-2/+3
* setopt: unset NOBODY switches to GET if still HEADDaniel Stenberg2020-07-271-0/+2
* configure: cleanup wolfssl + pkg-config conflicts when cross compiling.Ehren Bendler2020-07-271-1/+1
* quiche: handle calling disconnect twiceDaniel Stenberg2020-07-271-2/+8
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-271-0/+1
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-273-5/+15
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-1/+5
* mprintf: Fix dollar string handlingTobias Stoeckmann2020-07-271-5/+15
* ntlm: free target_info before (re-)mallocDaniel Stenberg2020-07-261-0/+1
* doh: remove redundant castMarcel Raad2020-07-211-2/+2
* md(4|5): don't use deprecated macOS functionsMarcel Raad2020-07-192-2/+6
* strdup: remove the odd strlen checkDaniel Stenberg2020-07-181-9/+4
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-162-9/+7
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-161-9/+18
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-143-4/+28
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+3
* multi: remove two checks always trueDaniel Stenberg2020-07-141-2/+2
* socks: use size_t for size variableihsinme2020-07-121-3/+3
* content_encoding: add zstd decoding supportGilles Vollant2020-07-124-3/+154
* asyn.h: remove the Curl_resolver_getsock defineDaniel Stenberg2020-07-121-1/+0
* ngtcp2: update to modified qlog callback prototypeDaniel Stenberg2020-07-121-1/+3
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-121-1/+2
* bearssl: fix build with disabled proxy supportBaruch Siach2020-07-121-2/+9
* http2: only do the *done() cleanups for HTTPDaniel Stenberg2020-07-041-1/+2
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27