]> Cypherpunks.ru repositories - govpn.git/shortlog
govpn.git
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-15 Sergey MatveevAdd useful features related to config reloading
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 MatveevDownload link for 7.2 release
2017-02-14 Sergey MatveevFix makedist on tmpfs with noexec
2017-02-14 Sergey MatveevMerge branch 'develop' 7.2
2017-02-14 Sergey MatveevPreparing to 7.2 release
2017-02-14 Sergey MatveevFix awful bug with expected nonces
2017-01-24 Sergey MatveevDownload link for 7.1 release
2017-01-24 Sergey MatveevMerge branch 'develop' 7.1
2017-01-24 Sergey MatveevPreparing for 7.1 release
2017-01-24 Sergey Matveevgo vet/lint
2017-01-24 Sergey MatveevThanks to Bruno Clermont
2017-01-24 Sergey MatveevSchneier should not be in THANKS
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 MatveevTrivial downloads page refactor
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-21 Sergey MatveevOmit initial release in NEWS
2017-01-21 Sergey MatveevGenerate plaintext NEWS
2017-01-17 Sergey MatveevRemove .gitmodules from tarball
2017-01-13 Sergey MatveevBetter wording
2017-01-13 Sergey MatveevFix yaml library licence information
2017-01-13 Sergey MatveevFix sentence mistake
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 Sergey MatveevYAML library path changed: fix makedist.sh
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-11-20 Sergey MatveevComma in announcement text
2016-11-20 Sergey MatveevStay only people in THANKS
2016-10-29 Sergey Matveev[DOC] Download link for 7.0 release
2016-10-29 Sergey MatveevMerge branch 'develop' 7.0
2016-10-29 Sergey MatveevInclude only chacha20, not the whole chacha20poly1305
2016-10-29 Sergey Matveev[DOC] Warn that ChaCha20 is not compatible with previou...
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 Matveev[DOC] cr.yp.to websites are accessible through HTTPS
2016-10-29 Sergey MatveevXTEA is not used anymore, do not include in sources
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-10-19 Sergey Matveev[DOC] More language neutral quotes
2016-10-19 Sergey MatveevTUN interfaces could be useful
2016-10-08 Sergey Matveev[DOC] More compact CSS
2016-10-04 Sergey MatveevFix 404 (dir) link
2016-10-04 Sergey MatveevSHA256 checksums became larger
2016-09-13 Sergey Matveev[DOC] Key can be retrieved using HKP keyserver
2016-09-11 Sergey Matveev[DOC] Shorter cut
2016-09-11 Sergey Matveev[DOC] Download link for 6.0 release
next