| Commit message (Expand) | Author | Files | Lines |
2019-02-25 | unix.c: use LUASOCKET_API | E. Westbrook | 1 | -1/+3 |
2019-02-25 | mime.c: use LUASOCKET_API | E. Westbrook | 1 | -1/+1 |
2019-02-25 | unix.h: use LUASOCKET_API | E. Westbrook | 1 | -5/+2 |
2019-02-25 | mime.h: use LUASOCKET_API | E. Westbrook | 1 | -8/+2 |
2019-02-25 | luasocket.h: define LUASOCKET_API and LUASOCKET_PRIVATE for export visibility | E. Westbrook | 1 | -1/+13 |
2019-02-24 | http.lua: Error informatively if insufficient LuaSec support | E. Westbrook | 1 | -1/+5 |
2019-02-24 | socket.http.request(): simultaneous support for http and https URL schemes, w... | E. Westbrook | 1 | -19/+37 |
2019-02-23 | http.lua: allow override of hard-coded 5 max redirects | E. Westbrook | 2 | -4/+9 |
2019-02-23 | Fix static linking problem with LuaJIT | Philipp Janda | 1 | -0/+2 |
2019-02-22 | src/makefile: support both lua/$(LUAV) and lua$(LUAV) include paths | E. Westbrook | 1 | -12/+12 |
2019-02-20 | http.lua: if default for scheme, omit port number in "Host:" header | E. Westbrook | 1 | -6/+14 |
2019-02-19 | Use SUN_LEN macro | E. Westbrook | 1 | -2/+8 |
2019-02-19 | src/unixdgram.c: allow connect() and bind() on freebsd without dummy char, an... | E. Westbrook | 1 | -15/+6 |
2019-02-19 | src/makefile: define UNIX_HAS_SUN_LEN for FreeBSD builds | E. Westbrook | 1 | -2/+2 |
2019-01-11 | compile unixdgram.c, unixstream.c into unix.so | fregie | 1 | -1/+1 |
2018-09-29 | Make macosx.cmd generic | David Gumberg | 1 | -1/+1 |
2018-08-22 | Update to Visual Studio 2017. | Diego Nehab | 10 | -178/+151 |
2018-08-21 | url.lua:remove_dot_components(): avoid ambiguous numeric representation as em... | E. Westbrook | 1 | -2/+3 |
2018-08-21 | url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg... | E. Westbrook | 2 | -2/+7 |
2018-08-21 | url.lua:remove_dot_components(): empty path component double-dot corner case | E. Westbrook | 2 | -0/+5 |
2018-08-21 | url.lua:absolute_path(): ensure a separator between base_path and relative_path | E. Westbrook | 2 | -1/+2 |
2018-08-21 | url.lua:remove_dot_components(): avoid overconsuming dot segments | E. Westbrook | 2 | -2/+7 |
2018-08-21 | url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ... | E. Westbrook | 2 | -1/+2 |
2018-08-21 | url.lua: separate remove_dot_components() from absolute_path(); also use in _... | E. Westbrook | 2 | -21/+38 |
2018-08-19 | url.lua:absolute_path(): fix issue #254, simplify, add more test cases | E. Westbrook | 2 | -15/+36 |
2018-08-06 | Fix gcc-8.1.0 warning. | Joris Clement | 1 | -0/+1 |
2018-06-05 | Add ltn12.source.table() | E. Westbrook | 4 | -1/+31 |
2018-06-04 | src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1 | E. Westbrook | 2 | -0/+19 |
2018-06-03 | Update auxiliar.c | George Zhao | 1 | -1/+1 |
2018-04-26 | Fixed an issue that was mistaken for HTTP 0.9 when timeout | xyida | 1 | -2/+9 |
2018-03-25 | add options: | surenyi | 4 | -0/+32 |
2017-12-22 | src/options.c: increase buffer from 45 to 57, to accommodate string sizes spe... | E. Westbrook | 1 | -2/+2 |
2017-11-22 | fixed url parsing; postpone fragment parsing after authority parsing; added t... | Herbert Leuwer | 2 | -8/+77 |
2017-11-19 | fixed URL parsing in url.lua: parse fragment after parsing username and passw... | Herbert Leuwer | 1 | -5/+5 |
2017-09-04 | mime.lua: Obsolete require("io") | Pieter De Gendt | 1 | -2/+1 |
2017-04-17 | Fix typo | Elliptica | 1 | -1/+1 |
2017-03-20 | Preserve path when parsing urls. | Diego Nehab | 2 | -3/+4 |
2017-03-20 | Fix issue #196 | Diego Nehab | 1 | -0/+1 |
2017-03-16 | correct typo | LordHelmchen | 1 | -1/+1 |
2017-03-16 | fix for Lua 5.3 built without number / string conversion | François Perrad | 1 | -1/+1 |
2017-03-16 | make protect_segment in url.lua rfc compliant | LordHelmchen | 1 | -1/+1 |
2017-01-25 | Add backwards compatibility wrappers for socket.unix | Courtney Bane | 1 | -5/+45 |
2017-01-25 | Create socket on first sendto if family agnostic udp() was used | Natanael Copa | 1 | -0/+21 |
2016-12-25 | rename unix.tcp to unix.stream, unix.udp to unix.dgram | enginix | 11 | -129/+129 |
2016-11-08 | allow DESTDIR to be set from the environment | Mike Usenko | 1 | -1/+1 |
2016-07-22 | add getsockname api for unix {udp,tcp} socket | enginix | 2 | -0/+36 |
2016-07-04 | fix unixudp object checking issue | enginix | 1 | -2/+2 |
2016-06-30 | unix socket: compat lua 5.1 | enginix | 3 | -2/+5 |
2016-06-24 | support datagram unix domain sockets | enginix | 10 | -316/+803 |