aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finalize version 3.16.2v3.16.2Benoit Germain2023-08-171-1/+1
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-9/+25
* Update comparison.htmlBenoit Germain2023-07-281-2/+2
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-081-19/+9
* Version bumpBenoit Germain2022-02-071-4/+5
* fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...Benoit Germain2021-07-081-1/+1
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-1/+1
* __lanesclone now receives the original as light userdata the first time it i...Benoit Germain2021-06-231-8/+17
* changed lanes.threads() output so that several lanes with the same name don't...Benoit Germain2021-06-161-19/+19
* Lane cancellation reworkBenoit Germain2019-04-261-25/+22
* Split a megafunction in smaller partsBenoit Germain2018-11-281-1/+2
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-0/+25
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-9/+9
* split linda code in a separate fileBenoit Germain2018-11-151-1/+1
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-0/+16
* Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain2018-11-081-1/+1
* __lanesclone mechanism should actually work nowBenoit Germain2018-11-071-6/+59
* Documentation tweakBenoit Germain2018-11-061-1/+1
* Documentation for __lanescloneBenoit Germain2018-11-041-2/+17
* Fix error with LuaJIT when ffi package isn't requiredBenoit Germain2018-11-021-3/+3
* Enum buildfixBenoit Germain2018-11-021-1/+1
* Clarification in limitationsBenoit Germain2017-08-011-0/+1
* Fix for deep-aware modulesBenoit Germain2017-08-011-3/+3
* Merge pull request #127 from first-leon/patch-1Benoit Germain2017-06-051-0/+1
|\
| * OpenWRT supportfirst-leon2017-01-111-0/+1
* | Table transfer improvementsBenoit Germain2017-06-051-2/+5
|/
* Bump version, update docv3.10.1Benoit Germain2016-11-211-3/+4
* Preparing next releasev3.10.0Benoit Germain2015-04-271-3/+3
* New API lanes.sleep (bumped version to 3.9.7)Benoit Germain2014-09-181-1/+9
* Deep userdata changesBenoit Germain2014-06-171-3/+3
* Fixed error handling when handler isn't calledBenoit Germain2014-03-201-1/+5
* linda:send() improvementsBenoit Germain2014-02-271-2/+6
* Multiverse compatibilityBenoit Germain2014-02-262-11/+15
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-3/+4
* Deep userdata support improvementsBenoit Germain2014-02-171-10/+22
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-7/+7
* new API linda:cancel("read"|"write"|"both"|"none")Benoit Germain2014-02-101-14/+34
* 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