Age | Commit message (Expand) | Author |
2014-06-18 | tests: Use CURLOPT_READDATA instead of the obsolete CURLOPT_INFILE | Dan Fandrich |
2014-06-15 | sasl: Added back qop argument mistakenly removed in e95ca7ce | Dan Fandrich |
2014-06-15 | test1398: Added test to Makefile.am | Dan Fandrich |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-06-11 | tests: Disabled NTLM tests for non-debug builds | Steve Holme |
2014-06-11 | Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set | Steve Holme |
2014-06-01 | tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4 | Steve Holme |
2014-05-29 | tests: Fix portability issue with the tftpd server and timeouts | Dan Fandrich |
2014-05-18 | test1014: GSS-API is only in curl-config. not in curl | Daniel Stenberg |
2014-05-18 | test1134: verify CREDSPERREQUEST for HTTP | Daniel Stenberg |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-05-11 | tests: Fixed up DIGEST-MD5 tests following commit 8342b6e1dc | Steve Holme |
2014-05-09 | lib1506: make sure the transfers are not within the same ms | Daniel Stenberg |
2014-05-09 | libtests: add a wait_ms() function | Daniel Stenberg |
2014-05-09 | test87: Get rid of extraneous square brackets in tag | Dan Fandrich |
2014-05-05 | tests: Use standard libtest return codes when relevant | Dan Fandrich |
2014-05-05 | test1513: Don't return an uninitialized variable on init failure | Dan Fandrich |
2014-05-04 | mprintf: allow %.s with data not being zero terminated | Daniel Stenberg |
2014-05-01 | test585: Fixed NULL pointer dereference in fopen | Dan Fandrich |
2014-04-28 | copyright: Updated following recent edits | Steve Holme |
2014-04-29 | runtests.pl: Improved the check for a crash during torture tests | Dan Fandrich |
2014-04-29 | Added a few more const where possible | Dan Fandrich |
2014-04-28 | unit1395: Fixed null pointer dereference on torture test | Dan Fandrich |
2014-04-23 | test325: verify --proto-redir https=>http | Daniel Stenberg |
2014-04-22 | tests: Fixed torture test for tests 1526 & 1527 | Dan Fandrich |
2014-04-22 | sockfilt.c: clean up threaded approach and add documentation | Marc Hoersken |
2014-04-22 | sockfilt.c: zero initialize variable | Marc Hoersken |
2014-04-22 | sockfilt.c: fixed getting stuck waiting for MinGW stdin pipe | Marc Hoersken |
2014-04-20 | sockfilt.c: properly handle disk files, pipes and character input | Marc Hoersken |
2014-04-20 | sockfilt.c: ignore non-key-events and continue waiting for input | Marc Hoersken |
2014-04-20 | sockfilt.c: free memory in case of memory allocation errors | Marc Hoersken |
2014-04-18 | test810: Updated to use new IMAP URL query string functionality | Steve Holme |
2014-04-06 | tests: Disabled DIGEST-MD5 tests when running with SSPI enabled | Steve Holme |
2014-04-04 | PROXYHEADER: send these headers in "normal" proxy requests too | Daniel Stenberg |
2014-04-04 | test1428: verify --proxy-header | Daniel Stenberg |
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-04-04 | HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue | Daniel Stenberg |
2014-04-03 | tests: unified use of some keywords | Dan Fandrich |
2014-04-03 | tests: added some missing closing tags | Dan Fandrich |
2014-04-03 | runtests: insist on a <keywords> section | Daniel Stenberg |
2014-04-03 | tests: add keywords to the last 7 tests lacking them | Daniel Stenberg |
2014-04-01 | tests: Added SMTP with credientials test when not supported by server | Steve Holme |
2014-03-31 | tests: Added SMTP with credentials test for RFC-821 based server | Steve Holme |
2014-03-30 | curl: stop interpreting IPv6 literals as glob patterns. | Paul Marks |
2014-03-30 | test938: Updated to use file input for upload | Steve Holme |
2014-03-30 | test836: Fixed incorrect username in expected output | Steve Holme |
2014-03-30 | DISABLED: 836, 882 and 938 hang | Daniel Stenberg |
2014-03-30 | runtests: check protocol before data | Daniel Stenberg |
2014-03-30 | ftpserver.pl: Extended the full text reply regular expression | Steve Holme |