| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: Address issues raised by linter | Thijs Schreijer | 2022-03-19 | 1 | -57/+57 |
* | url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg... | E. Westbrook | 2018-08-21 | 1 | -0/+4 |
* | url.lua:remove_dot_components(): empty path component double-dot corner case | E. Westbrook | 2018-08-21 | 1 | -0/+1 |
* | url.lua:absolute_path(): ensure a separator between base_path and relative_path | E. Westbrook | 2018-08-21 | 1 | -1/+1 |
* | url.lua:remove_dot_components(): avoid overconsuming dot segments | E. Westbrook | 2018-08-21 | 1 | -0/+5 |
* | url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ... | E. Westbrook | 2018-08-21 | 1 | -0/+1 |
* | url.lua: separate remove_dot_components() from absolute_path(); also use in _... | E. Westbrook | 2018-08-21 | 1 | -4/+4 |
* | url.lua:absolute_path(): fix issue #254, simplify, add more test cases | E. Westbrook | 2018-08-19 | 1 | -1/+24 |
* | fixed url parsing; postpone fragment parsing after authority parsing; added t... | Herbert Leuwer | 2017-11-22 | 1 | -3/+72 |
* | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 1 | -1/+1 |
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -10/+121 |
* | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -310/+310 |
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -2/+2 |
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -1/+1 |
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -1/+1 |
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -1/+2 |
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -0/+1 |
* | Adjusted some of the broken examples. | Diego Nehab | 2004-03-26 | 1 | -3/+3 |
* | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 2004-03-22 | 1 | -1/+1 |
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -2/+0 |
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -2/+1 |
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 1 | -9/+12 |
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 1 | -1/+1 |
* | Usando noglobals.lua | Diego Nehab | 2002-07-08 | 1 | -14/+0 |
* | added unsafe path composition test | Diego Nehab | 2001-09-26 | 1 | -2/+150 |
* | Initial revision | Diego Nehab | 2001-09-25 | 1 | -0/+388 |