447 Commits (e674014efc82acf8a12bbec9ae1c6a66d4772cc3)
 

Author SHA1 Message Date
root e674014efc fix Linux Daemon 10 years ago
chertov 0b210ee99d Add simple Linux, Win32 daemons 10 years ago
chertov e6e11590c8 add mikhail4021 Win32Service, run i2pd as admin 10 years ago
chertov e16fdd4890 Merge pull request #2 from orignal/master 10 years ago
orignal 607f2d29f2 check for 16 bytes boundary before encryption 10 years ago
orignal 4cbc7773ac Merge pull request #66 from chertov/master 10 years ago
chertov 4e5e0be4ed Add license page 10 years ago
chertov 5a363a957b Add simple Inno Setup installer script 10 years ago
chertov 0c36925b87 load host.txt via HTTPProxy 10 years ago
chertov cdbcf0db76 add http status code 10 years ago
chertov fd08dc72bd Add *.b32.i2p address detection 10 years ago
chertov 7defa34d88 remove static from i2p::util::url 10 years ago
chertov eed04265bb Merge pull request #1 from orignal/master 10 years ago
orignal 3b0c03104c introducer support 10 years ago
orignal b873f7c7f1 RelayResponse/RelayIntro 10 years ago
orignal 73d38f530f store relay tag if introducer 10 years ago
orignal 4341d285aa fxied crash 10 years ago
orignal efab8106c6 implement session key if shared key is shorter than 64 bytes 10 years ago
orignal 25e16f1693 implement session and mac key if shared key is shorter than 64 bytes 10 years ago
orignal 002b023b29 increment outgoing sequence number 10 years ago
chertov 8a42ca9d64 Merge branch 'master' of https://github.com/chertov/i2pd 10 years ago
orignal 022c649617 Merge pull request #64 from chertov/master 10 years ago
user 030bebf080 add qcreator project 10 years ago
user b0adb6bd92 fix hosts.txt loading bug 10 years ago
orignal 8694ed16fd decrypt message first 10 years ago
orignal a510e7c2c6 check for duplicate and missing fragments 10 years ago
orignal e1027ffb7b replace ReceiveQueue to std::queue 10 years ago
orignal 3cf256b769 removed sync Receive operation 10 years ago
orignal c9c38cccf6 send PeerTest if partly has 'B' capability only 10 years ago
orignal 9c7039cf78 recognize PeerTest back from Bob to Alice 10 years ago
orignal 747383a5e6 check if session key is available 10 years ago
orignal 2140f49665 fixed crash 10 years ago
orignal e96c55bd98 fixed crash 10 years ago
orignal d09bafa4a7 save peer test nonces 10 years ago
orignal 5099b997ad delete session with introducer 10 years ago
orignal 73066eb6c6 send relay request through connected session 10 years ago
orignal 31f906240e introducer session 10 years ago
chertov b6b9c61217 Merge pull request #28 from orignal/master 10 years ago
orignal 6d42cccadc extract SSU caps 10 years ago
orignal 8de75a2a90 save relay tag 10 years ago
orignal 76cb75f7c0 process relay intro 10 years ago
orignal cbae177db4 Merge branch 'master' of https://github.com/orignal/i2pd 10 years ago
orignal 24c546f283 Merge pull request #60 from cpubug/master 10 years ago
orignal 702b352be9 use seesion key only for SesssionDestroy message 10 years ago
cpubug ad8559d911 fix gcc warning: deleting object of polymorphic class type 'i2p::stream::StreamingDestination' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] 10 years ago
cpubug 61001ef047 added pointer check in RoutingDestination destructor 10 years ago
cpubug b3ee41bd91 replace CalcuateIdentHash to identity.Hash to avoid duplication 10 years ago
orignal 40d5489429 delete inactive SSU sessions 10 years ago
orignal c30dd2639a SSU timeout 10 years ago
orignal 3c6793745b don't delete initial SSU sessions 10 years ago