]> Cypherpunks.ru repositories - govpn.git/history - src
Fix docstring splitted lines
[govpn.git] / src /
2015-09-21 Sergey MatveevAdditional buffer bounds checks
2015-09-21 Sergey MatveevAdd missing copyright docstrings
2015-09-20 Sergey MatveevFixed test passing
2015-09-19 Sergey MatveevMerge branch 'develop' 4.0
2015-09-18 Sergey MatveevMove nonce expectation calculation to common function
2015-09-18 Sergey MatveevJSON configuration
2015-09-17 Sergey MatveevRename NoiseEnable field for simplicity
2015-09-17 Sergey MatveevBetter byte notation
2015-09-17 Sergey MatveevFixed rehandshake-related code
2015-09-17 Sergey MatveevClose old sockets during rehandshake
2015-09-17 Sergey MatveevNo need in termination before breaking the cycle
2015-09-17 Sergey MatveevFix typo in code comment
2015-09-14 Sergey MatveevLittle log messages refactoring
2015-09-14 Sergey MatveevSimple optimization for TCP buffer check
2015-09-14 Sergey MatveevSlightly lesser code in handshake
2015-09-14 Sergey MatveevFixed benchmark tests
2015-09-13 Sergey MatveevDo not expor Busy* lock to statistics
2015-09-13 Sergey MatveevHandshake messages noising
2015-09-13 Sergey MatveevHuge code refactoring
2015-09-12 Sergey MatveevUpdate ed25519 library: performance optimizations
2015-08-30 Sergey MatveevMove nonce in another transport packet place
2015-08-25 Sergey MatveevDo not check nonce against buckets in TCP mode
2015-08-23 Sergey MatveevMerge branch 'develop' 3.5
2015-08-23 Sergey MatveevUpdate poly1305 upstream library with ARM-related fixes
2015-08-23 Sergey MatveevAbility to use HTTP proxies for accessing server
2015-08-23 Sergey MatveevServer can listen on all network protocols at once
2015-08-23 Sergey MatveevAbility to use TCP as a base transport
2015-08-22 Sergey MatveevMake transport less dependent on UDP nature
2015-08-07 Sergey MatveevReplace src/Makefile with git submodules
2015-08-07 Sergey MatveevUpdate golang.org/x/crypto/poly1305 upstream library
2015-05-31 Sergey MatveevMove UDP-network related code from the transport file
2015-05-24 Sergey MatveevMerge branch 'develop' 3.4
2015-05-24 Sergey MatveevReplace -noncediff with the hash keeping up to 256...
2015-05-24 Sergey MatveevAbility to use EGD-compatible PRNGs
2015-05-20 Sergey MatveevMerge branch 'develop' 3.3
2015-05-16 Sergey MatveevReplace many panic() with Fatalln less verbose and...
2015-05-16 Sergey MatveevIgnore UDP sending errors as it is not necessary to...
2015-05-10 Sergey MatveevMerge branch 'develop' 3.2
2015-05-10 Sergey MatveevCapitalize makefile filename
2015-05-09 Sergey MatveevMove source code to separate directory. Bind dependent...