Age | Commit message (Expand) | Author |
2020-02-07 | ftp: remove superfluous checking for crlf in user or pwd | Daniel Stenberg |
2020-02-02 | cleanup: fix typos and wording in docs and comments | Pedro Monreal |
2020-01-28 | urlapi: guess scheme correct even with credentials given | Daniel Stenberg |
2020-01-28 | global_init: move the IPv6 works status bool to multi handle | Daniel Stenberg |
2020-01-24 | llist: removed unused Curl_llist_move() | Daniel Stenberg |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2020-01-21 | curl: Let -D merge headers in one file again | Emil Engler |
2020-01-20 | HTTP: increase EXPECT_100_THRESHOLD to 1Mb | 加藤郁之 |
2020-01-13 | curl: make #0 not output the full URL | Daniel Stenberg |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2020-01-11 | multi: Change curl_multi_wait/poll to error on negative timeout | Jay Satiro |
2020-01-09 | test1167: verify global symbols in public headers are curl prefixed | Daniel Stenberg |
2020-01-09 | libtest/mk-lib1521: adapt to new public header layout | Daniel Stenberg |
2020-01-09 | runtests: make random seed fixed for a month | Daniel Stenberg |
2020-01-06 | TrackMemory tests: always remove CR before LF | Marcel Raad |
2020-01-06 | curl -w: handle a blank input file correctly | Daniel Stenberg |
2020-01-04 | curl: properly free mimepost data | Daniel Stenberg |
2020-01-03 | tests: Fix bounce requests with truncated writes | Marc Aldorasi |
2019-12-31 | tests: Change NTLM tests to require SSL | Jay Satiro |
2019-12-19 | sws: search for "Testno:" header uncondtionally if no testno | Daniel Stenberg |
2019-12-19 | tests: set LC_ALL in more tests | Daniel Stenberg |
2019-12-19 | test165: set LC_ALL=en_US.UTF-8 too | Daniel Stenberg |
2019-12-19 | test1456: remove the use of a fixed local port | Daniel Stenberg |
2019-12-18 | test1270: a basic -w redirect_url test | Daniel Stenberg |
2019-12-16 | tests: make sure checksrc runs on header files too | Daniel Stenberg |
2019-12-15 | lib1591: free memory properly on OOM, in the trailers callback | Daniel Stenberg |
2019-12-15 | runtests: --repeat=[num] to repeat tests | Daniel Stenberg |
2019-12-13 | tests: use DoH feature for DoH tests | Marcel Raad |
2019-12-13 | tests: fix build with `CURL_DISABLE_DOH` | Marcel Raad |
2019-12-13 | unit1620: fix bad free in OOM | Daniel Stenberg |
2019-12-13 | unit1609: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | unit1607: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | lib1559: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | lib1557: fix mem-leak in OOM | Daniel Stenberg |
2019-12-11 | runtests: introduce --shallow to reduce huge torture tests | Daniel Stenberg |
2019-12-09 | tests: make it possible to set executable extensions | Marc Hoersken |
2019-12-09 | tests: fix permissions of ssh keys in WSL | Marc Hoersken |
2019-12-09 | tests: use \r\n for log messages in WSL | Marc Hoersken |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-12-05 | etag: allow both --etag-compare and --etag-save in same cmdline | Daniel Stenberg |
2019-12-05 | test342: make it return a 304 as the tag matches | Daniel Stenberg |
2019-12-03 | curl_setup: disable IPv6 resolver without `getaddrinfo` | Marcel Raad |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-28 | curl: two new command line options for etags | Maros Priputen |
2019-11-26 | dist: add error-codes.pl | Marcel Raad |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-22 | test1175: verify symbols-in-versions and libcurl-errors.3 in sync | Daniel Stenberg |
2019-11-21 | include: make CURLE_HTTP3 use a new error code | Daniel Stenberg |
2019-11-16 | doh: improced both encoding and decoding | Niall |
2019-11-14 | curl: fix -T globbing | Daniel Stenberg |