Commit Graph

2089 Commits (cryptopp)
 

Author SHA1 Message Date
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
EinMByte 89d3d17b28 Move base64 to util/ 9 years ago
EinMByte 3668c27db6 Moved some files to util/ 9 years ago
EinMByte 581c59a195 Merge branch 'master' of https://github.com/PurpleI2P/i2pd 9 years ago
EinMByte 9876a2a019 Merge pull request #238 from notorca/master
Build with clang on linux fixed
9 years ago
EinMByte 18ca8b9b97 Move SSU and NTCP to transport/. 9 years ago
Cyril Lashkevich 25b8a18224 Build with clang on linux fixed 9 years ago
EinMByte e90b0dd54f Update TODO. 9 years ago
EinMByte 3f3103572a Merge pull request #237 from EinMByte/master
Fixes for #235 and #233.
Also tested by psi, and seems to be working fine.
9 years ago
EinMByte 9c03be08da Do not build unit tests by default with make (#233). 9 years ago
EinMByte e70f0d999f Include address option for tunnels in README.md. 9 years ago
EinMByte 524a02cb0d Make address for proxies, BOB, SAM, ... configurable (#235). 9 years ago
EinMByte a7da2423ce Do not bind HTTPServer to the "any" address (#235). 9 years ago
Riccardo Spagni 668235c697 Merge pull request #230 from EinMByte/master
Base32/64 tests and documentation + GetMTU changes
9 years ago
EinMByte 7d38b1a9b9 Base64/32 tests for #229. 9 years ago
EinMByte c612d21639 Fix #229 by returning zero instead of -1. 9 years ago
EinMByte 2bde6fc13b Fixes to GetMTUWindows and GetMTUWindowsIpv6 (thanks mlt). 9 years ago
EinMByte c3ec75756d Also check the returned size in base64 tests. 9 years ago
EinMByte 469981cce5 Tests and documentation for base32. 9 years ago
EinMByte 28a4f4173d Tests and documentation for base64. 9 years ago
Meeh 53053105c9 Merge pull request #169 from guanqun/fix-binary-name
the binary should be i2pd
9 years ago
Riccardo Spagni 85b1505e51 Merge pull request #228 from EinMByte/master
Various changes
9 years ago
EinMByte d0b2a0da14 Fix #227: Transports::GetRandomPeer() crashes if m_Peers is empty 9 years ago
EinMByte 28969bfeab Update todo. 9 years ago
EinMByte 6f569f5334 Merge remote-tracking branch 'github/master'
Conflicts:
	Log.cpp
	Log.h
9 years ago
Mikal Villa 5f644b1b04 Fixed build issue with Mac OSX, which don't support std::chrono::monotonic_clock. 9 years ago
EinMByte eb4109187a Remove unused include (boost foreach). 9 years ago
EinMByte 79e3f669f0 Cleanup util, add documentation. 9 years ago
EinMByte 66754aac5a Tests and documentation for util::url. 9 years ago
EinMByte 4412dd198d Tabs -> spaces (yes this breaks compatiblity with upstream) 9 years ago
EinMByte 5d78e2f5e4 Setup unit test environment. 9 years ago
EinMByte 4ce7b0e9ef Minor changes based on cppcheck output. 9 years ago
EinMByte 62ac53563c Ensure zero-inialization, add TODO update gitignore. 9 years ago