Age | Commit message (Expand) | Author |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-12 | Fixed a couple of typos that messed up the tests. | Dan Fandrich |
2007-10-12 | Added some <keywords> sections and use some key words more consistently. | Dan Fandrich |
2007-10-11 | Fixed the -l option of runtests.pl | Dan Fandrich |
2007-10-09 | also log error message string | Yang Tse |
2007-10-09 | logmsg already appends '\n' | Yang Tse |
2007-10-04 | I enabled test 1009 and made the --local-port use a wide range to reduce the | Daniel Stenberg |
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg |
2007-10-04 | On error, close "log/server.response" | Yang Tse |
2007-10-03 | If TCP_NODELAY is not defined we can't disable the Nagle algorithm | Yang Tse |
2007-10-02 | Renamed a couple of global variables to avoid shadowing warnings | Yang Tse |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-10-02 | Disable the Nagle algorithm and send back responses in small chunks in an | Daniel Stenberg |
2007-09-30 | Added test536 that was accidentally missing. I also wrote up a new makefile | Daniel Stenberg |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-30 | Fix missing right parenthesis | Yang Tse |
2007-09-30 | Fix comparison between signed and unsigned | Yang Tse |
2007-09-27 | Removed cut-and-paste cruft leading to fclose() of an unopened file | Dan Fandrich |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg |
2007-09-20 | Added variable substitution to the <verify><file> section. | Dan Fandrich |
2007-09-18 | Use double quotes in command lines for consistency. | Dan Fandrich |
2007-09-18 | IPv6 is a required feature for these two tests, even if it's not obvious. | Dan Fandrich |
2007-09-17 | Fixed the required server entry | Dan Fandrich |
2007-09-17 | Changed some FTP tests to validate the format of the PORT and EPRT commands | Dan Fandrich |
2007-09-17 | Added %CLIENTIP and %CLIENT6IP data file substitution variables. | Dan Fandrich |
2007-09-17 | Allow setting the IP address on which to listen for connections. | Dan Fandrich |
2007-09-17 | Make the ftp server connect to the address given by curl in the PORT/EPRT | Dan Fandrich |
2007-09-17 | Made the directory postprocessor more forgiving of input directory format | Dan Fandrich |
2007-09-15 | Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP | Daniel Stenberg |
2007-09-14 | Replaced 127.0.0.1 with %HOSTIP where possible | Dan Fandrich |
2007-09-12 | Extracting the CURLINFO_PRIVATE pointer makes no point since nothing set | Daniel Stenberg |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-09-07 | Added test case 1007 to test permission problem when uploading with TFTP | Dan Fandrich |
2007-09-05 | Minor updates | Dan Fandrich |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-28 | Mention that 'make test' does more than just run all the tests (suggested | Dan Fandrich |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-23 | Added test case 1005 to test excessively-long replies spread out over | Dan Fandrich |
2007-08-23 | Allow ftp server alternate replies to contain backslash-escaped control | Dan Fandrich |
2007-08-23 | Need even more time to wait for an accept. | Dan Fandrich |
2007-08-23 | Added test1004 to validate a previous fix for a memory leak when an | Dan Fandrich |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-22 | added a size > buffer size check to make it easier to track this in the | Daniel Stenberg |
2007-08-22 | Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003 | Daniel Stenberg |
2007-08-20 | Increase timeout for accept for improved reliability on loaded servers. | Dan Fandrich |