Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed yieldable socket.protect in etc/dispatch.lua | Philipp Janda | 2014-11-10 | 1 | -15/+22 |
| | |||||
* | Merge pull request #27 from catwell/pull-noarg | Diego Nehab | 2013-04-17 | 1 | -3/+2 |
|\ | | | | | fix more uses of arg | ||||
| * | remove uses of arg in the codebase | Pierre Chapuis | 2013-01-23 | 1 | -3/+2 |
| | | |||||
* | | 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 | ||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -2/+2 |
| | | | | Also fixed returns on closed socket. | ||||
* | Updates for 2.0.1 on the way. | Diego Nehab | 2006-03-19 | 1 | -10/+11 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -41/+41 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -131/+165 |
| | | | | | 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 | -0/+267 |