.. |
auxiliar.c
|
Update auxiliar.c
|
2018-06-03 20:08:02 +08:00 |
auxiliar.h
|
New compat.h module implements luaL_setfuncs.
|
2015-08-21 15:39:34 -03:00 |
buffer.c
|
New agnostic IPv4 IPv6 functions.
|
2015-08-22 19:52:01 -03:00 |
buffer.h
|
Saving before big changes to support IPv6.
|
2011-05-25 20:57:22 +00:00 |
compat.c
|
src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1
|
2018-06-04 20:14:13 -06:00 |
compat.h
|
src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1
|
2018-06-04 20:14:13 -06:00 |
except.c
|
Always put metatable in first upvalue.
|
2016-02-24 00:57:42 +01:00 |
except.h
|
Update comment in except.h
|
2016-02-21 12:28:13 +01:00 |
ftp.lua
|
Hide ftp.PORT "constant" as a local
|
2016-03-07 01:33:08 -03:00 |
headers.lua
|
Build with Lua 5.2 without LUA_COMPAT_MODULE flag.
|
2013-05-27 12:45:09 +04:00 |
http.lua
|
http.lua: if default for scheme, omit port number in "Host:" header
|
2019-02-20 02:42:40 -07:00 |
inet.c
|
When zero-timeout, only try first address in connect.
|
2015-12-03 12:56:18 -02:00 |
inet.h
|
Fixes suggested by @Florob in #147.
|
2015-08-25 15:41:40 -03:00 |
io.c
|
New compat.h module implements luaL_setfuncs.
|
2015-08-21 15:39:34 -03:00 |
io.h
|
New agnostic IPv4 IPv6 functions.
|
2015-08-22 19:52:01 -03:00 |
ltn12.lua
|
Add ltn12.source.table()
|
2018-06-05 00:00:39 -06:00 |
luasocket.c
|
Update to Visual Studio 2017.
|
2018-08-22 17:37:32 -03:00 |
luasocket.h
|
Changing from 2.1-rc1 to 3.0-rc1.
|
2013-06-11 19:10:03 +08:00 |
makefile
|
src/makefile: define UNIX_HAS_SUN_LEN for FreeBSD builds
|
2019-02-19 04:02:37 -07:00 |
mbox.lua
|
Don't break global mbox table in mbox.split_mbox
|
2016-02-11 15:57:56 +03:00 |
mime.c
|
Update to Visual Studio 2017.
|
2018-08-22 17:37:32 -03:00 |
mime.h
|
Changing from 2.1-rc1 to 3.0-rc1.
|
2013-06-11 19:10:03 +08:00 |
mime.lua
|
Build with Lua 5.2 without LUA_COMPAT_MODULE flag.
|
2013-05-27 12:45:09 +04:00 |
options.c
|
src/options.c: increase buffer from 45 to 57, to accommodate string sizes specified (detected by gcc7's -Wstringpop-overflow)
|
2017-12-22 16:57:20 -07:00 |
options.h
|
Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into KateAdams-tcp_reuseport
|
2015-10-05 10:28:29 +08:00 |
pierror.h
|
updated error messages, less error prone, platform independent
|
2015-03-03 21:17:06 +01:00 |
select.c
|
Changed buffer-per-socket to buffer-per-operation.
|
2015-10-06 11:33:50 +08:00 |
select.h
|
Decent makefiles!
|
2009-05-27 09:31:38 +00:00 |
serial.c
|
Fix rockspec and serial.c module.
|
2015-08-21 22:31:29 -03:00 |
smtp.lua
|
Build with Lua 5.2 without LUA_COMPAT_MODULE flag.
|
2013-05-27 12:45:09 +04:00 |
socket.h
|
Merge branch 'git-sam' into diego-sam-mwild-integration
|
2012-04-11 14:18:20 -07:00 |
socket.lua
|
New agnostic IPv4 IPv6 functions.
|
2015-08-22 19:52:01 -03:00 |
tcp.c
|
Added gettimeout for completeness.
|
2016-03-04 15:36:32 -03:00 |
tcp.h
|
Making progress toward a release
|
2012-04-23 00:18:45 +08:00 |
timeout.c
|
Added gettimeout for completeness.
|
2016-03-04 15:36:32 -03:00 |
timeout.h
|
Added gettimeout for completeness.
|
2016-03-04 15:36:32 -03:00 |
tp.lua
|
Family agostic FTP and expose HTTP/FTP url parsing
|
2016-03-07 01:30:30 -03:00 |
udp.c
|
Create socket on first sendto if family agnostic udp() was used
|
2017-01-25 12:52:56 +01:00 |
udp.h
|
Changed buffer-per-socket to buffer-per-operation.
|
2015-10-06 11:33:50 +08:00 |
unix.c
|
Add backwards compatibility wrappers for socket.unix
|
2017-01-25 18:04:35 -06:00 |
unix.h
|
Fix unix export marker.
|
2013-06-11 17:20:27 +08:00 |
unixdgram.c
|
Use SUN_LEN macro
|
2019-02-19 10:05:10 -07:00 |
unixdgram.h
|
rename unix.tcp to unix.stream, unix.udp to unix.dgram
|
2016-12-25 23:33:10 +08:00 |
unixstream.c
|
rename unix.tcp to unix.stream, unix.udp to unix.dgram
|
2016-12-25 23:33:10 +08:00 |
unixstream.h
|
rename unix.tcp to unix.stream, unix.udp to unix.dgram
|
2016-12-25 23:33:10 +08:00 |
url.lua
|
url.lua:remove_dot_components(): avoid ambiguous numeric representation as empty-path-segment marker
|
2018-08-21 12:43:30 -06:00 |
usocket.c
|
Fix typo
|
2017-04-17 18:47:48 +03:00 |
usocket.h
|
Remove warnings. Move windows specific code.
|
2013-05-30 16:50:28 +08:00 |
wsocket.c
|
Update to Visual Studio 2017.
|
2018-08-22 17:37:32 -03:00 |
wsocket.h
|
Remove warnings. Move windows specific code.
|
2013-05-30 16:50:28 +08:00 |