aboutsummaryrefslogtreecommitdiff
path: root/etc/dispatch.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed yieldable socket.protect in etc/dispatch.luaPhilipp Janda2014-11-101-15/+22
|
* Merge pull request #27 from catwell/pull-noargDiego Nehab2013-04-171-3/+2
|\ | | | | fix more uses of arg
| * remove uses of arg in the codebasePierre Chapuis2013-01-231-3/+2
| |
* | Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-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 releaseDiego Nehab2012-04-231-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 Nehab2009-05-271-1/+1
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-2/+2
| | | | Also fixed returns on closed socket.
* Updates for 2.0.1 on the way.Diego Nehab2006-03-191-10/+11
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-41/+41
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-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 Nehab2005-08-191-0/+267