2014-11-04 |
Krisztian Litkey | resource: added a few debug printouts. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Krisztian Litkey | common: replace 2-case switch with an if-else. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Ismo Puustinen | resource-backend: move 'emit event' messages to mrp_deb... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Ismo Puustinen | resource-lua: removed 'data' parameter from resource... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Ismo Puustinen | config: test case for lua resource API. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Ismo Puustinen | resource-lua: memory handling fixes. |
commit | commitdiff | tree | snapshot |
2014-11-01 |
Krisztian Litkey | common: added mrp_normalize_path to file-utils. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Krisztian Litkey | common: added mrp_mkdir to file-utils. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Krisztian Litkey | common: add debug printout for epoll. v0.0.63 |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Krisztian Litkey | mainloop: use 0 poll timeout if we have enabled deferre... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Krisztian Litkey | common: added pulse-subloop.[hc], a pulse subloop imple... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Krisztian Litkey | common: force O_NONBLOCK on for listening stream transp... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Krisztian Litkey | common: try to reject connection if accept fails in... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Krisztian Litkey | common: added socket-utils.[hc], mrp_reject_connection. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Jan Ekström | resource-native: disconnect, destroy transport when... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Ismo Puustinen | resource-c: added test app for trying context creations. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | plugin-lua: explicitly restore Lua stack across resolve... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-log: explicitly restore Lua stack across function... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-resource: explicitly restore Lua stack across callb... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-transport: explicitly restore Lua stack across... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-sighandler: explicitly restore Lua stack across... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-timer: explicitly restore Lua stack across callbacks. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-deferred: explicitly restore Lua stack across callb... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Krisztian Litkey | lua-console: explicitly restore Lua stack across callbacks. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Krisztian Litkey | domain-control: switched to resolver-aware trigger... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Krisztian Litkey | murphy-db: emit transaction depth/ID in transaction... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | murphy-db: don't leak result rows created in trigger... v0.0.61 |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | domain-control: fixed a few compiler warnings. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | sample-config: better timer/deferred/sighandler tests. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | lua-deferred: fixes, explicit enable/disable, removed... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | lua-sighandler: fixes, explicit enable/disable, removed... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | lua-timer: fixes, explicit start/stop, removed 'data... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Krisztian Litkey | lua-utils: exttbl and reftbl cleanup fixes, call user... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: removed #if 0'd code. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: properly release references from refs.priv... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: obey format string for object dumping. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: fix a few snprintf-related formatted printin... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | test-plugin: get rid of a compiler warning. v0.0.60 |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-sighandler: get rid of a compiler warning. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-deferred: get rid of a compiler warning. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-timer: get rid of a compiler warning. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | resource-lua: plant the necessary funcbridge gettop... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-bindings: clone JSON objects when setting them... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-bindings: mark Lua JSON class to opt-out from impli... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | common: added mrp_json_clone for creating a private... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: add support for dynamically collected Lua... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | lua-utils: added mrp_lua_call{stack,trace}. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | common: added support for runtime refcounting error... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | core: added 'debug mm dump' console command for dumping... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Krisztian Litkey | domain-controller: update watch stamp after sending... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Krisztian Litkey | resource-native: enable json-c/JSON-Glib symbol clash... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Krisztian Litkey | common: added json-c/JSON-Glib symbol clash hackaround. |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Krisztian Litkey | common: add an explicit transport mode for JSON-based... |
commit | commitdiff | tree | snapshot |
2014-10-06 |
Ismo Puustinen | resource-lua: fixed call order, memory freeing. |
commit | commitdiff | tree | snapshot |
2014-10-06 |
Ismo Puustinen | resource-backend: fix a memory leak. |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Krisztian Litkey | sample-config: added a sample timer test. |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Krisztian Litkey | lua-timer: delete timer if callback is set to null... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ismo Puustinen | lua-object: always init variable length when iterating... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ismo Puustinen | libresource: handle message parsing errors consistently. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ismo Puustinen | process: removed a code remnant. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Ismo Puustinen | libresource: keep on fixing the errors. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Ismo Puustinen | libresource: fix errors found by static analysis. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Ismo Puustinen | process: fix an error found by static analysis. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jan Ekström | docs: generally document compilation in README.md. v0.0.56 |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jan Ekström | build: change Automake strictness to "foreign". |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jan Ekström | build-sys: Add checks for Debian-packaged lua. |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Jan Ekström | lua-utils: correct a type check for a Lua array collection. v0.0.55 |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Krisztian Litkey | domain-control: think harder, Homer ! (more column... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Krisztian Litkey | build-sys: check and bail out for explicitly detected... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Krisztian Litkey | build-sys: check and bail out for explicitly detected... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Krisztian Litkey | domain-control: fix check for exceeding total column... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Jan Ekström | build: Don't install license or the INSTALL file |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Krisztian Litkey | build-sys: pass $(CC) as the preprocessor to collect... v0.0.54 |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Krisztian Litkey | collect-symbols: unshave preprocessor if given. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Krisztian Litkey | resource-native: get rid of creeping unuseitis. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Krisztian Litkey | build-sys: check for malloc only if we're not cross... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Krisztian Litkey | build-sys: removed old cruft, safer flex/bison checks. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Krisztian Litkey | build-sys: try to get collect-symbols right when cross... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | common: Don't use the trailing null with unix socket... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | build: Add JSON_LIBS to murphyd's linker flags |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | websockets: Do not output creation events with a seq... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | websockets/json: Fix crashes due to misuse of internal... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | libresource: Catch an allocation failure |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jan Ekström | domain-control: Improve set/notify parsing |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Ismo Puustinen | resource-backend: emit resource set events and extend... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Ismo Puustinen | core: funcbridge can now return arrays. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Krisztian Litkey | test-domain-controller, plugin-test: add a test for... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Krisztian Litkey | core, domain-control: added proxied domain function... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Jan Ekström | common/tests: added hash12-test.c that fell off in... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Krisztian Litkey | common: mainloop support for edge-triggered I/O events. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Krisztian Litkey | build-sys: silence/fix warnings from autotools. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Jan Ekström | common/tests: add a hash table test that adds and remov... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Jan Ekström | common/hashtbl: always unlink empty buckets from the... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Krisztian Litkey | common: quit iterating for MRP_HTBL_ITER_STOP verdict. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Jan Ekström | resource-dbus: Merge requesting and release of sets |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Jan Ekström | libresource: Improve the documentation for release... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Jan Ekström | libresource: Info instead of error when ignoring events |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Jan Ekström | mdb: Propagate a value gotten from realloc() |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Jan Ekström | mql: Use correct pointer type |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Jan Ekström | build: Fix a copy-paste dependency error in libbreedlin... |
commit | commitdiff | tree | snapshot |
next |