summaryrefslogtreecommitdiff
path: root/tests/unit/unit1302.c
Commit message (Expand)AuthorAgeFilesLines
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-061-2/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-261-1/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* code: style updatesDaniel Stenberg2016-04-031-10/+10
* unit: make unit test source code checksrc compliantDaniel Stenberg2016-04-031-5/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Curl_base64url_encode: unit-tested in 1302Daniel Stenberg2014-07-251-1/+19
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-9/+8
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-2/+18
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-24/+41
* unit tests: adjust header inclusion orderYang Tse2011-05-211-4/+1
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
* Made unit_setup() return an error code to abort the test earlyDan Fandrich2011-01-051-11/+18
* unittest: test base64 encode/decodeDaniel Stenberg2011-01-041-0/+82