project/ubus.git
2014-01-22 John Crispinadd auto (re)connect logic to libubus
2013-11-07 John Crispinadd Lua bindings for ubus events
2013-10-29 Felix Fietkaulibubus: pull the variable length data array out of...
2013-09-28 Jo-Philipp... ubusd: use umask of 0177 for now to prevent a world...
2013-08-29 Lukasz Bajlibubus: Check if remove callback exists before call it
2013-08-08 Felix Fietkaulibubus: detect read/write errors and set the eof flag...
2013-08-08 Felix Fietkaulibubus: fix publishing objects after reconnect
2013-08-04 Yousong ZhouAdd a return value to make compiler silent.
2013-08-04 Yousong ZhouFix the condition for stopping the writev_retry.
2013-05-30 Felix Fietkaulibubus: fix logic inversion for cancelling requests
2013-05-29 Felix Fietkaucli: use the new json-c library name
2013-05-11 Felix Fietkaulibubus: fix deadlock in recursive synchronous ubus...
2013-04-04 Felix Fietkaulibubus: fix crash on reconnect with objects that have...
2013-03-17 Felix Fietkaulibubus: fix passing the return code of the subscriber...
2013-03-17 Felix Fietkaulibubus: fix synchronous ubus_notify without waiting...
2013-03-17 Felix Fietkaulibubus: add ubus_unregister_subscriber wrapper
2013-03-06 Felix Fietkaulibubus: add UBUS_METHOD_NOARG
2013-03-04 Thomas Gstädtneradd systemd support
2013-03-04 Thomas Gstädtnermake UBUS_UNIX_SOCKET configurable via cmake
2013-03-03 Thomas Gstädtneradd INCLUDE_DIRECTORIES to subdirectories
2013-03-03 Thomas Gstädtnermake building examples an option
2013-01-23 Felix Fietkaubuild: remove install prefix override
2013-01-13 Jo-Philipp... lua: pass u64 blob type as double to Lua
2012-12-30 Felix Fietkaulibubus: free internal blob_buf memory when freeing...
2012-12-15 Felix Fietkauexamples: disable the message on the server example...
2012-12-15 Felix Fietkaulibubus: fix data type of request sequence counter...
2012-12-15 Felix Fietkaulibubus: fix uninitialized variable warning
2012-12-14 Felix Fietkauexamples: use blocking notify
2012-12-14 Felix Fietkaulibubus: implement notify handling
2012-12-14 Felix Fietkaulibubus: fix segfaults on request timeouts
2012-12-14 Felix Fietkauubusd: implement notify forwarding with status reporting
2012-12-14 Felix Fietkaulibubus: check if subscriber cb is non-NULL before...
2012-12-14 Felix Fietkaulibubus: do not send a status reply if UBUS_ATTR_NO_REP...
2012-12-14 Felix Fietkaulibubus: add UBUS_ATTR_NO_REPLY and add policy for...
2012-12-14 Felix Fietkaumove ubus_start_request to libubus-req.c
2012-12-14 Felix Fietkaulibubus: remove accidentally committed unused header...
2012-12-14 Felix Fietkaulibubus: refactor code, move request handling to libubu...
2012-12-14 Felix Fietkaulibubus: reduce code duplication and add stack depth...
2012-12-14 Felix Fietkauremove the "method" argument for object subscription
2012-12-14 Felix Fietkauubus: add notification for subscribers present/gone
2012-12-13 Felix Fietkauwatch add/remove -> subscribe/unsubscribe:
2012-12-11 Felix Fietkauubusd: use avl_strcmp
2012-10-30 Felix Fietkaulibubus: fix stack space init for processing requests
2012-10-24 Felix Fietkaulibubus: split out some code into separate source files
2012-10-24 Felix Fietkauexamples: split client/server code
2012-10-24 Felix Fietkaumove example to examples/
2012-10-17 Jo-Philipp... lua: remove a superfluous lua_pop() when checking table...
2012-10-16 Jo-Philipp... lua: fix ubus_lua_format_blob_is_array() to not leave...
2012-10-01 Felix Fietkauadd deferred reply to the ubus server example
2012-10-01 Felix Fietkauadd support for deferring a reply to a method invoke...
2012-09-28 John Crispinlua: propagate incoming message to method callback...
2012-09-28 Felix Fietkaucli: add array and table types to method signature...
2012-09-27 John Crispinadd lua binding test scripts
2012-09-27 Felix Fietkaulua: add support for registering methods
2012-09-27 Felix Fietkaulua: add uloop support
2012-09-27 John Crispinlua: allow building the lua binding with vanilla lua
2012-06-01 Felix Fietkaulibubus: fix multiple inclusions of libubus.h
2012-05-28 Felix Fietkaulibubus: add support for reconnecting (and re-publishin...
2012-05-28 Felix Fietkauenable -Wmissing-declarations
2012-05-28 Felix Fietkaulua: add a prototype for luaopen_ubus so that -Wmissing...
2012-05-28 Felix Fietkaumake a few functions static
2012-05-19 Felix Fietkauubus-example: use object notification, add a simple...
2012-05-19 Felix Fietkauubusd: add support for watching objects to get notified...
2012-05-19 Felix Fietkauubusd: allow registration of anonymous objects with...
2012-05-18 Felix Fietkauuloop: do not use ULOOP_EDGE_TRIGGER for the blocking...
2012-05-06 Felix Fietkaulua: put LUAPATH in quotes to prevent weird error messa...
2012-05-06 Felix Fietkaucli: prevent indenting if simple output is requested
2012-05-05 Jo-Philipp... implement Lua binding
2011-10-28 Felix Fietkaufix unused but set variable
2011-10-27 Felix Fietkaulibubus: limit stack depth for incoming invoke requests
2011-10-27 Felix Fietkaulibubus: fix recursive synchrnonous invoke commands
2011-10-10 Felix Fietkaufix invalid message reuse in ubus_process_invoke
2011-09-14 Felix Fietkauubusd: fix a use after free bug
2011-09-09 Felix Fietkaumake the socket non-blocking, explicitly wait for data...
2011-09-05 Felix Fietkauadd -v
2011-09-05 Felix Fietkauadd an error message for "unknown error"
2011-09-05 Felix Fietkauadd an error code for "operation not supported"
2011-07-30 Felix Fietkauremove an unused-but-set variable
2011-07-18 Felix Fietkaucli: indent call result data
2011-06-17 Felix Fietkauadd copyright/license information
2011-04-13 Felix Fietkauadd support for a const void * key in avl
2011-03-27 Felix Fietkausimplify object signatures by reusing the parser policy...
2011-03-27 Felix Fietkausuppress stderr output with -S
2011-03-27 Felix Fietkauimprove output for scripts
2011-03-27 Felix Fietkaudo not reverse method sorting order
2011-03-27 Felix Fietkauuse int8 as boolean
2011-02-26 Felix Fietkauchange the ubus signature type to int instead of the...
2011-02-12 Felix Fietkauchange minimum cmake version to 2.6
2011-02-11 Felix Fietkauremove array from the signature
2011-02-11 Felix Fietkauadd support for timeouts on synchronous requests
2011-02-11 Felix Fietkauremove separate catch all list, always require a patter...
2011-02-10 Felix Fietkauadd writev_retry to avoid incomplete writes
2011-02-10 Felix Fietkaufix initial object event sequence number
2011-02-10 Felix Fietkauadd notifications for registered/unregistered objects...
2011-02-10 Felix Fietkaumove event message formatting into a callback
2011-02-10 Felix Fietkausplit event sending from event forwarding
2011-02-07 Felix Fietkaulibubus: add an inline function for socket event handling
2011-02-07 Felix Fietkausuppress -rdynamic when linking ubus
2011-02-07 Felix Fietkauadd missing include
2011-02-07 Felix Fietkauimplement event pattern matching
next