libubus: preserve the received message buffer for incoming invoke calls
[project/ubus.git] / libubus.c
2014-09-15 Felix Fietkaulibubus: remove ubus_msghdr_data() by passing in the...
2014-09-15 Felix Fietkaulibubus: use calloc_a for queued msgs to reduce the...
2014-09-04 Felix Fietkaulibubus: fix a small memleak in ubus_register_event_han...
2014-07-03 Alexandru Ardeleanubus: increase message size limit and make it configura...
2014-07-03 Alexandru Ardeleanlibubus: refactor ubus_context msgbuf data to be dynami...
2014-06-25 Felix Fietkaulibubus: fix deferring invoke processing for non-uloop...
2014-06-24 Felix Fietkaulibubus: always defer processing incoming invoke/unsubs...
2014-02-18 Felix Fietkaulibubus: implement file descriptor passing support
2014-01-22 John Crispinadd auto (re)connect logic to libubus
2013-10-29 Felix Fietkaulibubus: pull the variable length data array out of...
2012-12-30 Felix Fietkaulibubus: free internal blob_buf memory when freeing...
2012-12-14 Felix Fietkaulibubus: implement notify handling
2012-12-14 Felix Fietkaumove ubus_start_request to libubus-req.c
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 Fietkauubus: add notification for subscribers present/gone
2012-12-13 Felix Fietkauwatch add/remove -> subscribe/unsubscribe:
2012-10-24 Felix Fietkaulibubus: split out some code into separate source files
2012-10-01 Felix Fietkauadd support for deferring a reply to a method invoke...
2012-05-28 Felix Fietkaulibubus: add support for reconnecting (and re-publishin...
2012-05-19 Felix Fietkauubusd: add support for watching objects to get notified...
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-09 Felix Fietkaumake the socket non-blocking, explicitly wait for data...
2011-09-05 Felix Fietkauadd an error message for "unknown error"
2011-09-05 Felix Fietkauadd an error code for "operation not supported"
2011-06-17 Felix Fietkauadd copyright/license information
2011-03-27 Felix Fietkausimplify object signatures by reusing the parser policy...
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-07 Felix Fietkauadd sender side length checks
2011-02-07 Felix Fietkauremove unnecessary debug stuff
2011-02-07 Felix Fietkaufix max message length handling - exclude the header
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkaumake ubus_default_connection_lost static
2011-02-06 Felix Fietkauadd ubus_remove_object to libubus
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 Fietkaufix SIGINT handling
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-01-31 Felix Fietkauremove obsolete debug msgs
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 Fietkaumake message data on invoke() optional
2011-01-31 Felix Fietkauadd support for data replies
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...
2011-01-30 Felix Fietkauadd stubs for invoke
2011-01-30 Felix FietkauInitial import