ambrop7 737f28f88c ncd: modules: file_open: improve performance by exposing the read data as an external string, avoiding a copy 13 years ago
..
alias.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
arithmetic.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
assert.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
backtrack.c fbc464435b ncd: modules: add backtrack 13 years ago
blocker.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
call.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
call2.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
choose.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago
command_template.c a3ea934a96 ncd: NCDModule: don't store a pointer to struct NCDModuleInst_iparams in NCDModuleInst. Instead, store it in struct 13 years ago
command_template.h 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
concat.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
concatv.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
daemon.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
depend.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
dynamic_depend.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
event_template.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 years ago
event_template.h 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 years ago
exit.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
explode.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
file.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
file_open.c 737f28f88c ncd: modules: file_open: improve performance by exposing the read data as an external string, avoiding a copy 13 years ago
foreach.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
from_string.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
getargs.c ff73d4b7ac ncd: modules: getargs: don't use NCDModuleInst_Backend_SetUser() 13 years ago
if.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
imperative.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
implode.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
index.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
list.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
logical.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago
modules.h b6088a6593 ncd: modules: add socket 13 years ago
multidepend.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_backend_badvpn.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_backend_rfkill.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_backend_waitdevice.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_backend_waitlink.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_backend_wpa_supplicant.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_dns.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_iptables.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_ipv4_addr.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv4_addr_in_network.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv4_arp_probe.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv4_dhcp.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv4_route.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_ipv6_addr.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv6_addr_in_network.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_ipv6_route.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_ipv6_wait_dynamic_addr.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
net_up.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
net_watch_interfaces.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
netmask.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
ondemand.c ad34835ccf ncd: NCDModule: don't store a callback state pointer for NCDModuleProcess user callbacks. Instead, pass the 13 years ago
parse.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
print.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
process_manager.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
reboot.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
ref.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
regex_match.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
run.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
runonce.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
sleep.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
socket.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
spawn.c abba37f455 ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an 13 years ago
strcmp.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago
sys_evdev.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
sys_request_client.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
sys_request_server.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
sys_watch_directory.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
sys_watch_input.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 years ago
sys_watch_usb.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 years ago
timer.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
to_string.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago
try.c abba37f455 ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an 13 years ago
value.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 years ago
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 years ago
valuemetic.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago
var.c f6a58006cc ncd: port some modules to func_getvar2 13 years ago