Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann | |
Use the ACE form of IDN hostnames as key in the connection cache. Add new tests. Closes #592 | |||
2016-01-07 | tests: mark IPv6 FTP and FTPS tests with the FTP keyword | Daniel Stenberg | |
2015-12-26 | test 1515: add data check | Marc Hoersken | |
2015-12-26 | test 1515: add MSYS support by passing a relative path | Marc Hoersken | |
MSYS would otherwise turn a /-style path into a C:\-style path. | |||
2015-12-26 | test 539: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | |
While still using datacheck mode binary for the inline reply data. | |||
2015-12-24 | tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | |
2015-12-24 | tests 706 and 707: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | |
2015-12-24 | tests 400,403,406: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | |
2015-12-23 | test 16: fix on Linux (and Windows) by using plain ASCII characters | Marc Hoersken | |
Follow up on b064ff0c351bb287557228575ef4c1d079b866fb, thanks Daniel. | |||
2015-12-23 | tests 252-255: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | |
2015-12-23 | test 16: fix on Windows by converting data file from ANSI to UTF-8 | Marc Hoersken | |
2015-12-17 | test 1326: fix file check since curl is outputting binary data | Marc Hoersken | |
2015-12-17 | test 1326: fix getting stuck on Windows due to incomplete request | Marc Hoersken | |
The request needs to be read and send in binary mode in order to use CRLF instead of LF. Adding --upload-file - causes curl to read stdin in binary mode. | |||
2015-12-13 | curl: use 2TLS by default | Daniel Stenberg | |
Make this the default for the curl tool (if built with HTTP/2 powers enabled) unless a specific HTTP version is requested on the command line. This should allow more users to get HTTP/2 powers without having to change anything. | |||
2015-12-03 | tests: Corrected copy and pasted comments from commit e643c5c908 | Steve Holme | |
2015-12-02 | test947: Corrected typo in test name | Steve Holme | |
2015-12-02 | tests: Disable the OAUTHBEARER tests when using a non-default port number | Steve Holme | |
Tests 842, 843, 844, 845, 887, 888, 889, 890, 946, 947, 948 and 949 fail if a custom port number is specified via the -b option of runtests.pl. Suggested by: Kamil Dudka Bug: http://curl.haxx.se/mail/lib-2015-12/0003.html | |||
2015-11-24 | test1513: make sure the callback is only called once | Daniel Stenberg | |
2015-11-21 | Makefile.inc: Fixed test run error | Steve Holme | |
test845 not present in tests/data/Makefile.inc | |||
2015-11-20 | tests: Re-enabled tests 889 and 890 following POP3 fix | Steve Holme | |
2015-11-15 | tests: Disabled 889 and 890 until we support POP3 continuation responses | Steve Holme | |
As POP3 final and continuation responses both begin with a + character, and both the finalcode and contcode variables in SASLprotoc are set as such, we cannot tell the difference between them when we are expecting an optional continuation from the server such as the following: + something else from the server +OK final response Disabled these tests until such a time we can tell the responses apart. | |||
2015-11-15 | tests: Corrected typos from commit ba4d8f7eba | Steve Holme | |
2015-11-15 | tests: Added OAUTHBEARER failure response tests | Steve Holme | |
2015-11-14 | tests: Renamed existing OAuth 2.0 (XOAUTH) tests | Steve Holme | |
2015-11-14 | tests: Added OAuth 2.0 (OAUTHBEARER) tests | Steve Holme | |
2015-11-12 | unit1603: Added unit tests for hash functions | dfandrich | |
2015-11-08 | imap: Don't check for continuation when executing a CUSTOMREQUEST | Justin Ehlert | |
Bug: https://github.com/bagder/curl/issues/486 Closes https://github.com/bagder/curl/pull/487 | |||
2015-11-06 | tftp tests: verify sent options too | Daniel Stenberg | |
The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize. | |||
2015-11-02 | http redirects: %-encode bytes outside of ascii range | Daniel Stenberg | |
Apparently there are sites out there that do redirects to URLs they provide in plain UTF-8 or similar. Browsers and wget %-encode such headers when doing a subsequent request. Now libcurl does too. Added test 1138 to verify. Closes #473 | |||
2015-11-02 | formadd: support >2GB files on windows | Daniel Stenberg | |
Closes #425 | |||
2015-10-23 | test1137: verify --ignore-content-length for FTP | Daniel Stenberg | |
2015-10-18 | teste1136: only run when PSL is enabled | Daniel Stenberg | |
2015-10-17 | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen | |
Use libpsl to check the domain value of Set-Cookie headers (and cookie jar entries) for not being a Publix Suffix. The configure script checks for "libpsl" by default. Disable the check with --without-libpsl. Ref: https://publicsuffix.org/ Ref: https://github.com/publicsuffix/list Ref: https://github.com/rockdaboot/libpsl | |||
2015-09-23 | tests: disable 1510 due to CI-problems on github | Daniel Stenberg | |
2015-09-20 | tests: disable 1801 until fixed | Daniel Stenberg | |
It is unreliable and causes CI problems on github Closes #380 | |||
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot | |
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'. | |||
2015-08-10 | test46: update cookie expire time | Daniel Stenberg | |
... since it went old and thus was expired and caused the test to fail! | |||
2015-07-26 | test1902: attempt to make the test more reliable | Daniel Stenberg | |
Closes #355 | |||
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro | |
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com> | |||
2015-07-02 | test2041: fixed line endings in protocol part | Dan Fandrich | |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest | |
2015-06-30 | multi: Move http2 push function declarations to header end | Jay Satiro | |
This change necessary for binary compatibility. Prior to this change test 1135 failed due to the order of functions. | |||
2015-06-25 | tests: Distribute CMakeLists.txt files in subdirectories | Roger Leigh | |
2015-06-23 | test1531: verify POSTFIELDSIZE set after add_handle | Daniel Stenberg | |
Following the fix made in 903b6e05565bf. | |||
2015-06-17 | test2040: verify basic auth on re-used connections | Kamil Dudka | |
2015-06-14 | test1530: added http to required features | Dan Fandrich | |
2015-06-09 | CURLOPT_OPENSOCKETFUNCTION: return error at once | Daniel Stenberg | |
When CURL_SOCKET_BAD is returned in the callback, it should be treated as an error (CURLE_COULDNT_CONNECT) if no other socket is subsequently created when trying to connect to a server. Bug: http://curl.haxx.se/mail/lib-2015-06/0047.html | |||
2015-05-31 | HTTP-NTLM: fail auth on connection close instead of looping | Isaac Boukris | |
Bug: https://github.com/bagder/curl/issues/256 | |||
2015-05-23 | test1510: another flaky test | Dan Fandrich | |
2015-05-18 | hostip: fix unintended destruction of hash table | Anthony Avina | |
.. and added unit1602 for hash.c |