aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-28global_init: move the IPv6 works status bool to multi handleDaniel Stenberg
2020-01-27urldata: do string enums without #ifdefs for build scriptsJon Rumsey
2020-01-26global_init: assume the EINTR bit by defaultDaniel Stenberg
2020-01-24conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski
2020-01-24llist: removed unused Curl_llist_move()Daniel Stenberg
2020-01-24conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg
2020-01-24strcase: turn Curl_raw_tolower into staticDaniel Stenberg
2020-01-24wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg
2020-01-23openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg
2020-01-22mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTERDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21copyright: fix year rangesDaniel Stenberg
2020-01-21http: move "oauth_bearer" from connectdata to Curl_easynao
2020-01-20http.h: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-20HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之
2020-01-16wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg
2020-01-16polarssl: removedDaniel Stenberg
2020-01-16libssh2: fix variable typeMarcel Raad
2020-01-15wolfssh: set the password correctly for PASSWORD authDaniel Stenberg
2020-01-15wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg
2020-01-13schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro
2020-01-13CMake: Add support for CMAKE_LTO option.Tobias Hieta
2020-01-13ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11libssh2: add support for forcing a hostkey typeSantino Keupp
2020-01-11schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman
2020-01-11ngtcp2: Add an error code for QUIC connection errorsEmil Engler
2020-01-11multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro
2020-01-11cmake: Enable SMB for Windows buildsMarc Aldorasi
2020-01-11vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro
2020-01-10fix: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-10hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad
2020-01-06multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg
2020-01-06file: fix copyright year rangeDaniel Stenberg
2020-01-06file: on Windows, refuse paths that start with \\Daniel Stenberg
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-12-31bearssl: Improve I/O handlingMichael Forney
2019-12-27lib: remove erroneous +x file permission on some c filesXiang Xiao
2019-12-27lib: fix warnings found when porting to NuttXXiang Xiao
2019-12-20ngtcp2: Support the latest update key callback typeJay Satiro
2019-12-19create_conn: prefer multiplexing to using new connectionsDaniel Stenberg
2019-12-18strerror: Fix compiler warning "empty expression"Gisle Vanem
2019-12-17define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg
2019-12-17lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg
2019-12-16Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg
2019-12-15libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp
2019-12-13multi: free sockhash on OOMDaniel Stenberg
2019-12-13hostip: suppress compiler warningMarcel Raad
2019-12-13ntlm_wb: fix double-free in OOMDaniel Stenberg