project/ubus.git
13 years agofix unused but set variable
Felix Fietkau [Fri, 28 Oct 2011 20:21:52 +0000 (22:21 +0200)]
fix unused but set variable

13 years agolibubus: limit stack depth for incoming invoke requests
Felix Fietkau [Thu, 27 Oct 2011 12:03:19 +0000 (14:03 +0200)]
libubus: limit stack depth for incoming invoke requests

13 years agolibubus: fix recursive synchrnonous invoke commands
Felix Fietkau [Thu, 27 Oct 2011 11:46:05 +0000 (13:46 +0200)]
libubus: fix recursive synchrnonous invoke commands

13 years agofix invalid message reuse in ubus_process_invoke
Felix Fietkau [Mon, 10 Oct 2011 14:47:49 +0000 (16:47 +0200)]
fix invalid message reuse in ubus_process_invoke

13 years agoubusd: fix a use after free bug
Felix Fietkau [Wed, 14 Sep 2011 15:09:19 +0000 (17:09 +0200)]
ubusd: fix a use after free bug

13 years agomake the socket non-blocking, explicitly wait for data using poll()
Felix Fietkau [Fri, 9 Sep 2011 15:53:22 +0000 (17:53 +0200)]
make the socket non-blocking, explicitly wait for data using poll()

13 years agoadd -v
Felix Fietkau [Mon, 5 Sep 2011 02:00:20 +0000 (04:00 +0200)]
add -v

13 years agoadd an error message for "unknown error"
Felix Fietkau [Mon, 5 Sep 2011 01:20:07 +0000 (03:20 +0200)]
add an error message for "unknown error"

13 years agoadd an error code for "operation not supported"
Felix Fietkau [Mon, 5 Sep 2011 01:16:59 +0000 (03:16 +0200)]
add an error code for "operation not supported"

13 years agoremove an unused-but-set variable
Felix Fietkau [Sat, 30 Jul 2011 15:57:17 +0000 (17:57 +0200)]
remove an unused-but-set variable

13 years agocli: indent call result data
Felix Fietkau [Mon, 18 Jul 2011 11:08:53 +0000 (13:08 +0200)]
cli: indent call result data

13 years agoadd copyright/license information
Felix Fietkau [Fri, 17 Jun 2011 14:35:11 +0000 (16:35 +0200)]
add copyright/license information

13 years agoadd support for a const void * key in avl
Felix Fietkau [Wed, 13 Apr 2011 18:13:42 +0000 (20:13 +0200)]
add support for a const void * key in avl

13 years agosimplify object signatures by reusing the parser policy to define them
Felix Fietkau [Sun, 27 Mar 2011 18:03:18 +0000 (20:03 +0200)]
simplify object signatures by reusing the parser policy to define them

13 years agosuppress stderr output with -S
Felix Fietkau [Sun, 27 Mar 2011 16:28:47 +0000 (18:28 +0200)]
suppress stderr output with -S

13 years agoimprove output for scripts
Felix Fietkau [Sun, 27 Mar 2011 15:40:46 +0000 (17:40 +0200)]
improve output for scripts

13 years agodo not reverse method sorting order
Felix Fietkau [Sun, 27 Mar 2011 00:39:14 +0000 (01:39 +0100)]
do not reverse method sorting order

13 years agouse int8 as boolean
Felix Fietkau [Sun, 27 Mar 2011 00:05:30 +0000 (01:05 +0100)]
use int8 as boolean

13 years agochange the ubus signature type to int instead of the enum, as there are possible...
Felix Fietkau [Sat, 26 Feb 2011 16:26:21 +0000 (17:26 +0100)]
change the ubus signature type to int instead of the enum, as there are possible values not covered by the enum

14 years agochange minimum cmake version to 2.6
Felix Fietkau [Sat, 12 Feb 2011 22:57:35 +0000 (23:57 +0100)]
change minimum cmake version to 2.6

14 years agoremove array from the signature
Felix Fietkau [Fri, 11 Feb 2011 03:18:26 +0000 (04:18 +0100)]
remove array from the signature

14 years agoadd support for timeouts on synchronous requests
Felix Fietkau [Fri, 11 Feb 2011 01:40:39 +0000 (02:40 +0100)]
add support for timeouts on synchronous requests

14 years agoremove separate catch all list, always require a pattern argument for registering...
Felix Fietkau [Fri, 11 Feb 2011 00:21:07 +0000 (01:21 +0100)]
remove separate catch all list, always require a pattern argument for registering events, even if it is just *

14 years agoadd writev_retry to avoid incomplete writes
Felix Fietkau [Thu, 10 Feb 2011 23:36:10 +0000 (00:36 +0100)]
add writev_retry to avoid incomplete writes

14 years agofix initial object event sequence number
Felix Fietkau [Thu, 10 Feb 2011 00:37:32 +0000 (01:37 +0100)]
fix initial object event sequence number

14 years agoadd notifications for registered/unregistered objects with path
Felix Fietkau [Thu, 10 Feb 2011 00:31:52 +0000 (01:31 +0100)]
add notifications for registered/unregistered objects with path

14 years agomove event message formatting into a callback
Felix Fietkau [Thu, 10 Feb 2011 00:21:24 +0000 (01:21 +0100)]
move event message formatting into a callback

14 years agosplit event sending from event forwarding
Felix Fietkau [Thu, 10 Feb 2011 00:05:28 +0000 (01:05 +0100)]
split event sending from event forwarding

14 years agolibubus: add an inline function for socket event handling
Felix Fietkau [Mon, 7 Feb 2011 19:43:43 +0000 (20:43 +0100)]
libubus: add an inline function for socket event handling

14 years agosuppress -rdynamic when linking ubus
Felix Fietkau [Mon, 7 Feb 2011 17:54:27 +0000 (18:54 +0100)]
suppress -rdynamic when linking ubus

14 years agoadd missing include
Felix Fietkau [Mon, 7 Feb 2011 15:43:30 +0000 (16:43 +0100)]
add missing include

14 years agoimplement event pattern matching
Felix Fietkau [Mon, 7 Feb 2011 02:51:00 +0000 (03:51 +0100)]
implement event pattern matching

14 years agotrim the wildcard of partial patterns to keep the avl tree sorted properly
Felix Fietkau [Mon, 7 Feb 2011 02:20:05 +0000 (03:20 +0100)]
trim the wildcard of partial patterns to keep the avl tree sorted properly

14 years agoremove some duplication
Felix Fietkau [Mon, 7 Feb 2011 02:01:36 +0000 (03:01 +0100)]
remove some duplication

14 years agomove more protocol related stuff to ubusd_proto.c
Felix Fietkau [Mon, 7 Feb 2011 01:54:00 +0000 (02:54 +0100)]
move more protocol related stuff to ubusd_proto.c

14 years agomake ubus_msg_ref static
Felix Fietkau [Mon, 7 Feb 2011 01:41:56 +0000 (02:41 +0100)]
make ubus_msg_ref static

14 years agomake ubusd_get_client_by_id static
Felix Fietkau [Mon, 7 Feb 2011 01:40:40 +0000 (02:40 +0100)]
make ubusd_get_client_by_id static

14 years agomake ubus_parse_msg static
Felix Fietkau [Mon, 7 Feb 2011 01:38:57 +0000 (02:38 +0100)]
make ubus_parse_msg static

14 years agoadd sender side length checks
Felix Fietkau [Mon, 7 Feb 2011 01:35:01 +0000 (02:35 +0100)]
add sender side length checks

14 years agocli: clean up code
Felix Fietkau [Mon, 7 Feb 2011 01:30:18 +0000 (02:30 +0100)]
cli: clean up code

14 years agoremove some verbosity from the ubus example
Felix Fietkau [Mon, 7 Feb 2011 01:13:41 +0000 (02:13 +0100)]
remove some verbosity from the ubus example

14 years agoreorder a few functions in libubus.h
Felix Fietkau [Mon, 7 Feb 2011 01:12:28 +0000 (02:12 +0100)]
reorder a few functions in libubus.h

14 years agoremove unnecessary debug stuff
Felix Fietkau [Mon, 7 Feb 2011 01:09:37 +0000 (02:09 +0100)]
remove unnecessary debug stuff

14 years agocli: use stdout for output
Felix Fietkau [Mon, 7 Feb 2011 01:07:39 +0000 (02:07 +0100)]
cli: use stdout for output

14 years agofix max message length handling - exclude the header
Felix Fietkau [Mon, 7 Feb 2011 00:52:40 +0000 (01:52 +0100)]
fix max message length handling - exclude the header

14 years agoremove old data structures
Felix Fietkau [Mon, 7 Feb 2011 00:42:12 +0000 (01:42 +0100)]
remove old data structures

14 years agoadd code for sending events and fix the code for receiving events
Felix Fietkau [Mon, 7 Feb 2011 00:25:28 +0000 (01:25 +0100)]
add code for sending events and fix the code for receiving events

14 years agomore const for the signature type table
Felix Fietkau [Sun, 6 Feb 2011 23:10:57 +0000 (00:10 +0100)]
more const for the signature type table

14 years agomake ubus_default_connection_lost static
Felix Fietkau [Sun, 6 Feb 2011 23:07:59 +0000 (00:07 +0100)]
make ubus_default_connection_lost static

14 years agoadd a wrapper function for unregistering an event handler
Felix Fietkau [Sun, 6 Feb 2011 20:47:51 +0000 (21:47 +0100)]
add a wrapper function for unregistering an event handler

14 years agoadd ubus_remove_object to libubus
Felix Fietkau [Sun, 6 Feb 2011 20:46:45 +0000 (21:46 +0100)]
add ubus_remove_object to libubus

14 years agoimplement a handler for UBUS_MSG_REMOVE_OBJECT
Felix Fietkau [Sun, 6 Feb 2011 20:41:29 +0000 (21:41 +0100)]
implement a handler for UBUS_MSG_REMOVE_OBJECT

14 years agofollow blob_get_int* -> blob_get_u* rename
Felix Fietkau [Sun, 6 Feb 2011 20:37:37 +0000 (21:37 +0100)]
follow blob_get_int* -> blob_get_u* rename

14 years agorename publish to add_object
Felix Fietkau [Sun, 6 Feb 2011 20:33:03 +0000 (21:33 +0100)]
rename publish to add_object

14 years agoremove duplicate definition of UBUS_UNIX_SOCKET
Felix Fietkau [Sun, 6 Feb 2011 19:55:34 +0000 (20:55 +0100)]
remove duplicate definition of UBUS_UNIX_SOCKET

14 years agoremove ubus.sock from .gitignore
Felix Fietkau [Sun, 6 Feb 2011 17:50:57 +0000 (18:50 +0100)]
remove ubus.sock from .gitignore

14 years agoset the default socket name to /var/run/ubus.sock
Felix Fietkau [Sun, 6 Feb 2011 17:50:37 +0000 (18:50 +0100)]
set the default socket name to /var/run/ubus.sock

14 years agoadd options to override the ubus socket name for the cli and the example program
Felix Fietkau [Sun, 6 Feb 2011 17:50:07 +0000 (18:50 +0100)]
add options to override the ubus socket name for the cli and the example program

14 years agoremove the socket when ubusd exits
Felix Fietkau [Sun, 6 Feb 2011 17:41:18 +0000 (18:41 +0100)]
remove the socket when ubusd exits

14 years agoadd support for overriding the socket name
Felix Fietkau [Sun, 6 Feb 2011 17:40:47 +0000 (18:40 +0100)]
add support for overriding the socket name

14 years agocli: display proper types for the method signatures
Felix Fietkau [Sun, 6 Feb 2011 15:48:58 +0000 (16:48 +0100)]
cli: display proper types for the method signatures

14 years agouse the json to blobmsg library
Felix Fietkau [Sun, 6 Feb 2011 15:14:36 +0000 (16:14 +0100)]
use the json to blobmsg library

14 years agofix SIGINT handling
Felix Fietkau [Sun, 6 Feb 2011 01:19:54 +0000 (02:19 +0100)]
fix SIGINT handling

14 years agorename listener to ubus-example
Felix Fietkau [Sun, 6 Feb 2011 01:15:10 +0000 (02:15 +0100)]
rename listener to ubus-example

14 years agolistener: add a more complex example using parsing
Felix Fietkau [Sun, 6 Feb 2011 01:08:30 +0000 (02:08 +0100)]
listener: add a more complex example using parsing

14 years agofix event handler list initialization
Felix Fietkau [Sun, 6 Feb 2011 00:53:58 +0000 (01:53 +0100)]
fix event handler list initialization

14 years agofix message refcounting
Felix Fietkau [Sun, 6 Feb 2011 00:45:21 +0000 (01:45 +0100)]
fix message refcounting

14 years agoadd support for parsing method calls with json arguments
Felix Fietkau [Sun, 6 Feb 2011 00:22:54 +0000 (01:22 +0100)]
add support for parsing method calls with json arguments

14 years agoimplement code for receiving events
Felix Fietkau [Sat, 5 Feb 2011 22:23:44 +0000 (23:23 +0100)]
implement code for receiving events

14 years agocli: wait for incoming events on listen
Felix Fietkau [Sat, 5 Feb 2011 22:01:48 +0000 (23:01 +0100)]
cli: wait for incoming events on listen

14 years agoremove an unnecessary check
Felix Fietkau [Sat, 5 Feb 2011 19:56:50 +0000 (20:56 +0100)]
remove an unnecessary check

14 years agofix message buffering
Felix Fietkau [Sat, 5 Feb 2011 19:50:08 +0000 (20:50 +0100)]
fix message buffering

14 years agoadd functionality for registering anonymous objects as event listeners
Felix Fietkau [Sat, 5 Feb 2011 18:53:14 +0000 (19:53 +0100)]
add functionality for registering anonymous objects as event listeners

14 years agoadd some stub functionality for the ubus event switch
Felix Fietkau [Sat, 5 Feb 2011 00:29:52 +0000 (01:29 +0100)]
add some stub functionality for the ubus event switch

14 years agoadd functions for internal object allocation
Felix Fietkau [Fri, 4 Feb 2011 23:21:27 +0000 (00:21 +0100)]
add functions for internal object allocation

14 years agoinstall header files
Felix Fietkau [Fri, 4 Feb 2011 23:06:28 +0000 (00:06 +0100)]
install header files

14 years agocli: return the ubus ret code
Felix Fietkau [Fri, 4 Feb 2011 23:02:22 +0000 (00:02 +0100)]
cli: return the ubus ret code

14 years agouse the new blobmsg string buffer functions
Felix Fietkau [Fri, 4 Feb 2011 20:58:22 +0000 (21:58 +0100)]
use the new blobmsg string buffer functions

14 years agoadd install targets
Felix Fietkau [Mon, 31 Jan 2011 20:17:33 +0000 (21:17 +0100)]
add install targets

14 years agoadd an inline function to add the ubus socket to uloop
Felix Fietkau [Mon, 31 Jan 2011 19:00:39 +0000 (20:00 +0100)]
add an inline function to add the ubus socket to uloop

14 years agoremove obsolete debug msgs
Felix Fietkau [Mon, 31 Jan 2011 18:55:07 +0000 (19:55 +0100)]
remove obsolete debug msgs

14 years agoremove an obsolete define
Felix Fietkau [Mon, 31 Jan 2011 18:53:55 +0000 (19:53 +0100)]
remove an obsolete define

14 years agomake libubus a dynamic library
Felix Fietkau [Mon, 31 Jan 2011 18:32:58 +0000 (19:32 +0100)]
make libubus a dynamic library

14 years agomake ubus_parse_msg static
Felix Fietkau [Mon, 31 Jan 2011 17:28:14 +0000 (18:28 +0100)]
make ubus_parse_msg static

14 years agomake ubus_start_request static
Felix Fietkau [Mon, 31 Jan 2011 17:27:23 +0000 (18:27 +0100)]
make ubus_start_request static

14 years agolibubus: add generic lookup code
Felix Fietkau [Mon, 31 Jan 2011 17:26:24 +0000 (18:26 +0100)]
libubus: add generic lookup code

14 years agoexport the object type through lookup calls
Felix Fietkau [Mon, 31 Jan 2011 17:26:09 +0000 (18:26 +0100)]
export the object type through lookup calls

14 years agocli: use ubus_invoke() instead of low level handling
Felix Fietkau [Mon, 31 Jan 2011 16:27:08 +0000 (17:27 +0100)]
cli: use ubus_invoke() instead of low level handling

14 years agomake message data on invoke() optional
Felix Fietkau [Mon, 31 Jan 2011 16:26:29 +0000 (17:26 +0100)]
make message data on invoke() optional

14 years agoadd support for data replies
Felix Fietkau [Mon, 31 Jan 2011 16:18:10 +0000 (17:18 +0100)]
add support for data replies

14 years agocleanup, pass both data and status messages on to other clients
Felix Fietkau [Mon, 31 Jan 2011 15:32:29 +0000 (16:32 +0100)]
cleanup, pass both data and status messages on to other clients

14 years agoremove support for path based invoke, add object id validation for responses
Felix Fietkau [Mon, 31 Jan 2011 15:25:22 +0000 (16:25 +0100)]
remove support for path based invoke, add object id validation for responses

14 years agoadd a callback for handling lost ubus connections
Felix Fietkau [Mon, 31 Jan 2011 15:15:55 +0000 (16:15 +0100)]
add a callback for handling lost ubus connections

14 years agolibubus: add method to policy
Felix Fietkau [Mon, 31 Jan 2011 02:53:09 +0000 (03:53 +0100)]
libubus: add method to policy

14 years agoadd working method calls
Felix Fietkau [Mon, 31 Jan 2011 02:26:53 +0000 (03:26 +0100)]
add working method calls

14 years agolibubus: keep objects in an avl tree
Felix Fietkau [Mon, 31 Jan 2011 02:07:42 +0000 (03:07 +0100)]
libubus: keep objects in an avl tree

14 years agoadd request cancelled flag
Felix Fietkau [Mon, 31 Jan 2011 01:52:12 +0000 (02:52 +0100)]
add request cancelled flag

14 years agoremove path based invoke functions, add stub implementation for invoking method calls
Felix Fietkau [Mon, 31 Jan 2011 01:41:32 +0000 (02:41 +0100)]
remove path based invoke functions, add stub implementation for invoking method calls

14 years agoadd stubs for invoke
Felix Fietkau [Sun, 30 Jan 2011 22:57:14 +0000 (23:57 +0100)]
add stubs for invoke

14 years agoInitial import
Felix Fietkau [Mon, 6 Dec 2010 02:51:58 +0000 (03:51 +0100)]
Initial import