Age | Commit message (Expand) | Author |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-22 | test1513: eliminated race condition in test run | Dan Fandrich |
2015-03-21 | test938: added missing closing tags | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-14 | http2: detect prematures close without data transfered | Daniel Stenberg |
2015-03-13 | test320: Expect the Host header to be the first header | Dan Fandrich |
2015-03-12 | test203[0-3]: Expect the Host header to be the first header | Fabian Keil |
2015-03-12 | http: always send Host: header as first header | Daniel Stenberg |
2015-03-11 | proxy: re-use proxy connections (regression) | Daniel Stenberg |
2015-02-03 | unit1601: MD5 unit tests | Daniel Stenberg |
2015-02-03 | unit1600: unit test for Curl_ntlm_core_mk_nt_hash | Daniel Stenberg |
2015-02-03 | unit1600: NTLM unit test | Daniel Stenberg |
2015-02-02 | test1135: verify the CURL_EXTERN order in header files | Daniel Stenberg |
2015-01-28 | tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests | Steve Holme |
2015-01-28 | tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests | Steve Holme |
2015-01-28 | tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests | Steve Holme |
2015-01-27 | test: add test cases for sasl external authentication (imap/pop3/smtp). | Patrick Monnerat |
2015-01-07 | tests: make sure CRLFs can't be used in URLs passed to proxy | Daniel Stenberg |
2014-12-28 | test1520: Fixed initial teething problems | Steve Holme |
2014-12-28 | tests: Added test for bug #1456 | Steve Holme |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-04 | tests: add two HTTP over UNIX socket tests | Peter Wu |
2014-11-30 | curl tool: Enable support for the SMB protocol | Bill Nagel |
2014-11-29 | tests: Disable test 1013 until SMB is fully added | Steve Holme |
2014-11-26 | tests: Added SMTP with --crlf test case | Steve Holme |
2014-11-24 | SSL: Add PEM format support for public key pinning | moparisthebest |
2014-11-20 | test1801: first real http2 test case | Daniel Stenberg |
2014-11-20 | test1800: first plain-text http2 test case | Daniel Stenberg |
2014-11-13 | test22: expand a backtick command | Peter Wu |
2014-11-06 | test552: Don't run HTTP digest tests for SSPI based builds | Dan Fandrich |
2014-11-06 | tests: Don't run HTTP digest tests for SSPI based builds | Steve Holme |
2014-11-04 | tests: add new feature 'SSLpinning' | Daniel Stenberg |
2014-11-01 | resume: consider a resume from [content-length] to be OK | Daniel Stenberg |
2014-10-27 | HTTP: return larger than 3 digit response codes too | Daniel Stenberg |
2014-10-26 | Added the "flaky" keyword to a number of tests | Dan Fandrich |
2014-10-16 | test545: make it not use a trailing zero | Daniel Stenberg |
2014-10-13 | tests: move TESTCASES to Makefile.inc, add show for cmake | Peter Wu |
2014-10-09 | test2036: verify -O with no slash at all in the URL | Daniel Stenberg |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-09-25 | CURLOPT_COOKIELIST: Added "RELOAD" command | Yousuke Kimoto |
2014-09-10 | cookies: reject incoming cookies set for TLDs | Daniel Stenberg |
2014-09-10 | cookies: only use full host matches for hosts used as IP address | Tim Ruehsen |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-09-07 | tests: Added test1420 to the makefile | Steve Holme |
2014-09-07 | test1420: Removed unnecessary CURLOPT setting | Steve Holme |
2014-09-07 | tests: Added more "Clear Text" authentication keywords | Steve Holme |
2014-09-07 | tests: Updated "based on" text due to email test renumbering | Steve Holme |
2014-09-07 | tests: For consistency added --libcurl to test name | Steve Holme |
2014-09-07 | tests: Added --libcurl for IMAP test case | Steve Holme |
2014-08-15 | http: fix the Content-Range: parser | Daniel Stenberg |