Ambroz Bizjak 002281a5b8 ncd: modules: socket: Use O_NONBLOCK when opening a device node. 11 years ago
..
alias.c 562cac1a5b Refactoring using MemRef. 11 years ago
arithmetic.c 2352511d46 ncd: modules: arithmetic: Don't fail immediately on arithmetic errors, expose their occurrence. 11 years ago
assert.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
backtrack.c 2400f4c697 ncd: Refactoring using NCDModuleRef. 11 years ago
basic_functions.c 8b43112e48 ncd: Add clock_get_ms function. 11 years ago
blocker.c cce6adc039 ncd: modules: blocker: Implement initial_state argument. 11 years ago
call2.c 9f1067e51a ncd: Implement lazy evaluation in If clause. 11 years ago
choose.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 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 35d5ce7b06 ncd: concat: Port to NCDRefString. 11 years ago
daemon.c b27f9c105b Refactoring using MemRef. 11 years ago
depend.c b27f9c105b Refactoring using MemRef. 11 years ago
depend_scope.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
dynamic_depend.c b27f9c105b Refactoring using MemRef. 11 years ago
event_template.c 65011dfa08 Fix some variable shadowing (no bugs). 11 years ago
event_template.h f49ecedd13 ncd: NCDModule: remove NCDModuleInst_Backend_SetError() and add NCDModuleInst_Backend_DeadError() instead. Fix modules. 13 years ago
exit.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
explode.c 7bb72a96db ncd: modules: explode: Pass through external strings (avoid copy). 11 years ago
file.c 98d2fba833 Refactoring using MemRef. 11 years ago
file_open.c bb2c521ac2 Refactoring using MemRef. 11 years ago
foreach.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
from_string.c 9314b91783 Refactoring using MemRef. 11 years ago
getargs.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
getenv.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
if.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
imperative.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
implode.c 24e6edd26f Refactoring using MemRef. 11 years ago
index.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
list.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
load_module.c 0f28a138b9 ncd: Fix bugs with bad expectations of null-terminated strings. 11 years ago
log.c 9314b91783 Refactoring using MemRef. 11 years ago
logical.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
modules.h 462ed77f14 ncd: Implement object reference infrastructure and objref module. 11 years ago
multidepend.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_backend_badvpn.c 0f28a138b9 ncd: Fix bugs with bad expectations of null-terminated strings. 11 years ago
net_backend_rfkill.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_backend_waitdevice.c 98d2fba833 Refactoring using MemRef. 11 years ago
net_backend_waitlink.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_backend_wpa_supplicant.c b27f9c105b Refactoring using MemRef. 11 years ago
net_dns.c e06adb7720 Refactoring using MemRef. 11 years ago
net_iptables.c b27f9c105b Refactoring using MemRef. 11 years ago
net_ipv4_addr.c e06adb7720 Refactoring using MemRef. 11 years ago
net_ipv4_addr_in_network.c e06adb7720 Refactoring using MemRef. 11 years ago
net_ipv4_arp_probe.c e06adb7720 Refactoring using MemRef. 11 years ago
net_ipv4_dhcp.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_ipv4_route.c e06adb7720 Refactoring using MemRef. 11 years ago
net_ipv6_addr.c 64e54ba888 Refactoring using MemRef. 11 years ago
net_ipv6_addr_in_network.c 64e54ba888 Refactoring using MemRef. 11 years ago
net_ipv6_route.c 64e54ba888 Refactoring using MemRef. 11 years ago
net_ipv6_wait_dynamic_addr.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_up.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
net_watch_interfaces.c bb2c521ac2 Refactoring using MemRef. 11 years ago
netmask.c e06adb7720 Refactoring using MemRef. 11 years ago
objref.c 462ed77f14 ncd: Implement object reference infrastructure and objref module. 11 years ago
ondemand.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
parse.c 61c13d81cb ncd: modules: parse: Implement parse_hex_number. 11 years ago
print.c c1f4c57e8a Replace cstring with MemRef. 11 years ago
process_manager.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 years ago
reboot.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
ref.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
regex_match.c 562cac1a5b Refactoring using MemRef. 11 years ago
run.c b27f9c105b Refactoring using MemRef. 11 years ago
runonce.c b27f9c105b Refactoring using MemRef. 11 years ago
sleep.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
socket.c 002281a5b8 ncd: modules: socket: Use O_NONBLOCK when opening a device node. 11 years ago
spawn.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
strcmp.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
substr.c b27f9c105b Refactoring using MemRef. 11 years ago
sys_evdev.c 24ed3e97cc ncd: sys.evdev: Provide event code strings for EV_SYN if available. 11 years ago
sys_request_client.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
sys_request_server.c 9314b91783 Refactoring using MemRef. 11 years ago
sys_start_process.c f844123ab2 system/BConnection: Add option to take ownership of the pipe_fd. 11 years ago
sys_watch_directory.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
sys_watch_input.c b27f9c105b Refactoring using MemRef. 11 years ago
sys_watch_usb.c bb2c521ac2 Refactoring using MemRef. 11 years ago
timer.c 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. 11 years ago
to_string.c 98ed187623 ncd: Remove ComposedString type along with the buffer module. 11 years ago
try.c 2400f4c697 ncd: Refactoring using NCDModuleRef. 11 years ago
value.c ca4547bf41 ncd: Optimize value::append(). 11 years ago
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 years ago
valuemetic.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago
var.c 73a264c3d5 ncd: Consolidate some code that appears in modules. 11 years ago