Age | Commit message (Expand) | Author |
2011-01-28 | test: add test 580 to the dist | Daniel Stenberg |
2011-01-25 | tests: more multiple headers checks | Daniel Stenberg |
2011-01-25 | HTTP: memory leak on multiple Location: | Daniel Stenberg |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2011-01-04 | tests: <info> tag corrections | Daniel Stenberg |
2011-01-04 | unittest: 1303 tests Curl_timeleft | Daniel Stenberg |
2011-01-04 | tests: add 1302 to the package | Daniel Stenberg |
2011-01-04 | unittest: test base64 encode/decode | Daniel Stenberg |
2011-01-04 | unittest: verify curl_strequal | Daniel Stenberg |
2011-01-03 | unittests: a dedicated feature in tests | Daniel Stenberg |
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg |
2010-12-23 | cookies: tricked dotcounter fixed | Daniel Stenberg |
2010-12-22 | SMTP tests: updated MAIL FROM use | Daniel Stenberg |
2010-11-19 | Check for errors while preprocessing curl.h in test 1119 | Dan Fandrich |
2010-11-10 | test1120: verify FTP response 421 | Daniel Stenberg |
2010-11-08 | ftp: close connection as soon as ABOR has been sent | Kamil Dudka |
2010-11-03 | test1119: verify symbols-in-versions | Daniel Stenberg |
2010-10-29 | ftp: prevent server from hanging on closed data connection | Kamil Dudka |
2010-10-19 | URL-parsing: consider ? a divider | Daniel Stenberg |
2010-10-14 | Fixed the IPv6 host address in test1203 | Dan Fandrich |
2010-10-11 | test: urlglob error messages have no extra newline anymore | Daniel Stenberg |
2010-10-02 | HTTP: remove special case for 416 | Daniel Stenberg |
2010-10-02 | sws: Added writedelay HTTP server command | Dan Fandrich |
2010-09-29 | Renamed test1204 to test1117 to move it into the normal range | Dan Fandrich |
2010-09-28 | curl_easy_escape: don't escape "unreserved" characters | Daniel Stenberg |
2010-09-27 | Added test case 1204 to test HTTP range failure | Dan Fandrich |
2010-09-27 | parsedate: allow time specified without seconds | Daniel Stenberg |
2010-09-09 | test565: Don't hardcode IP:PORT | Tor Arntsen |
2010-08-30 | Added proxy keyword to allow skipping test in proxyless configs | Dan Fandrich |
2010-08-25 | Tweaked some test data files | Dan Fandrich |
2010-08-25 | gopher tests: use sws and adjusted to more standard style | Daniel Stenberg |
2010-08-25 | gopher: fix test case line endings | Daniel Stenberg |
2010-08-25 | Gopher using Curl_write; test suite (4 tests) | Cameron Kaiser |
2010-08-25 | http: handle trailer headers in all chunked responses | Daniel Stenberg |
2010-08-24 | Fixed a NULL pointer dereference in form posting | Dan Fandrich |
2010-08-21 | cmdline: make -F type= accept ;charset= | Daniel Stenberg |
2010-08-19 | test: added test 579 to verify progress callback for chunked post | Julien Chaffraix |
2010-08-16 | progress: callback for POSTs less than MAX_INITIAL_POST_SIZE | Julien Chaffraix |
2010-08-16 | Make the LD_PRELOAD path absolute in the tests that use it | Dan Fandrich |
2010-08-10 | callbacks: acknowledge progress callback error returns | Daniel Stenberg |
2010-08-10 | parse_remote_port: fix ;type= URL suffix over HTTP proxy | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-05-28 | test1115: verify that unexpected 1xx responses work fine | Daniel Stenberg |
2010-05-27 | test313: a new test for CRL support | Kamil Dudka |
2010-05-14 | Fixed test 577 to work when --enable-hidden-symbols is configured | Dan Fandrich |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg |
2010-04-28 | test: enable valgrind for 604, seems to work | Daniel Stenberg |
2010-04-28 | add 1s post-command delay to tests 513 and 514 | Paul Howarth |
2010-04-19 | Implement SMTP authentication | monnerat |