profile/ivi/murphy.git
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.
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-utils: support for automatic handling of Lua object...
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 Litkeycommon: print empty JSON object as {} instead of null.
2013-11-09 Krisztian Litkeycore: allow also registering a class defintion by MURPH...
2013-11-09 Krisztian Litkeycommon: fix a few JSON macros with extra semicolons.
2013-11-04 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-11-04 Krisztian Litkeywebsockets: honour the requested/specified protocol...
2013-10-31 Ismo Puustinenresource-c: updated API test.
2013-10-31 Ismo Puustinenresource-c: added support for querying resource set id.
2013-10-15 Ismo Puustinencommon: fixed a possible NULL pointer dereference in...
2013-10-15 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-10-15 Krisztian Litkeycommon: never remove forcibly a reused fd from epoll.
2013-10-15 Krisztian Litkeycommon: more mainloop debug messages for I/O watches.
2013-10-15 Krisztian Litkeycommon: more debug messages for stream transport events.
2013-10-15 Ismo Puustinenmdb: Don't use C++ keywords in variable names and struc...
2013-10-15 Ismo Puustinencore: fix compiler warnings.
2013-10-04 Ismo Puustinenresource-dbus: fix a memory leak.
2013-10-04 Krisztian Litkeybuild-sys: added githooks to do Change-Id insertion...
2013-10-01 Krisztian Litkeycommon: don't free a busy nl_pid_watch_t. v0.0.37 v0.0.38
2013-09-30 Krisztian Litkeyresolver: filter out duplicate target dependencies.
2013-09-28 Krisztian Litkeyconsole: flush and proxy output after each command.
2013-09-28 Krisztian Litkeydaemon: make sure stdout is line-buffered (and stderr...
2013-09-24 Krisztian Litkeyconfig: don't try to load D-Bus plugin.
2013-09-24 Krisztian Litkeymurphy-db: don't propagate uninitialized value to status.
2013-09-18 Krisztian Litkeydaemon: valgrind re-exec support, source tree detection
2013-09-18 Krisztian Litkeylua-decision: removed now unused 'dependency' Lua object.
2013-09-18 Krisztian Litkeylua-decision: use direct dependency on the table for...
2013-09-18 Krisztian Litkeylua-decision: throw Lua exception for fatal ruleset...
2013-09-18 Krisztian Litkeyresolver: update targets based on direct dependencies.
2013-09-18 Krisztian Litkeyresolver: added console dump command.
2013-09-18 Krisztian Litkeymurphy-db: maintain stamp across transactions without...
2013-08-29 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-08-27 Krisztian Litkeycommon: make mrp_mm_realloc[z] more C++-kosher.
2013-08-21 Krisztian Litkeycommon/glib-glue: include common/mainloop.h.
2013-08-20 Ismo Puustinenresource-c: removed forgotten debug print. 40/8640/1 v0.0.35
2013-08-14 Ismo Puustinencommon: ecore-glue.h can now be called from C++.
2013-08-13 Ismo Puustinenresource-c: can be called from C++ code.
2013-08-06 Ismo Puustinenbreedline: started working on backwards search.
2013-07-26 Ismo Puustinenlua-decision: do not crash if no error message set. v0.0.33 v0.0.34
2013-07-24 Ismo Puustinenresource-client: fix possible NULL pointer bug.
2013-07-24 Ismo Puustinenresource-dbus: do not use memory before testing for...
2013-07-24 Ismo Puustinenresource-native: do not use memory before assert.
2013-07-24 Ismo Puustinencommon: fix a possible NULL pointer error.
2013-07-22 Ismo Puustinenmurphy-db: sizeof(int*) -> sizeof(int) as reported...
2013-07-22 Ismo Puustinenresource-c: fixed a compiler warning.
2013-07-11 Krisztian Litkeybuild-sys: fix systemd enabling configure option typo.
2013-07-09 Krisztian Litkeyresource-native: don't crash on 'premature' resource...
2013-07-08 Janos Kovacsresource: deterministic event order: revokes/denies...
2013-07-08 Janos Kovacsresource: add mrp_application_class_get_priority()...
2013-07-08 Janos Kovacsresource: add mrp_resource_owner_recalc(zone) to resour...
2013-07-08 Janos Kovacsresource: add mrp_zone_mask_t
2013-07-08 Janos Kovacsresource: add resource.method.recalc(zone_name) function
2013-07-08 Janos Kovacsresource: add 'dontwait' flag
2013-07-08 Janos Kovacsresource: extend backend functionality for lua support...
2013-07-05 Krisztian Litkeyconsole: don't crash on unterminated quotes, reset...
2013-07-05 Krisztian Litkeycore: fix log target failure message.
2013-07-05 Krisztian Litkeydaemon: sample-config try to load systemd plugin.
2013-07-05 Krisztian Litkeycommon: fix some warnings.
2013-07-05 Krisztian Litkeysystemd: added systemd (logging) plugin.
2013-07-03 Krisztian Litkeymurphy-db: satisfy security-concious gcc (-Werror=forma...
2013-06-26 Krisztian Litkeybuild-sys: make sure LD_AS_NEEDED=1 does not break...
2013-06-14 Ismo Puustinenresource-c: fix a bug with the autorelease flag handling.
2013-06-13 Ismo Puustinenresource-c: handle attribute values changed by the...
2013-06-11 Ismo Puustinenresource-c: added support for automatical releasing...
2013-06-06 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-06-06 Krisztian Litkeybuild-sys: native resource library does/can not need...
2013-06-06 Krisztian Litkeyresource-native: let clients override default logging.
2013-06-06 Krisztian Litkeycommon: add missing json to pkg-config, removed incorre...
2013-06-06 Ismo Puustinenresource-c: don't link resource clients to murphy-core.
2013-06-06 Ismo Puustinenbuild: install murphy-resource.pc file correctly.
next