Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 1 | -1/+1 |
| | | | | | table.getn was deprecated in Lua 5.1 in favor of #, the length operator. See: http://www.lua.org/manual/5.1/manual.html#7.2 | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -1/+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 | ||||
* | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -5/+5 |
| | |||||
* | Better connection handling. | Diego Nehab | 2005-04-21 | 1 | -8/+17 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 1 | -2/+2 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -1/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -1/+1 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -9/+10 |
| | |||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 1 | -3/+3 |
| | |||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 1 | -20/+22 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -1/+1 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -42/+48 |
| | | | | | | 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. | ||||
* | Local index in for loop was getting changed... | Diego Nehab | 2003-03-28 | 1 | -14/+14 |
| | |||||
* | Sockets are not tables anymore. | Diego Nehab | 2002-07-08 | 1 | -34/+37 |
| | |||||
* | Connection closed detection was improved. Client numbers are now tracked | Diego Nehab | 2001-03-12 | 1 | -12/+20 |
| | | | | and sent along with broadcasted line. | ||||
* | Initial revision | Diego Nehab | 2001-03-12 | 1 | -0/+61 |