ambrop7 06b1ce9f1b Regenerate Bison parser to fix build on MSVC. 12 years ago
..
NCDConfigParser_parse.c 73082b3932 ncd: NCDConfigParser: add support for parsing include_guard directives 13 years ago
NCDConfigParser_parse.h 73082b3932 ncd: NCDConfigParser: add support for parsing include_guard directives 13 years ago
NCDConfigParser_parse.out 73082b3932 ncd: NCDConfigParser: add support for parsing include_guard directives 13 years ago
NCDConfigParser_parse.y 73082b3932 ncd: NCDConfigParser: add support for parsing include_guard directives 13 years ago
NCDValParser_parse.c bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
NCDValParser_parse.h bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
NCDValParser_parse.out bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
NCDValParser_parse.y bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
bison_BPredicate.c 06b1ce9f1b Regenerate Bison parser to fix build on MSVC. 12 years ago
bison_BPredicate.h 06b1ce9f1b Regenerate Bison parser to fix build on MSVC. 12 years ago
blog_channel_BArpProbe.h d95c8da2f9 add arpprobe 14 years ago
blog_channel_BConnection.h 230ac03a87 Replace BSocket with BConnection and BDatagram. On Windows, do all I/O through IOCP. 14 years ago
blog_channel_BDHCPClient.h f915658cc9 fix typo HDCP->DHCP 15 years ago
blog_channel_BDHCPClientCore.h f915658cc9 fix typo HDCP->DHCP 15 years ago
blog_channel_BDatagram.h 230ac03a87 Replace BSocket with BConnection and BDatagram. On Windows, do all I/O through IOCP. 14 years ago
blog_channel_BEncryption.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_BInputProcess.h 33f789293b add BInputProcess 15 years ago
blog_channel_BLockReactor.h 86b3cbc925 system: add BThreadSignal and BLockReactor 13 years ago
blog_channel_BNetwork.h 230ac03a87 Replace BSocket with BConnection and BDatagram. On Windows, do all I/O through IOCP. 14 years ago
blog_channel_BPredicate.h 198d6cd4b8 Initial import 15 years ago
blog_channel_BProcess.h 3d277dd54b add BProcess 15 years ago
blog_channel_BReactor.h 198d6cd4b8 Initial import 15 years ago
blog_channel_BSSLConnection.h 230ac03a87 Replace BSocket with BConnection and BDatagram. On Windows, do all I/O through IOCP. 14 years ago
blog_channel_BSignal.h 198d6cd4b8 Initial import 15 years ago
blog_channel_BSocksClient.h e2e8a7c319 Add BSocksClient, a simple SOCKS5 client. Regenerate generated sources. 15 years ago
blog_channel_BTap.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_BThreadSignal.h 86b3cbc925 system: add BThreadSignal and BLockReactor 13 years ago
blog_channel_BThreadWork.h 48963af6f9 add BThreadWork 15 years ago
blog_channel_BTime.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_BUnixSignal.h baba7254fb add BUnixSignal 15 years ago
blog_channel_DPReceive.h d32126c2c9 PacketPassInterface: remove Cancel in favour of RequestCancel with non-immediate effect, update 15 years ago
blog_channel_DPRelay.h c1d4b93336 client: implement relaying with DPRelay which makes use of DataProtoDevice 15 years ago
blog_channel_DataProto.h 198d6cd4b8 Initial import 15 years ago
blog_channel_DatagramPeerIO.h 198d6cd4b8 Initial import 15 years ago
blog_channel_FragmentProtoAssembler.h 198d6cd4b8 Initial import 15 years ago
blog_channel_FrameDecider.h 291eb4e7d9 client: move deciding which peers frames are sent to into FrameDecider 15 years ago
blog_channel_LineBuffer.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_Listener.h 198d6cd4b8 Initial import 15 years ago
blog_channel_NCDBuildProgram.h 4c5f65d96d ncd: implement NCDBuildProgram and make ncd.c utilize it. This finishes the initial implementation of the include system. 13 years ago
blog_channel_NCDConfigParser.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_NCDConfigTokenizer.h d35acc0b4f ncd: NCDConfigTokenizer: remove the 128 characters limit on strings 14 years ago
blog_channel_NCDIfConfig.h 20d7a01ad9 Add NCD, the Network Configuration Daemon 15 years ago
blog_channel_NCDInterfaceMonitor.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_NCDModuleIndex.h 0325c73684 ncd: add NCDModuleIndex to find modules faster 14 years ago
blog_channel_NCDModuleProcess.h 1de3b66b54 ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual 14 years ago
blog_channel_NCDPlaceholderDb.h 60249f255b ncd: improve how arguments are instantiated. Keep the incomplete arguments in NCDValMem's, but containing placholder values in place 13 years ago
blog_channel_NCDRequest.h 44039edcda ncd: modules: add sys_request_server. Also add ncd-request tool. 14 years ago
blog_channel_NCDRequestClient.h d5509cefb3 ncd: improve requestproto such that it is possible for a client to abort a request. Reimplement request client 14 years ago
blog_channel_NCDRfkillMonitor.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_NCDUdevCache.h 03d5d5eeff add udevmonitor subsystem 15 years ago
blog_channel_NCDUdevManager.h 03d5d5eeff add udevmonitor subsystem 15 years ago
blog_channel_NCDUdevMonitor.h 03d5d5eeff add udevmonitor subsystem 15 years ago
blog_channel_NCDUdevMonitorParser.h 03d5d5eeff add udevmonitor subsystem 15 years ago
blog_channel_NCDVal.h 60249f255b ncd: improve how arguments are instantiated. Keep the incomplete arguments in NCDValMem's, but containing placholder values in place 13 years ago
blog_channel_NCDValGenerator.h bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
blog_channel_NCDValParser.h bb9ca1fe73 ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser} 13 years ago
blog_channel_PRStreamSink.h d588473938 log errors where they occur 15 years ago
blog_channel_PRStreamSource.h d588473938 log errors where they occur 15 years ago
blog_channel_PacketProtoDecoder.h f2cbad72af don't log error details in error handlers 15 years ago
blog_channel_PasswordListener.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_PeerChat.h b6594f0f99 Make peers use SSL when talking through the server. 14 years ago
blog_channel_SPProtoDecoder.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_ServerConnection.h 198d6cd4b8 Initial import 15 years ago
blog_channel_SocksUdpGwClient.h 31435ef919 tun2socks: add SocksUdpGwClient 15 years ago
blog_channel_StreamPeerIO.h 198d6cd4b8 Initial import 15 years ago
blog_channel_UdpGwClient.h ada1041a31 add udpgw_client 15 years ago
blog_channel_addr.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_client.h 198d6cd4b8 Initial import 15 years ago
blog_channel_dostest_attacker.h 47431d77c0 add some programs for playing with DoS attacks on TCP 13 years ago
blog_channel_dostest_server.h 47431d77c0 add some programs for playing with DoS attacks on TCP 13 years ago
blog_channel_flooder.h 198d6cd4b8 Initial import 15 years ago
blog_channel_lwip.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_ncd.h 20d7a01ad9 Add NCD, the Network Configuration Daemon 15 years ago
blog_channel_ncd_alias.h 87139ff54b ncd: modules: add alias 14 years ago
blog_channel_ncd_arithmetic.h d90885e7d5 ncd: modules: add arithmetic 14 years ago
blog_channel_ncd_assert.h 577e83fa9c ncd: modules: add assert 13 years ago
blog_channel_ncd_backtrack.h fbc464435b ncd: modules: add backtrack 13 years ago
blog_channel_ncd_blocker.h bb81875450 ncd: add blocker module 15 years ago
blog_channel_ncd_buffer.h c6f5c0c8df ncd: modules: add buffer 13 years ago
blog_channel_ncd_call2.h 190de5a91b ncd: modules: add call2 13 years ago
blog_channel_ncd_choose.h c40919afa3 ncd: modules: add choose() 14 years ago
blog_channel_ncd_concat.h d41d39b0f8 ncd: add concat module 15 years ago
blog_channel_ncd_daemon.h 7d67a723c2 ncd: modules: add daemon 14 years ago
blog_channel_ncd_depend.h 9e62542b6d ncd: add dependencies module 15 years ago
blog_channel_ncd_depend_scope.h a6af9a3364 ncd: modules: add depend_scope (like multidepend but with separate dependency scopes) 13 years ago
blog_channel_ncd_dynamic_depend.h 1a05502bc1 ncd: modules: add dynamic_depend 14 years ago
blog_channel_ncd_exit.h ae27405c14 ncd: modules: add exit() and getargs(), making use of the new interface 14 years ago
blog_channel_ncd_explode.h 7442f5c481 ncd: modules: add explode 13 years ago
blog_channel_ncd_file.h 6e20ec2a7d ncd: modules: add file 14 years ago
blog_channel_ncd_file_open.h c1af9df7c7 ncd: modules: add file_open 13 years ago
blog_channel_ncd_foreach.h 9d33c746ff ncd: modules: add foreach() 14 years ago
blog_channel_ncd_from_string.h 971c19a015 ncd: modules: add from_string and to_string 14 years ago
blog_channel_ncd_getargs.h ae27405c14 ncd: modules: add exit() and getargs(), making use of the new interface 14 years ago
blog_channel_ncd_getenv.h 4aa8e8ba30 ncd: modules: add getenv 13 years ago
blog_channel_ncd_if.h 1b4a14382b ncd: add if module 15 years ago
blog_channel_ncd_imperative.h c7a1a2e22e ncd: modules: add imperative 14 years ago
blog_channel_ncd_implode.h 204281549c ncd: modules: add implode 14 years ago
blog_channel_ncd_index.h 1b42ef81ac ncd: modules: add index 14 years ago
blog_channel_ncd_list.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_load_module.h 126a47c586 ncd: add load_module() 13 years ago
blog_channel_ncd_log.h 4290021aa3 ncd: modules: add log 13 years ago
blog_channel_ncd_log_msg.h 4290021aa3 ncd: modules: add log 13 years ago
blog_channel_ncd_logical.h 873710cc86 ncd: add module for logical operators 15 years ago
blog_channel_ncd_multidepend.h f8618b8b79 ncd: add multidepend module 15 years ago
blog_channel_ncd_net_backend_badvpn.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_net_backend_rfkill.h af4d47d91a ncd: add net.backend.rfkill module 15 years ago
blog_channel_ncd_net_backend_waitdevice.h 6297991794 ncd: add net.backend.waitdevice module 15 years ago
blog_channel_ncd_net_backend_waitlink.h 1e408e6826 ncd: Fix NCDModule to signal module->NCD events directly instead of via jobs. Fixes possible 15 years ago
blog_channel_ncd_net_backend_wpa_supplicant.h e3c70bb4ba ncd: add net.backend.wpa_supplicant module 15 years ago
blog_channel_ncd_net_dns.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_net_iptables.h 2b439110e5 ncd: add iptables module 15 years ago
blog_channel_ncd_net_ipv4_addr.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_net_ipv4_addr_in_network.h 5d2c3cb7db ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_network 13 years ago
blog_channel_ncd_net_ipv4_arp_probe.h 49406f3f43 ncd: modules: add net.ipv4.arp_probe() 14 years ago
blog_channel_ncd_net_ipv4_dhcp.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_net_ipv4_route.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_ncd_net_ipv6_addr.h 619288f673 ncd: modules: add net.ipv6.addr() 13 years ago
blog_channel_ncd_net_ipv6_addr_in_network.h 5d2c3cb7db ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_network 13 years ago
blog_channel_ncd_net_ipv6_route.h f65800bfd1 ncd: modules: add net.ipv6.route() 13 years ago
blog_channel_ncd_net_ipv6_wait_dynamic_addr.h a4f16eacd2 ncd: modules: add net_ipv6_wait_dynamic_addr 14 years ago
blog_channel_ncd_net_up.h 1e408e6826 ncd: Fix NCDModule to signal module->NCD events directly instead of via jobs. Fixes possible 15 years ago
blog_channel_ncd_net_watch_interfaces.h a00fe52aea ncd: add net.watch_interfaces module 15 years ago
blog_channel_ncd_netmask.h 2992ef627e ncd: modules: add netmask 14 years ago
blog_channel_ncd_ondemand.h e709f2563c ncd: modules: add ondemand 14 years ago
blog_channel_ncd_parse.h 1b3604d2c1 ncd: modules: add parse 14 years ago
blog_channel_ncd_print.h 0ca7a2623d ncd: add print module 15 years ago
blog_channel_ncd_process_manager.h 0e6286d54d ncd: add process_manager module 15 years ago
blog_channel_ncd_reboot.h 3c08174cbc ncd: modules: add reboot 13 years ago
blog_channel_ncd_ref.h d2d68e8e08 ncd: modules: add ref 14 years ago
blog_channel_ncd_regex_match.h 309bc57291 ncd: add regex_match module 15 years ago
blog_channel_ncd_request.h d5509cefb3 ncd: improve requestproto such that it is possible for a client to abort a request. Reimplement request client 14 years ago
blog_channel_ncd_run.h c50899fc1f ncd: add run module 15 years ago
blog_channel_ncd_runonce.h c540227778 ncd: modules: add runonce 14 years ago
blog_channel_ncd_sleep.h 1e408e6826 ncd: Fix NCDModule to signal module->NCD events directly instead of via jobs. Fixes possible 15 years ago
blog_channel_ncd_socket.h b6088a6593 ncd: modules: add socket 13 years ago
blog_channel_ncd_spawn.h 8d752d8bd6 ncd: modules: synchronous_process: rename to spawn 14 years ago
blog_channel_ncd_strcmp.h 2afa83b08f ncd: add strcmp module 15 years ago
blog_channel_ncd_substr.h eb298e5748 ncd: modules: add substr 13 years ago
blog_channel_ncd_sys_evdev.h 37020bce35 ncd: add sys.evdev module 15 years ago
blog_channel_ncd_sys_request_client.h 777da6272b ncd: modules: add sys.request_client 14 years ago
blog_channel_ncd_sys_request_server.h 44039edcda ncd: modules: add sys_request_server. Also add ncd-request tool. 14 years ago
blog_channel_ncd_sys_start_process.h 6086c1f911 ncd: modules: add sys.start_process() 13 years ago
blog_channel_ncd_sys_watch_directory.h 8250708d3e ncd :add sys.watch_directory module 15 years ago
blog_channel_ncd_sys_watch_input.h 7c89768f40 ncd: modules: add sys.watch_input 14 years ago
blog_channel_ncd_sys_watch_usb.h 966001fee9 ncd: modules: add sys.watch_usb() 14 years ago
blog_channel_ncd_timer.h 250edb09f6 ncd: modules: add periodic_timer() 13 years ago
blog_channel_ncd_to_string.h 971c19a015 ncd: modules: add from_string and to_string 14 years ago
blog_channel_ncd_try.h 634af9f300 ncd: modules: add try 14 years ago
blog_channel_ncd_value.h 3dece5460b ncd: modules: add value 14 years ago
blog_channel_ncd_valuemetic.h e4f85dce66 ncd: modules: add valuemetic 14 years ago
blog_channel_ncd_var.h 443def606f ncd: major rework, make NCD into a much more general system 15 years ago
blog_channel_nsskey.h 2571e6265c use BLog instead od DEBUG 15 years ago
blog_channel_server.h 198d6cd4b8 Initial import 15 years ago
blog_channel_tun2socks.h 3fc94044fa add tun2socks 15 years ago
blog_channel_udpgw.h dc923d5118 add udpgw 15 years ago
blog_channels_defines.h 126a47c586 ncd: add load_module() 13 years ago
blog_channels_list.h 126a47c586 ncd: add load_module() 13 years ago
bproto_addr.h 3291a4713e bproto_generator: fix aliasing issues 13 years ago
bproto_bproto_test.h 3291a4713e bproto_generator: fix aliasing issues 13 years ago
bproto_msgproto.h 3291a4713e bproto_generator: fix aliasing issues 13 years ago
flex_BPredicate.c eff8602df6 regenerate bison/flex stuff for BPredicate 13 years ago
flex_BPredicate.h eff8602df6 regenerate bison/flex stuff for BPredicate 13 years ago