projects
/
project
/
ubus.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
project/ubus.git
2015-06-18
John Crispin
pass ubus_msg_buf to callback of internal object
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
John Crispin
remove obseleted validation of key
commit
|
commitdiff
|
tree
|
snapshot
2015-05-25
陈斌
lua: fix memory leak problem
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Felix Fietkau
cli: flush stdout after printing an event
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Hans Dedecker
ubus: Fix memleak in examples/client in case of failure
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
Hans Dedecker
ubus: Fix issues reported by static code analysis tool...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-22
Felix Fietkau
libubus: fix processing queued messages after blocking...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Delio Brignoli
libubus: expose ubus_connect_ctx() in public API
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
Felix Fietkau
libubus: define _GNU_SOURCE, needed for O_CLOEXEC
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
Zefir Kurtisi
libubus: fix build error in examples/server
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
Zefir Kurtisi
libubus: replace __init with __constructor
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Alexandru Ardelean
libubus: restore uloop_cancelled on timeout
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Felix Fietkau
libubus: preserve the received message buffer for incom...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Felix Fietkau
libubus: rework buffer allocation code
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Felix Fietkau
libubus: remove ubus_msghdr_data() by passing in the...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Felix Fietkau
libubus: use calloc_a for queued msgs to reduce the...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Felix Fietkau
libubus: fix a small memleak in ubus_register_event_han...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-31
Alexandru Ardelean
libubus: fix msgbuf reduction logic during receive
commit
|
commitdiff
|
tree
|
snapshot
2014-08-31
Felix Fietkau
libubus: mark ubus socket with close-on-exec
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Felix Fietkau
libubus: use explicit type name in ubus_msghdr_data...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Felix Fietkau
libubus: move ubus_msghdr_data to libubus-internal.h
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
ubus: add count test to validate large message sizes
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
libubus: fix ubus_invoke() to return err in case ubus_s...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
ubusd: replace ubusd_msg_unshare() with ubus_msg_new...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
libubus: fix writev_retry() function when writing large...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
libubus: add logic to reduce msgbuf data size after...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
ubus: increase message size limit and make it configura...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Alexandru Ardelean
libubus: refactor ubus_context msgbuf data to be dynami...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Felix Fietkau
libubus: fix deferring invoke processing for non-uloop...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Felix Fietkau
libubus: always defer processing incoming invoke/unsubs...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
cli: implement wait_for
commit
|
commitdiff
|
tree
|
snapshot
2014-05-05
Steven Barth
lua: forward return codes from lua to ubus
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Felix Fietkau
libubus: add support for defining a policy mask
commit
|
commitdiff
|
tree
|
snapshot
2014-04-01
Felix Fietkau
ubusd: fix processing object method signatures
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Felix Fietkau
libubus: do not use uloop_run() inside ubus_complete_re...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Felix Fietkau
libubus-internal: use the __hidden definition from...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-27
Felix Fietkau
libubus: close file descriptor after passing it in...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Karl Vogel
ubus: Fix imbalance in lua stack push/pop of values.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
Felix Fietkau
examples/client: receive data from the passed file...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
Felix Fietkau
examples/server: send a file descriptor as part of...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
Felix Fietkau
libubus: implement file descriptor passing support
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
Felix Fietkau
ubusd: implement protocol support for passing file...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-28
Luka Perkov
lua: allow methods with no arguments
commit
|
commitdiff
|
tree
|
snapshot
2014-01-28
Luka Perkov
lua: fix whitespaces and typo
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
John Crispin
add auto (re)connect logic to libubus
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
John Crispin
add Lua bindings for ubus events
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Felix Fietkau
libubus: pull the variable length data array out of...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Jo-Philipp...
ubusd: use umask of 0177 for now to prevent a world...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Lukasz Baj
libubus: Check if remove callback exists before call it
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Felix Fietkau
libubus: detect read/write errors and set the eof flag...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Felix Fietkau
libubus: fix publishing objects after reconnect
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Yousong Zhou
Add a return value to make compiler silent.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Yousong Zhou
Fix the condition for stopping the writev_retry.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Felix Fietkau
libubus: fix logic inversion for cancelling requests
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Felix Fietkau
cli: use the new json-c library name
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Felix Fietkau
libubus: fix deadlock in recursive synchronous ubus...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-04
Felix Fietkau
libubus: fix crash on reconnect with objects that have...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Felix Fietkau
libubus: fix passing the return code of the subscriber...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Felix Fietkau
libubus: fix synchronous ubus_notify without waiting...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Felix Fietkau
libubus: add ubus_unregister_subscriber wrapper
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Felix Fietkau
libubus: add UBUS_METHOD_NOARG
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Thomas Gstädtner
add systemd support
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Thomas Gstädtner
make UBUS_UNIX_SOCKET configurable via cmake
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Thomas Gstädtner
add INCLUDE_DIRECTORIES to subdirectories
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Thomas Gstädtner
make building examples an option
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Felix Fietkau
build: remove install prefix override
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Jo-Philipp...
lua: pass u64 blob type as double to Lua
commit
|
commitdiff
|
tree
|
snapshot
2012-12-30
Felix Fietkau
libubus: free internal blob_buf memory when freeing...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Felix Fietkau
examples: disable the message on the server example...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Felix Fietkau
libubus: fix data type of request sequence counter...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Felix Fietkau
libubus: fix uninitialized variable warning
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
examples: use blocking notify
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: implement notify handling
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: fix segfaults on request timeouts
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
ubusd: implement notify forwarding with status reporting
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: check if subscriber cb is non-NULL before...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: do not send a status reply if UBUS_ATTR_NO_REP...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: add UBUS_ATTR_NO_REPLY and add policy for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
move ubus_start_request to libubus-req.c
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: remove accidentally committed unused header...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: refactor code, move request handling to libubu...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
libubus: reduce code duplication and add stack depth...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
remove the "method" argument for object subscription
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Felix Fietkau
ubus: add notification for subscribers present/gone
commit
|
commitdiff
|
tree
|
snapshot
2012-12-13
Felix Fietkau
watch add/remove -> subscribe/unsubscribe:
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Felix Fietkau
ubusd: use avl_strcmp
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
Felix Fietkau
libubus: fix stack space init for processing requests
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Felix Fietkau
libubus: split out some code into separate source files
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Felix Fietkau
examples: split client/server code
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Felix Fietkau
move example to examples/
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Jo-Philipp...
lua: remove a superfluous lua_pop() when checking table...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Jo-Philipp...
lua: fix ubus_lua_format_blob_is_array() to not leave...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Felix Fietkau
add deferred reply to the ubus server example
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Felix Fietkau
add support for deferring a reply to a method invoke...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-28
John Crispin
lua: propagate incoming message to method callback...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-28
Felix Fietkau
cli: add array and table types to method signature...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
John Crispin
add lua binding test scripts
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Felix Fietkau
lua: add support for registering methods
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Felix Fietkau
lua: add uloop support
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
John Crispin
lua: allow building the lua binding with vanilla lua
commit
|
commitdiff
|
tree
|
snapshot
next