| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -690/+690 |
* | Lane cancellation rework | Benoit Germain | 2019-04-26 | 1 | -14/+3 |
* | Trailing whitespaces deleted from lanes.lua | valid-ptr | 2018-11-27 | 1 | -10/+10 |
* | Lanes version available in public header | Benoit Germain | 2018-11-26 | 1 | -1/+1 |
* | User-provided unknown configure option raises an error | Benoit Germain | 2018-11-26 | 1 | -0/+6 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -3/+5 |
* | new API lanes.set_thread_affinity(), and et_debug_threadname implemented with... | Benoit Germain | 2018-11-09 | 1 | -1/+2 |
* | Fix error with LuaJIT when ffi package isn't required | Benoit Germain | 2018-11-02 | 1 | -1/+1 |
* | Better protect_allocator autodetection | Benoit Germain | 2018-10-31 | 1 | -1/+1 |
* | Fix error when using strict checking | Benoit Germain | 2017-08-03 | 1 | -1/+1 |
* | Table transfer improvements | Benoit Germain | 2017-06-05 | 1 | -10/+8 |
* | Improve LuaJIT support | Benoit Germain | 2017-05-10 | 1 | -0/+3 |
* | Not needed to call configure. It is called automatically with no settings if ... | aryajur | 2015-09-18 | 1 | -478/+489 |
* | Fix standard library lists for Lua 5.3 | mpeterv | 2015-04-12 | 1 | -0/+1 |
* | New API lanes.sleep (bumped version to 3.9.7) | Benoit Germain | 2014-09-18 | 1 | -4/+21 |
* | Minor fixes and tweaks | Benoit Germain | 2014-05-16 | 1 | -83/+104 |
* | lindas can have a group for keeper state assignation control | Benoit Germain | 2014-02-17 | 1 | -11/+0 |
* | more fixes/tweaks about cancelled lindas | Benoit Germain | 2014-02-13 | 1 | -35/+53 |
* | new lane launcher option gc_cb | Benoit Germain | 2014-01-22 | 1 | -4/+10 |
* | get()/set() improvements | Benoit Germain | 2014-01-20 | 1 | -1/+1 |
* | Cancellation improvements and some fixes | Benoit Germain | 2014-01-16 | 1 | -1/+1 |
* | fix on_state_create circular logic issue | Benoit Germain | 2014-01-06 | 1 | -1/+1 |
* | new config option demote_full_userdata | Benoit Germain | 2013-12-20 | 1 | -34/+16 |
* | new API lanes.set_thread_priority() | Benoit Germain | 2013-12-04 | 1 | -0/+1 |
* | pthread thread priority refacto: lanes.lua | Benoit Germain | 2013-12-02 | 1 | -1/+1 |
* | lanes.genlock() improvements and fix | Benoit Germain | 2013-11-16 | 1 | -20/+34 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 1 | -40/+32 |
* | Fix broken timers | Benoit Germain | 2013-10-04 | 1 | -0/+1 |
* | version 3.6.6 | Benoit Germain | 2013-09-27 | 1 | -12/+7 |
* | version 3.6.3v3.6.3 | Benoit Germain | 2013-08-13 | 1 | -1/+10 |
* | wrap LuaJIT memory allocator in a critical section by default | Benoit Germain | 2013-07-22 | 1 | -1/+10 |
* | version 3.5.2 | Benoit Germain | 2013-03-13 | 1 | -2/+10 |
* | Update lanes.lua | Benoit Germain | 2013-03-12 | 1 | -2/+6 |
* | version 3.5.1v3.5.1 | Benoit Germain | 2013-02-13 | 1 | -14/+16 |
* | version 3.5.0 | Benoit Germain | 2013-01-30 | 1 | -160/+163 |
* | * More detailed DEBUG_SPEW logs | Benoit Germain | 2013-01-28 | 1 | -1/+1 |
* | version 3.4.3v3.4.3 | Benoit Germain | 2013-01-24 | 1 | -5/+13 |
* | Don't pull "package" settings in the timer lane | Benoit Germain | 2013-01-10 | 1 | -1/+1 |
* | threads() raises an error if tracking is disabled | Benoit Germain | 2012-12-17 | 1 | -1/+1 |
* | lanes.threads(): public API | Benoit Germain | 2012-12-14 | 1 | -2/+7 |
* | Fix lanes.timers() | Benoit Germain | 2012-12-14 | 1 | -1/+2 |
* | New API lanes.timers() | Benoit Germain | 2012-12-12 | 1 | -12/+42 |
* | version 3.4.0 | Benoit Germain | 2012-09-26 | 1 | -2/+2 |
* | version 3.3.0 | Benoit Germain | 2012-09-10 | 1 | -55/+87 |
* | fix possible crash at application shutdown when a race condition causes linda... | Benoit Germain | 2012-08-10 | 1 | -1/+1 |
* | one more step toward 5.2 compatibilityv3.1.5 | Benoit Germain | 2012-07-10 | 1 | -2/+2 |
* | expose lua51-lanes.now_secs() as lanes.now_secs() | Benoit Germain | 2012-07-08 | 1 | -0/+1 |
* | * when a transfered function is not found in source, guess its name to help t...v3.1.4 | Benoit Germain | 2012-06-27 | 1 | -0/+1 |
* | fix issue #25 | Benoit Germain | 2012-06-24 | 1 | -30/+37 |
* | fix abusive internal error message displayed when the timer lane decides it h... | benoit-germain | 2012-06-20 | 1 | -2/+2 |