Age | Commit message (Expand) | Author |
2014-05-25 | Fixing a few warnings and errors. | Nicolas "Pixel" Noble |
2013-08-08 | Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support. | Nicolas "Pixel" Noble |
2013-08-05 | Adding a helper to LuaExecCell to find the LuaMainTask, and making the exec()... | Nicolas "Pixel" Noble |
2013-08-05 | Don't crash a LuaTask on EAgain; let it thru. Also don't yield if you crashed. | Nicolas "Pixel" Noble |
2013-08-05 | Adding a helper to actually find the LuaMainTask from any Lua context. | Nicolas "Pixel" Noble |
2013-08-02 | Heavily revamped the C-to-Lua yielding mechanism. Now more generic. | Nicolas Noble |
2013-07-31 | Added a few forgotten references. | Nicolas "Pixel" Noble |
2013-07-30 | Saving some memory by having the LuaTasks being stackless when possible. | Nicolas Noble |
2013-07-30 | Actually opening the LuaJIT's FFI library. | Nicolas Noble |
2013-07-25 | Lua now properly yields when an operation throws EAgain. | Nicolas "Pixel" Noble |
2013-07-24 | Better exception handling support for Lua. | Nicolas Noble |
2012-09-05 | Better error handling on luaexeccells, so they can trigger their main co-rout... | Nicolas "Pixel" Noble |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble |
2012-04-08 | Redifining yielding for operations a bit, making further refinements. | Pixel |
2012-04-06 | Making it simplier to register a task and wait for it. Also renamed createTas... | Pixel |
2012-04-03 | Making a few classes anonymous. | Pixel |
2012-04-03 | Having a slightly better mechanism for stopping the LuaMainTask, as well as s... | Pixel |
2012-04-03 | Slightly more change to the Queue system, so Debug mode doesn't freak pout. | Pixel |
2012-04-03 | Reworking a bit the way the queues are working, and thus, the way the LuaTMai... | Pixel |
2012-04-03 | Opening all libraries in the LuaMainTask, and adding the LuaExecFile class. | Pixel |
2012-04-02 | We really need the new LuaTasks to be spawned on the same thread as the LuaMa... | Pixel |
2012-04-01 | Creating first pass on LuaTasks. | Pixel |