Commit Graph

1773 Commits (3cee8bfcb28a66ea832464ff31d722602c646416)

Author SHA1 Message Date
Jeff Becker b469080cd7
make ntcp worker threads configurable in number 6 years ago
Jeff Becker 547a0057e6
whitespace cleanup 6 years ago
Jeff Becker b980ca4a9e
whitespace cleanup 6 years ago
Jeff Becker 098b2e968e
whitespace cleanup 6 years ago
Jeff Becker cd59ca8376
whitespace cleanup 6 years ago
Jeff Becker f2e6fad104
make it work 6 years ago
Jeff Becker 8d7fde0287
more 6 years ago
Jeff Becker 91fdb038d9
add threadpool for ntcp dh 6 years ago
Jeff b64878f4fa use std::move 6 years ago
Jeff a5cc2f3b5d define bit_* if not already defined 6 years ago
Jeff 9c93d6f931 Revert "define cpu_* if not set"
This reverts commit a077d7671f.
6 years ago
Jeff a077d7671f define cpu_* if not set 6 years ago
orignal 30fb0f5a94
Merge pull request #1116 from majestrate/netbsd
NetBSD support
6 years ago
Jeff Becker b02464990b
work around netbsd quarkyness 6 years ago
Jeff Becker 4988a32d33
make endian work with netbsd 6 years ago
orignal b3e5874631 fixed android build error 6 years ago
orignal f5349dcef9
Merge pull request #1115 from majestrate/aesni-avx-runtime-detect
AESNI/AVX runtime detection [WIP]
6 years ago
Jeff Becker a618a01b1e
don 6 years ago
Jeff Becker 7e60069968
add uncommitted files 6 years ago
Jeff Becker 91e45d9a4a
initial code for runtime detection of aesni/avx 6 years ago
orignal b7596b7f70
Merge pull request #1112 from majestrate/dns-rebind
mitigate dns rebinding in webui
6 years ago
Jeff Becker 0309b574e8
mitigate dns rebinding in webui 6 years ago
orignal f2a14047eb
Merge pull request #1108 from majestrate/fix-issue-1107
Fix issue 1107
6 years ago
Jeff Becker 124a9cb030
correction 6 years ago
Jeff Becker 3ec000d0f8
fix issue #1107 6 years ago
Jeff Becker aac1141ca6
fix issue #1107 6 years ago
hagen 5225e1d7d1 * HTTP.cpp : use bare snprintf() instead locale-dependent strftime() 6 years ago
orignal e77037c2b8 fixed warning 6 years ago
R4SAS 4af0caa506 fix build on GCC 8.0.1
https://bugzilla.redhat.com/show_bug.cgi?id=1541688
6 years ago
orignal 0728991821
Merge pull request #1092 from majestrate/master
fix federoa rawhide build with gcc 8
6 years ago
Jeff Becker 21c35f770b
fix federoa rawhide build with gcc 8 6 years ago
yangfl 4f84d687e4 add endian detection for glibc 6 years ago
orignal 4901434209 2.18.0 7 years ago
orignal 8c2de4973c rollback 7 years ago
orignal e1527dc137 update LeaseSet if a tunnel was deleted 7 years ago
orignal 7db2e9dc4a don't verify signature twice 7 years ago
orignal b1c701085b don't verify signature twice 7 years ago
orignal e8d6c803cd
Merge pull request #1076 from majestrate/fix-streaming-race-2018-01-25
try streaming race condition fix
7 years ago
Jeff Becker f4a2dda94e
try streaming race condition fix 7 years ago
Jeff Becker 4a77a03033
* Add LeaseSetBufferValidate which checks lease validity and extracts timestamp
* check for leases with LeaseSetBufferValidate before update in floodfill code as to prevent malicous nodes removing good LS
7 years ago
Jeff Becker 3820b51960
Revert "check for valid LS before updating"
This reverts commit e070ce4e34.
7 years ago
Jeff Becker e070ce4e34
check for valid LS before updating 7 years ago
Jeff Becker 06020b8f54
re-enable packet pool 7 years ago
Jeff Becker b3b38015c2
check max buffer size in Stream::Send 7 years ago
Jeff Becker 43a751ee0b
Merge remote-tracking branch 'purple/openssl' into streaming_race_fix_2018_01_15 7 years ago
Jeff Becker 207212557e
fix sam race conditions 7 years ago
yangfl 50ba52756f fix mixing tabs and spaces 7 years ago
yangfl 46f62e1af9 remove trailing whitespaces 7 years ago
Jeff Becker 68b1afa2df
Merge remote-tracking branch 'purple/openssl' into i2cp-session-reconfig 7 years ago
orignal 34c98e03c1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 7 years ago
orignal 41e40bbc0d fixed typo 7 years ago
Jeff Becker 80149342f2
proper bounds check 7 years ago
Jeff Becker 1967dee50c
don't recreate tunnels of different size 7 years ago
Jeff Becker ab80def94b
use reference instead of copy 7 years ago
Jeff Becker 938d5d901a
implement i2cp session reconfigure 7 years ago
Jeff Becker 7b00d828b2
fix lambda capture, don't capture copy 7 years ago
Jeff Becker d5e9fc7677
fix race condition 7 years ago
orignal 6db7c5733d use outbound.nickname as tunnel name if inbound.nickname is not set 7 years ago
orignal b0f6d81f57
Merge pull request #1037 from PurpleI2P/openssl
recent changes
7 years ago
Kenan Sulayman 614101c4b8
Fix typo (confrimed -> confirmed) 7 years ago
Dmitry Marakasov 0f2d2156e6 Don't use deprecated boost::asio::ssl::context ctor
This was removed in boost 1.66, in prior versions the service
argument was not used
7 years ago
Dmitry Marakasov 511499d950 Reorder preprocessor conditions in libi2pd/I2PEndian.h
The problem is that __FreeBSD_kernel__ may be defined on FreeBSD as
well, while it always needs <sys/endian.h>
7 years ago
yangfl 18b6353803 fix typo 7 years ago
orignal 6636e432d7 2.17.0 7 years ago
orignal df18692af9 check I2NP messsage buffer size 7 years ago
orignal 272090fc8f don't accept streams from RSA detinations 7 years ago
orignal ab6bc52a0f don't create destination with RSA signature 7 years ago
orignal a5b1b24fee implement i2p.streaming.connectDelay option 7 years ago
Jeff Becker ffad1ecd6d
reduce buffer size 7 years ago
Jeff Becker e1b5803902
fix overflow 7 years ago
Jeff Becker 65db96e663
reseed proxy 7 years ago
orignal 5109d40d8e don't publish unknown crypto type to Java floodfill again 7 years ago
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