| Commit message (Expand) | Author | Age | Files | Lines |
* | Update deadlock.lua | Benoit Germain | 2022-02-07 | 1 | -0/+2 |
* | fix require() wrapper to return all values returned by original require() | Benoit Germain | 2021-09-22 | 1 | -2/+6 |
* | fixed some tests | Benoit Germain | 2021-06-28 | 3 | -4/+6 |
* | changed lanes.threads() output so that several lanes with the same name don't... | Benoit Germain | 2021-06-16 | 1 | -0/+72 |
* | Create manual_register.lua | Benoit Germain | 2019-12-13 | 1 | -0/+35 |
* | Lane cancellation rework | Benoit Germain | 2019-04-26 | 4 | -67/+139 |
* | lane:cancel internal code refactorization | Benoit Germain | 2019-04-19 | 1 | -56/+56 |
* | don't test __lanesignore for POD types (-> slightly faster when trasnfering l... | Benoit Germain | 2018-11-30 | 1 | -2/+1 |
* | Lua 5.4 support | Benoit Germain | 2018-11-27 | 1 | -1/+1 |
* | test script tweaks | Benoit Germain | 2018-11-23 | 2 | -7/+18 |
* | Raise an error instead of crashing when attempting to transfer a non-deep ful... | Benoit Germain | 2018-11-23 | 1 | -3/+6 |
* | Create lanes_as_upvalue.lua | Benoit Germain | 2018-11-21 | 1 | -0/+8 |
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -0/+6 |
* | Improved deadlock bug test script | Benoit Germain | 2018-11-08 | 1 | -10/+19 |
* | Make sure any linda operation that can raise an error won't ever leave a mute... | Benoit Germain | 2018-11-08 | 1 | -0/+28 |
* | New test protect_allocator | Benoit Germain | 2018-10-31 | 1 | -0/+50 |
* | Fix protectproxy.lua | Benoit Germain | 2018-10-30 | 1 | -2/+1 |
* | Table transfer improvements | Benoit Germain | 2017-06-05 | 1 | -6/+7 |
* | Add test for table caching in basic.lua | Benoit Germain | 2017-05-16 | 1 | -0/+8 |
* | Fix package test for Lua 5.2 and Lua 5.3 | mpeterv | 2015-02-25 | 1 | -8/+10 |
* | Multiverse compatibility | Benoit Germain | 2014-02-26 | 2 | -2/+2 |
* | lindas can have a group for keeper state assignation control | Benoit Germain | 2014-02-17 | 1 | -2/+2 |
* | more fixes/tweaks about cancelled lindas | Benoit Germain | 2014-02-13 | 2 | -2/+32 |
* | new API linda:cancel("read"|"write"|"both"|"none") | Benoit Germain | 2014-02-10 | 1 | -2/+17 |
* | 2 crash fixes and 1 experiment | Benoit Germain | 2014-01-22 | 1 | -0/+1 |
* | new lane launcher option gc_cb | Benoit Germain | 2014-01-22 | 1 | -10/+26 |
* | linda performance improvement | Benoit Germain | 2014-01-20 | 1 | -76/+54 |
* | Turn potential malicious-crafted code crashes into normal Lua errors | Benoit Germain | 2014-01-20 | 1 | -2/+7 |
* | Cancellation improvements and some fixes | Benoit Germain | 2014-01-16 | 3 | -13/+105 |
* | errors inside finalizers generate a full stack just like any other error | Benoit Germain | 2013-10-22 | 1 | -3/+2 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 3 | -8/+9 |
* | Update fibonacci.lua | Benoit Germain | 2013-10-03 | 1 | -8/+8 |
* | version 3.6.3v3.6.3 | Benoit Germain | 2013-08-13 | 3 | -6/+13 |
* | version 3.5.0 | Benoit Germain | 2013-01-30 | 4 | -5/+60 |
* | version 3.4.4v3.4.4 | Benoit Germain | 2013-01-26 | 1 | -18/+71 |
* | version 3.4.3v3.4.3 | Benoit Germain | 2013-01-24 | 3 | -15/+31 |
* | Create rupval.lua | Benoit Germain | 2013-01-10 | 1 | -0/+25 |
* | Update tests/basic.lua | Benoit Germain | 2012-12-17 | 1 | -0/+1 |
* | Update tests/timer.lua | Benoit Germain | 2012-12-17 | 1 | -0/+9 |
* | version 3.4.0 | Benoit Germain | 2012-09-26 | 9 | -22/+84 |
* | version 3.3.0 | Benoit Germain | 2012-09-10 | 2 | -3/+5 |
* | * fixed 'require' test script | Benoit Germain | 2012-06-27 | 1 | -2/+2 |
* | Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57 | benoit-germain | 2012-04-24 | 1 | -1/+1 |
|\ |
|
| * | assert() throws because result is too large to be an integer | steve donovan | 2011-03-16 | 1 | -1/+1 |
* | | * changed lanes.configure signature to receive a table instead of individual ... | Benoit Germain | 2012-02-18 | 23 | -23/+23 |
* | | * process exit change: close everything at GC when main state closes, not whe... | Benoit Germain | 2011-11-05 | 24 | -29/+75 |
* | | * linda uses a fast FIFO implementation to speed up data exchanges | Benoit Germain | 2011-04-18 | 1 | -0/+223 |
|/ |
|
* | * fixed potential crash at application shutdown when calling lua_close() on a... | Benoit Germain | 2011-03-01 | 1 | -0/+45 |
* | Lane userdata implementation refactoring: | Benoit Germain | 2011-02-17 | 5 | -14/+43 |
* | Fixed application hang-up because keeper state was not released in case of er... | Benoit Germain | 2011-02-14 | 3 | -7/+22 |