]> Cypherpunks.ru repositories - govpn.git/history - src
Remove misleading words. Peer exists and ready for processing
[govpn.git] / src /
2017-03-12 Sergey MatveevRemove misleading words. Peer exists and ready for... develop-prev
2017-03-07 Bruno Clermontfix close by interrupt read, do not close multiple...
2017-03-04 Sergey MatveevUpdate cryptographic libraries
2017-03-03 Sergey MatveevGo language does not like underscores in names
2017-03-03 Sergey MatveevLanguage mistakes and stylistic fixes
2017-03-03 Sergey MatveevStylistical change
2017-03-03 Sergey MatveevFix FreeBSD TAPer
2017-03-03 Bruno Clermontfix darwin build
2017-03-03 Bruno Clermontfix copy-paste
2017-03-03 Bruno Clermontlog TAP write error
2017-03-03 Bruno Clermontdefer unlock
2017-03-03 Bruno Clermontturn `udpBufs` as a local variable instead of global
2017-03-03 Sergey MatveevFix copyright years and authorship
2017-03-03 Bruno ClermontImprove TAP
2017-03-03 Sergey MatveevSplit long lines
2017-02-25 Sergey MatveevFix copyright years
2017-02-25 Bruno ClermontRefactor server
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 MatveevCould -> can, for consistency
2017-02-25 Sergey MatveevNo markdown-like quotes
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-25 Sergey Matveevtap_freebsd is too small for licensing
2017-02-25 Sergey MatveevFix copyright years
2017-02-25 Bruno Clermontwrap errors
2017-02-25 Sergey MatveevCopyright and stylistic changes
2017-02-15 Bruno ClermontUpgrade Client
2017-02-14 Bruno Clermontfix password read on windows, `0` isn't Stdin on windows
2017-02-14 Bruno Clermontevaluate error in tests
2017-02-14 Sergey MatveevSimplify operations with arrays and maps
2017-02-14 Sergey MatveevStylistic fixes
2017-02-14 Bruno Clermontswitch to logrus
2017-02-14 Sergey MatveevAdd Bruno Clermont as one of authors
2017-02-14 Bruno Clermontadd new dependency
2017-02-14 Sergey MatveevVarious stylistic and grammar fixes
2017-02-14 Bruno Clermontgolint fixes
2017-02-14 Bruno Clermontupgrade water to original maintained repository
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-23 Sergey MatveevUse an updated github.com/agl/ed25519
2017-01-23 Sergey MatveevUse an updated golang.org/x/crypto with various assembl...
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-12-03 Sergey MatveevPull changes for golang.org/x/crypto with fixed BLAKE2b...
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-10-29 Sergey MatveevUse an updated salsa20, poly1305 from golang.org/x...
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-09-11 Sergey MatveevUpdate go-yaml dependency
2016-09-11 Sergey MatveevUpdated golang.org/x/crypto (contains ssh/terminal...
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-13 Sergey MatveevUpdate Argon2 library to use 1.3 version of the algorithm
2016-03-13 Sergey MatveevUpdate yaml parsing library
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...
next