ambrop7 a5fcd7838d ncd: modules: value: implement .length variable for strings 14 年之前
..
alias.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
arithmetic.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
blocker.c a523969101 ncd: modules: blocker: add blocker::rdownup() 14 年之前
call.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
choose.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
command_template.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the 14 年之前
command_template.h 0d99d6a26a switch to using the New BSD License 14 年之前
concat.c ba331c65d5 cosmetic changes 14 年之前
concatv.c ba331c65d5 cosmetic changes 14 年之前
daemon.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
depend.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
dynamic_depend.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
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 年之前
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 年之前
exit.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
foreach.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
from_string.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
getargs.c 0a9329ce89 ncd: modules: getargs: don't store the arguments, just request them in getvar 14 年之前
if.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
imperative.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
index.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
ip_in_network.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
list.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
logical.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
modules.h e4f85dce66 ncd: modules: add valuemetic 14 年之前
multidepend.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_backend_badvpn.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_backend_rfkill.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_backend_waitdevice.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_backend_waitlink.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_backend_wpa_supplicant.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_dns.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_iptables.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_ipv4_addr.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_ipv4_arp_probe.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_ipv4_dhcp.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_ipv4_route.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_ipv6_wait_dynamic_addr.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_up.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
net_watch_interfaces.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the 14 年之前
ondemand.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
parse.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
print.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
process_manager.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
ref.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual 14 年之前
regex_match.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
run.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
runonce.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sleep.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
spawn.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
strcmp.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_evdev.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_request_client.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_request_server.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_watch_directory.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_watch_input.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
sys_watch_usb.c f007867b5f ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the 14 年之前
to_string.c 971c19a015 ncd: modules: add from_string and to_string 14 年之前
try.c 3f96e70617 ncd: modules: be aware of strings with null bytes 14 年之前
value.c a5fcd7838d ncd: modules: value: implement .length variable for strings 14 年之前
valuemetic.c 3c95283462 ncd: modules: valuemetic: fix description 14 年之前
var.c 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual 14 年之前