Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(core): Update version markers to last released version | Caleb Maclennan | 2023-11-11 | 1 | -1/+1 |
| | | | | Closes #401 | ||||
* | chore: Update internal version references to match release (#370) | Robert Scheck | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | luasocket: include centralization | E. Westbrook | 2019-03-10 | 1 | -9/+4 |
| | |||||
* | luasocket.h: define LUASOCKET_API and LUASOCKET_PRIVATE for export visibility | E. Westbrook | 2019-02-25 | 1 | -1/+13 |
| | |||||
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 1 | -3/+2 |
| | |||||
* | Build with Lua 5.2 without LUA_COMPAT_MODULE flag. | moteus | 2013-05-27 | 1 | -4/+0 |
| | | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | First stab at documenation | Diego Nehab | 2012-04-17 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -1/+5 |
| | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -4/+2 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -2/+2 |
| | | | | Also fixed returns on closed socket. | ||||
* | Almost done 2.0.1. | Diego Nehab | 2006-04-03 | 1 | -2/+2 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -1/+1 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 1 | -1/+3 |
| | |||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | Gonna try my luck on windows... | Diego Nehab | 2004-07-26 | 1 | -1/+1 |
| | |||||
* | Few extra changes. | Diego Nehab | 2004-06-22 | 1 | -4/+0 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -0/+3 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -0/+1 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Só pra não perder se der merda. | Diego Nehab | 2004-06-04 | 1 | -7/+0 |
| | |||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -1/+1 |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | ||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -0/+2 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -4/+6 |
| | | | | Some testing still needed. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -4/+4 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 1 | -1/+6 |
| | |||||
* | LuaSocket 1.5 (4.1w3) | Diego Nehab | 2002-07-08 | 1 | -14/+6 |
| | |||||
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -2/+2 |
| | | | | Updated for LuaSocket 1.4. | ||||
* | LUASOCKET_API now prefixes all exported function declarations. | Diego Nehab | 2001-06-19 | 1 | -1/+8 |
| | |||||
* | Updated for 1.3b version. | Diego Nehab | 2001-06-04 | 1 | -1/+1 |
| | |||||
* | Updated for release 1.2.1 | Diego Nehab | 2001-03-06 | 1 | -2/+16 |
| | | | | Buffer size constants are now part of luasocket.h. | ||||
* | Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. | Diego Nehab | 2001-01-13 | 1 | -6/+3 |
| | |||||
* | Initial revision | Diego Nehab | 2000-12-29 | 1 | -0/+18 |