summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* strcase: turn Curl_raw_tolower into staticDaniel Stenberg2020-01-242-5/+6
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-242-7/+5
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTERDaniel Stenberg2020-01-221-8/+54
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-214-10/+53
* copyright: fix year rangesDaniel Stenberg2020-01-212-2/+2
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-214-23/+13
* http.h: Copyright year out of date, should be 2020Daniel Stenberg2020-01-201-1/+1
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-201-1/+1
* wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg2020-01-161-6/+6
* polarssl: removedDaniel Stenberg2020-01-168-1021/+51
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* wolfssh: set the password correctly for PASSWORD authDaniel Stenberg2020-01-151-3/+4
* wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg2020-01-151-4/+4
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-131-0/+6
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-135-16/+22
* wolfSSH: new SSH backendDaniel Stenberg2020-01-127-13/+1211
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-126-6/+6
* libssh2: add support for forcing a hostkey typeSantino Keupp2020-01-111-0/+130
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-112-13/+16
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-112-0/+6
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-112-1/+4
* vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro2020-01-111-16/+21
* fix: Copyright year out of date, should be 2020Daniel Stenberg2020-01-104-4/+4
* hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad2020-01-104-223/+175
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-061-1/+5
* file: fix copyright year rangeDaniel Stenberg2020-01-061-1/+1
* file: on Windows, refuse paths that start with \\Daniel Stenberg2020-01-061-2/+4
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-034-10/+15
* bearssl: Improve I/O handlingMichael Forney2019-12-311-85/+77
* lib: remove erroneous +x file permission on some c filesXiang Xiao2019-12-272-0/+0
* lib: fix warnings found when porting to NuttXXiang Xiao2019-12-273-1/+5
* ngtcp2: Support the latest update key callback typeJay Satiro2019-12-202-33/+1
* create_conn: prefer multiplexing to using new connectionsDaniel Stenberg2019-12-191-18/+0
* strerror: Fix compiler warning "empty expression"Gisle Vanem2019-12-181-1/+1
* define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg2019-12-176-16/+2
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-172-5/+14
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-162-1/+2
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81
* multi: free sockhash on OOMDaniel Stenberg2019-12-131-0/+1
* hostip: suppress compiler warningMarcel Raad2019-12-131-0/+4
* ntlm_wb: fix double-free in OOMDaniel Stenberg2019-12-131-11/+6
* altsvc: make the save function ignore NULL filenamesDaniel Stenberg2019-12-121-2/+2
* doh: make it behave when built without proxy supportDaniel Stenberg2019-12-121-16/+18
* conncache: CONNECT_ONLY connections assumed always in-useDaniel Stenberg2019-12-111-1/+2
* vtls: make BearSSL possible to set with CURL_SSL_BACKENDGisle Vanem2019-12-101-0/+3
* conn: always set bits.close with connclose()Daniel Stenberg2019-12-092-3/+4
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-097-52/+52