Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme | |
Follow up to commit 7db9782dd6. | |||
2016-02-04 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-02-02 | dotdot: allow an empty input string too | Daniel Stenberg | |
It isn't used by the code in current conditions but for safety it seems sensible to at least not crash on such input. Extended unit test 1395 to verify this too as well as a plain "/" input. | |||
2014-04-28 | copyright: Updated following recent edits | Steve Holme | |
2014-04-29 | Added a few more const where possible | Dan Fandrich | |
2013-07-23 | dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify() | Fabian Keil | |
2013-07-11 | dotdot.c: fix global declaration shadowing | Yang Tse | |
2013-06-22 | dotdot: introducing dot file path cleanup | Daniel Stenberg | |
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 |