aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...benoit-germain2011-11-151-1/+3
* * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-90/+71
* some more compilation warning fixesBenoit Germain2011-11-091-7/+8
* * fix all compilation warnings raised by -WextraBenoit Germain2011-11-071-15/+17
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-86/+225
* linda:send() raises an error when there is no data to send instead of silentl...v2.2.0Benoit Germain2011-05-141-0/+6
* * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-181-53/+106
* New featuresBenoit Germain2011-03-301-3/+133
* hopefully fix pthread compilation (and should work better under WIN32 too...)v2.1.0Benoit Germain2011-03-021-2/+2
* Just a small fix necessary because -Werror is used and GCC 4.2 on OS X compla...Benoit Germain2011-03-011-1/+1
* * fixed potential crash at application shutdown when calling lua_close() on a...Benoit Germain2011-03-011-85/+153
* Make the number of internal keeper states selectable by an optional parameter...Benoit Germain2011-02-211-22/+11
* * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain2011-02-181-213/+2
* Lane userdata implementation refactoring:Benoit Germain2011-02-171-28/+203
* Fixed application hang-up because keeper state was not released in case of er...Benoit Germain2011-02-141-279/+364
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-121-46/+56
* Merge branch 'pull_request_2' of https://github.com/dptr1988/lanesBenoit Germain2011-01-261-35/+24
|\
| * Changed lanes.c to export functions as a module rather than writing them dire...Peter Dettwiler2011-01-251-35/+24
* | Changed the atexit code to trip the timer thread's write signal.dptr19882011-01-231-5/+9
* | Fixed bug where reference to Linda object was dropped for a short time ( cras...dptr19882011-01-231-1/+6
|/
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-273/+459
* Import to gitPeter Drahoš2010-10-011-0/+1849