resource: cope with NULL reqset in mrp_resource_lua_veto()
[profile/ivi/murphy.git] / src /
2014-02-05 Janos Kovacsresource: cope with NULL reqset in mrp_resource_lua_veto() v0.0.44 v0.0.45
2014-01-29 Krisztian Litkeycommon: make sure the logger is never recursing
2014-01-29 Krisztian Litkeyplugin-console: configurable debug metadata, defaults...
2014-01-29 Krisztian Litkeylua-timer: tostring thinko fixes.
2014-01-29 Krisztian Litkeylua-utils: fix MRP_LUA_LFUNC/MRP_LUA_FUNC setter type...
2014-01-29 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2014-01-22 Krisztian Litkeylua-utils: include missing header for bool.
2014-01-20 Ismo Puustinenmdb: fix the delete wrong line bug when updating the...
2014-01-16 Ismo Puustinencommon: typeid -> type_id, because typeid is a C++... v0.0.43
2014-01-16 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2014-01-16 Krisztian Litkeycommon: don't allow mark_deleted corrupt the pending...
2014-01-16 Ismo Puustinenmdb: free memory if an update doesn't cause a row to...
2014-01-14 Krisztian Litkeycommon: small transport fixes to enable socket-based...
2014-01-14 Krisztian Litkeycommon: exercise some of the extra types in native...
2014-01-14 Krisztian Litkeycommon: int/short/size_t support for native-types.
2014-01-10 Krisztian LitkeyMerge branch 'master' of github.com:01org/murphy submit/tizen/20140110.142837
2014-01-09 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy... v0.0.42
2014-01-09 Krisztian Litkeyresolver: don't fail when asked to generate empty autop...
2014-01-09 Ismo Puustinenresource: turn off advice for same class if class order...
2014-01-08 Krisztian Litkeysample-config: added a sample entry for a console over...
2014-01-08 Krisztian Litkeydbus-transport: fixes for the new D-Bus abstraction.
2014-01-08 Krisztian Litkeycommon/test: don't try to unconditionally compile sdbus...
2014-01-08 Krisztian Litkeyresource-dbus: use libdbus, not systemd-bus.
2014-01-08 Janos Kovacsresource: temporary enforcement of 'dont_wait' and...
2014-01-08 Janos Kovacsresource: pass the requesting resource set in an argume...
2014-01-08 Janos Kovacsresource: add 'resource_set_id' column to resource...
2014-01-08 Krisztian Litkeybuild-sys: install dbus-error.h.
2014-01-08 Krisztian Litkeycommon: allow setting a mapping table of native-type...
2014-01-08 Krisztian Litkeycommon: small inclusion and macro fixes for native...
2014-01-08 Krisztian LitkeyMerge branch 'systemd-bus+native-types'
2013-12-20 Ismo Puustinenresolver: print the resolver graph to console in DOT...
2013-12-13 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy... v0.0.40 v0.0.41
2013-12-13 Janos Kovacslua-decision: don't crash in table/select constructor...
2013-12-11 Ismo Puustinenresource-dbus: fix a buffer overflow.
2013-12-11 Ismo Puustinenresource-dbus: fix a buffer overflow.
2013-12-06 Krisztian Litkeylua-bindings: added murphy.disable_include(), for disab...
2013-12-05 Krisztian Litkeylua-utils: get rid of a compiler warning.
2013-12-05 Krisztian Litkeylua-bindings: reworked Murphy.include & co. to use...
2013-12-05 Krisztian Litkeylua-utils: added mrp_lua_include_file.
2013-12-05 Krisztian Litkeycommon: added mrp_find_file for doing #include-like...
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-25 Krisztian Litkeycommon/test: post-merge Makefile.am fix.
2013-11-25 Krisztian Litkeycommon: adjusted dbus MRP_REGISTER_TRANSPORT usage.
2013-11-25 Ismo Puustinencommon: added a unit test for sdbus error message handling.
2013-11-25 Ismo Puustinenresource-dbus: converted to new D-Bus library API.
2013-11-25 Krisztian Litkeycommon/dbus: systemd-bus based murphy-dbus implementation.
2013-11-25 Ismo Puustinenresource: fixed issues reported by static analysis.
2013-11-25 Ismo Puustinentests: fixed issues reported by static analysis.
2013-11-25 Krisztian Litkeycommon: initial support for native transport mode.
2013-11-25 Krisztian Litkeycommon: arrays of basic types in native-types.
2013-11-25 Ismo Puustinenlua-resource: initial Lua bindings to resource library.
2013-11-24 Krisztian Litkeycommon: more versatile data serialization via native...
2013-11-23 Krisztian Litkeydaemon,core: unlink all blacklisted builtin plugins.
2013-11-22 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-11-22 Krisztian Litkeylua-utils: can't call mrp_lua_get_lua_state, pulls... v0.0.39
2013-11-22 Krisztian Litkeylua-utils: added missing include.
2013-11-22 Ismo Puustinenresource: fix a memory corruption issue.
2013-11-21 Krisztian Litkeylua-utils: fixed a few uninitialized var warnings.
2013-11-21 Krisztian Litkeylua-utils: allocation tracking for the Lua object infra
2013-11-21 Krisztian Litkeycommon: added mrp_env_config_* for fetching pre-startup...
2013-11-21 Krisztian Litkeylua-utils: some sketch about how error path cleanup...
2013-11-21 Krisztian Litkeylua-utils: fix getfield thinko (not a setfield), try...
2013-11-21 Krisztian Litkeylua-bindings: added a very primitive module exposing...
2013-11-21 Krisztian Litkeycommon/debug: check the proxied debug site in mrp_debug_at.
2013-11-21 Krisztian Litkeylua-utils: get rid of unused function warning.
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-utils: infra support for object stringification.
2013-11-21 Krisztian Litkeylua-bindings: updated most bindings to used MRP_LUA_DEF...
2013-11-21 Krisztian Litkeylua-utils: added MRP_LUA_DEFINE_CLASS macro, comments...
2013-11-21 Krisztian Litkeylua-utils: simple stylistic unification, basic comments...
2013-11-21 Krisztian Litkeylua-utils: support for automatically bridged member...
2013-11-21 Krisztian Litkeycommon: added a macro for debug messages with explicitl...
2013-11-21 Krisztian Litkeylua-utils: support for typed objects, arrays, and autob...
2013-11-21 Krisztian Litkeylua-utils: macros to produce a simple debug dump of...
2013-11-21 Krisztian Litkeylua-utils: formalized object/userdata conversion, stric...
2013-11-21 Krisztian LitkeyWiP: infantile transport testing in sample config.
2013-11-21 Krisztian Litkeylua-bindings: embrionic first incarnation of transport...
2013-11-21 Krisztian Litkeylua-utils: first attempt at error handling macros.
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-utils: mandate constructor, pointer-based type...
2013-11-21 Krisztian Litkeylua-utils: PRIVREFS flag and handling, userdata/data...
2013-11-21 Krisztian Litkeylua-utils: added ref reffing + simple class-checker...
2013-11-21 Krisztian Litkeylua-bindings: push only once on mrp_json_lua_push.
2013-11-21 Krisztian Litkeylua-utils: added MRP_LUA_CLASS_NOINIT flag.
2013-11-21 Krisztian Litkeylua-utils: support objects of a specific type as automa...
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-21 Krisztian Litkeylua-utils: support arrays as automatic members.
2013-11-21 Krisztian Litkeydaemon: added command-line option to disable runtime...
2013-11-21 Krisztian Litkeydaemon: added command-line option to disable debug...
2013-11-21 Krisztian Litkeydaemon: implemented blacklisting/whitelisting of plugins.
2013-11-20 Krisztian Litkeybuild-sys: finally, remove all *-func-info.c from the...
2013-11-13 Krisztian Litkeyresolver: pkg-config fixes.
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 Litkeycommon/test: fix a sizeof-thinko.
2013-11-11 Krisztian Litkeylua-bindings: added Lua bindings for murphy sighandlers.
next