Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | lib1515.c: Added support for Windows using the Sleep function | Marc Hoersken | |
2014-02-07 | lib1515.c: Fixed various compilation warnings | Steve Holme | |
lib1515.c:38:26 warning: unused parameter 'curl' lib1515.c:38:81 warning: unused parameter 'ptr' lib1515.c:38:5 warning: no previous prototype for 'debug_callback' lib1515.c:46:5 warning: no previous prototype for 'do_one_request' lib1515.c:120:3 warning: ISO C90 forbids mixed declarations and code As well as some code policing such as white space and braces. | |||
2014-02-06 | tests: add test for bug #1303 (dns cache timeout) | Romulo A. Ceccon | |
Test-case 1515 reproduces bug #1303, where libcurl would incorrectly prune DNS entries added via CURLOPT_RESOLVE after the DNS_CACHE_TIMEOUT had expired. |