summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg2020-04-091-1/+8
* schannel: support .P12 or .PFX client certificatesGilles Vollant2020-04-081-34/+124
* http: don't consider upload done if the request isn't completely sent offDaniel Stenberg2020-04-082-3/+8
* http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg2020-04-081-1/+14
* connect: store connection info for QUIC connectionsDaniel Stenberg2020-04-081-41/+40
* select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg2020-04-071-2/+2
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-062-2/+2
* warnless: remove code block for icc that didn't workDaniel Stenberg2020-04-061-13/+0
* dist: add missing setup-win32.hMarc Hoersken2020-04-061-1/+2
* lib: never define CURL_CA_BUNDLE with a getenvDaniel Stenberg2020-04-052-4/+0
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-051-2/+5
* windows: enable UnixSockets with all build toolchainsViktor Szakats2020-04-042-10/+9
* vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg2020-03-311-1/+1
* vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno2020-03-312-26/+315
* misc: copyright year updatesDaniel Stenberg2020-03-311-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-313-0/+6
* memdebug: don't log free(NULL)Daniel Stenberg2020-03-311-2/+2
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-303-8/+10
* checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg2020-03-301-2/+24
* ngtcp2: update to git master for the key installation API changeDaiki Ueno2020-03-301-5/+9
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-3/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-271-1/+11
* openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg2020-03-262-0/+33
* config: remove all defines of HAVE_DES_HDaniel Stenberg2020-03-246-21/+2
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-249-5/+89
* getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg2020-03-221-0/+13
* CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg2020-03-221-1/+1
* lib/curl_setup: adjust the copyright year rangeDaniel Stenberg2020-03-211-1/+1
* curl_setup: define _WIN32_WINNT_[OS] symbolsJay Satiro2020-03-212-51/+130
* secure transport: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-90/+101
* mbedtls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-69/+76
* bearssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-48/+52
* wolfssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-59/+65
* nss: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-51/+62
* gnutls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-43/+50
* openssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-107/+113
* http2: Fix erroneous debug message that h2 connection closedJay Satiro2020-03-182-8/+14
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-185-0/+26
* multi: Improve parameter check for curl_multi_remove_handleJay Satiro2020-03-181-0/+4
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-175-7/+7
* test 970: verify --write-out '%{json}'Daniel Stenberg2020-03-171-2/+58
* writeout: support to generate JSON outputMathias Gumz2020-03-171-0/+10
* cmake: add support for building with wolfSSLbagder/cmake-wolfsslDaniel Stenberg2020-03-161-0/+3
* vtls: free ssl_config leftovers on out-of-memoryDaniel Stenberg2020-03-161-0/+1
* gskit: update the copyright year rangeDaniel Stenberg2020-03-151-1/+1
* gskit: use our internal select wrapper for portabilityMarc Hoersken2020-03-151-2/+1
* transfer: cap retries of "dead connections" to 5Daniel Stenberg2020-03-152-1/+7
* select: add 'timeout_ms' wrap-around precaution to Curl_selectMarc Hoersken2020-03-151-0/+6
* select: fix 'pending_ms' is assigned a value that is never usedMarc Hoersken2020-03-151-5/+5
* select: move duplicate select preparation code into Curl_selectMarc Hoersken2020-03-152-81/+89