aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Don't mutex-wrap require() more than onceBenoit Germain2014-03-191-1/+1
* Fixed crash when using protect_allocator optionBenoit Germain2014-03-171-14/+14
* Fix a lane close crashBenoit Germain2014-02-281-4/+2
* linda:send() improvementsBenoit Germain2014-02-271-6/+26
* Fixed a pure C compilation errorBenoit Germain2014-02-271-2/+2
* Fixed some compilation warningsBenoit Germain2014-02-261-3/+2
* Multiverse compatibilityBenoit Germain2014-02-261-287/+260
* Multi-state initialisation issueBenoit Germain2014-02-241-7/+7
* more graceful handling of out-of-memory errorsBenoit Germain2014-02-181-13/+16
* 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