]> Cypherpunks.ru repositories - govpn.git/history - src/cypherpunks.ru
Use convenient simpler Go 1.9's sync.Map
[govpn.git] / src / cypherpunks.ru /
2017-08-27 Sergey MatveevUse convenient simpler Go 1.9's sync.Map
2017-04-30 Sergey MatveevUnnecessary []byte()
2017-04-28 Sergey MatveevUpdated balloon upstream
2017-04-04 Sergey MatveevMerge branch 'develop' 7.3
2017-04-03 Sergey MatveevSkip possible invalid memory address during the race
2017-04-03 Sergey MatveevSplit long line
2017-02-14 Sergey MatveevMerge branch 'develop' 7.2
2017-02-14 Sergey MatveevFix awful bug with expected nonces
2017-01-24 Sergey MatveevMerge branch 'develop' 7.1
2017-01-24 Sergey Matveevgo vet/lint
2017-01-24 Sergey MatveevDo not allocate memory in each iteration
2017-01-24 Bruno ClermontFix an other misusage of .Sum()
2017-01-24 Bruno ClermontFix handshake peer identification
2017-01-24 Sergey MatveevFix variable references
2017-01-24 Sergey MatveevFix docstring splitted lines
2017-01-02 Sergey MatveevRaise copyright years
2016-12-10 Sergey MatveevPrint seconds, not microseconds
2016-12-08 Sergey MatveevSimple types without useless optimization
2016-12-08 Sergey MatveevAdd missing copyright information
2016-12-08 Sergey MatveevNo need to explicitly print the fact that we have exited
2016-12-08 Sergey MatveevNo need of notice that noise-mode is enabled when encry...
2016-12-08 Sergey MatveevIt is better to work directly with structs, returning...
2016-12-08 Sergey MatveevTrivial stylistical changes
2016-12-08 Sergey MatveevWe must fail if invalid transport configuration is set
2016-12-08 Sergey Matveevgo fmt code
2016-12-08 Bruno ClermontRefactor govpn-client.
2016-12-08 Bruno ClermontOnly use YAML binding version 2.
2016-10-29 Sergey MatveevMerge branch 'develop' 7.0
2016-10-29 Sergey MatveevAbility to use TUN-interfaces under GNU/Linux
2016-10-29 Sergey MatveevReplace (X)Salsa20 with ChaCha20
2016-10-29 Sergey MatveevReplace blake2b with golang.org/x/crypto implementation
2016-09-11 Sergey MatveevMerge branch 'develop' 6.0
2016-09-11 Sergey MatveevReplace Argon2 with Balloon hashing
2016-09-11 Sergey MatveevFix formatting
2016-09-11 Sergey MatveevUnnecessary benchmark timer reset call
2016-07-07 Sergey MatveevMerge branch 'develop' 5.10
2016-07-07 Sergey Matveev-version command line option
2016-07-07 Sergey MatveevMerge branch 'develop' 5.9
2016-07-03 Sergey MatveevAbility to disable client reconnection
2016-07-03 Sergey MatveevReconnect client after timeout, do not exit
2016-07-03 Sergey MatveevMove protocol argument check out of cycle
2016-05-10 Sergey MatveevMerge branch 'develop' 5.8
2016-05-09 Sergey MatveevReplace XTEA with BLAKE2b-based MAC
2016-05-09 Sergey MatveevRefactor and simplify CPR work code
2016-05-08 Sergey MatveevUse RFC 5424-like structured log format
2016-05-08 Sergey MatveevInitial syslog support
2016-05-05 Sergey Matveevcrypto/rand does not guarantee full read at once
2016-03-13 Sergey MatveevMerge branch 'develop' 5.7
2016-03-07 Sergey Matveev-warranty CLI option
2016-03-07 Sergey MatveevExecute all down script when server is terminated
2016-03-07 Sergey MatveevPass parameters to scripts through environment variables
2016-02-16 Sergey MatveevIncrease default MTU value
2016-02-12 Sergey MatveevMerge branch 'develop' 5.6
2016-02-07 Sergey MatveevDo not print Conn field in statistics
2016-02-06 Sergey MatveevMerge branch 'develop' 5.5
2016-02-06 Sergey MatveevAlign statistics counters for correct sync.atomic work...
2016-02-06 Sergey MatveevLet all counters will be unsigned, as sign does not...
2016-02-06 Sergey MatveevIt is possible that frame counters will be bigger than...
2016-01-31 Sergey MatveevMerge branch 'develop' 5.4
2016-01-31 Sergey MatveevCheck that verifier is provided for client
2016-01-30 Sergey Matveev"identity" looks better than "identity"
2016-01-29 Sergey MatveevAdd time synchronization requirement option
2016-01-29 Sergey MatveevBase64 peer identifiers, not hex, as they are used...
2016-01-24 Sergey MatveevNo need in buffers outside the reading goroutine
2016-01-21 Sergey MatveevMerge branch 'develop' 5.3
2016-01-21 Sergey MatveevUse stderr for passphrase prompt, to prevent newclient...
2016-01-20 Sergey MatveevAdd common cypherpunks.ru prefix for govpn Go package...