summaryrefslogtreecommitdiff
path: root/handler.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Fix multiple -Wsign-compare warningsHauke Mehrtens2023-02-191-2/+3
* handler: add mechanism to generate external device handler stubsArne Kappen2021-03-311-0/+114
* handler: fix resource leak on error in netifd_init_script_handlers()Hans Dedecker2018-04-121-1/+6
* handler: replace is_error() helper with NULL checkAlexandru Ardelean2017-12-101-1/+1
* handler: Fix memory leakHans Dedecker2016-02-011-1/+5
* make netifd_handler_parse_config honour the luci validation passed from the b...John Crispin2014-02-171-0/+16
* Work around warn_unused_result in recent gcc/libcSteven Barth2014-02-161-2/+2
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* proto-shell: move more core to handler.cFelix Fietkau2013-10-221-3/+20
* proto-shell: move script handler config parse code to handler.cFelix Fietkau2013-10-221-0/+57
* proto-shell: move script handler dump code to handler.cFelix Fietkau2013-10-221-0/+119