summaryrefslogtreecommitdiff
path: root/tests-clar/network/urlparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-051-2/+2
|
* Unescape url-encoded usernames and passwordsBen Straub2013-11-041-2/+14
|
* Use http_parser_parse_url to parse urlsBen Straub2013-11-041-27/+28
|
* Streamline url-parsing logic.Ben Straub2013-11-011-0/+10
|
* Add tests for badly-formed URLsBen Straub2013-10-311-0/+7
|
* HTTP: handle "relative" redirectsBen Straub2013-10-021-0/+28
|
* Make sure utility doesn't leak memoryBen Straub2013-09-261-0/+9
|
* Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-261-4/+6
| | | | ...and have that call manage replaced memory in the output structure.
* Migrate redirect URL handling to common utilityBen Straub2013-09-251-0/+42
|
* Update cl_assert_equal_sz to be nicerRussell Belfer2013-03-221-6/+6
| | | | | | | This makes the size_t comparison test nicer (assuming that the values are actually not using the full length), and converts some cases that were using it for pointer comparison to use the macro that is designed for pointer comparison.
* Plug test leaksBen Straub2013-01-311-12/+16
|
* Enhance url parsing to include passwordsBen Straub2013-01-311-0/+78