aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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