ambrop7 f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
..
alias.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
arithmetic.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
assert.c 577e83fa9c ncd: modules: add assert 13 år sedan
blocker.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
call.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
call2.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
choose.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
command_template.c b3c5ff1cb8 ncd: modules: command_template: remove stray log channel include, cosmetic changes 13 år sedan
command_template.h b3c5ff1cb8 ncd: modules: command_template: remove stray log channel include, cosmetic changes 13 år sedan
concat.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
concatv.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
daemon.c 0946e8dfdc ncd: modules: port some more modules to func_new2 13 år sedan
depend.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
dynamic_depend.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
event_template.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
event_template.h 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
exit.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
explode.c ad80c756ff ncd: modules: explode: fix a malloc(0) 13 år sedan
file.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 år sedan
foreach.c e80d8295a3 ncd: modules: foreach: use int's instead of size_t's for statement indices 13 år sedan
from_string.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 år sedan
getargs.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
if.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 år sedan
imperative.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
implode.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 år sedan
index.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
list.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
logical.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
modules.h 1996f362b4 ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for net.ipv4.addr_in_network() 13 år sedan
multidepend.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
net_backend_badvpn.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_backend_rfkill.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_backend_waitdevice.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_backend_waitlink.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_backend_wpa_supplicant.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_dns.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
net_iptables.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_ipv4_addr.c 544a2838cb ncd/modules/net_ipv4_addr.c: port to func_new2 13 år sedan
net_ipv4_addr_in_network.c 1996f362b4 ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for net.ipv4.addr_in_network() 13 år sedan
net_ipv4_arp_probe.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_ipv4_dhcp.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_ipv4_route.c 2d7d05d6bb ncd/modules/net_ipv4_route.c: port to func_new2 13 år sedan
net_ipv6_addr.c 619288f673 ncd: modules: add net.ipv6.addr() 13 år sedan
net_ipv6_addr_in_network.c 5d2c3cb7db ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_network 13 år sedan
net_ipv6_route.c f65800bfd1 ncd: modules: add net.ipv6.route() 13 år sedan
net_ipv6_wait_dynamic_addr.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_up.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
net_watch_interfaces.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
netmask.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
ondemand.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
parse.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 år sedan
print.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
process_manager.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 år sedan
reboot.c 3c08174cbc ncd: modules: add reboot 13 år sedan
ref.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
regex_match.c 43110fd7db cosmetic changes 13 år sedan
run.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
runonce.c 98e139f2ce ncd: modules: runonce: document the do_setsid option 13 år sedan
sleep.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
spawn.c 0e337dfb8a ncd: modules: spawn: implement _caller in called process, implement spawn::join(), port to new instance allocation 13 år sedan
strcmp.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
sys_evdev.c 2216d83b02 ncd: don't abort if close fails 13 år sedan
sys_request_client.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
sys_request_server.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
sys_watch_directory.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
sys_watch_input.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
sys_watch_usb.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
to_string.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 år sedan
try.c 42d543212b ncd: port some modules to use preallocation 13 år sedan
value.c 0e2f69fcf0 ncd: modules: value: add value::replace_this() and value::replace_this_undo() 13 år sedan
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 år sedan
valuemetic.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 år sedan
var.c 42d543212b ncd: port some modules to use preallocation 13 år sedan