Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-28 | unit1606: Fixed shadowed variable warning | Dan Fandrich | |
2017-08-26 | tests: Make sure libtests & unittests call curl_global_cleanup() | Dan Fandrich | |
These were missed in commit c468c27b. | |||
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg | |
... to make all libcurl internals able to use the same data types for the struct members. The timeval struct differs subtly on several platforms so it makes it cumbersome to use everywhere. Ref: #1652 Closes #1693 | |||
2017-05-01 | unit1606: do not print/access buffer | Daniel Stenberg | |
It was a wrong assumption that it could do that! | |||
2017-04-30 | tests: fixed OOM handling of unit tests to abort test | Dan Fandrich | |
It's dangerous to continue to run the test when a memory alloc fails. | |||
2017-04-06 | test1606: verify speedcheck | Daniel Stenberg | |