| Commit message (Expand) | Author | Age | Files | Lines |
* | fix application shutdown crash by not registering anything with atexit()v3.4.0 | Benoit Germain | 2012-11-21 | 3 | -4/+19 |
* | Separated public "deep" API declarations in a dedicated header. | Benoit Germain | 2012-11-18 | 2 | -5/+18 |
* | Raise an error on multiple-named functions. | Benoit Germain | 2012-10-25 | 1 | -43/+41 |
* | Lua version sanity check | Benoit Germain | 2012-10-23 | 1 | -3/+14 |
* | Fixed the fix... | Benoit Germain | 2012-10-23 | 1 | -1/+1 |
* | Fixed thread name retrieval in main state. | Benoit Germain | 2012-10-23 | 1 | -2/+7 |
* | More informative messages on failed transfers. | Benoit Germain | 2012-10-23 | 1 | -4/+7 |
* | Always set "decoda_name" global in a new Lane. | Benoit Germain | 2012-10-23 | 1 | -0/+4 |
* | Fixed a comment to match the code | Benoit Germain | 2012-10-23 | 1 | -1/+1 |
* | build fixes | Benoit Germain | 2012-10-20 | 2 | -18/+19 |
* | version 3.4.0 | Benoit Germain | 2012-09-26 | 5 | -25/+107 |
* | minor internal changes | Benoit Germain | 2012-09-13 | 3 | -76/+86 |
* | code tweaks to enable building against win32-pthread on windows platforms. | Benoit Germain | 2012-09-11 | 2 | -15/+33 |
* | fixed a bad forward declaration | benoit-germain | 2012-09-11 | 1 | -87/+96 |
* | version 3.3.0 | Benoit Germain | 2012-09-10 | 3 | -230/+332 |
* | Make *really* sure we build for all platforms :-) | benoit-germain | 2012-08-25 | 1 | -0/+4 |
* | Fix ubuntu compilation errors | benoit-germain | 2012-08-25 | 1 | -1/+2 |
* | lanes version 3.2.0v3.2.0 | Benoit Germain | 2012-08-22 | 4 | -21/+427 |
* | Fix 64 bits compilation warnings (issue #34) | benoit-germain | 2012-08-20 | 1 | -3/+3 |
* | code updated to build against Lua 5.1 and Lua 5.2v3.1.6 | Benoit Germain | 2012-08-14 | 4 | -25/+51 |
* | * removed the search for MSVCR80.DLL when building for MinGW32 since it no lo... | Benoit Germain | 2012-08-14 | 1 | -8/+1 |
* | Proper crash fix, part 2 | benoit-germain | 2012-08-10 | 1 | -3/+3 |
* | Good crash fix this time, part 1 | benoit-germain | 2012-08-10 | 1 | -1/+1 |
* | Yet another shutdown crash fix | benoit-germain | 2012-08-10 | 1 | -0/+4 |
* | fix possible crash at application shutdown when a race condition causes linda... | Benoit Germain | 2012-08-10 | 4 | -21/+21 |
* | lanes.linda() accepts an optional name argument | benoit-germain | 2012-08-06 | 1 | -6/+33 |
* | one more step toward 5.2 compatibilityv3.1.5 | Benoit Germain | 2012-07-10 | 5 | -46/+32 |
* | expose lua51-lanes.now_secs() as lanes.now_secs() | Benoit Germain | 2012-07-08 | 1 | -0/+1 |
* | * when a transfered function is not found in source, guess its name to help t...v3.1.4 | Benoit Germain | 2012-06-27 | 4 | -14/+129 |
* | fix crash at application exit when encountering a blocked lane on which lane:... | benoit-germain | 2012-06-25 | 1 | -1/+1 |
* | more explicit error code when THREAD_WAIT fails. | benoit-germain | 2012-06-25 | 1 | -1/+1 |
* | fix issue #25 | Benoit Germain | 2012-06-24 | 2 | -31/+38 |
* | fix abusive internal error message displayed when the timer lane decides it h... | benoit-germain | 2012-06-20 | 1 | -2/+2 |
* | expose error sentinel lanes.cancel_error | benoit-germain | 2012-06-19 | 1 | -0/+1 |
* | * linda:receive() batched mode now accepts a max_count optional argument | Benoit Germain | 2012-06-12 | 2 | -31/+50 |
* | * fixed thread_cancel() not working when called without argument | Benoit Germain | 2012-06-05 | 1 | -53/+115 |
* | bumping version number to 3.1.1v3.1.1 | Benoit Germain | 2012-05-08 | 1 | -1/+1 |
* | Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library ... | benoit-germain | 2012-04-26 | 1 | -1/+1 |
* | Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua... | benoit-germain | 2012-04-26 | 1 | -2/+10 |
* | Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int... | benoit-germain | 2012-04-24 | 1 | -4/+1 |
* | Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57 | benoit-germain | 2012-04-24 | 1 | -13/+6 |
|\ |
|
| * | MinGW build now does not use MS runtime | steve donovan | 2011-03-16 | 1 | -13/+6 |
* | | * changed lanes.configure signature to receive a table instead of individual ... | Benoit Germain | 2012-02-18 | 6 | -95/+108 |
* | | crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but... | benoit-germain | 2011-11-15 | 1 | -1/+3 |
* | | bugfix: restore ABOUT info where it belongs, in the lanes module table, inste... | benoit-germain | 2011-11-15 | 1 | -1/+1 |
* | | * removed packagepath and packagecpath options, replaced by a package table, ... | Benoit Germain | 2011-11-14 | 4 | -142/+141 |
* | | fix link on Ubuntu 11.10 | Benoit Germain | 2011-11-09 | 1 | -1/+1 |
* | | some more compilation warning fixes | Benoit Germain | 2011-11-09 | 3 | -9/+11 |
* | | Merge remote-tracking branch 'origin/master' | Benoit Germain | 2011-11-07 | 1 | -0/+2 |
|\ \ |
|
| * | | Cause `lanes.configure()` to return the module table to enable the `require "... | benoit-germain | 2011-11-07 | 1 | -0/+2 |