Commit Graph

  • 2c099c7f0e Update BOB.cpp orignal 2016-07-16 10:21:07 -04:00
  • fba53117d8 Update BOB.cpp Ricardo Jesus Malagon Jerez 2016-07-16 09:21:01 -05:00
  • e1bf53d90a handle status command orignal 2016-07-16 09:31:33 -04:00
  • ecc82739d8 * HTTP.cpp : fix is_gzipped() hagen 2016-07-16 00:00:00 +00:00
  • d16afa9692 * Addressbook.cpp : tune logs hagen 2016-07-16 00:00:00 +00:00
  • 9f3ce09e88 * Addressbook.{cpp,h} : show new hosts hagen 2016-07-16 00:00:00 +00:00
  • cbfb1edb79 * Addressbook.{cpp,h}: * Request() now renamed and returns value * move spawning download thread to Addressbook class * CheckSubscription() renamed and handles return value of Request() hagen 2016-07-16 00:00:00 +00:00
  • b6c336bf72 * Addressbook.cpp : use HTTPRes class for response parsing hagen 2016-07-16 00:00:00 +00:00
  • 403e34506e * Addressbook.cpp : use HTTPReq class for building request hagen 2016-07-16 00:00:00 +00:00
  • 83db868542 * Addressbook.cpp : use new URL class, unwrap some conditions hagen 2016-07-16 00:00:00 +00:00
  • 1b6e673b50 Merge pull request #574 from majestrate/master orignal 2016-07-15 14:52:12 -04:00
  • a0144f093f fix typo Jeff Becker 2016-07-15 13:59:56 -04:00
  • a5d84bf8a9 pedantic whitespace fix Jeff Becker 2016-07-15 13:54:34 -04:00
  • 84bb740e62 clean up code Jeff Becker 2016-07-15 13:52:55 -04:00
  • d37482ada1 IT WORKS, floodfill confirmed working on test network Jeff Becker 2016-07-15 13:31:31 -04:00
  • 75fc8202ab fix off by ones Jeff Becker 2016-07-15 12:49:45 -04:00
  • 24aff15752 off by one Jeff Becker 2016-07-15 10:55:02 -04:00
  • 338b9928f0 repeat correction Jeff Becker 2016-07-15 10:45:38 -04:00
  • b9607b4b8e correct last commit Jeff Becker 2016-07-15 10:44:43 -04:00
  • 586f241074 OFF BY ONE Jeff Becker 2016-07-15 10:44:08 -04:00
  • e298987d9e fixed build error orignal 2016-07-15 09:45:54 -04:00
  • 71cc4b5bf2 add lease set page in http server Jeff Becker 2016-07-15 09:38:21 -04:00
  • 4fdd9feddc don't try to republish forever Jeff Becker 2016-07-14 16:59:26 -04:00
  • caf7da1053 set reachable/unreachable for v4 only orignal 2016-07-14 14:29:45 -04:00
  • 7d04ba0fc3 CXXFLAGS -> NEEDED_CXXFLAGS Jeff Becker 2016-07-14 14:25:20 -04:00
  • d98d091c43 use list instead vector for addresses orignal 2016-07-14 14:10:38 -04:00
  • 3ad196c4c7 fix meshnet mode: Jeff Becker 2016-07-14 09:23:33 -04:00
  • 562f320198 load libstd orignal 2016-07-13 22:34:53 -04:00
  • 3e5581e094 create addresses in defualt constructor orignal 2016-07-13 22:33:39 -04:00
  • c4721e1020 + HTTP.{cpp,h} : add HTTPRes::is_gzipped() hagen 2016-07-14 00:00:00 +00:00
  • 728f2670f3 * HTTPServer.cpp : drop jumpservices : now handled by HTTPProxy itself hagen 2016-07-14 00:00:00 +00:00
  • 8dd157d2eb * HTTPProxy.cpp : html error messages hagen 2016-07-14 00:00:00 +00:00
  • 2d40d69fa2 fixed race condition orignal 2016-07-13 12:56:23 -04:00
  • f2f0d69bce Update configuration.md orignal 2016-07-13 11:14:06 -04:00
  • 812f5045b0 enable UPnP for windows and android by default orignal 2016-07-13 11:12:51 -04:00
  • 9a8e7b11e5 detect network status at android orignal 2016-07-13 10:09:22 -04:00
  • e213e695c8 Merge pull request #572 from hypnosis-i2p/openssl orignal 2016-07-13 08:46:23 -04:00
  • e24eea313c updated hypnosis-i2p 2016-07-13 19:40:09 +08:00
  • a3286ebac3 updated hypnosis-i2p 2016-07-13 19:36:18 +08:00
  • 95ae23a32c gitignore hypnosis-i2p 2016-07-13 11:06:03 +08:00
  • d240f3242c gitignore hypnosis-i2p 2016-07-13 11:04:44 +08:00
  • 814f60a512 reworked android. added a build script. hypnosis-i2p 2016-07-13 11:03:11 +08:00
  • fac6229e43 * cmake debug (closes #562) hagen 2016-07-13 01:01:47 +00:00
  • c528d739c8 Merge branch 'new-proxy' into openssl hagen 2016-07-13 00:49:00 +00:00
  • c664be52d7 limit outgoing queue size orignal 2016-07-12 16:26:36 -04:00
  • 4ac4f44ba7 limit delayed messages queue size orignal 2016-07-12 12:37:39 -04:00
  • 174430e3b5 * HTTPServer.cpp : rename command hagen 2016-07-12 00:00:00 +00:00
  • 762b21f809 * Streaming.cpp : tune log messages hagen 2016-07-12 00:00:00 +00:00
  • 9340bf385e * Daemon.cpp : make upnp configurable via options hagen 2016-07-12 00:00:00 +00:00
  • 9f5be52a97 * UPnP.cpp : tune log messages hagen 2016-07-12 00:00:00 +00:00
  • 9dc5a4fce3 * UPnP.{cpp,h} : cleanup & add class stub if opt-out hagen 2016-07-12 00:00:00 +00:00
  • fda3cd5fe7 * Config.cpp : add --upnp.enabled option hagen 2016-07-12 00:00:00 +00:00
  • 6b8469e9a3 * docs/configuration.md : fix markdown hagen 2016-07-12 00:00:00 +00:00
  • 7dbbe5a7d8 wait until tunnels get created orignal 2016-07-11 14:35:59 -04:00
  • 2d6fdeb7ad Merge pull request #567 from hypnosis-i2p/openssl orignal 2016-07-09 21:50:33 -04:00
  • 4d3a01a5fe android ported all + isConnected notif hypnosis-i2p 2016-07-10 09:42:42 +08:00
  • 8cc6756815 Merge pull request #566 from PurpleI2P/openssl orignal 2016-07-09 21:41:43 -04:00
  • 5967ab75b1 Merge branch 'openssl' of https://github.com/hypnosis-i2p/i2pd into openssl hypnosis-i2p 2016-07-10 04:54:15 +08:00
  • 69c954760a android without qt initial commit hypnosis-i2p 2016-07-10 04:54:11 +08:00
  • 40a4c3ccbd junk hypnosis-i2p 2016-07-07 02:46:11 +08:00
  • aacb9d9570 merged hypnosis-i2p 2016-06-27 06:49:11 +08:00
  • 9b6c229b71 remember tunnels selection for following messages orignal 2016-07-08 14:17:41 -04:00
  • 1da5be2871 clean up unconfirmed tags faster orignal 2016-07-07 22:39:20 -04:00
  • 66dafca61a select existing connection for first hop of a tunnel orignal 2016-07-06 22:34:24 -04:00
  • 1f22b5b083 junk hypnosis-i2p 2016-07-07 02:46:11 +08:00
  • 5be0b7a731 merged hypnosis-i2p 2016-06-27 06:49:11 +08:00
  • b64b5d9103 Update build_notes_android.md l-n-s 2016-07-06 17:55:36 +00:00
  • 953d78da9e Update build_notes_android.md l-n-s 2016-07-06 16:10:30 +00:00
  • ce9e0981a2 Update index.rst l-n-s 2016-07-06 16:03:54 +00:00
  • 76e1114a1f Update build_notes_android.md orignal 2016-07-06 11:30:11 -04:00
  • cfc80b491f Update build_notes_android.md orignal 2016-07-06 11:29:43 -04:00
  • 43ed05d3c2 Create build_notes_android.md orignal 2016-07-06 11:29:00 -04:00
  • 4cf5ce871f destroy socket upon receive an ack for close orignal 2016-07-05 17:52:11 -04:00
  • 91ec08df4e wait for close from other side orignal 2016-07-05 09:52:18 -04:00
  • c79363ef63 Merge pull request #563 from PurpleI2P/openssl orignal 2016-07-05 09:40:17 -04:00
  • cc6672198a Merge pull request #560 from atnaguzin/openssl orignal 2016-07-02 07:14:21 -04:00
  • 17cdf7c79d Merge pull request #7 from PurpleI2P/openssl MXPLRS | Kirill 2016-07-02 13:52:18 +03:00
  • 725f939f35 fixed VS build error orignal 2016-07-02 06:45:15 -04:00
  • e2df00bb2e Merge pull request #6 from PurpleI2P/openssl MXPLRS | Kirill 2016-07-01 15:34:01 +03:00
  • a9a33c6179 fixed build error orignal 2016-07-01 08:31:27 -04:00
  • 8e7eb87a2d Merge pull request #558 from atnaguzin/patch-1 orignal 2016-07-01 08:10:25 -04:00
  • 217004e7a5 Update appveyor.yml MXPLRS | Kirill 2016-07-01 13:22:47 +03:00
  • 4d10848984 Update i2pd_qt.pro MXPLRS | Kirill 2016-07-01 13:07:24 +03:00
  • da2c04f681 * HTTPProxy.cpp : show created stream IDs in log hagen 2016-07-01 00:00:00 +00:00
  • 8deb327b3b * HTTPProxy.cpp : * migrate to HTTPReq * change work with buffers * code cleanup hagen 2016-07-01 00:00:00 +00:00
  • 642b01bf0d * HTTPProxy.cpp : add SanitizeHTTPRequest() hagen 2016-07-01 00:00:00 +00:00
  • 9fd78b1eb1 * HTTPProxy.cpp : rename variable hagen 2016-07-01 00:00:00 +00:00
  • 66c09fc44c * HTTPProxy.cpp : HandleJumpServices() -> ExtractAddressHelper() hagen 2016-07-01 00:00:00 +00:00
  • 2cb5e1a6c2 * HTTPProxy.cpp : kill ExtractRequest() hagen 2016-07-01 00:00:00 +00:00
  • 02ac638bd4 * HTTP.cpp : add comments, update test case hagen 2016-07-01 00:00:00 +00:00
  • 323f74c43a * HTTP.cpp : fuck the "special cases", use nginx rewriting frontend or some hagen 2016-07-01 00:00:00 +00:00
  • 1e56d17d39 Merge pull request #5 from PurpleI2P/openssl MXPLRS | Kirill 2016-07-01 02:12:09 +03:00
  • 16af8e082b Merge pull request #557 from majestrate/merge-testnet-changes orignal 2016-06-30 18:24:49 -04:00
  • 9215a54c23 revert Jeff Becker 2016-06-30 18:05:41 -04:00
  • fab34d3dbb clean up identation Jeff Becker 2016-06-30 17:59:14 -04:00
  • 03d7330af5 Merge pull request #556 from PurpleI2P/openssl orignal 2016-06-30 17:51:26 -04:00
  • 346b0c9d68 disable testnet by default Jeff Becker 2016-06-30 17:50:47 -04:00
  • c29359e7a8 Merge remote-tracking branch 'purple/openssl' into meshnet Jeff Becker 2016-06-30 17:48:46 -04:00
  • 4b903931bc update i2pd testnet addressbook url Jeff Becker 2016-06-30 17:34:16 -04:00
  • 4e0929e71a don't print out junk when logging Jeff Becker 2016-06-30 17:24:33 -04:00