Commit Graph

640 Commits

Author SHA1 Message Date
orignal
f811b19cf1 store and check remote Identity 2014-08-06 11:09:06 -04:00
Meeh
c9c311c41e Adding missing aes.cpp/h to CMake file list. Issue #91 2014-08-06 13:37:14 +02:00
orignal
57a94946d5 fixed bug with FIN message 2014-08-05 19:55:35 -04:00
Meeh
554f602ad0 Adding SWAT's reseed(su3) certificate. 2014-08-05 11:31:33 +02:00
orignal
462436acba handle options in proper sequence 2014-08-04 18:22:54 -04:00
orignal
4cb98757ce incoming connection to eepSite 2014-08-04 16:30:37 -04:00
orignal
6b21c816e2 fixed race condition 2014-08-02 10:06:38 -04:00
orignal
ed0af7b937 incoming streams support 2014-08-01 14:54:14 -04:00
orignal
acd21a04ae delete expired LeaseSets 2014-07-31 12:59:43 -04:00
orignal
0a5d4741af use short I2NP messages 2014-07-30 18:20:42 -04:00
orignal
816c415f22 short I2NP message 2014-07-30 16:52:35 -04:00
orignal
5e8dd82b6b fixed crash 2014-07-30 07:32:46 -04:00
orignal
2f5967537a re-create local LeaseSet only if expired 2014-07-29 21:56:03 -04:00
orignal
2200133ce3 moved LeaseSet creation away from StreamingDestination 2014-07-29 14:56:36 -04:00
orignal
220637b29d DatabaseStore for LeaseSet 2014-07-29 14:31:55 -04:00
orignal
ee2297c851 create LeaseSet from local tunnel pool 2014-07-29 13:44:54 -04:00
orignal
4236299879 handle excluded peers in DatabaseLookup 2014-07-28 22:28:11 -04:00
orignal
c55ad954bf send encrypted reply to DatabaseLokkup if requested 2014-07-28 14:25:14 -04:00
orignal
b1c2ba53d1 use SessionTag 2014-07-28 12:02:50 -04:00
orignal
750d6fbaed one-time aes garlic encryption 2014-07-28 11:54:34 -04:00
orignal
e77f625814 fixed crash 2014-07-27 10:39:38 -04:00
orignal
72e689791c tunnel state 2014-07-26 20:56:42 -04:00
Meeh
4576efd5b3 Update new CI icon 2014-07-26 07:04:19 +02:00
Meeh
61571b88ce Removing broken travis 2014-07-26 00:53:34 +02:00
orignal
3d669c95d9 send floodfill in DatabaseSerachReply 2014-07-24 22:01:07 -04:00
orignal
3961fdc2e1 don't load non-reachable routers 2014-07-24 20:47:12 -04:00
orignal
d512c90193 send RouterInfo if found by DatabseLookup 2014-07-24 15:59:00 -04:00
orignal
d73abd9c55 fixed crash 2014-07-23 21:45:45 -04:00
orignal
5492deff21 moved handling of DatabaseLookup to netDb's thread 2014-07-23 11:10:03 -04:00
orignal
028c70d6ee load RI buffer from file by request 2014-07-23 10:56:41 -04:00
Meeh
c21adbe3ae Updating reseed host list (Since updated the java version as well) 2014-07-22 20:00:00 +02:00
orignal
1fc41e2fa9 proper update of own RouterInfo 2014-07-22 08:03:02 -04:00
orignal
3a8d4403f6 reduce memory usage by deleting RI's buffer after parsing and saving 2014-07-21 22:59:57 -04:00
orignal
6dbf8d1457 don't save received IV 2014-07-21 22:13:57 -04:00
orignal
f3c6dd4d3d don't copy RouterInfos and LeaseSets 2014-07-21 20:14:11 -04:00
orignal
207022a6bb throw connection_reset error is stream is closed 2014-07-21 14:28:17 -04:00
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
2014-07-21 20:09:14 +02:00
Meeh
105131a5f1 Adding certificates from the Java version. 2014-07-21 20:08:51 +02:00
orignal
de377b45b4 delete unreachable SSU sessions 2014-07-20 18:16:55 -04:00
orignal
756a920c1a show number sent/received bytes through the status page 2014-07-20 17:12:36 -04:00
orignal
d7bcaaa3f7 resend 2014-07-20 10:38:39 -04:00
orignal
541a49c359 fixed memory leak 2014-07-19 18:53:02 -04:00
orignal
8801a144a0 close connection to first hop of declined tunnel 2014-07-18 20:32:45 -04:00
orignal
05d869254d process extended data 2014-07-17 15:22:32 -04:00
orignal
275155998f handle individaul bitfields ack 2014-07-17 15:00:33 -04:00
Mikal Villa
02296ef775 Moving file list to a common one. Still in makefile format, but now with CPP/H
as input instead of OBJECTS.
Issue #82
2014-07-17 19:12:52 +02:00
Mikal Villa
c5860a6254 Removing Qt build file. Issue #82 2014-07-17 19:02:05 +02:00
orignal
d2160efdc8 create inbound tunnel though outbound 2014-07-17 07:40:34 -04:00
Mikal Villa
1ec8728ab0 Makefile now detects which file to use (OSX or Linux)
Issue #82
2014-07-16 18:59:17 +02:00
Mikal Villa
bff3d8f5c1 Prepare support for POST/PUT 2014-07-16 18:41:40 +02:00