]> Cypherpunks.ru repositories - govpn.git/history - src/cypherpunks.ru/govpn/peer.go
Revert lenData=len(data) assignment
[govpn.git] / src / cypherpunks.ru / govpn / peer.go
2017-02-25 Sergey MatveevRevert lenData=len(data) assignment
2017-02-25 Sergey MatveevShorten huge constant name, as it is impossible to...
2017-02-25 Sergey MatveevSplit too long lines
2017-02-25 Sergey MatveevStylistic fixes
2017-02-25 Sergey MatveevFix copyright years
2017-02-25 Bruno ClermontRefactor govpn common package
2017-02-14 Sergey MatveevVarious stylistic and grammar fixes
2017-02-14 Bruno Clermontgolint fixes
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-02 Sergey MatveevRaise copyright years
2016-10-29 Sergey MatveevMerge branch 'develop' 7.0
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 MatveevFix formatting
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-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-21 Sergey MatveevMerge branch 'develop' 5.3
2016-01-20 Sergey MatveevAdd common cypherpunks.ru prefix for govpn Go package...