Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-05 | Year 2038 has its own problems (32 bit integer overflow). | Yang Tse | |
So cookie expiration date is lowered to expire at most in 2035. | |||
2007-02-02 | more fixes for the testsuite cookie expiration issue | Yang Tse | |
2007-02-02 | cookie expiration time got us with pants at our knees. | Yang Tse | |
Next time in 2038 :-) | |||
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | |
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | |||
2006-09-27 | As reported in bug: #1566077 the former URL mentioned in the generated cookie | Daniel Stenberg | |
jar has died and we now instead point out our own version of that | |||
2006-07-17 | tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, ↵ | Yang Tse | |
CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here. | |||
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg | |
2005-01-28 | adjusted to the moved unlock of the DNS entry | Daniel Stenberg | |
2004-10-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg | |
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing. | |||
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | |
2. adjusted date strings to upcoming date parser rewrite | |||
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | |||
2003-12-16 | modified and corrected test 506 | Daniel Stenberg | |
2003-10-12 | Dirk Manske made the share-locking around DNS lookups a bit "looser" so that | Daniel Stenberg | |
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly. | |||
2003-08-11 | test case 506 added, written by Dirk Manske | Daniel Stenberg | |