gam-resource-manager: adjust to updated proxied call callback signature.
[profile/ivi/murphy.git] / src / core / lua-bindings /
2014-12-12 Krisztian Litkeylua-transport: use mrp_lua_error with a return whenever...
2014-12-12 Krisztian Litkeycore: fix a few incorrect mrp_debug usages.
2014-12-12 Krisztian Litkeylua-event: adjusted to event infra changes, added expli...
2014-12-11 Ismo Puustinencore: added initial Lua bindings for event handling.
2014-12-01 Krisztian Litkeylua-bindings: added functions for inspecting the enviro...
2014-12-01 Krisztian Litkeylua-bindings: teach bitwise to handle more than two...
2014-11-06 Krisztian Litkeylua-bindings: fix Lua debug record short_src check.
2014-10-28 Krisztian Litkeylua-log: explicitly restore Lua stack across function...
2014-10-28 Krisztian Litkeylua-transport: explicitly restore Lua stack across...
2014-10-28 Krisztian Litkeylua-sighandler: explicitly restore Lua stack across...
2014-10-28 Krisztian Litkeylua-timer: explicitly restore Lua stack across callbacks.
2014-10-28 Krisztian Litkeylua-deferred: explicitly restore Lua stack across callb...
2014-10-28 Krisztian Litkeylua-console: explicitly restore Lua stack across callbacks.
2014-10-26 Krisztian Litkeylua-deferred: fixes, explicit enable/disable, removed...
2014-10-26 Krisztian Litkeylua-sighandler: fixes, explicit enable/disable, removed...
2014-10-26 Krisztian Litkeylua-timer: fixes, explicit start/stop, removed 'data...
2014-10-25 Krisztian Litkeylua-sighandler: get rid of a compiler warning.
2014-10-25 Krisztian Litkeylua-deferred: get rid of a compiler warning.
2014-10-25 Krisztian Litkeylua-timer: get rid of a compiler warning.
2014-10-25 Krisztian Litkeylua-bindings: clone JSON objects when setting them...
2014-10-25 Krisztian Litkeylua-bindings: mark Lua JSON class to opt-out from impli...
2014-10-02 Krisztian Litkeylua-timer: delete timer if callback is set to null...
2014-03-21 Krisztian Litkeylua-bindings: autoenable debugging when 'lua debug...
2014-03-21 Krisztian Litkeylua-bindings: console commands for Lua GC and object...
2014-03-21 Krisztian Litkeylua-bindings: override allocator earlier, use simpler...
2014-03-11 Krisztian Litkeylua-5.2: core: allow building against Lua >= 5.2.
2014-02-21 Krisztian Litkeylua-bindings: try not to lose file inclusion Lua error...
2014-02-19 Krisztian Litkeylua-bindings: added function to test if a plugin is...
2014-02-07 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2014-01-29 Krisztian Litkeylua-timer: tostring thinko fixes.
2014-01-08 Krisztian LitkeyMerge branch 'systemd-bus+native-types'
2013-12-06 Krisztian Litkeylua-bindings: added murphy.disable_include(), for disab...
2013-12-05 Krisztian Litkeylua-bindings: reworked Murphy.include & co. to use...
2013-12-04 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-12-04 Krisztian Litkeylua-bindings: first shot at Murphy.include/Murphy.try_i...
2013-11-22 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-11-21 Krisztian Litkeylua-bindings: added a very primitive module exposing...
2013-11-21 Krisztian Litkeylua-bindings: updated transport bindings MRP_LUA_DEFINE...
2013-11-21 Krisztian Litkeylua-bindings: updated MRP_LUA_DEFINE_CLASS macro usage.
2013-11-21 Krisztian Litkeylua-bindings: updated most bindings to used MRP_LUA_DEF...
2013-11-21 Krisztian Litkeylua-bindings: embrionic first incarnation of transport...
2013-11-21 Krisztian Litkeylua-bindings: added mrp_json_lua_unwrap.
2013-11-21 Krisztian Litkeylua-bindings: check for failure of object class creation.
2013-11-21 Krisztian Litkeylua-bindings: push only once on mrp_json_lua_push.
2013-11-21 Krisztian Litkeylua-bindings: fix inverted enabling/disabling debug...
2013-11-21 Krisztian Litkeylua-bindings: don't add timer when callback is set...
2013-11-11 Krisztian Litkeylua-bindings: don't declare an unused variable by a...
2013-11-11 Krisztian Litkeylua-bindings: fix luaL_error induced uninitialized...
2013-11-11 Krisztian Litkeylua-bindings: added Lua bindings for murphy sighandlers.
2013-11-11 Krisztian Litkeylua-bindings: added Lua bindings for murphy deferred...
2013-11-11 Krisztian Litkeylua-bindings: added Lua bindings for murphy timers.
2013-11-11 Krisztian Litkeylua-bindings: added mrp_lua_dump_stack.
2013-11-11 Krisztian Litkeylua-bindings: JSON constructor fix for no arguments.
2013-11-09 Krisztian Litkeylua-bindings: added Lua bindings to manipulate JSON...
2013-11-09 Krisztian Litkeycore: allow also registering a class defintion by MURPH...
2013-04-03 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-04-03 Krisztian Litkeylua-bindings: fixed a bunch of issues discovered by...
2013-03-28 Krisztian Litkeylua-bindings: get rid of a bunch of warnings.
2013-03-05 Krisztian Litkeylua-bindings: use an extra boolean to control lua memor...
2013-03-04 Krisztian Litkeylua-bindings: initial support for tracking Lua memory...
2013-02-27 Krisztian LitkeyMerge remote-tracking branch 'private/master'
2013-02-27 Krisztian Litkeylua-bindings: allow arbitrary (json-mappable) plugin...
2013-02-21 Krisztian Litkeylua-bindings: slightly better Lua runtime debugging...
2013-02-19 Krisztian Litkeylua-bindings: embrionic Lua/Murphy runtime debug bridging.
2013-02-14 Krisztian LitkeyMerge branch 'jko-devel' of github.com:otcshare/policy...
2013-02-14 Janos KovacsMerge branch 'master' of https://github.com/otcshare...
2013-02-14 Janos Kovacsresource: add LUA support for resource owners and resou...
2013-01-07 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-01-07 Krisztian Litkeylua-bindings: added open_lualib() for on-demand loading...
2012-11-16 Krisztian Litkeygeneral: added missing license to a bunch of files.
2012-11-16 Krisztian Litkeyconsole: minor console command cleanup.
2012-11-14 Krisztian LitkeyMerge branch 'murphy-lua-bindings' of github.com:otcsha...
2012-11-14 Krisztian Litkeylua-bindings: get rid of unused variable warning, bette...
2012-11-13 Krisztian Litkeylua-bindings: handle plugin boolean arguments correctly.
2012-11-12 Janos KovacsMerge branch 'murphy-lua-bindings' of https://github...
2012-11-09 Krisztian Litkeyconsole: best-effort std{out,err} redirection during...
2012-11-08 Janos KovacsMerge branch 'murphy-lua-bindings' of https://github...
2012-11-08 Krisztian Litkeylua-bindings: pull in Lua base lib during init.
2012-11-07 Krisztian Litkeylua-bindings: initialize lua-utils and lua-decision.
2012-11-06 Krisztian Litkeylua-bindings: added support for evaluating Lua from...
2012-11-06 Krisztian LitkeyWiP-core: murphy lua bindings prototype for basic daemo...