summaryrefslogtreecommitdiff
path: root/libubus.h
Commit message (Expand)AuthorAgeFilesLines
* ubus: make libubus ready for linking into C++Peter Stadler2020-01-051-0/+8
* libubus-req: add data_cb callback handling for ubus notificationsJohn Crispin2017-11-061-0/+3
* libubus: do not modify uloop_cancelledFelix Fietkau2017-02-031-0/+1
* libubus: reduce code duplication, fix indentationFelix Fietkau2016-12-241-8/+13
* Allow sending a fd along a ubus_requestamine ahd2016-12-241-0/+19
* libubus.h: marking unused variablesEmanuel Taube2016-02-221-0/+2
* libubus.h: add ubus_auto_shutdown()Ben Kelly2016-02-071-0/+6
* libubus: add monitor supportFelix Fietkau2015-11-191-0/+13
* add acl codeJohn Crispin2015-06-181-0/+24
* add optional tags to the ubus methos struct and the wrapper macrosJohn Crispin2015-06-181-7/+19
* libubus: expose ubus_connect_ctx() in public APIDelio Brignoli2014-10-141-0/+6
* libubus: move ubus_msghdr_data to libubus-internal.hFelix Fietkau2014-07-031-7/+0
* libubus: add logic to reduce msgbuf data size after 16 small messagesAlexandru Ardelean2014-07-031-0/+1
* ubus: increase message size limit and make it configurable at build-timeAlexandru Ardelean2014-07-031-0/+1
* libubus: refactor ubus_context msgbuf data to be dynamically allocatedAlexandru Ardelean2014-07-031-5/+8
* libubus: always defer processing incoming invoke/unsubscribe/notify if there ...Felix Fietkau2014-06-241-0/+1
* libubus: add support for defining a policy maskFelix Fietkau2014-04-271-8/+16
* libubus: implement file descriptor passing supportFelix Fietkau2014-02-181-1/+12
* add auto (re)connect logic to libubusJohn Crispin2014-01-221-0/+9
* libubus: pull the variable length data array out of struct ubus_msghdr to fix...Felix Fietkau2013-10-291-0/+6
* libubus: add ubus_unregister_subscriber wrapperFelix Fietkau2013-03-171-0/+7
* libubus: add UBUS_METHOD_NOARGFelix Fietkau2013-03-061-0/+6
* libubus: fix data type of request sequence counter. fixes hang after ~64K req...Felix Fietkau2012-12-151-3/+3
* libubus: implement notify handlingFelix Fietkau2012-12-151-3/+29
* ubus: add notification for subscribers present/goneFelix Fietkau2012-12-141-0/+5
* watch add/remove -> subscribe/unsubscribe:Felix Fietkau2012-12-131-11/+10
* add support for deferring a reply to a method invoke callFelix Fietkau2012-10-011-0/+12
* libubus: fix multiple inclusions of libubus.hFelix Fietkau2012-06-011-0/+5
* libubus: add support for reconnecting (and re-publishing objects)Felix Fietkau2012-05-291-0/+1
* ubusd: add support for watching objects to get notified when they go awayFelix Fietkau2012-05-191-0/+16
* uloop: do not use ULOOP_EDGE_TRIGGER for the blocking socket, it can miss som...Felix Fietkau2012-05-181-1/+1
* libubus: limit stack depth for incoming invoke requestsFelix Fietkau2011-10-271-0/+2
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* simplify object signatures by reusing the parser policy to define themFelix Fietkau2011-03-271-25/+18
* change the ubus signature type to int instead of the enum, as there are possi...Felix Fietkau2011-02-261-1/+1
* add support for timeouts on synchronous requestsFelix Fietkau2011-02-111-3/+5
* libubus: add an inline function for socket event handlingFelix Fietkau2011-02-071-0/+6
* add sender side length checksFelix Fietkau2011-02-071-2/+2
* reorder a few functions in libubus.hFelix Fietkau2011-02-071-6/+7
* fix max message length handling - exclude the headerFelix Fietkau2011-02-071-1/+1
* add code for sending events and fix the code for receiving eventsFelix Fietkau2011-02-071-0/+3
* add a wrapper function for unregistering an event handlerFelix Fietkau2011-02-061-0/+6
* add ubus_remove_object to libubusFelix Fietkau2011-02-061-0/+3
* rename publish to add_objectFelix Fietkau2011-02-061-1/+1
* implement code for receiving eventsFelix Fietkau2011-02-051-1/+11
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-0/+4
* add an inline function to add the ubus socket to uloopFelix Fietkau2011-01-311-0/+5
* remove an obsolete defineFelix Fietkau2011-01-311-1/+0
* make ubus_parse_msg staticFelix Fietkau2011-01-311-4/+0
* make ubus_start_request staticFelix Fietkau2011-01-311-4/+0