summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpc-sys: packagelist: increase input buffer sizemasterEric Fahlgren4 days1-2/+3
* file: provide user name and group name lookups for stat listingsPaul Donald2025-12-031-0/+31
* file: bump sz_size to 64 bitsPaul Donald2025-12-031-1/+1
* file: append "target" for symbolic linksPaul Donald2025-11-101-2/+16
* iwinfo: add he and eht operation info to wifi scanAleksander Jan Bajkowski2025-11-071-0/+16
* file: use lstat for file list (instead of stat) to reveal linksPaul Donald2025-10-301-4/+20
* CMakeLists: update cmake minimum required version to 3.10Christian Marangi2025-10-031-1/+1
* rpc-sys: packagelist: handle ABI versions in apk world properlyEric Fahlgren2025-09-291-3/+9
* ucode: adjust for new ext resource typeFelix Fietkau2025-08-091-1/+1
* rpc-sys: update packagelist call to handle apk abiversion tagEric Fahlgren2025-06-221-10/+20
* file: linkstat to get link stat infoPaul Donald2025-06-111-3/+35
* rpc-sys: rework packagelist call for apkEric Fahlgren2024-12-021-32/+109
* rpcd: iwinfo: add IEEE 802.11be supportChad Monroe2024-09-171-3/+21
* session: Fix crash when the UCI option 'password' or 'username' is missingIssamHamdi2024-05-281-0/+6
* sys: use "Auto-Installed" field for packagelistJustin Klaassen2024-02-221-65/+57
* iwinfo: update byte counter to 64bitThomas Weißschuh2023-06-251-2/+2
* file: strengthen exec access controlErik Karlsson2023-06-251-2/+5
* rc: add option to get info for a single script in list methodChristian Marangi2023-01-311-1/+14
* rc: add option to skip running check for list methodChristian Marangi2023-01-311-3/+22
* rc: add support for scanning USE_PROCD and skip running if not supportedChristian Marangi2023-01-311-2/+9
* rc: fix and improve script scanning START and STOPChristian Marangi2023-01-311-2/+5
* iwinfo: add "band" and "mhz" to the scan outputAndre Heider2023-01-211-1/+5
* iwinfo: add "band" to the freqlist outputAndre Heider2023-01-211-1/+4
* iwinfo: add flags to freqlist outputChristian Marangi2023-01-211-0/+5
* iwinfo: add "hwmodes_text" to the info outputAndre Heider2022-12-151-0/+4
* iwinfo: clean up rpc_iwinfo_call_hw_ht_mode()Andre Heider2022-12-151-12/+11
* iwinfo: reuse infos provided by libiwinfoAndre Heider2022-12-151-175/+84
* iwinfo: constify string map arg for rpc_iwinfo_call_int()Andre Heider2022-12-151-1/+1
* ucode: write ucode runtime exceptions to stderrJo-Philipp Wich2022-09-211-0/+18
* ucode: pass-through `ubus_rpc_session` argumentJo-Philipp Wich2022-09-121-1/+6
* ucode: initialize module search path earlyJo-Philipp Wich2022-09-121-1/+4
* sys: mitigate possible strncpy string truncationPetr Štetiar2022-08-241-3/+3
* ucode: parse ucode plugin scripts in raw mode, init search pathJo-Philipp Wich2022-08-122-3/+3
* iwinfo: fix compilation error with GCC 12Christian 'Ansuel' Marangi2022-05-311-1/+1
* ucode: adjust to latest ucode apiJo-Philipp Wich2022-02-071-12/+13
* ucode: add ucode interpreter pluginJo-Philipp Wich2021-12-084-2/+1210
* treewide: adjust ubus object type namesJo-Philipp Wich2021-12-086-6/+6
* build: honour CMake install prefix in hardcoded pathsJo-Philipp Wich2021-12-083-5/+5
* session: use blobmsg_get_u64 for RPC_DUMP_EXPIRESStijn Tintel2021-11-041-1/+1
* session: use uloop_timeout_remaining64Stijn Tintel2021-11-041-2/+2
* session: unload rpcd configuration before checking loginJo-Philipp Wich2021-07-131-0/+6
* iwinfo: add 802.11ax HE supportDavid Bauer2021-05-041-0/+45
* sys: packagelist: drop ABI version from package nameDaniel Golle2021-03-111-0/+12
* uci: manually clear uci_ptr flags after uci_delete() operationsJo-Philipp Wich2021-01-171-1/+5
* iwinfo: include ht_operation data only if availableAnsuel Smith2021-01-061-5/+7
* iwinfo: return hwmode 'ad' on 802.11ad-only hardwareDaniel Golle2021-01-051-0/+6
* iwinfo: add support for 802.11ad and GCMPDaniel Golle2021-01-051-0/+6
* iwinfo: export center channel for info ubus callAnsuel Smith2021-01-051-0/+2
* iwinfo: add ht and vht operation info to wifi scanAnsuel Smith2021-01-051-1/+15
* rc: support init.d scripts with START=0Rafał Miłecki2020-09-181-8/+12