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 | ||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -3/+3 |
| | |||||
* | Tested on Windows. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -19/+12 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Dispatcher working for check-links. Need to get it working with forwarder. | Diego Nehab | 2005-08-19 | 1 | -45/+77 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -2/+2 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | HTTP now has only one function. | Diego Nehab | 2004-06-16 | 1 | -16/+9 |
| | |||||
* | Só pra não perder se der merda. | Diego Nehab | 2004-06-04 | 1 | -22/+21 |
| | |||||
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -1/+0 |
| | |||||
* | Bug feioso no UDP e possivelmente no TCP também. | Diego Nehab | 2004-05-28 | 1 | -0/+4 |
| | |||||
* | Adjusted some of the broken examples. | Diego Nehab | 2004-03-26 | 1 | -25/+16 |
| | |||||
* | 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 | -0/+2 |
| | | | | | | 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. | ||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -2/+6 |
| | |||||
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 1 | -31/+27 |
| | | | | Still doesn't work in Windows. | ||||
* | Indent broken links. | Diego Nehab | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Initial revision | Diego Nehab | 2001-09-27 | 1 | -0/+99 |