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-12-02misc/substring.h: Refactor with MemRef.Ambroz Bizjak
2014-12-02ncd: modules: explode: Implement compiling search strings.Ambroz Bizjak
2014-12-01ncd: modules: parse: Implement parse_hex_number.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-27Refactoring using MemRef.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-26Refactoring using MemRef.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-26ncd: NCDVal: Add warnings about string pointers.Ambroz Bizjak
2014-11-26ncd: Fix possible crash in @decode_value.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-26ncd: Fix bugs with bad expectations of null-terminated strings.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2014-11-25Replace cstring with MemRef.Ambroz Bizjak
2014-11-22ncd: tests: Add objref test.Ambroz Bizjak
2014-11-22ncd: Implement object reference infrastructure and objref module.Ambroz Bizjak
2014-11-21ncd: Refactor make_fast_names into NCDFastNames.Ambroz Bizjak
2014-11-19ncd: Delete forgotten files.Ambroz Bizjak
2014-11-19ncd: Remove ComposedString type along with the buffer module.Ambroz Bizjak
2014-11-18ncd: Move some NCDVal header code to another file.Ambroz Bizjak
2014-11-18ncd: NCDObject: Move code to c-file.Ambroz Bizjak
2014-11-18ncd: tests: Add Block test.Ambroz Bizjak
2014-11-18ncd: Implement Block syntax sugar.Ambroz Bizjak
2014-11-17ncd: modules: call: Refactoring.Ambroz Bizjak
2014-11-16ncd: modules: call: Fix bug in call_with_caller_target deinit.Ambroz Bizjak
2014-11-16ncd: modules: call: Implement inline_code calls.Ambroz Bizjak
2014-11-16lwip: Fix undefined behavior.Ambroz Bizjak
2014-11-16lwip: Fix warning.Ambroz Bizjak
2014-11-16lwip: Fix warning.Ambroz Bizjak
2014-11-15ncd: modules: socket: close: Fix completion order vs closing.Ambroz Bizjak
2014-11-15ncd: modules: basic_functions: Add tolower, toupper.Ambroz Bizjak
2014-11-15misc/cstring: Fix char_rel_pos_var.Ambroz Bizjak
2014-11-15ncd: modules: socket: add read() eof variableAmbroz Bizjak
2014-11-15ncd: modules: socket: Implement _caller in client process.Ambroz Bizjak
2014-11-12ncd: tests: Add tests for encode_value and decode_value.Ambroz Bizjak
2014-11-12Fix some variable shadowing (no bugs).Ambroz Bizjak
2014-11-12Build with -Wshadow.Ambroz Bizjak
2014-11-12ncd: basic_functions: Fix for ComposedString inputs.Ambroz Bizjak
2014-11-12ncd: basic_functions: Implement encode_value and decode_value.Ambroz Bizjak
2014-11-12ncd: basic_functions: Cosmetic changes.Ambroz Bizjak
2014-11-12ncd: basic_functions: Fix bug, make code shorter.Ambroz Bizjak
2014-11-11ncd: Refactor the function call infrastructure.Ambroz Bizjak
2014-11-09ncd: Add --signal-exit-code option.Ambroz Bizjak
2014-11-09ncd: Fix missing type checks. Refactor to make these bugs less likely.Ambroz Bizjak
2014-11-09ncd: Moving code around.ncd-functionsAmbroz Bizjak
2014-11-09ncd: Cosmetic changes.Ambroz Bizjak
2014-11-09structure: Vector: Reduce interface.Ambroz Bizjak