aboutsummaryrefslogtreecommitdiff
path: root/test/urltest.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-57/+57
* url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg...E. Westbrook2018-08-211-0/+4
* url.lua:remove_dot_components(): empty path component double-dot corner caseE. Westbrook2018-08-211-0/+1
* url.lua:absolute_path(): ensure a separator between base_path and relative_pathE. Westbrook2018-08-211-1/+1
* url.lua:remove_dot_components(): avoid overconsuming dot segmentsE. Westbrook2018-08-211-0/+5
* url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ...E. Westbrook2018-08-211-0/+1
* url.lua: separate remove_dot_components() from absolute_path(); also use in _...E. Westbrook2018-08-211-4/+4
* url.lua:absolute_path(): fix issue #254, simplify, add more test casesE. Westbrook2018-08-191-1/+24
* fixed url parsing; postpone fragment parsing after authority parsing; added t...Herbert Leuwer2017-11-221-3/+72
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-1/+1
* Making progress toward a releaseDiego Nehab2012-04-231-10/+121
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-310/+310
* Almost ready to release.Diego Nehab2005-09-291-2/+2
* Stupid bug in http.lua.Diego Nehab2005-06-121-2/+2
* Fine tunned modules scheme.Diego Nehab2004-10-111-1/+1
* More adjustments/bugfixes.Diego Nehab2004-06-211-1/+1
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-1/+2
* Almost there.Diego Nehab2004-05-281-0/+1
* Adjusted some of the broken examples.Diego Nehab2004-03-261-3/+3
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-1/+1
* Worked on the manual.Diego Nehab2004-02-041-2/+0
* Closer to release...Diego Nehab2003-03-281-2/+1
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-9/+12
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-031-1/+1
* Usando noglobals.luaDiego Nehab2002-07-081-14/+0
* added unsafe path composition testDiego Nehab2001-09-261-2/+150
* Initial revisionDiego Nehab2001-09-251-0/+388