project/ubus.git
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
2011-02-07 Felix Fietkautrim the wildcard of partial patterns to keep the avl...
2011-02-07 Felix Fietkauremove some duplication
2011-02-07 Felix Fietkaumove more protocol related stuff to ubusd_proto.c
2011-02-07 Felix Fietkaumake ubus_msg_ref static
2011-02-07 Felix Fietkaumake ubusd_get_client_by_id static
2011-02-07 Felix Fietkaumake ubus_parse_msg static
2011-02-07 Felix Fietkauadd sender side length checks
2011-02-07 Felix Fietkaucli: clean up code
2011-02-07 Felix Fietkauremove some verbosity from the ubus example
2011-02-07 Felix Fietkaureorder a few functions in libubus.h
2011-02-07 Felix Fietkauremove unnecessary debug stuff
2011-02-07 Felix Fietkaucli: use stdout for output
2011-02-07 Felix Fietkaufix max message length handling - exclude the header
2011-02-07 Felix Fietkauremove old data structures
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkaumore const for the signature type table
2011-02-06 Felix Fietkaumake ubus_default_connection_lost static
2011-02-06 Felix Fietkauadd a wrapper function for unregistering an event handler
2011-02-06 Felix Fietkauadd ubus_remove_object to libubus
2011-02-06 Felix Fietkauimplement a handler for UBUS_MSG_REMOVE_OBJECT
2011-02-06 Felix Fietkaufollow blob_get_int* -> blob_get_u* rename
2011-02-06 Felix Fietkaurename publish to add_object
2011-02-06 Felix Fietkauremove duplicate definition of UBUS_UNIX_SOCKET
2011-02-06 Felix Fietkauremove ubus.sock from .gitignore
2011-02-06 Felix Fietkauset the default socket name to /var/run/ubus.sock
2011-02-06 Felix Fietkauadd options to override the ubus socket name for the...
2011-02-06 Felix Fietkauremove the socket when ubusd exits
2011-02-06 Felix Fietkauadd support for overriding the socket name
2011-02-06 Felix Fietkaucli: display proper types for the method signatures
2011-02-06 Felix Fietkauuse the json to blobmsg library
2011-02-06 Felix Fietkaufix SIGINT handling
2011-02-06 Felix Fietkaurename listener to ubus-example
next