summaryrefslogtreecommitdiff
path: root/tests/unit/unit1605.c
AgeCommit message (Collapse)Author
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2017-08-26tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich
These were missed in commit c468c27b.
2017-04-30tests: fixed OOM handling of unit tests to abort testDan Fandrich
It's dangerous to continue to run the test when a memory alloc fails.
2016-09-14test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg