Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | lib1521: fix missing-variable-declarations clang warnings | Marcel Raad | |
Declare TU-local variables static. | |||
2017-06-19 | test1521: test getinfo's OFF_T types too | Daniel Stenberg | |
Closes #1588 | |||
2017-06-19 | lib1521: add curl_easy_getinfo calls to the test set | Daniel Stenberg | |
Also added return value checks to make sure no unexpected return codes are used. | |||
2017-06-13 | mk-lib1521.pl: updated to match the test changes in 916ec30a | Dan Fandrich | |
2017-06-09 | lib1521: fix compiler warnings on the use of bad 'long' values | Daniel Stenberg | |
Reported-by: Marcel Raad Bug: https://github.com/curl/curl/commit/cccac4fb2b20d6ed87da7978408c3ecacc464fe4#commitcomment-22453387 | |||
2017-06-06 | lib1521: fix compiler warnings | Daniel Stenberg | |
2017-06-05 | test1521: make the code < 80 columns wide | Daniel Stenberg | |
2017-06-05 | test1121: use stricter types to work with typcheck-gcc | Daniel Stenberg | |
2017-06-05 | test1521: test *all* curl_easy_setopt options | Daniel Stenberg | |
mk-lib1521.pl generates a test program (lib1521.c) that calls curl_easy_setopt() for every known option with a few typical values to make sure they work (ignoring the return codes). Some small changes were necessary to avoid asserts and NULL accesses when doing this. The perl script needs to be manually rerun when we add new options. Closes #1543 |