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-04-13Create README.md from the Google Code page.Jamieson Becker
2015-04-09version 1.999.1301.999.130Ambroz Bizjak
2015-04-09Fix TUN/TAP operation with Linux kernel 3.19.Ambroz Bizjak
2015-03-01ncd: modules/daemon: Implement custom retry time.Ambroz Bizjak
2015-03-01ncd: modules/daemon: Fix the "daemon crashed" log message to include module c...Ambroz Bizjak
2015-01-24ncd: Remove sphero example.Ambroz Bizjak
2015-01-24Nix expressions: Separate the package function from the composition.Ambroz Bizjak
2015-01-24Rewrite the Nix expression so it doesn't depend on the one in nixpkgs.Ambroz Bizjak
2015-01-24ncd: Run parse_linux_input.sh with bash, instead of relying on the shebang.Ambroz Bizjak
2015-01-24Use env in shebangs.Ambroz Bizjak
2015-01-24spheroncd: Throttle for speed scaling, refactoring.Ambroz Bizjak
2015-01-23ncd: modules: socket: Use O_NONBLOCK when opening a device node.Ambroz Bizjak
2015-01-23spheroncd: Implement heading calibration.Ambroz Bizjak
2015-01-23spheroncd: Turn on the back LED.Ambroz Bizjak
2015-01-23spheroncd: Simple turbo support.Ambroz Bizjak
2015-01-23ncd: modules: arithmetic: Don't fail immediately on arithmetic errors, expose...Ambroz Bizjak
2015-01-23ncd: Add clock_get_ms function.Ambroz Bizjak
2015-01-23ncd: Permit functions with have zero arguments.Ambroz Bizjak
2015-01-21ncd: Add some initial code for driving a Sphero with a joystick.Ambroz Bizjak
2015-01-20ncd: Implement a simple checksum function as used in the Sphereo bluetooth pr...Ambroz Bizjak
2015-01-20ncd: socket: Implement support for opening serial ports.Ambroz Bizjak
2015-01-20system/BConnection: Add option to take ownership of the pipe_fd.Ambroz Bizjak
2015-01-20system/BConnection: Code reduction.Ambroz Bizjak
2015-01-19ncd: Implement struct_decode.Ambroz Bizjak
2015-01-19ncd: concat: Port to NCDRefString.Ambroz Bizjak
2015-01-18ncd: Implement struct_encode function.Ambroz Bizjak
2015-01-18ncd: sys.evdev: Provide event code strings for EV_SYN if available.Ambroz Bizjak
2014-12-22ncd: modules: blocker: Implement initial_state argument.Ambroz Bizjak
2014-12-21ncd: examples: run_process_output: Convert to Do.Ambroz Bizjak
2014-12-21ncd: Refactoring using NCDModuleRef.Ambroz Bizjak
2014-12-21ncd: Implement rbreak() in Do.Ambroz Bizjak
2014-12-21ncd: examples: Add temp_dir.Ambroz Bizjak
2014-12-21ncd: examples: Add run_process_output.Ambroz Bizjak
2014-12-21ncd: Add Do tests.Ambroz Bizjak
2014-12-21ncd: modules: blocker: Expose the up-state as a variable.Ambroz Bizjak
2014-12-20Implement Do-Interrupt.Ambroz Bizjak
2014-12-20ncd: Implement Do.Ambroz Bizjak
2014-12-10ncd: Implement lazy evaluation in If clause.Ambroz Bizjak
2014-12-10ncd: Implement ifel function to support future lazy If.Ambroz Bizjak
2014-12-10ncd: Implement num_min and num_max functions.Ambroz Bizjak
2014-12-07ncd: Reverse the immediate effect logic of backtrack_point::rgo().Ambroz Bizjak
2014-12-06ncd: Optimize value::append().Ambroz Bizjak
2014-12-06ncd: Implement backtrack_point::rgo.Ambroz Bizjak
2014-12-03ncd: modules: call: Make inline_code::call take the arguments directly.Ambroz Bizjak
2014-12-03ncd: NCDStringIndex: Refactor using MemRef.Ambroz Bizjak
2014-12-03ncd: modules: value: Refactoring with MemRef.Ambroz Bizjak
2014-12-03ncd: modules: value: Expose strings as referencable external-strings.Ambroz Bizjak
2014-12-02CMakeLists.txt: Don't build the -plugin libs by default.Ambroz Bizjak
2014-12-02ncd: modules: explode: Pass through external strings (avoid copy).Ambroz Bizjak
2014-12-02ncd: modules: explode: Optimize by not copying the input string.Ambroz Bizjak