index
:
rpcd
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
openwrt-24.10
OpenWrt ubus RPC daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc-sys: packagelist: increase input buffer size
master
Eric Fahlgren
4 days
1
-2
/
+3
*
file: provide user name and group name lookups for stat listings
Paul Donald
2025-12-03
1
-0
/
+31
*
file: bump sz_size to 64 bits
Paul Donald
2025-12-03
1
-1
/
+1
*
file: append "target" for symbolic links
Paul Donald
2025-11-10
1
-2
/
+16
*
iwinfo: add he and eht operation info to wifi scan
Aleksander Jan Bajkowski
2025-11-07
1
-0
/
+16
*
file: use lstat for file list (instead of stat) to reveal links
Paul Donald
2025-10-30
1
-4
/
+20
*
CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2025-10-03
1
-1
/
+1
*
rpc-sys: packagelist: handle ABI versions in apk world properly
Eric Fahlgren
2025-09-29
1
-3
/
+9
*
ucode: adjust for new ext resource type
Felix Fietkau
2025-08-09
1
-1
/
+1
*
rpc-sys: update packagelist call to handle apk abiversion tag
Eric Fahlgren
2025-06-22
1
-10
/
+20
*
file: linkstat to get link stat info
Paul Donald
2025-06-11
1
-3
/
+35
*
rpc-sys: rework packagelist call for apk
Eric Fahlgren
2024-12-02
1
-32
/
+109
*
rpcd: iwinfo: add IEEE 802.11be support
Chad Monroe
2024-09-17
1
-3
/
+21
*
session: Fix crash when the UCI option 'password' or 'username' is missing
IssamHamdi
2024-05-28
1
-0
/
+6
*
sys: use "Auto-Installed" field for packagelist
Justin Klaassen
2024-02-22
1
-65
/
+57
*
iwinfo: update byte counter to 64bit
Thomas Weißschuh
2023-06-25
1
-2
/
+2
*
file: strengthen exec access control
Erik Karlsson
2023-06-25
1
-2
/
+5
*
rc: add option to get info for a single script in list method
Christian Marangi
2023-01-31
1
-1
/
+14
*
rc: add option to skip running check for list method
Christian Marangi
2023-01-31
1
-3
/
+22
*
rc: add support for scanning USE_PROCD and skip running if not supported
Christian Marangi
2023-01-31
1
-2
/
+9
*
rc: fix and improve script scanning START and STOP
Christian Marangi
2023-01-31
1
-2
/
+5
*
iwinfo: add "band" and "mhz" to the scan output
Andre Heider
2023-01-21
1
-1
/
+5
*
iwinfo: add "band" to the freqlist output
Andre Heider
2023-01-21
1
-1
/
+4
*
iwinfo: add flags to freqlist output
Christian Marangi
2023-01-21
1
-0
/
+5
*
iwinfo: add "hwmodes_text" to the info output
Andre Heider
2022-12-15
1
-0
/
+4
*
iwinfo: clean up rpc_iwinfo_call_hw_ht_mode()
Andre Heider
2022-12-15
1
-12
/
+11
*
iwinfo: reuse infos provided by libiwinfo
Andre Heider
2022-12-15
1
-175
/
+84
*
iwinfo: constify string map arg for rpc_iwinfo_call_int()
Andre Heider
2022-12-15
1
-1
/
+1
*
ucode: write ucode runtime exceptions to stderr
Jo-Philipp Wich
2022-09-21
1
-0
/
+18
*
ucode: pass-through `ubus_rpc_session` argument
Jo-Philipp Wich
2022-09-12
1
-1
/
+6
*
ucode: initialize module search path early
Jo-Philipp Wich
2022-09-12
1
-1
/
+4
*
sys: mitigate possible strncpy string truncation
Petr Štetiar
2022-08-24
1
-3
/
+3
*
ucode: parse ucode plugin scripts in raw mode, init search path
Jo-Philipp Wich
2022-08-12
2
-3
/
+3
*
iwinfo: fix compilation error with GCC 12
Christian 'Ansuel' Marangi
2022-05-31
1
-1
/
+1
*
ucode: adjust to latest ucode api
Jo-Philipp Wich
2022-02-07
1
-12
/
+13
*
ucode: add ucode interpreter plugin
Jo-Philipp Wich
2021-12-08
4
-2
/
+1210
*
treewide: adjust ubus object type names
Jo-Philipp Wich
2021-12-08
6
-6
/
+6
*
build: honour CMake install prefix in hardcoded paths
Jo-Philipp Wich
2021-12-08
3
-5
/
+5
*
session: use blobmsg_get_u64 for RPC_DUMP_EXPIRES
Stijn Tintel
2021-11-04
1
-1
/
+1
*
session: use uloop_timeout_remaining64
Stijn Tintel
2021-11-04
1
-2
/
+2
*
session: unload rpcd configuration before checking login
Jo-Philipp Wich
2021-07-13
1
-0
/
+6
*
iwinfo: add 802.11ax HE support
David Bauer
2021-05-04
1
-0
/
+45
*
sys: packagelist: drop ABI version from package name
Daniel Golle
2021-03-11
1
-0
/
+12
*
uci: manually clear uci_ptr flags after uci_delete() operations
Jo-Philipp Wich
2021-01-17
1
-1
/
+5
*
iwinfo: include ht_operation data only if available
Ansuel Smith
2021-01-06
1
-5
/
+7
*
iwinfo: return hwmode 'ad' on 802.11ad-only hardware
Daniel Golle
2021-01-05
1
-0
/
+6
*
iwinfo: add support for 802.11ad and GCMP
Daniel Golle
2021-01-05
1
-0
/
+6
*
iwinfo: export center channel for info ubus call
Ansuel Smith
2021-01-05
1
-0
/
+2
*
iwinfo: add ht and vht operation info to wifi scan
Ansuel Smith
2021-01-05
1
-1
/
+15
*
rc: support init.d scripts with START=0
Rafał Miłecki
2020-09-18
1
-8
/
+12
[next]