1997 Commits (0a5745c559a56ae79a07e0b1dad264537a7fcd92)
 

Author SHA1 Message Date
orignal 0a5745c559 Update README.md 9 years ago
orignal b24959205b Update README.md 9 years ago
orignal d69f297c05 split between CreateSession and CreateSessionThrough Introducer 9 years ago
orignal 3c8e331809 Ed25519 per thread 9 years ago
orignal d169471e8c copy constructor for Ed22519 9 years ago
orignal 56453f6b5c moved BN_CTX creation to curve's Verify and Sign 9 years ago
orignal dac2e8c79e use left sift instead multipilication by 2 9 years ago
orignal ccc96bc610 Merge pull request #304 from hagen-i2p/fixes 9 years ago
hagen 654371cb6a fix debian/ directory 9 years ago
hagen 1af8d873bb delete build/cmake_modules/FindCryptoPP.cmake (now using openssl) 9 years ago
hagen b7a0e23309 fix BUILD_NOTES: url, md-format, crypto++ reference 9 years ago
hagen 4a0f868941 fix Dockerfile : drop crypto++, add openssl 9 years ago
hagen 448073cdd6 format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int} 9 years ago
orignal ad79ec7b1f async handshake 9 years ago
orignal e194854c6d replace GetSession to CreateSession 9 years ago
orignal d01d033209 eliminate session creation collision 9 years ago
orignal 06c4aca490 always use shared_ptr for I2NPMessage 9 years ago
orignal 885d57138a read Content-Length from http header 9 years ago
orignal 9e2a770a26 read complete request 9 years ago
orignal 942b699bb9 fixed few SSL errors 9 years ago
orignal c9d03a8094 I2PControl through SSL 9 years ago
orignal d015538bb4 create certificate for https 9 years ago
orignal 90d6c5c5bb fixed race condition 9 years ago
orignal 387ce4b6fa fixed access to eepsites from webconsole 9 years ago
orignal 7943b13891 use shared_ptr for sockets 9 years ago
orignal 50a7cd19b4 Update README.md 9 years ago
orignal 53e9335bb0 Update README.md 9 years ago
orignal e5cb70972e moved status_string to reply structure 9 years ago
orignal 0d84871037 backport of 'make http server http/1.1 compliant' 9 years ago
orignal 1d37745c0c more separation between api and executable builds 9 years ago
orignal ad9ade7849 reduce number of transient BIGNUM allocations 9 years ago
orignal c1e2ee32b4 fixed mingw build error 9 years ago
orignal 1588d2734c use path.string () instead path.c_str () 9 years ago
orignal 50dda4263f fixed mingw build error 9 years ago
orignal a8f2239495 backport GetMTU 9 years ago
orignal c42636b0ee check for zero-length 9 years ago
orignal 54b2c8bd7e backport fix build for clang 9 years ago
orignal d01a21a867 backport openbsd support 9 years ago
orignal 5d43052c05 Merge pull request #296 from edwtjo/make-tunnelscfg-configurable-again 9 years ago
Edward Tjörnhammar 4109ab1590 Make tunnels.cfg configurable 9 years ago
orignal f6eabd695b don't store B explicitly 9 years ago
orignal 24d9dacfd9 fixed mingw build 9 years ago
orignal 66d51a9eb1 0.9.23/2.1.0 version update 9 years ago
orignal 302df75d83 skip extended options in SSU header 9 years ago
orignal 11b7e637e9 fixed complation error for boost 1.49 and gcc 4.7 and higher 9 years ago
orignal 135c92bd85 Merge pull request #295 from mlt/openssl-cmake 9 years ago
Mikhail Titov c15c26a233 Bring CMake stuff in agreement with #294 discussion 9 years ago
orignal 5d94760cce eliminate some transient BIGNUM allocations 9 years ago
orignal 79517a0ba3 fixed clobbed z and t for Double 9 years ago
orignal 64295e3541 Merge pull request #294 from mlt/openssl-cmake 9 years ago