Ambroz Bizjak c1f4c57e8a Replace cstring with MemRef. 11 роки тому
..
alias.c 9c5480ca06 ncd: Refactor make_fast_names into NCDFastNames. 11 роки тому
arithmetic.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 роки тому
assert.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
backtrack.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
basic_functions.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
blocker.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
call2.c 9c5480ca06 ncd: Refactor make_fast_names into NCDFastNames. 11 роки тому
choose.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
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 c1f4c57e8a Replace cstring with MemRef. 11 роки тому
daemon.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
depend.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
depend_scope.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
dynamic_depend.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
event_template.c 65011dfa08 Fix some variable shadowing (no bugs). 11 роки тому
event_template.h f49ecedd13 ncd: NCDModule: remove NCDModuleInst_Backend_SetError() and add NCDModuleInst_Backend_DeadError() instead. Fix modules. 13 роки тому
exit.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
explode.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
file.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
file_open.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
foreach.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
from_string.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
getargs.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
getenv.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
if.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
imperative.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
implode.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
index.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
list.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
load_module.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
log.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
logical.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
modules.h 462ed77f14 ncd: Implement object reference infrastructure and objref module. 11 роки тому
multidepend.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_backend_badvpn.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_backend_rfkill.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_backend_waitdevice.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_backend_waitlink.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_backend_wpa_supplicant.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_dns.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
net_iptables.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv4_addr.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv4_addr_in_network.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv4_arp_probe.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv4_dhcp.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv4_route.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
net_ipv6_addr.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv6_addr_in_network.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_ipv6_route.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
net_ipv6_wait_dynamic_addr.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_up.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
net_watch_interfaces.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
netmask.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
objref.c 462ed77f14 ncd: Implement object reference infrastructure and objref module. 11 роки тому
ondemand.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
parse.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
print.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
process_manager.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 роки тому
reboot.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
ref.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
regex_match.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
run.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
runonce.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
sleep.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
socket.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
spawn.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
strcmp.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
substr.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
sys_evdev.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
sys_request_client.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
sys_request_server.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
sys_start_process.c c1f4c57e8a Replace cstring with MemRef. 11 роки тому
sys_watch_directory.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
sys_watch_input.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
sys_watch_usb.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
timer.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 роки тому
to_string.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 роки тому
try.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
value.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 роки тому
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 роки тому
valuemetic.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому
var.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 роки тому