Commit graph

101 commits

Author SHA1 Message Date
orignal f0b32e3f54
Revert "Read explicitPeer config settings into params" 2018-06-24 06:46:22 -04:00
shak 39eed0f6fb Read explicitPeer config settings into params 2018-06-23 23:52:16 +00:00
Veggie Monster 46283dc0ea fixes #1124 and calls the ready callbacks if the tunnel gets ready and no timeout is set 2018-05-28 17:14:17 -04:00
orignal a22e9a2ca7 don't start shared local destination twice 2018-04-30 13:34:16 -04:00
orignal 2fbbbf298b use shared pointers for tunnel reload 2018-04-25 16:18:07 -04:00
Jeff Becker 0ced38cdcb
tabify 2018-04-25 11:27:56 -04:00
Jeff Becker b046c45a9e
tabify 2018-04-25 11:25:49 -04:00
Jeff Becker 1e1e4da144
delete buffer 2018-04-24 14:02:48 -04:00
Jeff Becker 623433099b
don't use reset 2018-04-24 11:50:51 -04:00
Jeff Becker 73b3fbc2da
wrap m_OpenSockets with mutex 2018-04-24 11:42:37 -04:00
Jeff Becker 5f525d0e43
fix previous commit 2018-04-24 11:16:15 -04:00
Jeff Becker 60463fdafa
shut down socket and don't allocate buffer for each write in WriteI2PData 2018-04-24 11:11:48 -04:00
Jeff Becker b7a67b4b03
use refernce not copy 2018-04-24 09:56:24 -04:00
Jeff Becker 4643c92d33
Initial SAM cleanup 2018-04-24 09:45:16 -04:00
orignal 0c661e7373 save new local destination for failed insert 2018-04-18 15:08:06 -04:00
orignal 413f8e8462
Merge pull request #1159 from majestrate/gut-streaming-limits
remove streaming bans
2018-04-16 10:06:27 -04:00
Jeff Becker 83932a6f02
remove streaming bans 2018-04-16 09:38:32 -04:00
orignal c175dc30f8 correct uri for outproxy 2018-04-13 16:29:49 -04:00
orignal 17aa91803a update outproxy header in right place 2018-04-13 15:40:25 -04:00
orignal 48099a367e send correct buffer to outproxy 2018-04-13 15:13:50 -04:00
orignal a9b64893d8 replace Proxy-Authorization 2018-04-13 12:47:53 -04:00
orignal 387e030d83 correct cleanup for CONNECT 2018-04-12 21:25:20 -04:00
orignal 855cc9ed83 correct Proxy-Authroization 2018-04-12 19:10:21 -04:00
orignal 2cb6283d00 outproxy authorization 2018-04-06 15:23:56 -04:00
orignal 182ffe4495 use croorect encryption type for tunnel build 2018-03-09 14:56:06 -05:00
orignal 1303dd478c
Merge pull request #1130 from majestrate/i2cp-session-reconfig
implement i2cp session reconfigure
2018-02-26 09:33:25 -05:00
Jeff Becker 0f77b4810d
revert 2018-02-26 08:00:07 -05:00
Jeff Becker 2f7cfddfc4
Merge remote-tracking branch 'purple/openssl' into i2cp-session-reconfig 2018-02-26 07:58:03 -05:00
Jeff Becker 157411dcc6
Revert "fix issue #1124"
This reverts commit 29e861d1e6.
2018-02-25 08:51:07 -05:00
Jeff Becker 59672d23cc
Merge branch 'fix-issue-1124' into fix-issue-1126 2018-02-25 08:50:27 -05:00
Jeff Becker ce30f89c60
make it compile :D 2018-02-25 08:49:39 -05:00
Jeff Becker ce9c9411b1
fix issue #1126 2018-02-25 08:47:39 -05:00
Jeff Becker 29e861d1e6
fix issue #1124 2018-02-22 06:54:33 -05:00
orignal dea6fbf285
Merge pull request #1114 from majestrate/websocks-datagram
Add datagrams to websocks tunnel
2018-02-16 09:18:24 -05:00
Jeff Becker 48cc0f4289
use write 2018-02-16 08:33:19 -05:00
Jeff Becker cdc5fce583
check port 2018-02-16 08:31:20 -05:00
Jeff Becker b41a17d548
add datagrams to websocks 2018-02-16 08:26:46 -05:00
Jeff Becker aaf8f527ef
fix xss in webui from SAM session name 2018-02-16 06:28:22 -05:00
R4SAS 0bb0adbf3e fix addressbook fetch timeout 2018-01-24 15:34:32 +03:00
orignal ddd25f0945 limit number of retries for subscriptions 2018-01-23 15:50:28 -05:00
orignal 162bd592f8 recreate http and socks proxy upon reload 2018-01-23 15:13:43 -05:00
orignal 85fa728d41 change shared local destination upon reload 2018-01-23 14:40:05 -05:00
orignal be16545063
Merge pull request #1070 from vmon/f--port-0-for-TCPAcceptor
the change allows when an TCPIPAcceptor is constructed by setting por…
2018-01-23 06:48:18 -05:00
Veggie Monster c730839989 the change allows when an TCPIPAcceptor is constructed by setting port = 0, the random port chosen by asio can be retrieved using TCPIPAcceptor::GetLocalEndpoint().port() 2018-01-22 20:47:31 -05:00
orignal 39ca07bcc6
Merge pull request #1058 from majestrate/streaming_race_fix_2018_01_15
Streaming race fix 2018 01 15
2018-01-21 11:15:44 -05:00
Jeff 38b694a055
Merge pull request #1060 from inetic/openssl
Inherit _publicly_ from shared_from_this in I2PService
2018-01-15 11:58:27 -05:00
K1773R 6bf823fb15 removed \r\n in header builder which was redundant and caused the further headers to be ignored 2018-01-15 16:30:01 +01: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