Commit graph

  • e90baf3ca6 correct required base64 buffer size orignal 2016-02-07 21:35:06 -05:00
  • f3b277aeef doesn't store leases in netdb orignal 2016-02-07 19:45:06 -05:00
  • 76096747b6 cleanup incoming and outgoing tags together orignal 2016-02-07 17:45:11 -05:00
  • 4c6ef32d72 fixed #369 orignal 2016-02-06 08:52:02 -05:00
  • a8e12e624d fixed hanging connection orignal 2016-02-05 21:38:03 -05:00
  • 88a43bfc28 Merge pull request #368 from majestrate/fix_sam_b32_naming orignal 2016-02-05 16:37:00 -05:00
  • 3b268fe3cc
    allow resolving of .b32.i2p addresses in SAM name lookup Jeff Becker 2016-02-05 16:17:53 -05:00
  • 4c72d43a8a use more efficient XOR over ChipherBlocks for win32 orignal 2016-02-05 15:58:14 -05:00
  • 0a5f8527b2 Merge pull request #366 from majestrate/bug_fixes orignal 2016-02-05 13:12:08 -05:00
  • 9f1b84d6f2
    use const size_t instead of size_t Jeff Becker 2016-02-05 12:39:17 -05:00
  • babcbcbcea
    use const size_t instead of size_t Jeff Becker 2016-02-05 12:32:50 -05:00
  • 823a6017fe Merge pull request #364 from 0niichan/patch-6 orignal 2016-02-05 11:12:57 -05:00
  • f034aef2ae Added instructions for a 64-bit OS 0niichan 2016-02-05 22:58:04 +07:00
  • bf38bd5a1d
    * Fill padding with random in NTCP phase3 Jeff Becker 2016-02-05 10:40:23 -05:00
  • b922809c9d
    Merge branch 'openssl' into bug_fixes Jeff Becker 2016-02-05 10:20:22 -05:00
  • 05b0bda8bb
    Merge remote-tracking branch 'purple/openssl' into openssl Jeff Becker 2016-02-05 10:16:42 -05:00
  • 0aa3aa1b8d Merge pull request #363 from majestrate/fix_su3_overflow orignal 2016-02-05 10:03:34 -05:00
  • d4febb4e84
    * bounds check on Identity::FromBuffer Jeff Becker 2016-02-05 08:52:07 -05:00
  • 21090eaa39
    forgot to commit Base.cpp changes Jeff Becker 2016-02-05 08:46:08 -05:00
  • d0ea59c568
    add base64 buffer encoding bounds checking Jeff Becker 2016-02-05 08:44:09 -05:00
  • a292bc77ba
    fix issue #362 , add bounds check to su3 fileNameLength Jeff Becker 2016-02-05 07:55:28 -05:00
  • 98d5e0b56d #355. reopen log file by SIGHUP orignal 2016-02-04 13:53:38 -05:00
  • 7ca1cfab1a use shared_ptr for log's stream orignal 2016-02-04 12:36:58 -05:00
  • 2e7ce38552 compatibility with gcc 4.6 orignal 2016-02-04 12:36:54 -05:00
  • 0ef3a2472d Merge pull request #361 from PurpleI2P/openssl orignal 2016-02-04 10:08:17 -05:00
  • b97f095de4 Merge pull request #360 from AMDmi3/build-type orignal 2016-02-04 10:06:09 -05:00
  • 10e2b35483 Merge pull request #359 from AMDmi3/system-include-dirs orignal 2016-02-04 10:00:47 -05:00
  • 16920a89f3 Merge pull request #358 from AMDmi3/local-include-dirs-before orignal 2016-02-04 10:00:10 -05:00
  • 1a5b9de82e Merge pull request #357 from AMDmi3/conditional-miniupnp orignal 2016-02-04 09:59:18 -05:00
  • 4ef183fee6 Do not force build type Dmitry Marakasov 2016-02-04 16:53:24 +03:00
  • 2115ce6606 Do not try to use miniupnp if upnp support is disabled Dmitry Marakasov 2016-02-04 16:50:33 +03:00
  • 61d1b733f7 Include system directories as SYSTEM Dmitry Marakasov 2016-02-04 16:51:47 +03:00
  • 4978edb8be Always place local include directories before all others Dmitry Marakasov 2016-02-04 16:49:07 +03:00
  • 51f7aba807 fixed crash orignal 2016-02-03 16:18:49 -05:00
  • b9b143e4e7 don't persist proxy keys by defualt orignal 2016-02-03 15:29:15 -05:00
  • 0e7596a205 Update build_notes_windows.md orignal 2016-02-03 15:01:28 -05:00
  • 8c401cf01b check for USE_AESNI=1 orignal 2016-02-03 15:00:55 -05:00
  • 6782e6a532 AES-NI orignal 2016-02-03 13:46:26 -05:00
  • 4386bd93c3 handle USE_AESNI for mingw orignal 2016-02-03 12:48:59 -05:00
  • 72b3c10ebd * fix updating address in RI 2.4.0 hagen 2016-02-03 14:21:22 +00:00
  • 62cec2a31c * correct shutdown of httpserver & socksproxy hagen 2016-02-03 11:30:00 +00:00
  • 0c442622af * chg default for --host= option : was broken in 900fc1c hagen 2016-02-03 11:25:00 +00:00
  • bf3c4bc588 * bump version hagen 2016-02-03 11:22:00 +00:00
  • d98dd83369 * sync actial options and docs (#356) hagen 2016-02-03 11:22:00 +00:00
  • 21ecf309bb * Daemon.cpp : --log option now uses descriptive values: file, stdout (#356) hagen 2016-02-03 11:22:00 +00:00
  • 4bb4012d87 * Daemon.cpp : move logs init to single place hagen 2016-02-03 11:22:00 +00:00
  • 10fd8eb709 * Daemon.cpp : move ParseCmdline() before use of i2p::fs -- allow redefined paths hagen 2016-02-03 11:22:00 +00:00
  • b1cc1db967 fixed POST for server http tunnel orignal 2016-02-02 22:00:51 -05:00
  • 77d8bae2c2 fixed server http tunnel header orignal 2016-02-02 19:24:49 -05:00
  • 7274d43645 fixed incorrect long fragment size orignal 2016-02-02 18:27:52 -05:00
  • 3eeee1b08d set correct log level for console orignal 2016-02-02 12:16:29 -05:00
  • 64b2a32c9a #343. check for malformed messages orignal 2016-02-02 11:55:38 -05:00
  • 4ced1e5075 proccess loglevel and logfile correctly orignal 2016-02-02 07:24:14 -05:00
  • 8de15c9d0d fixed bandwidth logic orignal 2016-02-01 18:10:45 -05:00
  • 31d716bd0c fixed race condition orignal 2016-02-01 14:19:54 -05:00
  • 3da6b3930b * I2PControl.cpp : fix handling relative paths for cert/key hagen 2016-02-01 00:00:00 +00:00
  • 900fc1cb46 Merge branch 'new-cmdline' into openssl hagen 2016-02-01 15:08:20 +00:00
  • deb87f1d4c * for compatibility - leave --log option with arg hagen 2016-02-01 00:00:00 +00:00
  • ed44d23afb * update docs/ hagen 2016-02-01 00:00:00 +00:00
  • 8baf7f3f6a * temporary remove short options : conflicts with remapping hagen 2016-02-01 00:00:00 +00:00
  • d2d4fa29e4 * add --logfile option hagen 2016-02-01 00:00:00 +00:00
  • 0c56cd63bd * chg default port for http proxy hagen 2016-02-01 00:00:00 +00:00
  • c9cf84f2f4 correct SAM datagram size for Windows orignal 2016-01-31 22:37:38 -05:00
  • 0966369723 copy transit message for nedb orignal 2016-01-31 18:27:47 -05:00
  • 4f6c3d52b3 Merge pull request #354 from h0bbyte/openssl orignal 2016-01-31 15:55:47 -05:00
  • 97f8ab5c51 Update build_notes_windows.md orignal 2016-01-31 14:58:49 -05:00
  • 8805f1e4d6 I2PControl add total.sent|received.bytes h0bbyte 2016-01-31 22:52:20 +03:00
  • 3ae57e0ca9 Merge pull request #353 from 0niichan/patch-5 orignal 2016-01-31 14:20:11 -05:00
  • a8e4301f23 correct BOOST_SUFFIX 0niichan 2016-01-31 23:59:37 +06:00
  • 68bc78d00b Update README.md orignal 2016-01-30 21:04:02 -05:00
  • 1dc9e74df4 check TunnelBuild message size orignal 2016-01-30 10:35:32 -05:00
  • a69cee03e5 remove coreVersion and stat_update orignal 2016-01-29 22:35:51 -05:00
  • bf15ad3bba 0.9.24 orignal 2016-01-29 21:53:57 -05:00
  • bb3f50f967 Merge pull request #352 from 0niichan/patch-4 orignal 2016-01-28 19:45:30 -05:00
  • 1042e19845 httpProxyPort 4444 0niichan 2016-01-29 07:18:49 +07:00
  • 85830d5076 fixed race condtion #350 orignal 2016-01-27 22:09:35 -05:00
  • c053bebccd reduced numeber of error messages orignal 2016-01-27 21:54:42 -05:00
  • d6d6ae8af2 * Config.cpp : add old options remapping (revert this after 2.6.0) hagen 2016-01-27 00:00:00 +00:00
  • 6d8b0e3a5d control logs destination through -log parameter orignal 2016-01-26 22:30:00 -05:00
  • cfd7f1571b check clock skew orignal 2016-01-26 19:02:06 -05:00
  • f31c04d92a Merge pull request #347 from evgkrsk/log-subdir orignal 2016-01-26 09:53:09 -05:00
  • 89b58ec3af Removed confusing accesslist orignal 2016-01-26 09:45:29 -05:00
  • ab0d66c2ef Write service log to separate directory Evgenii Terechkov 2016-01-26 20:03:43 +07:00
  • 9774865d4a * docs/configuration.md hagen 2016-01-26 00:00:00 +00:00
  • 3817a0c2a1 Merge branch 'openssl' into new-cmdline hagen 2016-01-26 08:03:18 +00:00
  • 5215bdc035 clean up remote destinations without outgoing and unconfirmed tags orignal 2016-01-25 22:10:06 -05:00
  • 8061d306dd check tunnel payload size orignal 2016-01-25 14:31:51 -05:00
  • 30f68759ff fixed race condition orignal 2016-01-25 13:34:04 -05:00
  • 3f0b595085 fixed typo orignal 2016-01-24 22:24:39 -05:00
  • 0c9ce6258c sockoutproxy params added orignal 2016-01-24 09:59:02 -05:00
  • 7da17ba21e * tune logs hagen 2016-01-24 12:41:08 +00:00
  • 7b23d79dc2 * util.cpp : update Get*ConfigFile() : autodetect configs hagen 2016-01-24 11:13:38 +00:00
  • 415314a90d * update docs hagen 2016-01-24 11:07:05 +00:00
  • 0f7e2ad11a * Daemon_Singleton::init : rewrite setting bandwidth limit and floodfill mode hagen 2016-01-24 11:06:54 +00:00
  • 26d232c567 * Daemon_Singleton::init : unwrap spagetti-code hagen 2016-01-24 11:06:17 +00:00
  • efa48a7e39 * tune logs hagen 2016-01-24 11:05:16 +00:00
  • 022642f4d5 * Config.cpp : don't try to parse config, if path is empty hagen 2016-01-24 11:04:41 +00:00
  • e6e2f04a10 * Config.cpp : set default value for boolean options hagen 2016-01-24 11:04:15 +00:00
  • f7e21dbe5c show tags for local destinations orignal 2016-01-23 22:53:19 -05:00
  • f593802a51 I2CP option crypto.tagsToSend added for I2P tunnels orignal 2016-01-23 20:52:21 -05:00