aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-144-25/+51
* * removed the search for MSVCR80.DLL when building for MinGW32 since it no lo...Benoit Germain2012-08-141-8/+1
* Proper crash fix, part 2benoit-germain2012-08-101-3/+3
* Good crash fix this time, part 1benoit-germain2012-08-101-1/+1
* 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-104-21/+21
* lanes.linda() accepts an optional name argumentbenoit-germain2012-08-061-6/+33
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-105-46/+32
* expose lua51-lanes.now_secs() as lanes.now_secs()Benoit Germain2012-07-081-0/+1
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-274-14/+129
* fix crash at application exit when encountering a blocked lane on which lane:...benoit-germain2012-06-251-1/+1
* more explicit error code when THREAD_WAIT fails.benoit-germain2012-06-251-1/+1
* fix issue #25Benoit Germain2012-06-242-31/+38
* fix abusive internal error message displayed when the timer lane decides it h...benoit-germain2012-06-201-2/+2
* expose error sentinel lanes.cancel_errorbenoit-germain2012-06-191-0/+1
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-122-31/+50
* * 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
* Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library ...benoit-germain2012-04-261-1/+1
* Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua...benoit-germain2012-04-261-2/+10
* Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int...benoit-germain2012-04-241-4/+1
* Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57benoit-germain2012-04-241-13/+6
|\
| * MinGW build now does not use MS runtimesteve donovan2011-03-161-13/+6
* | * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-186-95/+108
* | crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...benoit-germain2011-11-151-1/+3
* | bugfix: restore ABOUT info where it belongs, in the lanes module table, inste...benoit-germain2011-11-151-1/+1
* | * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-144-142/+141
* | fix link on Ubuntu 11.10Benoit Germain2011-11-091-1/+1
* | some more compilation warning fixesBenoit Germain2011-11-093-9/+11
* | Merge remote-tracking branch 'origin/master'Benoit Germain2011-11-071-0/+2
|\ \
| * | Cause `lanes.configure()` to return the module table to enable the `require "...benoit-germain2011-11-071-0/+2
* | | * fix all compilation warnings raised by -WextraBenoit Germain2011-11-073-19/+23
|/ /
* | * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-057-285/+877
* | Debug code to check why LuaJIT2-beta8 fails to load the module.benoit-germain2011-06-241-5/+14
* | linda:send() raises an error when there is no data to send instead of silentl...v2.2.0Benoit Germain2011-05-142-1/+6
* | * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-184-150/+271
* | New featuresBenoit Germain2011-03-303-9/+158
|/
* hopefully fix pthread compilation (and should work better under WIN32 too...)v2.1.0Benoit Germain2011-03-021-2/+2
* fix typo in timer function codebenoit-germain2011-03-021-1/+1
* 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-013-87/+161
* Make the number of internal keeper states selectable by an optional parameter...Benoit Germain2011-02-214-44/+32
* * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain2011-02-187-231/+313
* Lane userdata implementation refactoring:Benoit Germain2011-02-173-172/+287
* Fixed application hang-up because keeper state was not released in case of er...Benoit Germain2011-02-143-312/+413
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-124-129/+163
* Merge branch 'pull_request_2' of https://github.com/dptr1988/lanesBenoit Germain2011-01-262-38/+26
|\
| * Changed lanes.c to export functions as a module rather than writing them dire...Peter Dettwiler2011-01-252-38/+26
* | 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
|/