chertov
8347ff267a
fix vs2013 build, constexpr require VC++ November 2013 CTP update
...
Visual C++ Compiler November 2013 CTP
http://www.microsoft.com/en-us/download/details.aspx?id=41151
10 years ago
chertov
2d78ad0940
Merge pull request #6 from PrivacySolutions/master
...
Merge pull request from orignal/master
10 years ago
orignal
1e61cb04be
reply SYN back
10 years ago
orignal
e0e27047f9
increase max packet size
10 years ago
orignal
1ea26a113a
send FIN in streaming thread
10 years ago
orignal
15b4dfbecb
don't futher process plain Ack
10 years ago
orignal
f811b19cf1
store and check remote Identity
10 years ago
Meeh
c9c311c41e
Adding missing aes.cpp/h to CMake file list. Issue #91
10 years ago
orignal
57a94946d5
fixed bug with FIN message
10 years ago
Meeh
554f602ad0
Adding SWAT's reseed(su3) certificate.
10 years ago
orignal
462436acba
handle options in proper sequence
10 years ago
orignal
4cb98757ce
incoming connection to eepSite
10 years ago
orignal
6b21c816e2
fixed race condition
10 years ago
orignal
ed0af7b937
incoming streams support
10 years ago
orignal
acd21a04ae
delete expired LeaseSets
10 years ago
orignal
0a5d4741af
use short I2NP messages
10 years ago
orignal
816c415f22
short I2NP message
10 years ago
orignal
5e8dd82b6b
fixed crash
10 years ago
orignal
2f5967537a
re-create local LeaseSet only if expired
10 years ago
orignal
2200133ce3
moved LeaseSet creation away from StreamingDestination
10 years ago
orignal
220637b29d
DatabaseStore for LeaseSet
10 years ago
orignal
ee2297c851
create LeaseSet from local tunnel pool
10 years ago
orignal
4236299879
handle excluded peers in DatabaseLookup
10 years ago
orignal
c55ad954bf
send encrypted reply to DatabaseLokkup if requested
10 years ago
orignal
b1c2ba53d1
use SessionTag
10 years ago
orignal
750d6fbaed
one-time aes garlic encryption
10 years ago
orignal
e77f625814
fixed crash
10 years ago
orignal
72e689791c
tunnel state
10 years ago
Meeh
4576efd5b3
Update new CI icon
10 years ago
Meeh
61571b88ce
Removing broken travis
10 years ago
orignal
3d669c95d9
send floodfill in DatabaseSerachReply
10 years ago
orignal
3961fdc2e1
don't load non-reachable routers
10 years ago
orignal
d512c90193
send RouterInfo if found by DatabseLookup
10 years ago
orignal
d73abd9c55
fixed crash
10 years ago
orignal
5492deff21
moved handling of DatabaseLookup to netDb's thread
10 years ago
orignal
028c70d6ee
load RI buffer from file by request
10 years ago
Meeh
c21adbe3ae
Updating reseed host list (Since updated the java version as well)
10 years ago
orignal
1fc41e2fa9
proper update of own RouterInfo
10 years ago
orignal
3a8d4403f6
reduce memory usage by deleting RI's buffer after parsing and saving
10 years ago
orignal
6dbf8d1457
don't save received IV
10 years ago
orignal
f3c6dd4d3d
don't copy RouterInfos and LeaseSets
10 years ago
orignal
207022a6bb
throw connection_reset error is stream is closed
10 years ago
Meeh
45289891d6
Merge branch 'master' of github-meeh420:orignal/i2pd
...
* 'master' of github-meeh420:orignal/i2pd:
delete unreachable SSU sessions
show number sent/received bytes through the status page
resend
fixed memory leak
close connection to first hop of declined tunnel
process extended data
handle individaul bitfields ack
Moving file list to a common one. Still in makefile format, but now with CPP/H as input instead of OBJECTS. Issue #82
Removing Qt build file. Issue #82
create inbound tunnel though outbound
Makefile now detects which file to use (OSX or Linux) Issue #82
Prepare support for POST/PUT
close SSU session if not established
send ack per fragment. temporary disble check for duplicated through IV
fixed memory leak
save out-of-sequence fragments
10 years ago
Meeh
105131a5f1
Adding certificates from the Java version.
10 years ago
orignal
de377b45b4
delete unreachable SSU sessions
10 years ago
orignal
756a920c1a
show number sent/received bytes through the status page
10 years ago
orignal
d7bcaaa3f7
resend
10 years ago
orignal
541a49c359
fixed memory leak
10 years ago
orignal
8801a144a0
close connection to first hop of declined tunnel
10 years ago
orignal
05d869254d
process extended data
10 years ago