aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Lanes init crash fixBenoit Germain2014-02-181-14/+27
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-21/+49
* Deep userdata support improvementsBenoit Germain2014-02-171-137/+149
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-83/+77
* new API linda:cancel("read"|"write"|"both"|"none")Benoit Germain2014-02-101-160/+245
* Fix compilation error against Lua 5.1Benoit Germain2014-02-041-1/+3
* 2 crash fixes and 1 experimentBenoit Germain2014-01-221-1/+1
* new lane launcher option gc_cbBenoit Germain2014-01-221-28/+83
* Turn potential malicious-crafted code crashes into normal Lua errorsBenoit Germain2014-01-201-99/+108
* get()/set() improvementsBenoit Germain2014-01-201-20/+24
* Cancellation improvements and some fixesBenoit Germain2014-01-161-100/+114
* Fix argument checks in linda:limit()Benoit Germain2014-01-091-3/+3
* Linda fixesBenoit Germain2014-01-091-26/+29
* fix on_state_create circular logic issueBenoit Germain2014-01-061-12/+13
* fixed a shutdown crashBenoit Germain2013-12-201-9/+16
* Fix an incorrect assertion in lanes.require()Benoit Germain2013-12-131-4/+4
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-7/+24
* pthread thread priority refacto: lanes.cBenoit Germain2013-12-021-1/+2
* supposedly improved pthread supportBenoit Germain2013-11-291-21/+47
* Fix a 64 bits compilation warningBenoit Germain2013-11-261-1/+1
* Added a comment in thread_new()Benoit Germain2013-11-221-1/+3
* Fix a compilation warning about an unused variableBenoit Germain2013-11-181-1/+1
* Bumped version to 3.7.2Benoit Germain2013-11-161-1/+1
* EnableCrashingOnCrashes changesBenoit Germain2013-11-161-16/+43
* Removed bad stack check code causing invalid assertionsBenoit Germain2013-11-071-2/+0
* Make set_finalizer(), set_debug_threadname(), cancel_test() and set_error_rep...Benoit Germain2013-11-071-3/+8
* Fix a compilation warning about an uninitialized variable (but this is harmless)Benoit Germain2013-11-061-0/+1
* errors inside finalizers generate a full stack just like any other errorBenoit Germain2013-10-221-72/+88
* version 3.7.0Benoit Germain2013-10-111-106/+145
* fix a crash at application shutdown where in some situations we could deiniti...Benoit Germain2013-10-081-20/+45
* Reorder things a tiny weeny bit in lanes.core.configure()Benoit Germain2013-10-041-10/+8
* version 3.6.6Benoit Germain2013-09-271-67/+53
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-32/+11
* Fix application hang at shutdownBenoit Germain2013-09-241-2/+2
* version 3.6.3v3.6.3Benoit Germain2013-08-131-60/+96
* version 3.6.2Benoit Germain2013-05-201-1/+1
* Bumped version to 3.6.1Benoit Germain2013-04-051-1/+1
* Fix issue #50Benoit Germain2013-04-051-2/+2
* version 3.6.0Benoit Germain2013-03-141-13/+14
* version 3.5.2Benoit Germain2013-03-131-225/+242
* Fixed a little APICHECK issueBenoit Germain2013-03-121-2/+3
* version 3.5.1v3.5.1Benoit Germain2013-02-131-25/+57
* version 3.5.0Benoit Germain2013-01-301-62/+72
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-60/+91
* version 3.4.4v3.4.4Benoit Germain2013-01-261-6/+2
* version 3.4.3v3.4.3Benoit Germain2013-01-241-160/+211
* minor version bumpBenoit Germain2013-01-101-1/+1
* 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