summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rc: add option to get info for a single script in list methodHEADmasterChristian 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-161-0/+4
* iwinfo: clean up rpc_iwinfo_call_hw_ht_mode()Andre Heider2022-12-161-12/+11
* iwinfo: reuse infos provided by libiwinfoAndre Heider2022-12-161-175/+84
* iwinfo: constify string map arg for rpc_iwinfo_call_int()Andre Heider2022-12-161-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-051-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
* rc: new ubus object for handling /etc/init.d/ scriptsRafał Miłecki2020-09-104-3/+375
* uci: reset uci_ptr flags when merging options during section addJo-Philipp Wich2020-05-261-0/+1
* session: deny access if password login is disabledFabian Bläse2020-03-171-1/+1
* iwinfo: add current hw and ht mode to info callDaniel Danzberger2020-01-051-0/+44
* file: extend exec acl checks to commands with argumentsJo-Philipp Wich2019-12-111-2/+28
* plugin: avoid truncating numeric valuesJo-Philipp Wich2019-11-101-2/+72
* plugin: fix double free in finish callbackJo-Philipp Wich2019-10-291-1/+0
* main: exec_self: make clang analyzer happyYousong Zhou2019-10-291-3/+8
* file: exec: properly free memory on errorYousong Zhou2019-10-291-3/+18
* uci: free configs list memory on returnYousong Zhou2019-10-291-0/+4
* exec: always call finish_cb to allow plugin to free up memoryYousong Zhou2019-10-291-5/+5
* plugin: do not free method name separatelyJo-Philipp Wich2019-10-291-4/+1
* exec: properly free memory on rpc_exec() errorYousong Zhou2019-10-292-4/+12
* plugin: exec: properly free memory on parse errorYousong Zhou2019-10-291-2/+7
* uci: reset uci_ptr flags when merging set operationsJo-Philipp Wich2019-10-291-0/+1
* plugin: fix leaking invoked method name for exec pluginsJo-Philipp Wich2019-10-171-3/+3
* file: increase minimum read buffer size to 4096 bytesJo-Philipp Wich2019-09-211-1/+1