summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ubusd: fix the return code for acl check mismatchFelix Fietkau2015-12-091-1/+1
* ubusd: simplify/fix avl loop in ubusd_reply_add()Felix Fietkau2015-12-091-15/+17
* ubusd: simplify/fix avl loop in ubusd_acl_check()Felix Fietkau2015-12-091-5/+2
* libubus: add socket EOF handling to ubus_complete_request()Felix Fietkau2015-12-091-0/+4
* libubus: fix error handling during close after partially receiving a messageFelix Fietkau2015-12-091-1/+2
* ubusd: make ACL path configurable on the command lineFelix Fietkau2015-12-093-2/+12
* ubusd: remove a faulty and redundant checkFelix Fietkau2015-12-091-3/+0
* ubus: Correct usage of timeout on poll functionKarl Vogel2015-12-071-2/+2
* cli: add monitor supportFelix Fietkau2015-11-191-1/+191
* libubus: add monitor supportFelix Fietkau2015-11-193-0/+23
* ubusd: add monitor supportFelix Fietkau2015-11-196-1/+136
* libubus: Fix reverse order processing of pending ubus notifications messagesHans Dedecker2015-11-021-1/+1
* lua: Fix stack imbalance in ubus_event_handlerHans Dedecker2015-11-021-0/+3
* fix off-by-one in acl match iterationJohn Crispin2015-09-221-1/+1
* unbreak acl allocationJohn Crispin2015-09-221-1/+1
* fix a copy & paste bugJohn Crispin2015-07-011-1/+1
* ubusd: fix offset calculation (based on patch by Yang Chao)Felix Fietkau2015-07-061-1/+1
* ubusd: fix build on non-linux systems without peercred supportFelix Fietkau2015-06-241-1/+14
* change socket permission to allow !root users to connectJohn Crispin2015-06-181-1/+1
* hook acl into ubusdJohn Crispin2015-06-182-7/+38
* hook acl into libubusJohn Crispin2015-06-181-1/+5
* add acl codeJohn Crispin2015-06-187-3/+687
* make ubusd load the acl on start and HUPJohn Crispin2015-06-181-0/+7
* add optional tags to the ubus methos struct and the wrapper macrosJohn Crispin2015-06-181-7/+19
* call openlog on startupJohn Crispin2015-06-181-0/+2
* make ubus_proto_send_msg_from_blob() none staticJohn Crispin2015-06-182-6/+8
* make ubus_parse_msg() none staticJohn Crispin2015-06-182-1/+2
* make ubusd_send_event() none staticJohn Crispin2015-06-182-4/+5
* pass ubus_msg_buf to callback of internal objectJohn Crispin2015-06-183-3/+4
* remove obseleted validation of keyJohn Crispin2015-06-181-2/+1
* lua: fix memory leak problem陈斌2015-05-251-0/+1
* cli: flush stdout after printing an eventFelix Fietkau2015-05-121-0/+1
* ubus: Fix memleak in examples/client in case of failureHans Dedecker2015-05-081-0/+1
* ubus: Fix issues reported by static code analysis tool KlocworkHans Dedecker2015-04-206-6/+35
* libubus: fix processing queued messages after blocking requestsFelix Fietkau2015-01-221-1/+1
* libubus: expose ubus_connect_ctx() in public APIDelio Brignoli2014-10-142-4/+17
* libubus: define _GNU_SOURCE, needed for O_CLOEXECFelix Fietkau2014-09-171-0/+1
* libubus: fix build error in examples/serverZefir Kurtisi2014-09-171-1/+4
* libubus: replace __init with __constructorZefir Kurtisi2014-09-173-4/+2
* libubus: restore uloop_cancelled on timeoutAlexandru Ardelean2014-09-151-0/+1
* libubus: preserve the received message buffer for incoming invoke callsFelix Fietkau2014-09-151-0/+14
* libubus: rework buffer allocation codeFelix Fietkau2014-09-151-13/+31
* libubus: remove ubus_msghdr_data() by passing in the right data structure poi...Felix Fietkau2014-09-155-44/+35
* libubus: use calloc_a for queued msgs to reduce the number of allocationsFelix Fietkau2014-09-151-8/+5
* libubus: fix a small memleak in ubus_register_event_handler()Felix Fietkau2014-09-041-1/+4
* libubus: fix msgbuf reduction logic during receiveAlexandru Ardelean2014-08-311-8/+4
* libubus: mark ubus socket with close-on-execFelix Fietkau2014-08-311-1/+1
* libubus: use explicit type name in ubus_msghdr_data instead of typeof()Felix Fietkau2014-07-031-1/+1
* libubus: move ubus_msghdr_data to libubus-internal.hFelix Fietkau2014-07-032-7/+7
* ubus: add count test to validate large message sizesAlexandru Ardelean2014-07-035-2/+187