aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version, update docv3.10.1Benoit Germain2016-11-211-1/+1
* Fix 64 bits compilation warningsBenoit Germain2016-11-211-2/+2
* Preparing next releasev3.10.0Benoit Germain2015-04-271-1/+1
* Fix segfault in LG_lane_newmpeterv2015-02-241-3/+3
* preliminary Lua 5.3 supportBenoit Germain2014-12-161-4/+4
* New API lanes.sleep (bumped version to 3.9.7)Benoit Germain2014-09-181-1/+1
* fix lookup of globals created by on_state_createBenoit Germain2014-07-081-4/+12
* Deep userdata changesBenoit Germain2014-06-171-2/+3
* Minor fixes and tweaksBenoit Germain2014-05-161-118/+123
* Fix undefined returned value by linda:send()Benoit Germain2014-04-241-2/+1
* Fix build issues with compat.c/hBenoit Germain2014-04-231-3/+0
* moved compatibility code in a separate fileBenoit Germain2014-04-031-0/+1
* Fixed error handling when handler isn't calledBenoit Germain2014-03-201-206/+207
* 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