summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg2020-03-301-2/+24
* 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
* connect: happy eyeballs cleanupDaniel Stenberg2020-03-152-53/+51
* Makefile.m32: Improve windres parameter compatibilityJay Satiro2020-03-141-1/+1
* easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro2020-03-141-8/+19
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-16/+25
* socks4: fix host resolve regressionDaniel Stenberg2020-03-081-2/+4
* cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat2020-03-081-10/+9
* sha256: Added WinCrypt implementationSteve Holme2020-03-081-0/+43
* sha256: Added SecureTransport implementationSteve Holme2020-03-081-0/+31
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-071-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-072-50/+149
* mime: latch last read callback status.Patrick Monnerat2020-03-074-11/+51
* ares: store dns parameters for duphandleErnst Sjöstrand2020-03-073-4/+37
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-076-103/+100
* perl: align order and completeness of Windows OS checksMarc Hoersken2020-03-071-1/+1
* config-win32: Windows does not have ftruncateMarc Hoersken2020-03-071-1/+1
* pause: force a connection (re-)check after unpausingDaniel Stenberg2020-03-071-0/+4
* socks5: switch state properly when the resolve is doneDaniel Stenberg2020-03-071-2/+2
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-3/+17
* pause: bail out on bad inputDaniel Stenberg2020-03-061-6/+12