aboutsummaryrefslogtreecommitdiffstats
path: root/net/cqueues.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.cqueues: Fix incorrect version checkdaurnimator2015-01-161-1/+1
|
* net.cqueues: Fixes hardcoded timeout for first iterationdaurnimator2015-01-131-11/+16
| | | | | This was originally put in place as a fix for what ended up a cqueues bug: https://github.com/wahern/cqueues/issues/40 A check for a cqueues version with the bug fix is included.
* net.cqueues: Add workaround for luaevent callback getting collecteddaurnimator2015-01-061-1/+5
|
* net.cqueues: Add module that allows use of cqueues while still using ↵daurnimator2014-11-181-0/+65
net.server as main loop