Commit Graph

1751 Commits (f79900653b2f687f6a004377c6ff634f19822487)

Author SHA1 Message Date
R4SAS 1ba1fa37f9
update travis-ci stuff (#1006)
* enable osx in travis config
* fix brew commands, change comiler
* disable clang build with make on linux
* update README
* tabulation fix in Crypto.cpp
7 years ago
R4SAS 7477d2c219 fix forgotten log colors 7 years ago
R4SAS a6fb3b602e add loglevel none (closing #998) 7 years ago
R4SAS 100f3380c4
fix upnp definitions and make cmake silent (#999) 7 years ago
orignal 847fd15af2 0.2.16 7 years ago
orignal a21fb17d73 renamed ECIES-P256 7 years ago
orignal 0c34bd440b reject routers with RSA signatures 7 years ago
Jeff Becker a4b39a3648
disable connection limiting by default 7 years ago
orignal 80a3bd6a3b correct new key pair 7 years ago
orignal 7fb8ee60b4 correct random padding for ICIES public key 7 years ago
orignal a4ce224cd1 pass correct crypto type to identity 7 years ago
orignal ab1cd3f5cf ECIES for GOST R 34.10 7 years ago
orignal 1e75de9bb8 514 bytes ECIES block 7 years ago
orignal 19a03c42a5 use generic Decrypt instead ElGamalDecrypt 7 years ago
orignal c5f784719d implement Decrypt for all local destination 7 years ago
orignal 60aa459dfc 0.9.32 7 years ago
orignal 53d71d29ff call RoutingDestination::Encrypt instead ElGamalEncrypt 7 years ago
orignal 81658d2ff9 generic encryption for RoutingDestination 7 years ago
orignal 9fa67b0e0a crypto key encryptor and decryptor 7 years ago
orignal efacfced45 CryptoKey added 7 years ago
orignal e634c89995 generate non-ElGamal encryption keys pair 7 years ago
orignal 5aa53eee43 GetIdentity for RoutingDestination 7 years ago
orignal 00bbb81375 ECICS gerenarate keys 7 years ago
orignal 5271cdacf2 ECICSDecrypt 7 years ago
orignal 6d01726961 use AES-CBC for ECICS 7 years ago
orignal 12feac1f50 fixed build error for wheezy 7 years ago
orignal 39c1c3567b ECICSEncrypt added 7 years ago
orignal 63ae6850d3 Fix #979. Router without host but with introducers is considered as SSU v4 7 years ago
Jeff Becker 91eb2b2c4a
fix limits when not specififed 7 years ago
Jeff Becker 42ec6db746
Merge remote-tracking branch 'purple/openssl' into i2np-transport-limits 7 years ago
Jeff Becker 7a9dc0eec0
use terminate 7 years ago
Jeff Becker 6441c9d5d8
initial ntcp soft/hard limits 7 years ago
Jeff Becker 1500e805dd
add is_i2p 7 years ago
Jeff Becker b14d1801f0
support i2p outproxy 7 years ago
orignal bc11181d5e tables for GOST R 34.11 7 years ago
R4SAS 7dfb6f4a13 update makefiles 7 years ago
orignal fa9c39732d change max bandwidth limit 7 years ago
orignal 7d7f5ff4e2 set default nickname after initialization 7 years ago
orignal 6e32f4bc85 set nickname for destination 7 years ago
brain5lug 346bf14b7b added missed invariant for MemoryPool 7 years ago
brain5lug 8e3c9410dc missed self assigment check for EDDSAPoint 7 years ago
brain5lug 8c8127dda6 fixed perfect forwarding for the memory pool 7 years ago
Jeff Becker 7fb2d13a8b
use BN_CTX_start and BN_CTX_end instead of removing BN_CTX_start 7 years ago
Jeff Becker c0bcab8bc5
try fixing leak 7 years ago
Darknet Villain 681810ea38 Use setter method for m_TimeFormat, set time format in Daemon.cpp instead of Log.cpp 7 years ago
Darknet Villain d500fe66fd Add option logclftime=true for writing full date and time to logs 7 years ago
Jeff Becker 1ea6d2016d
add initial connection timeout for i2ptunnel 7 years ago
Jeff Becker 416589cc93
Revert "add deferred ready checking for destination"
This reverts commit 3f409d0e28.
7 years ago
Jeff Becker 41ce9d47e5
Revert "re trigger timer"
This reverts commit f87a51034e.
7 years ago
Jeff Becker d7e4deab4e
Revert "tabify"
This reverts commit 897cfad399.
7 years ago
Jeff Becker 27782ceddd
Revert "clarify"
This reverts commit 7af3b751d4.
7 years ago
Jeff Becker a6f62a99b9
Revert "use shared from this"
This reverts commit 4e4def4fb9.
7 years ago
Jeff Becker 4e4def4fb9
use shared from this 7 years ago
Jeff Becker 7af3b751d4
clarify 7 years ago
Jeff Becker 897cfad399
tabify 7 years ago
Jeff Becker f87a51034e
re trigger timer 7 years ago
Jeff Becker 3f409d0e28
add deferred ready checking for destination 7 years ago
orignal 028f0bdb8d Fixed #931. don't insert null pointer into DHkeys list 7 years ago
orignal f6ced9279b new reseed added 7 years ago
orignal 390bb07cca 2.15.0 7 years ago
Darknet Villain 7e244455c4 Don't do peertest if nat=false. FIX #915 7 years ago
orignal 0b560fdd27 0.9.31 7 years ago
Jeff Becker c13fd2261e add stuff for address generator tool 7 years ago
orignal d47d8d22a3 removed all Accept-* headers but Accept-Encoding 7 years ago
orignal 032e68da05 Merge pull request #908 from r4sas/openssl
add socks.outproxy.enabled and workout with Config.cpp tabulation
7 years ago
orignal 486661d6c6 implement != 7 years ago
R4SAS a17f07495a add socks.outproxy.enable option 7 years ago
R4SAS 16d3440a4c tabulation workout on Config.cpp 7 years ago
orignal 1fb1d7e4e9 don't create SSU session if endpoint is not specified. Wait from RelayResponse 7 years ago
Darknet Villain 06b2b26e39 NetDb: If NetDb is empty, throw exception instead of killing NetDb thread 7 years ago
R4SAS 676c61aa99 fix typo 7 years ago
Darknet Villain 817bbefac6 Fix options: make useless boolean flags configurable in command line 7 years ago
orignal c287fb58bd reference counter for destinations 7 years ago
orignal 76fab1fea8 reseeds update 7 years ago
hypnosis-i2p 275da075e0 various qt work 7 years ago
R4SAS 629261c4be remove msvc and NSIS project files
fix some windows build warnings
7 years ago
orignal 83c5131b67 skip expired introducer 7 years ago
orignal e84e8748bd fixed android build 7 years ago
orignal 03d1519b39 2.14.0 7 years ago
Jeff Becker 7c970771c5 fix 7 years ago
Jeff Becker e336cbfb2d add http proxy, change socks4a to socks5 7 years ago
Jeff Becker 24eec76428 more 7 years ago
Jeff Becker 71c9b15ff1 more 7 years ago
Jeff Becker 2940f0d67c capture by value not reference 7 years ago
Jeff Becker cbb1d2d3b5 more whitespace bullshit 7 years ago
Jeff Becker 36dd11a899 more whitespace bullshit 7 years ago
Jeff Becker be88969b79 more whitespace bullshit 7 years ago
Jeff Becker d91ad54ed9 more whitespace bullshit 7 years ago
Jeff Becker 1330228080 fix whitespace bullshit 7 years ago
Jeff Becker 3ea1eca350 ntcp socks proxy (initial) 7 years ago
orignal a4e6d8120b handle iexp 7 years ago
orignal 124e2e759c fix #846. ability to limit transit bandwidth 7 years ago
orignal ac918e3618 0.9.30 7 years ago
orignal 009a720c32 disabled dead reseed 7 years ago
orignal a441474d75 show transit bandwidth 7 years ago
orignal cfd3c3628e count and show transit traffic 7 years ago
orignal 474d52f805 minor performance improvements 7 years ago
orignal 8a9757111f enable SAM by default 7 years ago
orignal ad83ae1e7a removed stdafx 7 years ago
Jeff Becker e238f7ed37 NetDb.h -> NetDb.hpp for case insensative file systems clashing with libc's netdb.h 7 years ago
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs

libi2pd_client for i2pd client libs

daemon for i2pd daemon libs
7 years ago