Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auxiliar: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -15/+11 |
| | |||||
* | auxiliar.c: use LUASOCKET_PRIVATE | E. Westbrook | 2019-02-25 | 1 | -13/+13 |
| | |||||
* | Update auxiliar.c | George Zhao | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -6/+6 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -2/+0 |
| | | | | | | | | | | 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 | ||||
* | merged lua_typerrror.{c,h} into auxiliar.{c,h} | Diego Nehab | 2012-04-16 | 1 | -2/+12 |
| | |||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -2/+3 |
| | | | | 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 | -1/+1 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -20/+12 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -0/+8 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Almost ready for distribution... | Diego Nehab | 2004-06-17 | 1 | -0/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -19/+31 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -31/+7 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -11/+0 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -2/+12 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | New accept/connect code. | Diego Nehab | 2004-01-24 | 1 | -2/+28 |
| | | | | | | Better error checking. Better tests. __tostring implemented. | ||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -20/+0 |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | ||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -18/+1 |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | ||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 1 | -0/+5 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -78/+103 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -23/+52 |
| | | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -0/+113 |