project/ubus.git
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
2011-02-06 Felix Fietkaulistener: add a more complex example using parsing
2011-02-06 Felix Fietkaufix event handler list initialization
2011-02-06 Felix Fietkaufix message refcounting
2011-02-06 Felix Fietkauadd support for parsing method calls with json arguments
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkaucli: wait for incoming events on listen
2011-02-05 Felix Fietkauremove an unnecessary check
2011-02-05 Felix Fietkaufix message buffering
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch
2011-02-04 Felix Fietkauadd functions for internal object allocation
2011-02-04 Felix Fietkauinstall header files
2011-02-04 Felix Fietkaucli: return the ubus ret code
2011-02-04 Felix Fietkauuse the new blobmsg string buffer functions
2011-01-31 Felix Fietkauadd install targets
2011-01-31 Felix Fietkauadd an inline function to add the ubus socket to uloop
2011-01-31 Felix Fietkauremove obsolete debug msgs
2011-01-31 Felix Fietkauremove an obsolete define
2011-01-31 Felix Fietkaumake libubus a dynamic library
2011-01-31 Felix Fietkaumake ubus_parse_msg static
2011-01-31 Felix Fietkaumake ubus_start_request static
2011-01-31 Felix Fietkaulibubus: add generic lookup code
2011-01-31 Felix Fietkauexport the object type through lookup calls
2011-01-31 Felix Fietkaucli: use ubus_invoke() instead of low level handling
2011-01-31 Felix Fietkaumake message data on invoke() optional
2011-01-31 Felix Fietkauadd support for data replies
2011-01-31 Felix Fietkaucleanup, pass both data and status messages on to other...
2011-01-31 Felix Fietkauremove support for path based invoke, add object id...
2011-01-31 Felix Fietkauadd a callback for handling lost ubus connections
2011-01-31 Felix Fietkaulibubus: add method to policy
2011-01-31 Felix Fietkauadd working method calls
2011-01-31 Felix Fietkaulibubus: keep objects in an avl tree
2011-01-31 Felix Fietkauadd request cancelled flag
2011-01-31 Felix Fietkauremove path based invoke functions, add stub implementa...
next