summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: make the -# spaceship bar not wrap the linebagder/spaceship-wrapDaniel Stenberg2020-01-251-20/+27
* conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski2020-01-241-2/+31
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-243-107/+3
* conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg2020-01-242-15/+2
* strcase: turn Curl_raw_tolower into staticDaniel Stenberg2020-01-242-5/+6
* singleuse.pl: support new API functions, fix curl_dbg_ handlingDaniel Stenberg2020-01-241-7/+12
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-242-7/+5
* form.d: fix two minor typosAron Rotteveel2020-01-231-2/+2
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* CURLOPT_PROXY_SSL_OPTIONS.3: Sync with CURLOPT_SSL_OPTIONS.3Jay Satiro2020-01-231-16/+22
* mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTERDaniel Stenberg2020-01-221-8/+54
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-211-5/+17
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-2122-26/+483
* copyright: fix year rangesDaniel Stenberg2020-01-212-2/+2
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-214-23/+13
* curl: Let -D merge headers in one file againEmil Engler2020-01-216-1/+22
* data.d: remove "Multiple files can also be specified"Daniel Stenberg2020-01-211-6/+5
* CMake: support specifying the target Windows versionMarcel Raad2020-01-201-10/+10
* http.h: Copyright year out of date, should be 2020Daniel Stenberg2020-01-201-1/+1
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-209-15/+12
* ROADMAP: thread-safe `curl_global_init()`Daniel Stenberg2020-01-171-0/+7
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-171-4/+19
* wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg2020-01-161-6/+6
* polarssl: removedDaniel Stenberg2020-01-169-1049/+55
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* curl:progressbarinit: ignore column width from terminals < 20Daniel Stenberg2020-01-161-1/+2
* 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
* CMake: use check_symbol_exists also for inet_ptonMarcel Raad2020-01-141-14/+11
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* HTTP-COOKIES.md: describe the cookie file formatDaniel Stenberg2020-01-133-2/+28
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-133-0/+30
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-131-3/+31
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-135-16/+22
* curl: make #0 not output the full URLDaniel Stenberg2020-01-133-3/+71
* wolfSSH: new SSH backendDaniel Stenberg2020-01-128-17/+1247
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-129-52/+48
* 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
* cmake: Improve libssh2 check on Windowsnicoguillier2020-01-111-1/+1
* 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-117-14/+25
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-117-4/+17
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-113-6/+22
* 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
* scripts/delta: adapt to new public header layoutDaniel Stenberg2020-01-091-3/+3
* test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg2020-01-094-3/+160
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24