| Commit message (Expand) | Author | Age | Files | Lines |
* | remove uintptr_t againv3.17.0 | Benoit Germain | 2024-04-29 | 1 | -4/+4 |
* | fix keeper state stack accumulating garbage in case of transfer errors | Benoit Germain | 2024-04-15 | 1 | -1/+3 |
* | Bring all interesting fixes from the C++ implementation back into the C imple... | Benoit Germain | 2024-04-11 | 1 | -23/+60 |
* | Minor tweaksv3.16.1 | Benoit Germain | 2023-08-16 | 1 | -1/+1 |
* | new .internal_allocator configuration IUNTESTED) | Benoit Germain | 2023-08-09 | 1 | -16/+4 |
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -6/+6 |
* | Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo... | Benoit Germain | 2022-02-21 | 1 | -8/+8 |
* | use malloc/free for keeper control structure when compiling for LuaJIT | Benoit Germain | 2022-02-21 | 1 | -6/+18 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -604/+604 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -0/+1 |
* | Lua 5.4 support | Benoit Germain | 2018-11-27 | 1 | -5/+8 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -1/+1 |
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -16/+18 |
* | Deep userdata must embed DeepPrelude to save an allocation (also changes Deep... | Benoit Germain | 2018-11-15 | 1 | -1/+1 |
* | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 2018-11-11 | 1 | -1/+1 |
* | Make sure any linda operation that can raise an error won't ever leave a mute... | Benoit Germain | 2018-11-08 | 1 | -2/+9 |
* | Improve LuaJIT-x64 compatibility | Benoit Germain | 2018-10-30 | 1 | -7/+9 |
* | More MinGW buildfixes (I hope) | Benoit Germain | 2018-10-25 | 1 | -1/+1 |
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -14/+14 |
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -5/+3 |
* | Improve LuaJIT support | Benoit Germain | 2017-05-10 | 1 | -5/+5 |
* | Merge pull request #125 from mpeterv/fix-implicit-n2s-conversion | Benoit Germain | 2016-11-21 | 1 | -3/+1 |
|\ |
|
| * | Fix an implicit number-to-string conversion in keeper.c | Peter Melnichenko | 2016-07-05 | 1 | -3/+1 |
* | | Fix 64 bits compilation warnings | Benoit Germain | 2016-11-21 | 1 | -2/+2 |
|/ |
|
* | preliminary Lua 5.3 support | Benoit Germain | 2014-12-16 | 1 | -39/+38 |
* | Fix build issues with compat.c/h | Benoit Germain | 2014-04-23 | 1 | -4/+1 |
* | Don't mutex-wrap require() more than once | Benoit Germain | 2014-03-19 | 1 | -1/+1 |
* | Fixed crash when using protect_allocator option | Benoit Germain | 2014-03-17 | 1 | -2/+2 |
* | linda:send() improvements | Benoit Germain | 2014-02-27 | 1 | -6/+2 |
* | Multiverse compatibility | Benoit Germain | 2014-02-26 | 1 | -69/+89 |
* | Lanes init crash fix | Benoit Germain | 2014-02-18 | 1 | -25/+42 |
* | lindas can have a group for keeper state assignation control | Benoit Germain | 2014-02-17 | 1 | -4/+4 |
* | Deep userdata support improvements | Benoit Germain | 2014-02-17 | 1 | -11/+33 |
* | more fixes/tweaks about cancelled lindas | Benoit Germain | 2014-02-13 | 1 | -0/+2 |
* | linda performance improvement | Benoit Germain | 2014-01-20 | 1 | -5/+9 |
* | get()/set() improvements | Benoit Germain | 2014-01-20 | 1 | -48/+54 |
* | Linda fixes | Benoit Germain | 2014-01-09 | 1 | -29/+67 |
* | fixed a shutdown crash | Benoit Germain | 2013-12-20 | 1 | -6/+10 |
* | supposedly improved pthread support | Benoit Germain | 2013-11-29 | 1 | -5/+4 |
* | Fix a 64 bits compilation warning | Benoit Germain | 2013-11-26 | 1 | -1/+1 |
* | Fix compilation warning introduced by aef73939a513e67989a9ad2256f14754ebdaa28e. | Benoit Germain | 2013-11-18 | 1 | -2/+3 |
* | Get rid of uintptr_t to remove dependency on stdint.h | Benoit Germain | 2013-11-18 | 1 | -1/+1 |
* | Fix a deadlock when GCing during a linda operation. | Benoit Germain | 2013-11-18 | 1 | -1/+3 |
* | Added a comment in keeper_call() | Benoit Germain | 2013-11-16 | 1 | -0/+4 |
* | Remove inclusion of stdint.h | Benoit Germain | 2013-10-25 | 1 | -1/+0 |
* | Don't call on_state_create in keeper states, as it is no longer necessary | Benoit Germain | 2013-10-25 | 1 | -18/+11 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 1 | -16/+30 |
* | version 3.6.6 | Benoit Germain | 2013-09-27 | 1 | -2/+0 |
* | Reduce memory footprint, simplify module order setup in conjuction with Lanes... | Benoit Germain | 2013-09-26 | 1 | -71/+7 |
* | Fix bad assertion in linda dump utility | Benoit Germain | 2013-02-14 | 1 | -2/+8 |