Commit graph

141 commits

Author SHA1 Message Date
Jeff Becker cd59ca8376
whitespace cleanup 2018-02-20 12:59:39 -05:00
Jeff Becker f2e6fad104
make it work 2018-02-20 12:40:28 -05:00
Jeff Becker 8d7fde0287
more 2018-02-20 11:43:13 -05:00
Jeff Becker 91fdb038d9
add threadpool for ntcp dh 2018-02-20 11:38:48 -05:00
Jeff Becker b02464990b
work around netbsd quarkyness 2018-02-16 18:54:34 -05:00
Jeff Becker 4988a32d33
make endian work with netbsd 2018-02-16 18:27:30 -05:00
orignal 4901434209 2.18.0 2018-01-30 10:41:35 -05:00
orignal 8c2de4973c rollback 2018-01-26 14:33:06 -05:00
orignal e1527dc137 update LeaseSet if a tunnel was deleted 2018-01-26 14:07:51 -05:00
orignal 7db2e9dc4a don't verify signature twice 2018-01-25 10:32:08 -05:00
orignal b1c701085b don't verify signature twice 2018-01-25 10:09:34 -05:00
orignal e8d6c803cd
Merge pull request #1076 from majestrate/fix-streaming-race-2018-01-25
try streaming race condition fix
2018-01-25 09:35:58 -05:00
Jeff Becker f4a2dda94e
try streaming race condition fix 2018-01-25 09:00:00 -05:00
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
2018-01-24 10:16:51 -05:00
Jeff Becker 3820b51960
Revert "check for valid LS before updating"
This reverts commit e070ce4e34.
2018-01-24 09:44:55 -05:00
Jeff Becker e070ce4e34
check for valid LS before updating 2018-01-24 09:36:09 -05:00
Jeff Becker 06020b8f54
re-enable packet pool 2018-01-20 13:06:08 -05:00
Jeff Becker b3b38015c2
check max buffer size in Stream::Send 2018-01-20 07:31:58 -05:00
Jeff Becker 43a751ee0b
Merge remote-tracking branch 'purple/openssl' into streaming_race_fix_2018_01_15 2018-01-15 08:25:58 -05:00
Jeff Becker 207212557e
fix sam race conditions 2018-01-15 08:19:57 -05:00
yangfl 50ba52756f fix mixing tabs and spaces 2018-01-13 22:51:02 +08:00
yangfl 46f62e1af9 remove trailing whitespaces 2018-01-06 22:24:03 +08:00
orignal 34c98e03c1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 2018-01-03 12:53:05 -05:00
orignal 41e40bbc0d fixed typo 2018-01-03 12:52:29 -05:00
Jeff Becker d5e9fc7677
fix race condition 2018-01-01 08:28:42 -05:00
orignal 6db7c5733d use outbound.nickname as tunnel name if inbound.nickname is not set 2017-12-20 11:38:35 -05:00
orignal b0f6d81f57
Merge pull request #1037 from PurpleI2P/openssl
recent changes
2017-12-15 22:00:09 -05:00
Kenan Sulayman 614101c4b8
Fix typo (confrimed -> confirmed) 2017-12-16 02:36:01 +01:00
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
2017-12-11 22:34:48 +03:00
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>
2017-12-11 19:59:06 +03:00
yangfl 18b6353803 fix typo 2017-12-07 21:26:28 +08:00
orignal 6636e432d7 2.17.0 2017-12-04 13:05:04 -05:00
orignal df18692af9 check I2NP messsage buffer size 2017-12-01 12:57:05 -05:00
orignal 272090fc8f don't accept streams from RSA detinations 2017-11-28 11:33:51 -05:00
orignal ab6bc52a0f don't create destination with RSA signature 2017-11-28 10:59:11 -05:00
orignal a5b1b24fee implement i2p.streaming.connectDelay option 2017-11-24 15:37:17 -05:00
Jeff Becker ffad1ecd6d
reduce buffer size 2017-11-23 13:46:04 -05:00
Jeff Becker e1b5803902
fix overflow 2017-11-23 12:27:28 -05:00
Jeff Becker 65db96e663
reseed proxy 2017-11-18 09:50:30 -05:00
orignal 5109d40d8e don't publish unknown crypto type to Java floodfill again 2017-11-17 14:28:48 -05:00
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
2017-11-17 20:43:00 +03:00
R4SAS 7477d2c219 fix forgotten log colors 2017-11-15 21:51:03 +03:00
R4SAS a6fb3b602e add loglevel none (closing #998) 2017-11-15 21:46:20 +03:00
R4SAS 100f3380c4
fix upnp definitions and make cmake silent (#999) 2017-11-14 08:38:45 +03:00
orignal 847fd15af2 0.2.16 2017-11-13 13:59:41 -05:00
orignal a21fb17d73 renamed ECIES-P256 2017-11-13 11:50:17 -05:00
orignal 0c34bd440b reject routers with RSA signatures 2017-11-13 11:25:42 -05:00
Jeff Becker a4b39a3648
disable connection limiting by default 2017-11-13 07:26:27 -05:00
orignal 80a3bd6a3b correct new key pair 2017-11-12 17:31:00 -05:00
orignal 7fb8ee60b4 correct random padding for ICIES public key 2017-11-11 22:10:54 -05:00