Commit Graph

2021 Commits (0979f0d2f2cc85965254d1beafad545b25332888)
 

Author SHA1 Message Date
EinMByte 0979f0d2f2 Update README and BUILD_NOTES. 9 years ago
EinMByte 5d00ad6473 Fix building tests, move binaries to different output directory. 9 years ago
EinMByte 103b6db717 Better hardening flags. 9 years ago
EinMByte 8ac9520dfd Implement #243, separate core/client (PCH support dropped for now) 9 years ago
EinMByte bdaf2c16aa Update .gitignore, fix typo in CMakeLists.txt. 9 years ago
EinMByte 9236c7b391 Merge pull request #255 from apprb/dev
CMake: tests support
9 years ago
EinMByte ff466b7aaa Merge pull request #254 from EinMByte/master
Fix #252.
9 years ago
apprb e285cd034b
CMake: tests support 9 years ago
EinMByte ca84c71c39 Fix #252. 9 years ago
EinMByte 2ab1cf0a89 Merge pull request #251 from EinMByte/master
Changes to HTTPServer
9 years ago
EinMByte 485e2237e0 Update README in accordance with #245. 9 years ago
EinMByte a2e6acbd44 Do not include iomanip in HTTPServer.cpp, fix typo. 9 years ago
EinMByte 64d3aa9c56 Remove broken link from web UI. 9 years ago
EinMByte 3922a203b7 Merge https://github.com/majestrate/i2pd into web-ui 9 years ago
EinMByte 3cc95c0df2 Merge branch 'master' into web-ui 9 years ago
EinMByte 823ae63308 Merge pull request #250 from edwtjo/make-tunnelscfg-configurable
Make tunnels.cfg configurable
9 years ago
EinMByte 6de4ea2dce Merge pull request #248 from tayler1/master
Returning default mtu.
9 years ago
Edward Tjörnhammar 3d489a2996 Make tunnels.cfg configurable 9 years ago
jeff 413d1b4960 make http server http/1.1 compliant 9 years ago
tayler1 e57b6294ae Returning default mtu.
Also mtu function for osx.
9 years ago
Riccardo Spagni 14c5753261 Merge pull request #247 from edwtjo/address-insteadof-host
Use address instead of host in code and README.md
9 years ago
Edward Tjörnhammar 56cb3004a7 Use address instead of host in code and README.md 9 years ago
EinMByte 86b83ca614 Merge pull request #242 from EinMByte/master
Tests for AES + Improvements to i2pcontrol
9 years ago
EinMByte 2db3fe36d1 Fix building with CMake (typo in commit 12dd8a3) 9 years ago
EinMByte 12dd8a394d Fix building without AESNI. 9 years ago
EinMByte 6ed48ab876 Get rid of old HTTPServer proxy functionality. 9 years ago
EinMByte c3685927d2 Modfiy indention and spaces in I2PControlServer.h/cpp 9 years ago
EinMByte 999001733d Fix I2PControl invalid password error message. 9 years ago
EinMByte 79768cf783 Mention I2PControl password option in README. 9 years ago
EinMByte 843abb60dd Make i2pcontrol password configurable. 9 years ago
EinMByte 8434863beb Fixed typos (thx zzz) 9 years ago
EinMByte c10d0fdb7e Make i2pcontrol error codes negative. 9 years ago
EinMByte 833a606b13 Add a constant for the I2PControl token size. 9 years ago
EinMByte 69d93146f2 Expire tokens, use std::shared_ptr for I2PControlSession. 9 years ago
EinMByte 109127a39e Generate random I2PControl tokens. 9 years ago
EinMByte c7f4a79b2c Destroy I2PControlSession before io_service, cancel waiting operations. 9 years ago
EinMByte 9cca01d159 Error handling and authentication for I2PControl. 9 years ago
EinMByte 996c36b93d Fixes for I2PControl. 9 years ago
EinMByte 1f90b08445 Began separation of i2pcontrol (untested). 9 years ago
EinMByte af4719d665 Move AESNIMacros.h to crypto/ 9 years ago
EinMByte 5d0b24d696 Add tests for AES CBC (mainly important for custom AESNI implementation). 9 years ago
EinMByte 59e081f41e Fix typo "Chipher" -> "Cipher" 9 years ago
Riccardo Spagni d9dc406d18 Merge pull request #239 from EinMByte/master
Split source code in directories
9 years ago
EinMByte 9597917183 Split tunnel-specific crypto from aes.h/cpp. 9 years ago
EinMByte d9bb09780f Created tunnel/ 9 years ago
EinMByte c8190d0020 Move Log.h/cpp to util/ 9 years ago
EinMByte 6268e297e4 Fix building with cmake. 9 years ago
EinMByte 13e8945666 Moved I2PEndian to util/ 9 years ago
EinMByte b9aebadd46 Add crypto/ directory. 9 years ago
EinMByte 9e5c33bce7 Fixed tests after introducing util/. 9 years ago