summaryrefslogtreecommitdiff
path: root/multi.png (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-22Detect runtime LuaJIT/PUC-Lua mismatchBenoit Germain1-1/+1
2023-08-17Finalize version 3.16.2Benoit Germain1-1/+1
2023-08-09new .internal_allocator configuration IUNTESTED)Benoit Germain1-9/+25
2023-07-28Update comparison.htmlBenoit Germain1-2/+2
2022-02-08__lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain1-19/+9
2022-02-07Version bumpBenoit Germain1-4/+5
2021-07-08fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...Benoit Germain1-1/+1
2021-06-24correctly transfer the uservalue of a deep userdataBenoit Germain1-1/+1
2021-06-23 __lanesclone now receives the original as light userdata the first time it i...Benoit Germain1-8/+17
2021-06-16changed lanes.threads() output so that several lanes with the same name don't...Benoit Germain1-19/+19
2019-04-26Lane cancellation reworkBenoit Germain1-25/+22
2018-11-28Split a megafunction in smaller partsBenoit Germain1-1/+2
2018-11-25protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain1-0/+25
2018-11-15Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain1-9/+9
2018-11-15split linda code in a separate fileBenoit Germain1-1/+1
2018-11-09new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain1-0/+16
2018-11-08Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain1-1/+1
2018-11-07__lanesclone mechanism should actually work nowBenoit Germain1-6/+59
2018-11-06Documentation tweakBenoit Germain1-1/+1
2018-11-04Documentation for __lanescloneBenoit Germain1-2/+17
2018-11-02Fix error with LuaJIT when ffi package isn't requiredBenoit Germain1-3/+3
2018-11-02Enum buildfixBenoit Germain1-1/+1
2017-08-01Clarification in limitationsBenoit Germain1-0/+1
2017-08-01Fix for deep-aware modulesBenoit Germain1-3/+3
2017-06-05Table transfer improvementsBenoit Germain1-2/+5
2017-01-11OpenWRT supportfirst-leon1-0/+1
2016-11-21Bump version, update docBenoit Germain1-3/+4
2015-04-27Preparing next releaseBenoit Germain1-3/+3
2014-09-18New API lanes.sleep (bumped version to 3.9.7)Benoit Germain1-1/+9
2014-06-17Deep userdata changesBenoit Germain1-3/+3
2014-03-20Fixed error handling when handler isn't calledBenoit Germain1-1/+5
2014-02-27linda:send() improvementsBenoit Germain1-2/+6
2014-02-26Multiverse compatibilityBenoit Germain2-11/+15
2014-02-17lindas can have a group for keeper state assignation controlBenoit Germain1-3/+4
2014-02-17Deep userdata support improvementsBenoit Germain1-10/+22
2014-02-13more fixes/tweaks about cancelled lindasBenoit Germain1-7/+7
2014-02-10new API linda:cancel("read"|"write"|"both"|"none")Benoit Germain1-14/+34
2014-01-222 crash fixes and 1 experimentBenoit Germain1-3/+7
2014-01-22new lane launcher option gc_cbBenoit Germain1-36/+45
2014-01-20Turn potential malicious-crafted code crashes into normal Lua errorsBenoit Germain1-2/+4
2014-01-20get()/set() improvementsBenoit Germain1-8/+16
2014-01-16Cancellation improvements and some fixesBenoit Germain1-8/+17
2014-01-09Linda fixesBenoit Germain1-10/+20
2014-01-06fix on_state_create circular logic issueBenoit Germain1-3/+7
2013-12-20fixed a shutdown crashBenoit Germain1-9/+23
2013-12-04new API lanes.set_thread_priority()Benoit Germain1-3/+23
2013-12-02pthread thread priority refacto: index.htmlBenoit Germain1-1/+1
2013-11-29supposedly improved pthread supportBenoit Germain1-8/+10
2013-11-16Update documentationBenoit Germain1-5/+9
2013-10-22errors inside finalizers generate a full stack just like any other errorBenoit Germain1-1/+2