index
:
ubus
master
openwrt-19.07
staging/stintel/dev
OpenWrt system message/RPC bus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
formal: fix workflow permissions
master
George Sapkin
2025-12-02
1
-0
/
+6
*
github: ci: add MIPS64, PowerPC64 and RISCV64
Álvaro Fernández Rojas
2025-11-18
1
-4
/
+41
*
build: install ubus
Álvaro Fernández Rojas
2025-11-17
2
-2
/
+14
*
github: ci: add powerpc arch
Álvaro Fernández Rojas
2025-11-14
1
-4
/
+11
*
github: ci: add cmake build and source directories
Álvaro Fernández Rojas
2025-11-14
1
-10
/
+18
*
ubus: add a simple build script
Álvaro Fernández Rojas
2025-11-14
2
-0
/
+84
*
github: ci: add tests
Álvaro Fernández Rojas
2025-11-14
2
-2
/
+81
*
github: ci: disable json-c tests
Álvaro Fernández Rojas
2025-11-14
1
-1
/
+3
*
github: fix CI apt dependencies
Álvaro Fernández Rojas
2025-11-03
1
-0
/
+1
*
github: improve CI
Álvaro Fernández Rojas
2025-10-19
3
-11
/
+91
*
ubusd: fix ACL check for receiving events
Felix Fietkau
2025-10-17
1
-1
/
+1
*
ubusd: fix more instances of missing length checks for patterns
Felix Fietkau
2025-10-17
2
-0
/
+20
*
add debian/ directory
Felix Fietkau
2025-10-14
15
-0
/
+196
*
ubusd: load extra group IDs for a client process
Felix Fietkau
2025-10-14
2
-2
/
+61
*
ubusd: acl: compare uid/gid instead of user/group strings
Felix Fietkau
2025-10-14
2
-8
/
+32
*
ubusd: Fix out of bounds access in event register message
Hauke Mehrtens
2025-10-14
1
-0
/
+3
*
github: add CI build
Álvaro Fernández Rojas
2025-10-12
1
-0
/
+110
*
examples: CMakeLists: drop redundant cmake_minimum_required
David Härdeman
2025-10-07
1
-2
/
+0
*
lua: CMakeLists: drop redundant cmake_minimum_required
David Härdeman
2025-10-07
1
-2
/
+0
*
lua: build: require CMake >= 3.10 due to dropped legacy support
Hauke Mehrtens
2025-10-04
1
-1
/
+1
*
examples: CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2025-10-03
1
-1
/
+1
*
ubusd: do not call socket callback from ubus_msg_send
Felix Fietkau
2025-07-02
1
-5
/
+1
*
ubusd: add another tx attempt on enqueueing the first message for a client
Felix Fietkau
2025-07-01
2
-2
/
+7
*
ubusd: fix txq_len accounting
Felix Fietkau
2025-07-01
1
-2
/
+2
*
ubusd: retry write on EINTR
Felix Fietkau
2025-07-01
1
-0
/
+2
*
ubusd: treat EACCES on write like EAGAIN
Felix Fietkau
2025-07-01
1
-0
/
+1
*
ubusd: make txq_len field signed
Felix Fietkau
2025-07-01
1
-1
/
+1
*
libubus: flush all pending requests on connection loss
Felix Fietkau
2025-05-16
3
-1
/
+14
*
libubus: add support for using channels
Felix Fietkau
2025-01-02
7
-12
/
+128
*
libubus: close file descriptor after sending it from a request
Felix Fietkau
2025-01-02
1
-0
/
+2
*
libubus: Make UBUS_* macros work cleanly in C++
Karsten Sperling
2024-06-11
4
-23
/
+72
*
CMakeLists.txt: bump minimum cmake version
Felix Fietkau
2023-12-18
1
-1
/
+1
*
libubus: fix initial subscribe with autosubscribe
Felix Fietkau
2023-11-28
1
-1
/
+6
*
libubus: fix reconnect with auto subscribe
Felix Fietkau
2023-11-28
1
-0
/
+25
*
Add auto subscribe support
John Crispin
2023-11-14
3
-0
/
+62
*
libubus: add missing uloop_fd_delete call in ubus_shutdown
Felix Fietkau
2023-06-05
1
-0
/
+1
*
ubusd: add lookup command queuing support
Daniel Danzberger
2022-06-15
3
-8
/
+122
*
ubusd: handle invoke on event object without data
Erik Karlsson
2022-06-01
1
-0
/
+6
*
lua: add optional path filter to objects() method
Etienne Champetier
2022-05-30
1
-1
/
+2
*
cli: improve error logging for call command
staging/stintel/dev
Stijn Tintel
2022-02-28
1
-2
/
+23
*
cli: use UBUS_STATUS_PARSE_ERROR
Stijn Tintel
2022-02-28
1
-6
/
+2
*
libubus: introduce new status messages
Stijn Tintel
2022-02-28
2
-0
/
+6
*
libubus: increase stack depth for processing obj msgs
Felix Fietkau
2021-09-08
1
-0
/
+2
*
libubus: process pending messages in data handler if stack depth is 0
Felix Fietkau
2021-09-08
1
-1
/
+9
*
libubus: use list_empty/list_first_entry in ubus_process_pending_msg
Felix Fietkau
2021-09-08
1
-2
/
+3
*
ubusd: log ACL init errors
Rafał Miłecki
2021-09-07
2
-3
/
+13
*
ubusd: fix tx_queue linked list usage
Alexander Van Parys
2021-06-30
2
-1
/
+2
*
ubusd: protect against too-short messages
Julian Squires
2021-06-02
1
-0
/
+2
*
ubusd: add per-client tx queue limit
Arnout Vandecappelle (Essensium/Mind)
2021-05-31
3
-0
/
+8
*
ubusd: convert tx_queue to linked list
Arnout Vandecappelle (Essensium/Mind)
2021-05-31
4
-31
/
+34
[next]