profile/ivi/murphy.git
2014-04-03 Ismo Puustinenlibresource: do not print the resource sets after each...
2014-04-03 Ismo Puustinenlibresource: cleaned up an error message.
2014-03-31 Krisztian Litkeylua-5.2: provide lua_objlen compatibility macro if...
2014-03-29 Krisztian Litkeycommon: don't include unused syslog.h in log.h.
2014-03-29 Krisztian Litkeycommon: add missing CDECL-wrapper to debug-info.h.
2014-03-25 Krisztian Litkeycommon: fix an error path crash for mrp_msg_t. v0.0.51
2014-03-21 Krisztian Litkeylua-utils: add a workaround for occasional Lua stack...
2014-03-21 Krisztian Litkeylua-bindings: autoenable debugging when 'lua debug...
2014-03-21 Krisztian Litkeyplugin-resource-native: adjust dump buffer if needed.
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-21 Krisztian Litkeylua-utils: count active/dead objects per class.
2014-03-20 Krisztian Litkeylua-utils: allow object tracking to be enabled from...
2014-03-20 Krisztian Litkeycommon: print total memory usage in mrp_mm_dump.
2014-03-20 Krisztian Litkeyresource: don't assert if a resource-set dump does...
2014-03-20 Krisztian Litkeyresource-native: allow overriding the default transport...
2014-03-20 Krisztian Litkeyresource: allow overriding the default transport by...
2014-03-13 Krisztian Litkeysample-config: small typo/thinko fix. v0.0.50
2014-03-13 Krisztian Litkeybuild-sys: install (and patch) the modularized sample...
2014-03-13 Krisztian Litkeybuild-sys: propagate also sysconfdir to the preprocessor.
2014-03-13 Krisztian Litkeydaemon: honour overridden sysconfdir.
2014-03-11 Krisztian Litkeylua-5.2: added Lua specfile patches for 'peaceful coexi...
2014-03-11 Krisztian Litkeylua-5.2: build-sys: allow building against a specified...
2014-03-11 Krisztian Litkeylua-5.2: resource: allow building against Lua >= 5.2.
2014-03-11 Krisztian Litkeylua-5.2: core: allow building against Lua >= 5.2.
2014-03-10 Ismo Puustinenresource-dbus: shared and mandatory property sigs ...
2014-03-07 Krisztian Litkeysample-config: don't load superfluous D-Bus plugin.
2014-03-07 Krisztian Litkeydomain-control: fix an error message typo.
2014-03-07 Krisztian Litkeydomain-control: add missing CDECL-wrapper to client...
2014-03-05 Krisztian Litkeycommon: rewind the DBus message after each signal handler. v0.0.49 v0.0.49.1 v0.0.49.2
2014-02-25 Krisztian Litkeysample-config: test how the basis for a modular config...
2014-02-25 Janos Kovacslua-utils: add missing boolean support for funcbridge... v0.0.48
2014-02-25 Krisztian Litkeylua-utils: oops... don't patch the stack quite so eagerly.
2014-02-24 Krisztian Litkeylua-utils: patch the stack for {s,g}etfield during... v0.0.47
2014-02-24 Krisztian Litkeylua-utils: try harder getting complex object getter...
2014-02-21 Ismo Puustinenmdb: added functions for handling database trigger...
2014-02-21 Krisztian Litkeylua-utils: be a bit more robust if fed with invalid...
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-19 Krisztian Litkeycore: added a few plugin state testing functions.
2014-02-14 Krisztian LitkeyMerge remote-tracking branch 'private/master' v0.0.46
2014-02-14 Krisztian Litkeylua-utils: let mrp_funcbridge_unref gracefully handle...
2014-02-14 Krisztian Litkeylua-utils: make sure the error buffer is always reset.
2014-02-14 Krisztian Litkeylua-utils: funcbridge fixes for custom murphy Lua objec...
2014-02-14 Krisztian Litkeycore: fix typo in an error message.
2014-02-14 Krisztian Litkeylua-utils: clean up the stack after table-based object...
2014-02-11 Ismo Puustinencore: don't use memory if allocation failed.
2014-02-11 Ismo Puustinencommon: fix another buffer overflow.
2014-02-07 Krisztian Litkeycommon: #define UNIX_PATH_MAX if needed.
2014-02-07 Ismo Puustinencommon: fix a buffer overflow.
2014-02-07 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2014-02-07 Ismo Puustinenresource-dbus: fix an error case.
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 Krisztian Litkeycommon/dbus: added patch for Fedora 19/systemd-204...
2013-11-25 Krisztian Litkeycommon/dbus: added patch for Fedora 18/systemd-201...
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.
next