Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | lib1512.c: Fixed compilation warning | Steve Holme | |
An enumerated type is mixed with another type. ...as well as a small coding style error. | |||
2013-09-01 | Killed warning 'res' might be used uninitialized. | Guenter Knauf | |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg | |
CURLOPT_DNS_USE_GLOBAL_CACHE broke in commit c43127414d89ccb (been broken since the libcurl 7.29.0 release). While this option has been documented as deprecated for almost a decade and nobody even reported this bug, it should remain functional. Added test case 1512 to verify |