Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-02Implement optional support for SOCKS5-UDPBen Schwartz
2014-11-22ncd: Implement object reference infrastructure and objref module.Ambroz Bizjak
2014-11-08ncd: Implement logging by function implementations.Ambroz Bizjak
2013-03-13ncd: add load_module()ambrop7
2013-03-01system: add BThreadSignal and BLockReactorambrop7
2013-01-26ncd: modules: add getenvambrop7
2013-01-19ncd: modules: add bufferambrop7
2012-12-12ncd: modules: add logambrop7
2012-12-04ncd: implement NCDBuildProgram and make ncd.c utilize it. This finishes the i...ambrop7
2012-12-02ncd: modules: remove call module, and rename the call2() command from the cal...ambrop7
2012-12-01ncd: modules: add sys.start_process()ambrop7
2012-11-18ncd: modules: add substrambrop7
2012-11-18ncd: modules: remove concatv, implement it in concat module instead, more eff...ambrop7
2012-11-13ncd: modules: add depend_scope (like multidepend but with separate dependency...ambrop7
2012-11-04ncd: modules: add socketambrop7
2012-11-01blog_channels.txt: update (missed in previous commit)ambrop7
2012-11-01ncd: modules: add file_openambrop7
2012-10-30ncd: modules: add periodic_timer()ambrop7
2012-10-05ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser}ambrop7
2012-09-04add some programs for playing with DoS attacks on TCPambrop7
2012-08-30ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for ne...ambrop7
2012-08-30ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_networkambrop7
2012-08-27ncd: modules: add net.ipv6.route()ambrop7
2012-08-27ncd: modules: add net.ipv6.addr()ambrop7
2012-08-03ncd: improve how arguments are instantiated. Keep the incomplete arguments in...ambrop7
2012-07-06ncd: modules: add explodeambrop7
2012-07-06ncd: modules: add rebootambrop7
2012-06-10ncd: modules: add assertambrop7
2012-05-26ncd: modules: add call2ambrop7
2012-04-29ncd: modules: add implodeambrop7
2012-04-29ncd: modules: add netmaskambrop7
2012-04-29ncd: modules: add fileambrop7
2012-04-20ncd: modules: add valuemeticambrop7
2012-03-27ncd: modules: add parseambrop7
2012-03-27ncd: modules: add arithmeticambrop7
2012-03-27blog_channels.txt: add forgottenambrop7
2012-03-26ncd: modules: add sys.request_clientambrop7
2012-03-25ncd: improve requestproto such that it is possible for a client to abort a re...ambrop7
2012-03-16ncd: modules: add net_ipv6_wait_dynamic_addrambrop7
2012-03-10ncd: modules: add sys_request_server. Also add ncd-request tool.ambrop7
2012-03-09ncd: modules: add tryambrop7
2012-02-23ncd: modules: add valueambrop7
2012-02-23blog_channels: add forgotten ncd_from_string, ncd_to_stringambrop7
2012-02-19ncd: add NCDValueGeneratorambrop7
2012-02-18ncd: rework object/variable resolution. Rather than working with string objec...ambrop7
2012-02-18ncd: add NCDValueParserambrop7
2012-01-25ncd: modules: add daemonambrop7
2011-12-19ncd: modules: remove rimp_callambrop7
2011-12-19ncd: modules: add imperativeambrop7
2011-12-19ncd: modules: add dynamic_dependambrop7