aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Linda fixesBenoit Germain2014-01-091-29/+67
* fixed a shutdown crashBenoit Germain2013-12-201-6/+10
* supposedly improved pthread supportBenoit Germain2013-11-291-5/+4
* Fix a 64 bits compilation warningBenoit Germain2013-11-261-1/+1
* Fix compilation warning introduced by aef73939a513e67989a9ad2256f14754ebdaa28e.Benoit Germain2013-11-181-2/+3
* Get rid of uintptr_t to remove dependency on stdint.hBenoit Germain2013-11-181-1/+1
* Fix a deadlock when GCing during a linda operation.Benoit Germain2013-11-181-1/+3
* Added a comment in keeper_call()Benoit Germain2013-11-161-0/+4
* Remove inclusion of stdint.hBenoit Germain2013-10-251-1/+0
* Don't call on_state_create in keeper states, as it is no longer necessaryBenoit Germain2013-10-251-18/+11
* version 3.7.0Benoit Germain2013-10-111-16/+30
* version 3.6.6Benoit Germain2013-09-271-2/+0
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-71/+7
* Fix bad assertion in linda dump utilityBenoit Germain2013-02-141-2/+8
* version 3.5.1v3.5.1Benoit Germain2013-02-131-1/+1
* version 3.5.0Benoit Germain2013-01-301-6/+9
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-19/+24
* version 3.4.4v3.4.4Benoit Germain2013-01-261-3/+1
* version 3.4.3v3.4.3Benoit Germain2013-01-241-34/+23
* Copyright notice updateBenoit Germain2012-12-121-1/+1
* fix issue #39Benoit Germain2012-11-221-10/+39
* fix application shutdown crash by not registering anything with atexit()v3.4.0Benoit Germain2012-11-211-4/+7
* Fixed a comment to match the codeBenoit Germain2012-10-231-1/+1
* build fixesBenoit Germain2012-10-201-17/+18
* version 3.4.0Benoit Germain2012-09-261-17/+77
* Make *really* sure we build for all platforms :-)benoit-germain2012-08-251-0/+4
* Fix ubuntu compilation errorsbenoit-germain2012-08-251-1/+2
* lanes version 3.2.0v3.2.0Benoit Germain2012-08-221-7/+383
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-1/+1
* Proper crash fix, part 2benoit-germain2012-08-101-3/+3
* Yet another shutdown crash fixbenoit-germain2012-08-101-0/+4
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-101-15/+18
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-14/+13
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-11/+7
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-27/+85
* * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-181-6/+30
* * fixed potential crash at application shutdown when calling lua_close() on a...Benoit Germain2011-03-011-0/+6
* Make the number of internal keeper states selectable by an optional parameter...Benoit Germain2011-02-211-20/+19
* * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain2011-02-181-0/+199