aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-22getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg
2020-03-22CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg
2020-03-21lib/curl_setup: adjust the copyright year rangeDaniel Stenberg
2020-03-21curl_setup: define _WIN32_WINNT_[OS] symbolsJay Satiro
2020-03-19secure transport: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19mbedtls: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19bearssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19wolfssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19nss: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19gnutls: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19openssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-18http2: Fix erroneous debug message that h2 connection closedJay Satiro
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-18multi: Improve parameter check for curl_multi_remove_handleJay Satiro
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-17test 970: verify --write-out '%{json}'Daniel Stenberg
2020-03-17writeout: support to generate JSON outputMathias Gumz
2020-03-16cmake: add support for building with wolfSSLDaniel Stenberg
2020-03-16vtls: free ssl_config leftovers on out-of-memoryDaniel Stenberg
2020-03-15gskit: update the copyright year rangeDaniel Stenberg
2020-03-15gskit: use our internal select wrapper for portabilityMarc Hoersken
2020-03-15transfer: cap retries of "dead connections" to 5Daniel Stenberg
2020-03-15select: add 'timeout_ms' wrap-around precaution to Curl_selectMarc Hoersken
2020-03-15select: fix 'pending_ms' is assigned a value that is never usedMarc Hoersken
2020-03-15select: move duplicate select preparation code into Curl_selectMarc Hoersken
2020-03-15connect: happy eyeballs cleanupDaniel Stenberg
2020-03-14Makefile.m32: Improve windres parameter compatibilityJay Satiro
2020-03-14easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro
2020-03-09sftp: fix segfault regression introduced by #4747Jim Fuller
2020-03-08socks4: fix host resolve regressionDaniel Stenberg
2020-03-08cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat
2020-03-08sha256: Added WinCrypt implementationSteve Holme
2020-03-08sha256: Added SecureTransport implementationSteve Holme
2020-03-07mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-07mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-07ares: store dns parameters for duphandleErnst Sjöstrand
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-03-07perl: align order and completeness of Windows OS checksMarc Hoersken
2020-03-07config-win32: Windows does not have ftruncateMarc Hoersken
2020-03-07pause: force a connection (re-)check after unpausingDaniel Stenberg
2020-03-07socks5: switch state properly when the resolve is doneDaniel Stenberg
2020-03-07libssh: Fix matching user-specified MD5 hex keyJay Satiro
2020-03-06pause: bail out on bad inputDaniel Stenberg
2020-03-06pause: return early for calls that don't change pause stateDaniel Stenberg
2020-03-06multi: skip EINTR check on wakeup socket if it was closedJay Satiro
2020-03-06transfer: set correct copyright year rangeDaniel Stenberg
2020-03-06urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg
2020-03-05Revert "pause: force-drain the transfer on unpause"Daniel Stenberg