Commit message (Collapse) | 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 ↵ | E. Westbrook | 2018-08-21 | 1 | -0/+4 |
| | | | | empty-segment special-case code | ||||
* | 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 |
| | | | | case to prevent triple-dot activation and authority collision | ||||
* | url.lua: separate remove_dot_components() from absolute_path(); also use in ↵ | E. Westbrook | 2018-08-21 | 1 | -4/+4 |
| | | | | _M.absolute() even when not merging | ||||
* | 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 ↵ | Herbert Leuwer | 2017-11-22 | 1 | -3/+72 |
| | | | | | | test cases to test/urltest.lua fixed reference patterns in check_protect() to upper case hex letters | ||||
* | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 1 | -1/+1 |
| | | | | | table.getn was deprecated in Lua 5.1 in favor of #, the length operator. See: http://www.lua.org/manual/5.1/manual.html#7.2 | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -10/+121 |
| | | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods | ||||
* | 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 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | 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 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | 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 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | 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 |
| | | | | Still doesn't work in Windows. | ||||
* | 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 |
| | | | | added new build_url tests | ||||
* | Initial revision | Diego Nehab | 2001-09-25 | 1 | -0/+388 |