Commit graph

  • d21043802e Merge branch 'upstream' Jeff 2016-05-11 10:02:49 -04:00
  • 995bdb3f9e Merge pull request #490 from majestrate/pr-fix-http-unit-tests-osx orignal 2016-05-11 09:36:27 -04:00
  • 8363b4fda7 add missing header Jeff 2016-05-11 09:33:25 -04:00
  • 23979f4ce6 Merge pull request #489 from majestrate/pr-fix-http-unit-tests-osx orignal 2016-05-11 09:06:29 -04:00
  • 28b5f39b84 fix http unit test SIGBUS in os x Jeff 2016-05-11 08:41:32 -04:00
  • 47ce2398a4 fix http unit test SIGBUS in os x Jeff 2016-05-11 08:41:32 -04:00
  • 0a83d8e6a0 Merge branch 'openssl' Jeff 2016-05-11 08:19:51 -04:00
  • aa215f2a5a regular/homebrew build selection for Mac OS X orignal 2016-05-11 07:08:02 -04:00
  • b03a6a5327 Merge branch 'new-webconsole' into openssl hagen 2016-05-11 01:29:47 +00:00
  • a9b2ec910c Adding link paths and rename AppDelegate.m -> AppDelegate.mm Mikal Villa 2016-05-10 23:10:15 +02:00
  • ca36a6fe41 update our IP after signture verification orignal 2016-05-10 15:55:48 -04:00
  • e561a43e5d Merge branch 'openssl' into OSX_Native_App Mikal Villa 2016-05-10 21:42:28 +02:00
  • bd6285c8b1 Merge pull request #487 from majestrate/fix-mac-build orignal 2016-05-09 20:28:25 -04:00
  • 00cfdc7d92 fix mac brew, use libressl and homebrew Jeff 2016-05-04 12:12:24 -04:00
  • 5e2dc14dd5 get family string from local RouterInfo orignal 2016-04-28 18:16:11 -04:00
  • c5f2890cbe Merge pull request #484 from weekendi2p/openssl orignal 2016-04-28 17:30:56 -04:00
  • 36aaca997a Merge pull request #1 from PurpleI2P/openssl weekendi2p 2016-04-28 20:21:27 +00:00
  • e9f7c61113 Merge pull request #483 from majestrate/fix-issue-482 orignal 2016-04-27 12:23:15 -04:00
  • 2373b94d3e
    try fixing issue #482 Jeff Becker 2016-04-27 12:08:08 -04:00
  • f131e31949 * HTTPServer.cpp: add request logging hagen 2016-04-27 00:00:00 +00:00
  • 8fd55a210a * HTTPServer.cpp: add 'Shutdown' commands hagen 2016-04-27 00:00:00 +00:00
  • 678650beaf * HTTPServer.{cpp,h}: basic auth hagen 2016-04-27 00:00:00 +00:00
  • e09386be44 * add http.auth, http.user & http.pass options hagen 2016-04-27 00:00:00 +00:00
  • 75db2867dc * HTTPServer.cpp: protect SAM pages if disabled hagen 2016-04-27 00:00:00 +00:00
  • 80e37df012 * HTTPServer.{cpp,h}: change page/cmd processing flow hagen 2016-04-27 00:00:00 +00:00
  • 1f404bb622 * HTTPServer.cpp: move html parts outside HTTPConnection class hagen 2016-04-27 00:00:00 +00:00
  • 54078087e5 * HTTPServer.cpp: move common code to function hagen 2016-04-27 00:00:00 +00:00
  • 23b8df1c36 * HTTPServer.cpp: move commands to separate page hagen 2016-04-27 00:00:00 +00:00
  • 65395516b0 * HTTPServer.cpp: drop separate function handlers for commands hagen 2016-04-27 00:00:00 +00:00
  • 849308e28d * HTTPServer.cpp: drop boost::date_time dep hagen 2016-04-27 00:00:00 +00:00
  • 4d98a64000 * HTTPServer.{cpp,h}: extract html-rendering methods from class hagen 2016-04-27 00:00:00 +00:00
  • 0c8fdfca7d * HTTPServer.{cpp,h}: merge HandleWriteReply & Terminate : the same purpose hagen 2016-04-27 00:00:00 +00:00
  • fd928e8d12 * HTTPServer.h: not virtual: not inherited anywhere hagen 2016-04-27 00:00:00 +00:00
  • 2a1fe99a29 * HTTPServer.{cpp,h}: drop rest of streaming support hagen 2016-04-27 00:00:00 +00:00
  • 4fa4ba6301 * HTTPServer.cpp: move known jump services to std::map hagen 2016-04-27 00:00:00 +00:00
  • 48b3959cfb * HTTPServer.{cpp,h}: cleanup hagen 2016-04-27 00:00:00 +00:00
  • 9bbff744e9 * HTTPServer.{cpp,h}: chg HandleRequest() signature hagen 2016-04-27 00:00:00 +00:00
  • 19b0c266f9 * HTTPServer.{cpp,h}: * extract css-styles to separate block * split /?page= from /?cmd= requests * cleaner html-template hagen 2016-04-27 00:00:00 +00:00
  • fead940d10 * HTTPServer.{cpp,h}: * move query parsing code to one place * use /?cmd=X instead /?X * unified handler signatures hagen 2016-04-27 00:00:00 +00:00
  • 687e17ac52 * HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy hagen 2016-04-27 00:00:00 +00:00
  • b1c85dcb74 * HTTPServer.{cpp,h}: throw away request/reply/url, use new impl hagen 2016-04-27 00:00:00 +00:00
  • a15aad9f9c * unit-tests hagen 2016-04-27 00:00:00 +00:00
  • 06a1a8690d * add HTTP.{cpp,h} to build hagen 2016-04-27 00:00:00 +00:00
  • 42b9b6426a + new http req/res/url structs hagen 2016-04-27 00:00:00 +00:00
  • 332f0118a2 * rename namespace for http hagen 2016-04-27 00:00:00 +00:00
  • 6ed709d6e6 * HTTPServer.{cpp,h}: extract itoopie{Image,Favicon} from HTTPConnection (!) class hagen 2016-04-27 00:00:00 +00:00
  • 7a461c1684 * HTTPServer.{cpp,h}: move #include to one place hagen 2016-04-27 00:00:00 +00:00
  • 7cf171671d * HTTPConnection::reply : to_buffers() -> to_string() hagen 2016-04-27 00:00:00 +00:00
  • ebee94fb11 removed 1 blank line.. weekendi2p 2016-04-27 01:19:27 +02:00
  • 61e8becd38 wrong file version weekendi2p 2016-04-27 00:48:23 +02:00
  • a78caa2976 added SetFamilyString(); GetFamilyString() and shows family in webiface weekendi2p 2016-04-27 00:31:33 +02:00
  • 5bed0be77a Merge 3cc8bcf8d5 into c54f7c81c4 weekendi2p 2016-04-26 19:12:38 +00:00
  • 3cc8bcf8d5 shows family name in webiface (moved under status line) weekendi2p 2016-04-26 23:06:45 +02:00
  • 67343b4a27 typo weekendi2p 2016-04-26 22:37:53 +02:00
  • cfbea33c99 family weekendi2p 2016-04-26 22:34:12 +02:00
  • 8dc77c0e80 wip weekendi2p 2016-04-26 22:05:27 +02:00
  • 6e8303c5a4 wip weekendi2p 2016-04-26 21:59:28 +02:00
  • 26de037e94 show family name in webiface weekendi2p 2016-04-26 21:48:42 +02:00
  • cca6f97e7b Merge branch 'openssl' of github.com:PurpleI2P/i2pd into OSX_Native_App Mikal Villa 2016-04-26 19:47:33 +02:00
  • c54f7c81c4 Merge pull request #480 from weekendi2p/openssl orignal 2016-04-26 13:06:58 -04:00
  • 85840872ab family: volatile.crt weekendi2p 2016-04-26 19:39:10 +02:00
  • d582c30f6e allow same port at different interfaces orignal 2016-04-24 17:32:24 -04:00
  • 392f5f914a
    Merge remote-tracking branch 'purple/openssl' Jeff Becker 2016-04-23 08:38:34 -04:00
  • 799d25925a Merge pull request #478 from PurpleI2P/openssl orignal 2016-04-22 12:49:42 -04:00
  • 4431d50635 limits.transittunnels orignal 2016-04-20 15:02:11 -04:00
  • e120e9a78e configurable transit tunnels limit orignal 2016-04-20 14:53:50 -04:00
  • b6e379d14e Merge pull request #475 from weekendi2p/openssl orignal 2016-04-20 13:32:17 -04:00
  • 9a86034162 limits options weekendi2p 2016-04-20 19:24:50 +02:00
  • 8456c8b47b limits options weekendi2p 2016-04-20 19:22:04 +02:00
  • bb656ce44b added some limits options weekendi2p 2016-04-20 19:12:14 +02:00
  • 3c2a3898e1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2016-04-18 21:08:26 -04:00
  • c265bd6c4d delete pre-calculated tablle upon termination orignal 2016-04-18 21:07:45 -04:00
  • aff65083cc precomputation.elgamal orignal 2016-04-17 17:03:56 -04:00
  • aff8cd478c optional elgamal precomputation for x64 orignal 2016-04-17 16:57:58 -04:00
  • bce2a63772 rollback some changes orignal 2016-04-14 14:05:25 -04:00
  • 3f9d2601b4 + HTTPConnection::SendError() hagen 2016-04-14 00:00:00 +00:00
  • 04bfd52fba * HTTPConnection::SendReply() : cleaner code hagen 2016-04-14 00:00:00 +00:00
  • 87dd890eb0 * HTTPConnection::reply : to_buffers() -> to_string() hagen 2016-04-14 00:00:00 +00:00
  • a5c0b48b57 * HandleDestinationRequestTimeout() : readable code hagen 2016-04-14 00:00:00 +00:00
  • 5d38693b4d * HTTPServer : fold namespace to two constants hagen 2016-04-14 00:00:00 +00:00
  • a4773d259d * use std::to_string() instead boost's function hagen 2016-04-14 00:00:00 +00:00
  • f9b6b1bf76 Merge pull request #473 from PurpleI2P/openssl orignal 2016-04-13 15:10:55 -04:00
  • ef106f3232 fixed typo orignal 2016-04-13 11:22:08 -04:00
  • c0b0df34d2 clean montgomery context orignal 2016-04-12 19:07:11 -04:00
  • d15cc7cc47 changed tray icon back to ictoopie orignal 2016-04-11 12:39:32 -04:00
  • 6336d38a3e Removed downloads. Added Docimentation orignal 2016-04-11 12:04:15 -04:00
  • 6a9d2ba653 use precalculated table for DH orignal 2016-04-10 21:16:18 -04:00
  • 34a8d4a57d use precalculated table for ElGamal encryption orignal 2016-04-10 17:06:02 -04:00
  • ffc666eaaa g^x mod p using precalculated table orignal 2016-04-09 22:44:13 -04:00
  • c45aab7cef precalculate g^x mod p table orignal 2016-04-08 15:45:23 -04:00
  • eefff148e9 Merge pull request #470 from PurpleI2P/openssl orignal 2016-04-08 09:41:46 -04:00
  • 05f7578928
    Merge remote-tracking branch 'purple/openssl' Jeff Becker 2016-04-08 09:39:09 -04:00
  • 2ebb2d8f0e fixed race condition orignal 2016-04-06 21:02:58 -04:00
  • afe2935c9d webconsole update xcps 2016-04-06 16:33:23 -04:00
  • 380c7b7720 use 226 bits private keys for non-x64 orignal 2016-04-06 16:11:18 -04:00
  • 8657226594 use 226 bits private keys for non-x64 orignal 2016-04-06 15:49:46 -04:00
  • 41da48f5ff Merge pull request #468 from PurpleI2P/openssl orignal 2016-04-06 12:27:15 -04:00
  • 405aa906c5 short exponent for non-x64 orignal 2016-04-05 13:18:25 -04:00
  • 1c507a47d2 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2016-04-05 10:22:35 -04:00
  • f48a7df80f recreate router.info if missing or malformed orignal 2016-04-05 10:22:32 -04:00