Robin Gareus
2b0bb54599
Update LuaState API (4/4)
...
Now that all calls use explicit parameters, we can remove
the default params, and make ::sandbox() private
2023-10-04 02:50:44 +02:00
Robin Gareus
7c10a54334
Prepare for explicit Lua Sandboxing (API update) 1/4
2023-10-04 02:46:58 +02:00
Paul Davis
7bf89ce109
Constification: make Stateful::get_state() const, with all other required const-ness added (libs)
2022-04-06 21:56:59 -06:00
Robin Gareus
0301c47f6b
Update core library GPL boilerplate and (C) from git log
2019-08-03 15:53:17 +02:00
Robin Gareus
77d16999b5
Tweak Lua GC
2017-11-29 12:06:42 +01:00
Robin Gareus
0191a9c4c2
Centralize Lua sandboxing
2017-08-10 02:25:49 +02:00
Robin Gareus
a2f249d1d7
tweak lua gc
...
lua C++ bindings require ~400KB worth of tables now; so bump memory
available to rt-safe scripts (full interpreter) to 2MB.
Also switch to incremental GC.
2016-07-06 03:32:08 +02:00
Robin Gareus
8d26a67ddd
liblua visibility and compiler-flags
2016-04-04 13:42:50 +02:00
Robin Gareus
5b40e073e9
add liblua wrapper and build-scripts
2016-02-22 22:06:47 +01:00