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