aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed lane tracking featureBenoit Germain2012-12-171-64/+128
* lanes.threads(): core implementationBenoit Germain2012-12-141-31/+112
* minor version bumpBenoit Germain2012-12-121-2/+3
* fix issue #40Benoit Germain2012-12-031-3/+3
* Same selfdestruct chain handling on all platformsBenoit Germain2012-11-271-1/+1
* fix application shutdown crash by not registering anything with atexit()v3.4.0Benoit Germain2012-11-211-0/+3
* Lua version sanity checkBenoit Germain2012-10-231-3/+14
* Always set "decoda_name" global in a new Lane.Benoit Germain2012-10-231-0/+4
* version 3.4.0Benoit Germain2012-09-261-4/+25
* minor internal changesBenoit Germain2012-09-131-74/+35
* fixed a bad forward declarationbenoit-germain2012-09-111-87/+96
* version 3.3.0Benoit Germain2012-09-101-175/+242
* lanes version 3.2.0v3.2.0Benoit Germain2012-08-221-13/+18
* Fix 64 bits compilation warnings (issue #34)benoit-germain2012-08-201-3/+3
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-13/+20
* Good crash fix this time, part 1benoit-germain2012-08-101-1/+1
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-101-4/+2
* lanes.linda() accepts an optional name argumentbenoit-germain2012-08-061-6/+33
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-5/+5
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-0/+1
* fix crash at application exit when encountering a blocked lane on which lane:...benoit-germain2012-06-251-1/+1
* fix issue #25Benoit Germain2012-06-241-1/+1
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-121-19/+36
* * fixed thread_cancel() not working when called without argumentBenoit Germain2012-06-051-53/+115
* bumping version number to 3.1.1v3.1.1Benoit Germain2012-05-081-1/+1
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-36/+30
* 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