summaryrefslogtreecommitdiff
path: root/lib/dotdot.c
Commit message (Collapse)AuthorAgeFilesLines
* copyright: Updated following recent editsSteve Holme2014-04-281-1/+1
|
* Added a few more const where possibleDan Fandrich2014-04-291-1/+1
|
* dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify()Fabian Keil2013-07-231-1/+1
|
* dotdot.c: fix global declaration shadowingYang Tse2013-07-111-13/+13
|
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-221-0/+170
RFC3986 details how a path part passed in as part of a URI should be "cleaned" from dot sequences before getting used. The described algorithm is now implemented in lib/dotdot.c with the accompanied test case in test 1395. Bug: http://curl.haxx.se/bug/view.cgi?id=1200 Reported-by: Alex Vinnik