Revision tags: curl-7_16_4, curl-7_16_3 |
|
#
a1b650ad |
| 21-Jun-2007 |
Daniel Stenberg |
Gerrit Bruchh�user pointed out a warning that the Intel(R) Thread Checker tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper
Gerrit Bruchh�user pointed out a warning that the Intel(R) Thread Checker tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
show more ...
|
Revision tags: curl-7_16_2 |
|
#
9b647437 |
| 05-Feb-2007 |
Yang Tse |
Year 2038 has its own problems (32 bit integer overflow). So cookie expiration date is lowered to expire at most in 2035.
|
#
401598c2 |
| 02-Feb-2007 |
Yang Tse |
more fixes for the testsuite cookie expiration issue
|
#
d60848d0 |
| 02-Feb-2007 |
Yang Tse |
cookie expiration time got us with pants at our knees. Next time in 2038 :-)
|
Revision tags: curl-7_16_1 |
|
#
33bea767 |
| 23-Jan-2007 |
Dan Fandrich |
Convert (most of) the test data files into genuine XML. A handful still are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to
Convert (most of) the test data files into genuine XML. A handful still 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.
show more ...
|
Revision tags: curl-7_16_0 |
|
#
68e9f757 |
| 27-Sep-2006 |
Daniel Stenberg |
As reported in bug: #1566077 the former URL mentioned in the generated cookie jar has died and we now instead point out our own version of that
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
431c4bd6 |
| 17-Jul-2006 |
Yang Tse |
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here.
|
Revision tags: curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0 |
|
#
29aafb9c |
| 03-Jun-2005 |
Daniel Stenberg |
Andres Garcia's text mode fix for the 'data' part
|
Revision tags: curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0 |
|
#
54b02ecf |
| 28-Jan-2005 |
Daniel Stenberg |
adjusted to the moved unlock of the DNS entry
|
Revision tags: curl-7_12_3, curl-7_12_2 |
|
#
95def480 |
| 04-Oct-2004 |
Daniel Stenberg |
Made the dns entry remain locked while a connection to the host remains to allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
|
#
ca52c963 |
| 11-Sep-2004 |
Daniel Stenberg |
1. cookie expire-strings MUST use GMT timezones 2. adjusted date strings to upcoming date parser rewrite
|
#
2b1673c9 |
| 08-Sep-2004 |
Daniel Stenberg |
Now the test servers and test cases can run on a custom port number. There's no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no
Now the test servers and test cases can run on a custom port number. There's 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.
show more ...
|
Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1, curl-7_11_0 |
|
#
989ec98e |
| 16-Dec-2003 |
Daniel Stenberg |
modified and corrected test 506
|
Revision tags: curl-7_10_8 |
|
#
022996e5 |
| 12-Oct-2003 |
Daniel Stenberg |
Dirk Manske made the share-locking around DNS lookups a bit "looser" so that multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be m
Dirk Manske made the share-locking around DNS lookups a bit "looser" so that 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.
show more ...
|
Revision tags: curl-7_10_7 |
|
#
26f5c53b |
| 11-Aug-2003 |
Daniel Stenberg |
test case 506 added, written by Dirk Manske
|