aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * fixed potential crash at application shutdown when calling lua_close() on ↵Benoit Germain2011-03-011-0/+6
| | | | | | | a killed thread's VM. * exposed cancel_test() in the lanes to enable manual testing for cancellation requests. * removed kludgy {globals={threadName}} support, replaced with a new function set_debug_threadname().
* Make the number of internal keeper states selectable by an optional ↵Benoit Germain2011-02-211-20/+19
| | | | parameter passed to require.
* * keeper.lua is now embedded in text form instead of bytecode to improve ↵Benoit Germain2011-02-181-0/+199
LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file