Commit Graph

63 Commits

Author SHA1 Message Date
601ad8d59f refactor: Address issues raised by linter 2022-03-19 17:13:15 +03:00
043e997713 url.lua:remove_dot_components(): avoid ambiguous numeric representation as empty-path-segment marker 2018-08-21 12:43:30 -06:00
ca5398be09 url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-segment special-case code 2018-08-21 12:17:12 -06:00
38d936ec0e url.lua:remove_dot_components(): empty path component double-dot corner case 2018-08-21 11:27:42 -06:00
5b862e6a3c url.lua:absolute_path(): ensure a separator between base_path and relative_path 2018-08-21 10:43:04 -06:00
7ccea58776 url.lua:remove_dot_components(): avoid overconsuming dot segments 2018-08-21 09:59:45 -06:00
c570a32c21 url.lua:remove_dot_components(): limit beginning-of-string double-dot corner case to prevent triple-dot activation and authority collision 2018-08-21 09:07:42 -06:00
c905b5d44f url.lua: separate remove_dot_components() from absolute_path(); also use in _M.absolute() even when not merging 2018-08-21 08:03:51 -06:00
17a95c126a url.lua:absolute_path(): fix issue #254, simplify, add more test cases 2018-08-19 11:32:42 -06:00
2d6a0f7bda fixed url parsing; postpone fragment parsing after authority parsing; added test cases to test/urltest.lua
fixed reference patterns in check_protect() to upper case hex letters
2017-11-22 09:30:12 +01:00
3ee89515a0 fixed URL parsing in url.lua: parse fragment after parsing username and password. 2017-11-19 19:48:37 +01:00
ff1a447b4d Merge pull request #210 from Lord-Helmchen/patch-1
make protect_segment in url.lua rfc compliant
2017-03-20 17:01:30 -03:00
47e644031f Preserve path when parsing urls. 2017-03-20 16:56:15 -03:00
44fb9e9112 correct typo 2017-03-16 17:53:02 +01:00
16bb548746 fix for Lua 5.3 built without number / string conversion
This kind of Lua could be built with this command:
```
    hererocks --lua 5.3 --cflags="-DLUA_NOCVTN2S -DLUA_NOCVTS2N"
```
2017-03-16 16:57:17 +01:00
860da0f4b4 make protect_segment in url.lua rfc compliant
percent-encode uppercase
see https://tools.ietf.org/html/rfc3986#section-6.2.2
2017-03-16 16:33:28 +01:00
9984741d94 Update comments for url.unescape() function. 2016-04-12 00:01:51 +01:00
700ece0721 Fix base_parsed global in url module 2016-02-11 15:54:59 +03:00
6e00ffd62f Changing from 2.1-rc1 to 3.0-rc1. 2013-06-11 19:10:03 +08:00
920bc97629 Build with Lua 5.2 without LUA_COMPAT_MODULE flag.
LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
2013-05-27 12:45:09 +04:00
56893e9dcd Use the length operator (#) instead of table.getn.
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
2013-02-25 20:28:28 -02:00
f960b3872a Making progress toward a release
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
2012-04-23 00:18:45 +08:00
5c33ef9997 url.escape/url.unescape: Fix to return *only* the encoded/decoded string (thanks moodydeath) 2012-04-11 13:33:34 -07:00
2778766d67 Preliminary IPv6 support for v2.1 2012-04-11 13:25:11 -07:00
3a8ba90dfb Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
11282d17c8 Almost done 2.0.1. 2006-04-03 04:45:42 +00:00
d55a5826e8 Few tweaks in installation, some missing files, etc. 2005-11-22 08:33:29 +00:00
71f483496d Works in Finnish now! Who would say... 2005-11-21 07:04:18 +00:00
f20f4889bf Changed prefix of function names to match module names.
Removed some warnings and useless code.
2005-11-20 07:20:26 +00:00
72eceedc62 Bugs sent by David. 2005-10-05 03:16:17 +00:00
a32c6d9140 Almost ready to release. 2005-09-29 06:11:42 +00:00
0c3cdd5ef2 Final push for release... 2005-08-12 05:56:32 +00:00
65c35845c5 Working on the manual. 2005-06-14 04:29:23 +00:00
8b114f3bf4 Stupid bug in http.lua. 2005-06-12 22:02:21 +00:00
7350bad6f4 Just to check out in the office. 2005-02-27 18:30:32 +00:00
97b26e0b66 Almost ready to release beta3 2005-01-02 22:44:00 +00:00
a8254e94f8 Last line of modules was simplified. 2004-12-23 23:17:01 +00:00
2f970d782e Changes due to new compat-5.1 2004-12-23 22:32:12 +00:00
7c97e8e40a Almost ready for beta3 2004-11-27 07:58:04 +00:00
a04f15d1ca Using new module scheme. Still needs fine tuning. 2004-09-27 04:01:18 +00:00
613534c795 smtp.c was eatten by mime.c 2004-06-17 06:23:13 +00:00
9fc682a106 HTTP now has only one function. 2004-06-16 22:51:04 +00:00
574708380f Simplified HTTP module. 2004-06-16 21:56:23 +00:00
d46f7a09a7 Fixed smtp.lua loading.
Adjusted tftp module.
Added some comments.
2004-06-16 01:02:07 +00:00
58096449c6 Manual is almost done. HTTP is missing.
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
2004-06-15 06:24:00 +00:00
9ed7f955e5 Só pra não perder se der merda. 2004-06-04 15:15:45 +00:00
5ca1049ab4 Fine tuning the "require" business. 2004-05-30 21:36:22 +00:00
c23240726e Changed require"luasocket" to require"socket". 2004-05-28 20:40:13 +00:00
6c565dd7c0 Almost there. 2004-05-28 07:47:41 +00:00
694edcc3c1 Committing with require. 2004-05-28 06:16:43 +00:00