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
2015-01-23ncd: Permit functions with have zero arguments.Ambroz Bizjak
2014-12-20Implement Do-Interrupt.Ambroz Bizjak
2014-12-20ncd: Implement Do.Ambroz Bizjak
2014-11-28ncd: Change the @-syntax to now add __ around the name.Ambroz Bizjak
2014-11-28ncd: Implement caret syntax sugar.Ambroz Bizjak
2014-11-22ncd: Implement object reference infrastructure and objref module.Ambroz Bizjak
2014-11-18ncd: Implement Block syntax sugar.Ambroz Bizjak
2014-11-08ncd: NCDConfigParser: Implement syntax sugar @foo = "__foo__".Ambroz Bizjak
2014-11-08ncd: Implement logging by function implementations.Ambroz Bizjak
2014-11-08ncd: NCDConfigParser: Change function call syntax.Ambroz Bizjak
2014-10-28ncd: Add parser support for function invocations and parentheses in value exp...Ambroz Bizjak
2013-08-30Regenerate Bison parser to fix build on MSVC.ambrop7
2013-03-13ncd: add load_module()ambrop7
2013-03-01system: add BThreadSignal and BLockReactorambrop7
2013-01-31regenerate Bison parser for BPredicate with new Bison versionambrop7
2013-01-26ncd: modules: add getenvambrop7
2013-01-19ncd: modules: add bufferambrop7
2012-12-30bproto_generator: fix aliasing issuesambrop7
2012-12-12ncd: modules: add logambrop7
2012-12-04ncd: implement NCDBuildProgram and make ncd.c utilize it. This finishes the i...ambrop7
2012-12-04ncd: NCDConfigParser: add support for parsing include_guard directivesambrop7
2012-12-04ncd: NCDConfigParser: add support for include directivesambrop7
2012-12-03ncd: NCDConfigParse_parse.y: allow inputs without any processes or templates....ambrop7
2012-12-03ncd: extend AST with include directivesambrop7
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-01ncd: modules: add backtrackambrop7
2012-11-01ncd: modules: add file_openambrop7
2012-10-30ncd: modules: add periodic_timer()ambrop7
2012-10-05remove unused generated fileambrop7
2012-10-05ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser}ambrop7
2012-10-04ncd: NCDAst: use a linked list instead of AVL tree to store map elements. The...ambrop7
2012-10-04oops... parse empty maps as maps and not listsambrop7
2012-10-04regenerate bison/flex stuff for BPredicateambrop7
2012-10-04ncd: NCDValueParser: use NCDValCons to construct valuesambrop7
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-14ncd: avoid unused variable warning in Lemon parsersambrop7
2012-08-14bproto_generator: don't declare unused variablesambrop7
2012-08-03ncd: improve how arguments are instantiated. Keep the incomplete arguments in...ambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-06BPredicate: regenerate parser with new Bison verisonambrop7