aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-825/+0
* Minor tweaksv3.16.1Benoit Germain2023-08-161-1/+1
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-16/+4
* moonjit supportBenoit Germain2022-03-091-6/+6
* Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...Benoit Germain2022-02-211-8/+8
* use malloc/free for keeper control structure when compiling for LuaJITBenoit Germain2022-02-211-6/+18
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-604/+604
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-0/+1
* Lua 5.4 supportBenoit Germain2018-11-271-5/+8
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-1/+1
* Internal code tweaksBenoit Germain2018-11-191-16/+18
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-1/+1
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-1/+1
* Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain2018-11-081-2/+9
* Improve LuaJIT-x64 compatibilityBenoit Germain2018-10-301-7/+9
* More MinGW buildfixes (I hope)Benoit Germain2018-10-251-1/+1
* Fix Lanes build by reorganizing types around a bitBenoit Germain2018-10-251-14/+14
* Fix for deep-aware modulesBenoit Germain2017-08-011-5/+3
* Improve LuaJIT supportBenoit Germain2017-05-101-5/+5
* Merge pull request #125 from mpeterv/fix-implicit-n2s-conversionBenoit Germain2016-11-211-3/+1
|\
| * Fix an implicit number-to-string conversion in keeper.cPeter Melnichenko2016-07-051-3/+1
* | Fix 64 bits compilation warningsBenoit Germain2016-11-211-2/+2
|/
* preliminary Lua 5.3 supportBenoit Germain2014-12-161-39/+38
* Fix build issues with compat.c/hBenoit Germain2014-04-231-4/+1
* Don't mutex-wrap require() more than onceBenoit Germain2014-03-191-1/+1
* Fixed crash when using protect_allocator optionBenoit Germain2014-03-171-2/+2
* linda:send() improvementsBenoit Germain2014-02-271-6/+2
* Multiverse compatibilityBenoit Germain2014-02-261-69/+89
* Lanes init crash fixBenoit Germain2014-02-181-25/+42
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-4/+4
* Deep userdata support improvementsBenoit Germain2014-02-171-11/+33
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-0/+2
* linda performance improvementBenoit Germain2014-01-201-5/+9
* get()/set() improvementsBenoit Germain2014-01-201-48/+54
* Linda fixesBenoit Germain2014-01-091-29/+67
* fixed a shutdown crashBenoit Germain2013-12-201-6/+10
* supposedly improved pthread supportBenoit Germain2013-11-291-5/+4
* Fix a 64 bits compilation warningBenoit Germain2013-11-261-1/+1
* Fix compilation warning introduced by aef73939a513e67989a9ad2256f14754ebdaa28e.Benoit Germain2013-11-181-2/+3
* Get rid of uintptr_t to remove dependency on stdint.hBenoit Germain2013-11-181-1/+1
* Fix a deadlock when GCing during a linda operation.Benoit Germain2013-11-181-1/+3
* Added a comment in keeper_call()Benoit Germain2013-11-161-0/+4
* Remove inclusion of stdint.hBenoit Germain2013-10-251-1/+0
* Don't call on_state_create in keeper states, as it is no longer necessaryBenoit Germain2013-10-251-18/+11
* version 3.7.0Benoit Germain2013-10-111-16/+30
* version 3.6.6Benoit Germain2013-09-271-2/+0
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-71/+7
* Fix bad assertion in linda dump utilityBenoit Germain2013-02-141-2/+8
* version 3.5.1v3.5.1Benoit Germain2013-02-131-1/+1
* version 3.5.0Benoit Germain2013-01-301-6/+9