profile/ivi/murphy.git
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...
2013-01-07 Ismo Puustinencommon: reference counting now plays nice with C++.
2013-01-06 Janos Kovacslua-utils: fixing mrp_lua_to_object() to return NULL...
2013-01-06 Janos KovacsMerge branch 'master' of https://github.com/otcshare...
2013-01-06 Janos Kovacslua-utils: fix mrp_lua_to_object() to not leave garbage...
2013-01-04 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2013-01-04 Ismo Puustinendocs: fixed the indentation in the style guide.
2013-01-04 Ismo Puustinenresource-c: remove a compiler warning.
2013-01-04 Ismo Puustinenresource-c: the preemption logic now appears to work.
2013-01-04 Ismo Puustinenresource-c: removed printfs.
2013-01-04 Ismo Puustinenresource-c: make the attribute handling smarter.
2013-01-04 Ismo Puustinenresource-c: guard the header files, internal cleanups.
2013-01-04 Ismo Puustinenbuild: Generate linker file for resource library.
2013-01-04 Ismo Puustinenresource-c: cleaning up the code.
2013-01-04 Krisztian Litkeycommon: don't register direct pointers with epoll events
2013-01-04 Krisztian Litkeycommon: removed unused superloop events.
2013-01-04 Ismo Puustinenresource-c: implemented functions.
2013-01-04 Jaska Uimonenresource-c: towards great success.
2013-01-04 Ismo Puustinenbuild: added external resource API library to build.
2013-01-04 Ismo Puustinenbuild: changed libresource -> libresource-backend.
2013-01-04 Ismo Puustinenresource-c: initial version of external C resource...
2013-01-04 Ismo Puustinenbuild: require a recent enough version of ecore.
2013-01-04 Ismo Puustinencommon: add missing header to ecore-glue.
2013-01-03 Krisztian Litkeytransport: install a handler to catch (and ignore)...
2013-01-03 Krisztian Litkeymainloop: #include signal.h, since mainloop provides...
2012-12-26 Janos Kovacslua-utils: userdata of objects is aligned as structure...
2012-12-26 Janos KovacsMerge branch 'master' of https://github.com/otcshare...
2012-12-21 Krisztian Litkeyplugin-console: updated debug info.
2012-12-21 Krisztian Litkeycore: updated debug info.
2012-12-21 Krisztian Litkeycommon: updated debug info.
2012-12-21 Krisztian Litkeycore: updated linker script.
2012-12-21 Krisztian Litkeycommon: updated linker script.
2012-12-21 Krisztian Litkeyplugin-console: possibly uninitialised var fix.
2012-12-21 Krisztian Litkeycommon: possibly uninitialised var fix.
2012-12-21 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2012-12-21 Krisztian Litkeyplugin-console: register (currently only stream-based...
2012-12-21 Krisztian Litkeycore: added mrp_console_vprintf.
2012-12-21 Krisztian Litkeycore: added logging configuration commands.
2012-12-21 Krisztian Litkeycommon: improved log setting queriability.
2012-12-21 Ismo Puustinenconfig: do not load signalling plugin.
2012-12-21 Ismo Puustinensignalling: removed the old-style signalling plugin.
2012-12-20 Janos Kovacslua-utils: fix in object destructor
2012-12-20 Krisztian Litkeycommon: updated debug info.
2012-12-20 Krisztian Litkeycommon: updated linker script.
2012-12-20 Krisztian Litkeydaemon: delayed log target activation
2012-12-20 Krisztian Litkeylog: reworked logging to open up logging for external...
2012-12-19 Krisztian Litkeycommon: fully reset hashtable config.
2012-12-17 Krisztian Litkeymurphy-db: don't fail for MQL select on an empty table.
2012-12-13 Krisztian Litkeyresource-native: owners is a non-selectable command.
2012-12-13 Krisztian Litkeymurphy-db: handle NULL varchar columns gracefully.
2012-12-13 Krisztian Litkeycommon: allow NULL path in DBUS signal handlers.
2012-12-12 Ismo Puustinencommon: do not free a NULL D-Bus error.
2012-12-11 Krisztian Litkeycommon: the transport I/O watch removal (commit 180802...
2012-12-11 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy...
2012-12-11 Krisztian Litkeycommon: always remove stream transport I/O watch during...
2012-12-11 Krisztian Litkeycommon: stop monitoring fd if owner keeps ignoring...
2012-12-11 Ismo Puustinencore: check memory before usage.
2012-12-11 Ismo Puustinenmdb: check allocation success before use.
2012-12-11 Ismo Puustinentransport: do not free transport in the middle of busy...
2012-12-11 Ismo Puustinenresource: check NULL value before getting struct member.
2012-12-11 Ismo Puustinenresource: do not crash when querying attributes.
2012-12-11 Ismo Puustinenlua-decision: check for memory allocation success.
2012-12-11 Ismo Puustinenresource: do not assign to members of NULL pointers.
2012-12-11 Ismo Puustinenmql: initialize variable before use.
2012-12-10 Krisztian Litkeybreedline: default to 80x25 if size detection fails. 66/2566/1
2012-12-10 Krisztian Litkeyconsole: use unix domain socket by default. 65/2565/1
2012-12-10 Krisztian Litkeyresource: use unix domain socket by default for resourc... 64/2564/1
2012-12-10 Krisztian LitkeyMerge branch 'master' of github.com:otcshare/policy... 63/2563/1
2012-12-10 Janos Kovacslua-utils: add object destructor 62/2562/1
2012-12-06 Janos Kovacslua-decision: add boolean support to funcbridge 61/2561/1
2012-12-06 Janos Kovacslua-utils: add object destructor 60/2560/1
2012-12-06 Janos Kovacslua-utils: make check_funcbridge public 59/2559/1
2012-12-05 Ismo Puustinendocumentation: added some D-Bus resource api documentation. 58/2558/1
2012-12-04 Krisztian Litkeymainloop-test: get rid of a few unused var warnings.
2012-12-04 Krisztian Litkeybuild-sys: really... try to generate all linker scripts...
2012-12-04 Ismo Puustineninternal-transport: fix error case handling.
2012-12-04 Ismo Puustinenresource-dbus: fixing error case handling.
2012-12-04 Janos Kovacsresource-library: do not crash when destroying resource...
2012-12-04 Janos Kovacscommon, core: fixing broken pkg-config files
2012-12-04 Janos Kovacsdocumentation: fix broken docdir
2012-12-03 Krisztian Litkeybuild-sys: added build rule to forcibly regenerate...
2012-12-03 Krisztian Litkeybreedline: added licensing information.
2012-12-03 Amarnath Vallurimainloop-tests: fix in running qt tests with GLIB_ENABLED
2012-11-30 Krisztian Litkeymainloop-test: fix build for disabled qt support, don...
2012-11-30 Krisztian Litkeymainloop-test: pedantic stylistic changes.
2012-11-30 Krisztian Litkeybuild-sys: AC_PROG_CXX cannot be used conditionally.
2012-11-30 Amarnath Valluribuild-sys: ubuntu deep linking fix for resolver parser...
2012-11-30 Amarnath Valluribuild-sys: lua pkg-config naming fix for Ubuntu.
2012-11-30 Amarnath Valluricommon/qt-glue: initial Qt mainloop integration.
2012-11-30 Krisztian Litkeybreedline: silence ignored write retval warnings.
2012-11-30 Krisztian Litkeybuild-sys: try harder not to brake parallel builds...
2012-11-30 Krisztian Litkeybuild-sys: fix parallel build problems for murphy-resolver.
2012-11-29 Krisztian Litkeybuild-sys: fix parallel build problems for murphy-resource.
2012-11-29 Krisztian Litkeybuild-sys: fix parallel build problems for murphy DB.
2012-11-29 Krisztian Litkeylua-decision: get rid of uninitialized usage warning.
2012-11-29 Krisztian Litkeylua-decision: get rid of uninitialized usage warning.
2012-11-29 Janos Kovacslua-decision: add insert, replace, update and delete...
2012-11-29 Janos Kovacsmurphy-db: fix update for index columns
2012-11-29 Janos Kovacslua-utils: fix method registration for objects
next