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
2014-11-09ncd: Moving code around.ncd-functionsAmbroz Bizjak
2014-11-09ncd: Cosmetic changes.Ambroz Bizjak
2014-11-09structure: Vector: Reduce interface.Ambroz Bizjak
2014-11-08ncd: tests: Add basic_functions tests.Ambroz Bizjak
2014-11-08ncd: Implement value comparison functions.Ambroz Bizjak
2014-11-08ncd: Rename arithmetic functions with num_ prefix.Ambroz Bizjak
2014-11-08ncd: Implement integer arithmetic functions +,-,*,/,%.Ambroz Bizjak
2014-11-08ncd: Implement functions: string concat, list concat, integer comparison func...Ambroz Bizjak
2014-11-08ncd: Implement functions: if, bool, not, and, or, imp.Ambroz Bizjak
2014-11-08ncd: Make it possible to reach the NCDStringIndex from functions.Ambroz Bizjak
2014-11-08ncd: NCDConfigParser: Implement syntax sugar @foo = "__foo__".Ambroz Bizjak
2014-11-08ncd: NCDConfigTokenizer: Implement at-sign token.Ambroz Bizjak
2014-11-08ncd: Consolidate some code that appears in modules.Ambroz Bizjak
2014-11-08ncd: Implement logging by function implementations.Ambroz Bizjak
2014-11-08ncd: Add dummy functions for testing.Ambroz Bizjak
2014-11-08ncd: NCDInterpreter: Evaluate functions via the index.Ambroz Bizjak
2014-11-08ncd: NCDModuleIndex: Allow a module group with no "modules".Ambroz Bizjak
2014-11-08ncd: Implement registration of functions by modules.Ambroz Bizjak
2014-11-08structure/Vector: Add _Count.Ambroz Bizjak
2014-11-08structure/Vector: Check index in _Get against capacity, not count.Ambroz Bizjak
2014-11-08structure/Vector: Split into header and implementation.Ambroz Bizjak
2014-11-08Vector: Add _Push and _Pop.Ambroz Bizjak
2014-11-08ncd: Implement function calls in NCDEvaluator.Ambroz Bizjak
2014-11-08ncd: NCDVal: Add some functions on safe references.Ambroz Bizjak
2014-11-08structure: Vector: Add AppendValue function.Ambroz Bizjak
2014-11-08build.nix: Add option to build with assertions.Ambroz Bizjak
2014-11-08ncd: NCDConfigParser: Change function call syntax.Ambroz Bizjak
2014-11-08NCDEvaluator: Use Vector.Ambroz Bizjak
2014-11-08Add a simple Vector data structure.Ambroz Bizjak
2014-11-08ncd: Fix crash with num_multiply(..., "0").Ambroz Bizjak
2014-10-30ncd: Refactoring to support upcoming function calls.Ambroz Bizjak
2014-10-29ncd: NCDInterpProcess: Move struct to c file.Ambroz Bizjak
2014-10-28ncd: NCDInterpProcess: Be more informative when encountering unsupported expr...Ambroz Bizjak
2014-10-28Add convenience Nix expression for building.Ambroz Bizjak
2014-10-28ncd: NCDVal: Move lots of implementation details out of the header.Ambroz Bizjak
2014-10-28ncd: NCDVal: Use maxalign to ensure alignment of fastbuf.Ambroz Bizjak
2014-10-28ncd: NCDVal: Micro refactoring.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
2014-10-16Use badvpn_add_library for all internal libraries.Ambroz Bizjak
2014-10-16CMakeLists.txt: Add prefix to resulting library names.Ambroz Bizjak
2014-10-16Fix build with BUILD_SHARED_LIBS on.Ambroz Bizjak
2014-10-16lwip/CMakeLists.txt: Add missing link to the internal 'system' library.Ambroz Bizjak
2014-08-09NCDVal: Fix assertion.Ambroz Bizjak
2014-02-18version 1.999.1291.999.129Ambroz Bizjak
2014-02-18ncd/modules/file_open.c: Fix typo in assertion.ambrop7
2014-02-13server: Fix bug forgetting to call BSSLConnection_ReleaseBuffers().ambrop7
2014-02-12misc/find_program.h: Look in PATH first.ambrop7
2014-02-12ncd/modules/net_backend_wpa_supplicant.c: Don't hardcode ambrop7
2014-02-12NCDIfConfig: Don't hardcode /sbin/modprobe, let the shell find it.ambrop7