ambrop7 386b6f4183 ncd: modules: value: add value::insert_remove(). Also fix crash introduced in previous commit. před 14 roky
..
alias.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
arithmetic.c ab13660e30 ncd: modules: arithmetic: fix crash on malloc failure před 14 roky
blocker.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
call.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
choose.c 0d99d6a26a switch to using the New BSD License před 14 roky
command_template.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
command_template.h 0d99d6a26a switch to using the New BSD License před 14 roky
concat.c 0d99d6a26a switch to using the New BSD License před 14 roky
concatv.c 0d99d6a26a switch to using the New BSD License před 14 roky
daemon.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
depend.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
dynamic_depend.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
event_template.c abaa48811f ncd: modules: expect all methods to be called even when the base statement is not up, instead of asserting. This před 14 roky
event_template.h abaa48811f ncd: modules: expect all methods to be called even when the base statement is not up, instead of asserting. This před 14 roky
exit.c ae27405c14 ncd: modules: add exit() and getargs(), making use of the new interface před 14 roky
foreach.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
from_string.c 971c19a015 ncd: modules: add from_string and to_string před 14 roky
getargs.c 0a9329ce89 ncd: modules: getargs: don't store the arguments, just request them in getvar před 14 roky
if.c 0d99d6a26a switch to using the New BSD License před 14 roky
imperative.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
index.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
ip_in_network.c 0d99d6a26a switch to using the New BSD License před 14 roky
list.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
logical.c 0d99d6a26a switch to using the New BSD License před 14 roky
modules.h 1b3604d2c1 ncd: modules: add parse před 14 roky
multidepend.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
net_backend_badvpn.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_backend_rfkill.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_backend_waitdevice.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_backend_waitlink.c 9707c898a3 ncd: NCDInterfaceMonitor: implement observing IP addresses of interfaces, implement před 14 roky
net_backend_wpa_supplicant.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_dns.c 0d99d6a26a switch to using the New BSD License před 14 roky
net_iptables.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
net_ipv4_addr.c 0d99d6a26a switch to using the New BSD License před 14 roky
net_ipv4_arp_probe.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_ipv4_dhcp.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
net_ipv4_route.c 0d99d6a26a switch to using the New BSD License před 14 roky
net_ipv6_wait_dynamic_addr.c a4f16eacd2 ncd: modules: add net_ipv6_wait_dynamic_addr před 14 roky
net_up.c 0d99d6a26a switch to using the New BSD License před 14 roky
net_watch_interfaces.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
ondemand.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
parse.c 1b3604d2c1 ncd: modules: add parse před 14 roky
print.c 0d99d6a26a switch to using the New BSD License před 14 roky
process_manager.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
ref.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky
regex_match.c 0d99d6a26a switch to using the New BSD License před 14 roky
run.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
runonce.c 587751adfb system: BProcess: add setsid option. ncd: modules: runonce: add setsid option před 14 roky
sleep.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
spawn.c 0d99d6a26a switch to using the New BSD License před 14 roky
strcmp.c 0d99d6a26a switch to using the New BSD License před 14 roky
sys_evdev.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
sys_request_client.c 33891a6f63 ncd: modules: sys_request_client: add support to connecting to TCP servers před 14 roky
sys_request_server.c f0e54877ff ncd: modules: sys_request_server: allow getting the IP address of a client před 14 roky
sys_watch_directory.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
sys_watch_input.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
sys_watch_usb.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the před 14 roky
to_string.c 971c19a015 ncd: modules: add from_string and to_string před 14 roky
try.c 634af9f300 ncd: modules: add try před 14 roky
value.c 386b6f4183 ncd: modules: value: add value::insert_remove(). Also fix crash introduced in previous commit. před 14 roky
var.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual před 14 roky