summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* http2: close the http2 connection when no more requests may be sentLaramie Leavitt2020-07-031-0/+10
* http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messagesJeremy Maitin-Shepard2020-07-021-2/+2
* url: silence MSVC warningMarcel Raad2020-07-021-1/+1
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-06-302-122/+4
* ngtcp2: sync with current masterDaniel Stenberg2020-06-291-1/+3
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-293-1/+46
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-2815-28/+28
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-281-1/+1
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-253-12/+25