| Commit message (Expand) | Author | Age | Files | Lines |
* | linda performance improvement | Benoit Germain | 2014-01-20 | 1 | -5/+9 |
* | get()/set() improvements | Benoit Germain | 2014-01-20 | 1 | -48/+54 |
* | Linda fixes | Benoit Germain | 2014-01-09 | 1 | -29/+67 |
* | fixed a shutdown crash | Benoit Germain | 2013-12-20 | 1 | -6/+10 |
* | supposedly improved pthread support | Benoit Germain | 2013-11-29 | 1 | -5/+4 |
* | Fix a 64 bits compilation warning | Benoit Germain | 2013-11-26 | 1 | -1/+1 |
* | Fix compilation warning introduced by aef73939a513e67989a9ad2256f14754ebdaa28e. | Benoit Germain | 2013-11-18 | 1 | -2/+3 |
* | Get rid of uintptr_t to remove dependency on stdint.h | Benoit Germain | 2013-11-18 | 1 | -1/+1 |
* | Fix a deadlock when GCing during a linda operation. | Benoit Germain | 2013-11-18 | 1 | -1/+3 |
* | Added a comment in keeper_call() | Benoit Germain | 2013-11-16 | 1 | -0/+4 |
* | Remove inclusion of stdint.h | Benoit Germain | 2013-10-25 | 1 | -1/+0 |
* | Don't call on_state_create in keeper states, as it is no longer necessary | Benoit Germain | 2013-10-25 | 1 | -18/+11 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 1 | -16/+30 |
* | version 3.6.6 | Benoit Germain | 2013-09-27 | 1 | -2/+0 |
* | Reduce memory footprint, simplify module order setup in conjuction with Lanes... | Benoit Germain | 2013-09-26 | 1 | -71/+7 |
* | Fix bad assertion in linda dump utility | Benoit Germain | 2013-02-14 | 1 | -2/+8 |
* | version 3.5.1v3.5.1 | Benoit Germain | 2013-02-13 | 1 | -1/+1 |
* | version 3.5.0 | Benoit Germain | 2013-01-30 | 1 | -6/+9 |
* | * More detailed DEBUG_SPEW logs | Benoit Germain | 2013-01-28 | 1 | -19/+24 |
* | version 3.4.4v3.4.4 | Benoit Germain | 2013-01-26 | 1 | -3/+1 |
* | version 3.4.3v3.4.3 | Benoit Germain | 2013-01-24 | 1 | -34/+23 |
* | Copyright notice update | Benoit Germain | 2012-12-12 | 1 | -1/+1 |
* | fix issue #39 | Benoit Germain | 2012-11-22 | 1 | -10/+39 |
* | fix application shutdown crash by not registering anything with atexit()v3.4.0 | Benoit Germain | 2012-11-21 | 1 | -4/+7 |
* | Fixed a comment to match the code | Benoit Germain | 2012-10-23 | 1 | -1/+1 |
* | build fixes | Benoit Germain | 2012-10-20 | 1 | -17/+18 |
* | version 3.4.0 | Benoit Germain | 2012-09-26 | 1 | -17/+77 |
* | Make *really* sure we build for all platforms :-) | benoit-germain | 2012-08-25 | 1 | -0/+4 |
* | Fix ubuntu compilation errors | benoit-germain | 2012-08-25 | 1 | -1/+2 |
* | lanes version 3.2.0v3.2.0 | Benoit Germain | 2012-08-22 | 1 | -7/+383 |
* | code updated to build against Lua 5.1 and Lua 5.2v3.1.6 | Benoit Germain | 2012-08-14 | 1 | -1/+1 |
* | Proper crash fix, part 2 | benoit-germain | 2012-08-10 | 1 | -3/+3 |
* | Yet another shutdown crash fix | benoit-germain | 2012-08-10 | 1 | -0/+4 |
* | fix possible crash at application shutdown when a race condition causes linda... | Benoit Germain | 2012-08-10 | 1 | -15/+18 |
* | one more step toward 5.2 compatibilityv3.1.5 | Benoit Germain | 2012-07-10 | 1 | -14/+13 |
* | * changed lanes.configure signature to receive a table instead of individual ... | Benoit Germain | 2012-02-18 | 1 | -11/+7 |
* | * process exit change: close everything at GC when main state closes, not whe... | Benoit Germain | 2011-11-05 | 1 | -27/+85 |
* | * linda uses a fast FIFO implementation to speed up data exchanges | Benoit Germain | 2011-04-18 | 1 | -6/+30 |
* | * fixed potential crash at application shutdown when calling lua_close() on a... | Benoit Germain | 2011-03-01 | 1 | -0/+6 |
* | Make the number of internal keeper states selectable by an optional parameter... | Benoit Germain | 2011-02-21 | 1 | -20/+19 |
* | * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ... | Benoit Germain | 2011-02-18 | 1 | -0/+199 |