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
2015-05-09ncd: Store the NCDStingIndex pointer in NCDValMem.Ambroz Bizjak
2015-01-20system/BConnection: Add option to take ownership of the pipe_fd.Ambroz Bizjak
2014-12-20Implement Do-Interrupt.Ambroz Bizjak
2014-12-20ncd: Implement Do.Ambroz Bizjak
2014-12-02misc/substring.h: Refactor with MemRef.Ambroz Bizjak
2014-11-28ncd: Implement caret syntax sugar.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-25Replace cstring with MemRef.Ambroz Bizjak
2014-11-19ncd: Remove ComposedString type along with the buffer module.Ambroz Bizjak
2014-11-18ncd: Implement Block syntax sugar.Ambroz Bizjak
2014-11-08ncd: NCDConfigTokenizer: Implement at-sign token.Ambroz Bizjak
2014-10-28ncd: Add parser support for function invocations and parentheses in value exp...Ambroz Bizjak
2014-10-28examples/ncd_parser_test: Handle variables in values.Ambroz Bizjak
2013-08-30Fix some MSVC build errors.ambrop7
2013-03-26examples/cavl_test: add testing of associative operation featureambrop7
2013-03-19misc/get_iface_info.h: add badvpn_ prefix to functionambrop7
2013-01-28rename NCDRefTarget --> BRefTargetambrop7
2013-01-19ncd/NCDVal: rename NCDValStringResource --> NCDValComposedStringResourceambrop7
2013-01-19ncd/NCDValGenerator.c, examples/ncdval_test.c: don't use NCDVal_StringGetPtr(...ambrop7
2013-01-17ncd: NCDVal: rename struct NCDVal_string_resource --> typedef NCDValStringRes...ambrop7
2013-01-01examples/ncdval_test.c: add some tests for ComposedString and other stuffambrop7
2012-12-22examples/bencryption_bench.c: silence a bad warning from clangambrop7
2012-12-04ncd: NCDAst: implement include_guard directiveambrop7
2012-12-04ncd: NCDConfigTokenizer: add include_guard tokenambrop7
2012-12-04ncd: NCDConfigTokenizer: add include tokenambrop7
2012-12-03ncd: extend AST with include directivesambrop7
2012-11-20ncd: NCDVal: enforce a maximum value depth to avoid stack overflowsambrop7
2012-11-11ncd: NCDVal: add NCDVal_MapGetValue()ambrop7
2012-11-11ncd: move some stuff only used by modules and not the interpreter into extra/ambrop7
2012-11-10ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rena...ambrop7
2012-10-23port NCD to Emscriptenambrop7
2012-10-21examples: add cavl_test.cambrop7
2012-10-21examples/parse_number_test.c: add tests for generate_decimal_repr()ambrop7
2012-10-20examples: add parse_number_test.cambrop7
2012-10-19ncd: NCDVal: implement ID-stringsambrop7
2012-10-10structure: remove CStringTrieambrop7
2012-10-05ncd: rename NCDValue{Generator,Parser} to NCDVal{Generator,Parser}ambrop7
2012-10-04ncd: remove NCDValCompatambrop7
2012-10-04ncd: NCDValueGenerator: remove the NCDValue interface, leaving only the NCDVa...ambrop7
2012-10-03ncd: add NCDValCons, which implements efficient construction of values withou...ambrop7
2012-09-22examples/substring_test.c: fix typoambrop7
2012-09-09dhcpclient: use BRandom2 instead of BRandom_randomize. This removes the OpenS...ambrop7
2012-09-09add BRandom2ambrop7
2012-09-04get rid of some warningsambrop7
2012-09-01get rid of some warningsambrop7
2012-09-01remove LinkedList2 and use LinkedList1 insteadambrop7
2012-09-01structure: remove BHeapambrop7
2012-08-27add examples/ipaddr6_test.cambrop7