Commit Graph

36 Commits

Author SHA1 Message Date
de359ea408 chore(core): Update version markers to last released version
Closes #401
2023-11-11 00:48:02 +03:00
1d61853ab8 chore: Update internal version references to match release (#370) 2022-03-28 11:53:32 +00:00
2015290cb4 luasocket: include centralization 2019-03-10 00:03:04 -07:00
f06b17c4c9 luasocket.h: define LUASOCKET_API and LUASOCKET_PRIVATE for export visibility 2019-02-25 15:54:09 -07: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
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
f37e026026 First stab at documenation
Update Lua and Luasocket version in samples and in documentation
Documented ipv5_v6only default option being set
Documented tcp6 and udp6
Documented dns.getaddrinfo
Documented zero-sized datagram change?
Documented getoption
2012-04-17 01:15:26 +08:00
e15ed19db6 Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing. 2012-04-11 13:33:34 -07:00
2778766d67 Preliminary IPv6 support for v2.1 2012-04-11 13:25:11 -07:00
bce60be30f Decent makefiles! 2009-05-27 09:31:38 +00:00
3cd10f5ab6 Crashy bug fixed in recvraw.
Also fixed returns on closed socket.
2007-06-11 23:44:54 +00:00
11282d17c8 Almost done 2.0.1. 2006-04-03 04:45:42 +00:00
a32c6d9140 Almost ready to release. 2005-09-29 06:11:42 +00:00
773e35ced3 Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
2005-08-23 05:53:14 +00:00
4d455c6206 Using core.so instead of csocket.so and cmime.so. 2005-06-17 04:04:55 +00:00
8d4e240f6a Forward server working on Mac OS X... 2005-02-08 10:01:01 +00:00
97b26e0b66 Almost ready to release beta3 2005-01-02 22:44:00 +00:00
a04f15d1ca Using new module scheme. Still needs fine tuning. 2004-09-27 04:01:18 +00:00
cd994f306a Gonna try my luck on windows... 2004-07-26 04:03:55 +00:00
7195ab620b Few extra changes. 2004-06-22 04:49:57 +00:00
bce1cb30d8 More adjustments/bugfixes. 2004-06-21 06:07:58 +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
3f1712ed48 Added gethostname.
Cleaned up TODO.
Moved luasocket specific stuff from auxiliar.c to luasocket.c
2004-01-19 18:22:51 +00:00
076451c753 Tested in windows. Still needs more testing, but progress has been made. 2004-01-17 00:17:46 +00:00
71f6bb60bf Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
2003-06-26 18:47:49 +00:00
0f6c8d50a9 Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
d7e80592a6 Already compiling and running for Lua 5.0 (alpha) 2002-12-02 23:34:41 +00:00
c27087ca95 LuaSocket 1.5 (4.1w3) 2002-07-08 20:44:12 +00:00
5b7d44e961 lua_socketlibopen now returns a result code.
Updated for LuaSocket 1.4.
2001-09-12 22:08:43 +00:00
c16b6d9312 LUASOCKET_API now prefixes all exported function declarations. 2001-06-19 19:31:22 +00:00
77090c53fe Updated for 1.3b version. 2001-06-04 20:45:17 +00:00
297576affa Updated for release 1.2.1
Buffer size constants are now part of luasocket.h.
2001-03-06 19:01:44 +00:00
b40d2ba005 Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. 2001-01-13 07:11:44 +00:00
17c4d1c305 Initial revision 2000-12-29 22:15:09 +00:00