ambrop7 c51fa9f27a ncd: modules: multidepend: make documentation refer to the upcoming depend_scope module 13 年之前
..
alias.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
arithmetic.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
assert.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
backtrack.c fbc464435b ncd: modules: add backtrack 13 年之前
blocker.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
call.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
call2.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
choose.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前
command_template.c a3ea934a96 ncd: NCDModule: don't store a pointer to struct NCDModuleInst_iparams in NCDModuleInst. Instead, store it in struct 13 年之前
command_template.h 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
concat.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
concatv.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
daemon.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
depend.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
dynamic_depend.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
event_template.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
event_template.h 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
exit.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
explode.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
file.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
file_open.c 5f2d0237ad ncd: modules: file_open: implement read_size option 13 年之前
foreach.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
from_string.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
getargs.c ff73d4b7ac ncd: modules: getargs: don't use NCDModuleInst_Backend_SetUser() 13 年之前
if.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
imperative.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
implode.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
index.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
list.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
logical.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前
modules.h b6088a6593 ncd: modules: add socket 13 年之前
multidepend.c c51fa9f27a ncd: modules: multidepend: make documentation refer to the upcoming depend_scope module 13 年之前
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 年之前
net_backend_rfkill.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
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 年之前
net_backend_waitlink.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
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 年之前
net_dns.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
net_iptables.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
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 年之前
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 年之前
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 年之前
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 年之前
net_ipv4_route.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
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 年之前
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 年之前
net_ipv6_route.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
net_ipv6_wait_dynamic_addr.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
net_up.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
net_watch_interfaces.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
netmask.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
ondemand.c ad34835ccf ncd: NCDModule: don't store a callback state pointer for NCDModuleProcess user callbacks. Instead, pass the 13 年之前
parse.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
print.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
process_manager.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
reboot.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
ref.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
regex_match.c c28c0d0819 ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to 13 年之前
run.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
runonce.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
sleep.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
socket.c 24d2806e6a ncd: modules: socket: implement read_size option 13 年之前
spawn.c abba37f455 ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an 13 年之前
strcmp.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前
sys_evdev.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
sys_request_client.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
sys_request_server.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
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 年之前
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 年之前
sys_watch_usb.c 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) 13 年之前
timer.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
to_string.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前
try.c abba37f455 ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an 13 年之前
value.c 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ 13 年之前
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 年之前
valuemetic.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前
var.c f6a58006cc ncd: port some modules to func_getvar2 13 年之前