aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2 crash fixes and 1 experimentBenoit Germain2014-01-221-3/+7
* new lane launcher option gc_cbBenoit Germain2014-01-221-36/+45
* Turn potential malicious-crafted code crashes into normal Lua errorsBenoit Germain2014-01-201-2/+4
* get()/set() improvementsBenoit Germain2014-01-201-8/+16
* Cancellation improvements and some fixesBenoit Germain2014-01-161-8/+17
* Linda fixesBenoit Germain2014-01-091-10/+20
* fix on_state_create circular logic issueBenoit Germain2014-01-061-3/+7
* fixed a shutdown crashBenoit Germain2013-12-201-9/+23
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-3/+23
* pthread thread priority refacto: index.htmlBenoit Germain2013-12-021-1/+1
* supposedly improved pthread supportBenoit Germain2013-11-291-8/+10
* Update documentationBenoit Germain2013-11-161-5/+9
* errors inside finalizers generate a full stack just like any other errorBenoit Germain2013-10-221-1/+2
* version 3.7.0Benoit Germain2013-10-111-6/+8
* Update index.htmlBenoit Germain2013-10-011-1/+1
* version 3.6.6Benoit Germain2013-09-271-1/+1
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-11/+6
* Update index.htmlBenoit Germain2013-09-241-1/+1
* version 3.6.3v3.6.3Benoit Germain2013-08-131-8/+27
* version 3.6.2Benoit Germain2013-05-201-1/+1
* Added a sample snippet for set_finalizer()Benoit Germain2013-05-201-0/+17
* Update index.htmlBenoit Germain2013-04-051-5/+3
* version 3.6.0Benoit Germain2013-03-141-1/+1
* version 3.5.2Benoit Germain2013-03-131-4/+17
* version 3.5.1v3.5.1Benoit Germain2013-02-131-4/+64
* version 3.5.0Benoit Germain2013-01-301-7/+32
* version 3.4.4v3.4.4Benoit Germain2013-01-261-1/+1
* version 3.4.3v3.4.3Benoit Germain2013-01-241-9/+18
* Update docs/index.htmlBenoit Germain2013-01-101-1/+4
* Update docs/index.htmlBenoit Germain2012-12-171-5/+2
* lanes.threads(): documentationBenoit Germain2012-12-141-1/+35
* Update documentationBenoit Germain2012-12-121-1/+11
* Separated public "deep" API declarations in a dedicated header.Benoit Germain2012-11-181-12/+20
* version 3.4.0Benoit Germain2012-09-261-878/+1052
* version 3.3.0Benoit Germain2012-09-101-11/+22
* lanes version 3.2.0v3.2.0Benoit Germain2012-08-221-3/+3
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-3/+5
* Update docs/index.htmlbenoit-germain2012-08-061-1/+1
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-2/+2
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-98/+13
* fix issue #25Benoit Germain2012-06-241-4/+4
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-121-1/+4
* * fixed thread_cancel() not working when called without argumentBenoit Germain2012-06-051-4/+12
* bumping version number to 3.1.1v3.1.1Benoit Germain2012-05-081-0/+6
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-40/+64
* * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-5/+5
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-10/+107
* * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-181-4/+10
* New featuresBenoit Germain2011-03-301-3/+34
* * fixed potential crash at application shutdown when calling lua_close() on a...Benoit Germain2011-03-011-40/+32