| Commit message (Expand) | Author | Age | Files | Lines |
* | ftp: fix Codacy/cppcheck warning about null pointer arithmetic | Marcel Raad | 2021-02-10 | 1 | -1/+2 |
* | ngtcp2: adapt to the new recv_datagram callback | Daniel Stenberg | 2021-02-09 | 1 | -1/+2 |
* | quiche: fix build error: use 'int' for port number | Daniel Stenberg | 2021-02-09 | 1 | -1/+1 |
* | ftp: add 'list_only' to the transfer state struct | Daniel Stenberg | 2021-02-09 | 10 | -12/+87 |
* | ftp: add 'prefer_ascii' to the transfer state struct | Daniel Stenberg | 2021-02-09 | 9 | -21/+146 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-02-09 | 1 | -6/+36 |
* | vtls: initial implementation of rustls backend | Jacob Hoffman-Andrews | 2021-02-09 | 12 | -8/+639 |
* | sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl | Simon Josefsson | 2021-02-09 | 7 | -0/+261 |
* | lib: use int type for more port variables | Jay Satiro | 2021-02-09 | 8 | -18/+18 |
* | tool_writeout: refactor write-out and write-out json | Jay Satiro | 2021-02-09 | 7 | -416/+305 |
* | lib: drop USE_SOCKETPAIR in favor of CURL_DISABLE_SOCKETPAIR | Jay Satiro | 2021-02-09 | 3 | -15/+11 |
* | curl_multibyte: fall back to local code page stat/access on Windows | Jay Satiro | 2021-02-09 | 1 | -31/+19 |
* | file: Support unicode urls on windows | Stephan Szabo | 2021-02-09 | 6 | -1/+82 |
* | cmake: fix import library name for non-MS compiler on Windows | Vincent Torri | 2021-02-09 | 1 | -2/+5 |
* | urldata: move 'followlocation' to UrlState | Daniel Stenberg | 2021-02-09 | 3 | -6/+6 |
* | http_proxy: fix typo in http_proxy.c | Ikko Ashimine | 2021-02-09 | 1 | -1/+1 |
* | tests/server: Bump MAX_TAG_LEN to 200 | Fabian Keil | 2021-02-09 | 1 | -1/+1 |
* | tests/badsymbols.pl: when opening '$incdir' fails include it in the error mes... | Fabian Keil | 2021-02-09 | 1 | -1/+1 |
* | runtests.1: document -o, -P, -L, and -E | Fabian Keil | 2021-02-09 | 1 | -1/+22 |
* | runtests.pl: add %TESTNUMBER variable to make copying tests more convenient | Fabian Keil | 2021-02-09 | 4 | -5/+56 |
* | runtests.pl: add an -o option to change internal variables | Fabian Keil | 2021-02-09 | 1 | -0/+10 |
* | runtests.pl: cleanups | Fabian Keil | 2021-02-09 | 1 | -27/+36 |
* | runtests.pl: add an -E option to specify an exclude file | Fabian Keil | 2021-02-09 | 4 | -1/+90 |
* | runtests.pl: add -L parameter to require additional perl libraries | Fabian Keil | 2021-02-09 | 3 | -1/+42 |
* | runtests.pl: add a -P option to specify an external proxy | Fabian Keil | 2021-02-09 | 1 | -0/+35 |
* | tests: fixup several tests | Fabian Keil | 2021-02-09 | 430 | -779/+787 |
* | ftp: never set data->set.ftp_append outside setopt | Daniel Stenberg | 2021-02-08 | 6 | -8/+8 |
* | urldata: remove the 'rtspversion' field | Daniel Stenberg | 2021-02-08 | 2 | -6/+2 |
* | CURLOPT_QUOTE.3: clarify that libcurl doesn't parse what's sent | Daniel Stenberg | 2021-02-08 | 1 | -5/+12 |
* | vtls: factor out Curl_ssl_getsock to field of Curl_ssl | Jacob Hoffman-Andrews | 2021-02-08 | 11 | -13/+29 |
* | RELEASE-PROCEDURE: remove old release dates, add new | Daniel Stenberg | 2021-02-08 | 1 | -5/+6 |
* | docs/SSL-PROBLEMS: enhanced | Daniel Stenberg | 2021-02-05 | 1 | -3/+14 |
* | THANKS: remove a Jon Rumsey dupe | Daniel Stenberg | 2021-02-05 | 1 | -1/+0 |
* | docs: fix FILE example url in --metalink documentation | nimaje | 2021-02-05 | 2 | -2/+2 |
* | hostip: fix build with sync resolver | Daniel Stenberg | 2021-02-05 | 1 | -2/+10 |
* | mailmap: Jon Rumsey | Daniel Stenberg | 2021-02-05 | 2 | -0/+2 |
* | gskit: correct the gskit_send() prototype | Jon Rumsey | 2021-02-05 | 1 | -1/+1 |
* | urldata: fix build without HTTP and MQTT | Daniel Stenberg | 2021-02-04 | 2 | -7/+0 |
* | ftp: avoid SIZE when asking for a TYPE A file | Daniel Stenberg | 2021-02-04 | 9 | -69/+18 |
* | pingpong: rename the curl_pp_transfer enum to use PP prefix | Daniel Stenberg | 2021-02-04 | 5 | -33/+32 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-02-04 | 2 | -244/+15 |
* | build: fix --disable-http-auth | Jay Satiro | 2021-02-04 | 1 | -1/+5 |
* | build: fix --disable-dateparse | Jay Satiro | 2021-02-04 | 1 | -2/+2 |
* | OS400: update for CURLOPT_AWS_SIGV4 | jonrumsey | 2021-02-04 | 3 | -4/+7 |
* | BUG-BOUNTY: removed the cooperation mention | Daniel Stenberg | 2021-02-03 | 1 | -19/+0 |
* | RELEASE-NOTES: syncedcurl-7_75_0 | Daniel Stenberg | 2021-02-03 | 1 | -14/+18 |
* | THANKS: added contributors from 7.75.0 | Daniel Stenberg | 2021-02-03 | 2 | -1/+32 |
* | copyright: fix year ranges in need of updates | Daniel Stenberg | 2021-02-03 | 7 | -7/+7 |
* | TODO: remove items for next SONAME bump etc | Daniel Stenberg | 2021-02-02 | 1 | -113/+0 |
* | ngtcp2: Fix build error due to change in ngtcp2_settings | Jay Satiro | 2021-02-02 | 2 | -8/+11 |