Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-14 | Fix compiler warnings | Yang Tse | |
2009-12-13 | signal handling to cleanup on SIGINT and SIGTERM, followup | Yang Tse | |
2009-12-13 | reapply diff between revisions 1.103 and 1.102 | Yang Tse | |
2009-12-12 | updated with the new protocols | Daniel Stenberg | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |
2009-12-10 | - Siegfried Gyuricsko found out that the curl manual said --retry would retry | Daniel Stenberg | |
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279) | |||
2009-12-09 | signal handling to cleanup on SIGINT and SIGTERM, followup | Yang Tse | |
2009-12-07 | - Martin Storsjo made libcurl use the Expect: 100-continue header for posts | Daniel Stenberg | |
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes. | |||
2009-12-03 | Fix 'uploaded' file descriptor leak | Yang Tse | |
2009-12-03 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse | |
2009-12-02 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse | |
2009-12-01 | Set socket option SO_REUSEADDR=true on stunnel accept'ing port | Yang Tse | |
2009-11-30 | - In order to better reflect that the returned pid is extracted from the | Yang Tse | |
given file, serverpid sub is renamed to pidfromfile. In addition it is enhanced to make sure that it always returns zero unless a numerical positive value is returned. - To better reflect that only process existance is actually checked, checkserver sub is renamed to processexists. In addition it is enhanced making it remove the given pid file when the extracted pid is no longer alive. | |||
2009-11-28 | - Added Diffie-Hellman parameters to several test harness certificate files in | Yang Tse | |
PEM format. Required by several stunnel versions used by our test harness. | |||
2009-11-28 | Use different log files for each protocol | Yang Tse | |
2009-11-27 | Attempt to enhance stunnel 3.X logging | Yang Tse | |
2009-11-27 | Prevent running stunnel unless its version can be determined. | Yang Tse | |
2009-11-27 | Log sws IPv version, port and pid when exiting due to SIGINT or SIGTERM. | Yang Tse | |
2009-11-27 | To allow remote log inspection avoid redirecting messages to stderr. | Yang Tse | |
Set 0600 file permissions on certificate pem files. | |||
2009-11-26 | Log info for start up failures. | Yang Tse | |
2009-11-26 | Only attempt to clear the server-logs lock when previously set by this same ↵ | Yang Tse | |
server. | |||
2009-11-26 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse | |
2009-11-23 | Enhance some debug messages for initialization failures. | Yang Tse | |
Fix compiler warning: conditional expression is constant. | |||
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-10-31 | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg | |
download was 0 bytes, as libcurl would then return the size as unknown (-1) and not 0. I wrote a fix and test case 566 to verify it. | |||
2009-10-30 | Added test case 566 in an attempt to repeat bug 2884561 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2884561) but it seems to work for me... | |||
2009-10-30 | - "Tom" posted a bug report that mentioned how libcurl did wrong when doing a | Daniel Stenberg | |
POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would then cause the first request to be wrongly sent and then basically hang until the server closed the connection. I fixed the problem and added test case 565 to verify it. | |||
2009-10-25 | - Dima Barsky made the curl cookie parser accept cookies even with blank or | Daniel Stenberg | |
unparsable expiry dates and then treat them as session cookies - previously libcurl would reject cookies with a date format it couldn't parse. Research shows that the major browser treat such cookies as session cookies. I modified test 8 and 31 to verify this. | |||
2009-10-10 | Fix compiler warning: loop without body | Yang Tse | |
2009-09-26 | - John P. McCaskey posted a bug report that showed how libcurl did wrong when | Daniel Stenberg | |
saving received cookies with no given path, if the path in the request had a query part. That is means a question mark (?) and characters on the right side of that. I wrote test case 1105 and fixed this problem. | |||
2009-09-26 | added test 1105 (disabled) - it repeats a cookie path bug we need to fix | Daniel Stenberg | |
2009-09-17 | added three missing files to the dist archive | Daniel Stenberg | |
2009-09-17 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse | |
2009-09-17 | remove line obsoleted with previous commit | Yang Tse | |
2009-09-17 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse | |
2009-09-14 | Added HTTP proxy keyword | Dan Fandrich | |
2009-09-11 | Renumbered test565 to test1104 to move it out of the range reserved for | Dan Fandrich | |
libcurl tests. | |||
2009-09-10 | - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch | Daniel Stenberg | |
start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0 which internally then is treated as a session cookie. That particular date is now made to get the value of 1. | |||
2009-09-01 | comment the "stunnel exited with [num]" stuff since this is now happen | Daniel Stenberg | |
in normal tests and is annoying | |||
2009-08-29 | add cast to silent compiler warning with 64bit systems. | Gunter Knauf | |
2009-08-27 | disable the tests that differ between 32 and 64 bit | Daniel Stenberg | |
2009-08-24 | - Introduced a SYST-based test to properly set-up name format when dealing ↵ | Patrick Monnerat | |
with the OS/400 FTP server. - Fixed an ftp_readresp() bug preventing detection of failing control socket and causing FTP client to loop forever. | |||
2009-08-18 | Pull the certificate files from the source directory. Ensure that the | Dan Fandrich | |
certificate tests only run on a localhost-hosted test server since the host name is explicitly checked. | |||
2009-08-12 | Added a range of new fun date strings to try. This set of dates come from a | Daniel Stenberg | |
mail posted to the http-state mailing list, from Adam Barth, and is said to be the set of date formats the Chrome browser code is tested against: http://www.ietf.org/mail-archive/web/http-state/current/msg00129.html libcurl parses most of them identically, but not all of them. | |||
2009-08-12 | use --insecure to allow non-matching known hosts for SSH-based protocols | Daniel Stenberg | |
2009-08-11 | - Peter Sylvester made the HTTPS test server use specific certificates for | Daniel Stenberg | |
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311. | |||
2009-07-28 | use --insecure for the SFTP and SCP tests | Daniel Stenberg | |
2009-07-22 | don't set READDATA since it isn't used and only confuses readers | Daniel Stenberg | |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h (missing bits) |