Commit graph

  • c7f4a79b2c Destroy I2PControlSession before io_service, cancel waiting operations. EinMByte 2015-08-02 12:57:16 +02:00
  • 9cca01d159 Error handling and authentication for I2PControl. EinMByte 2015-08-01 23:10:10 +02:00
  • 996c36b93d Fixes for I2PControl. EinMByte 2015-08-01 18:34:02 +02:00
  • 1f90b08445 Began separation of i2pcontrol (untested). EinMByte 2015-08-01 16:48:35 +02:00
  • af4719d665 Move AESNIMacros.h to crypto/ EinMByte 2015-07-31 13:11:47 +02:00
  • 5d0b24d696 Add tests for AES CBC (mainly important for custom AESNI implementation). EinMByte 2015-07-31 13:01:49 +02:00
  • 59e081f41e Fix typo "Chipher" -> "Cipher" EinMByte 2015-07-30 22:06:42 +02:00
  • d9dc406d18 Merge pull request #239 from EinMByte/master Riccardo Spagni 2015-07-30 18:21:26 +02:00
  • 9597917183 Split tunnel-specific crypto from aes.h/cpp. EinMByte 2015-07-30 17:27:47 +02:00
  • d9bb09780f Created tunnel/ EinMByte 2015-07-30 16:25:43 +02:00
  • c8190d0020 Move Log.h/cpp to util/ EinMByte 2015-07-30 15:34:56 +02:00
  • 6268e297e4 Fix building with cmake. EinMByte 2015-07-29 18:37:15 +02:00
  • 13e8945666 Moved I2PEndian to util/ EinMByte 2015-07-28 22:48:38 +02:00
  • b9aebadd46 Add crypto/ directory. EinMByte 2015-07-28 22:03:39 +02:00
  • 9e5c33bce7 Fixed tests after introducing util/. EinMByte 2015-07-28 19:30:44 +02:00
  • 89d3d17b28 Move base64 to util/ EinMByte 2015-07-28 19:27:27 +02:00
  • 3668c27db6 Moved some files to util/ EinMByte 2015-07-28 18:37:06 +02:00
  • 581c59a195 Merge branch 'master' of https://github.com/PurpleI2P/i2pd EinMByte 2015-07-27 22:24:27 +02:00
  • 9876a2a019 Merge pull request #238 from notorca/master EinMByte 2015-07-27 22:23:57 +02:00
  • 18ca8b9b97 Move SSU and NTCP to transport/. EinMByte 2015-07-27 22:17:31 +02:00
  • 25b8a18224 Build with clang on linux fixed Cyril Lashkevich 2015-07-27 22:31:25 +03:00
  • e90b0dd54f Update TODO. EinMByte 2015-07-27 21:28:50 +02:00
  • 3f3103572a Merge pull request #237 from EinMByte/master EinMByte 2015-07-27 18:46:15 +02:00
  • 9c03be08da Do not build unit tests by default with make (#233). EinMByte 2015-07-27 14:42:53 +02:00
  • e70f0d999f Include address option for tunnels in README.md. EinMByte 2015-07-27 14:07:28 +02:00
  • 524a02cb0d Make address for proxies, BOB, SAM, ... configurable (#235). EinMByte 2015-07-27 13:40:35 +02:00
  • a7da2423ce Do not bind HTTPServer to the "any" address (#235). EinMByte 2015-07-27 12:13:05 +02:00
  • 668235c697 Merge pull request #230 from EinMByte/master Riccardo Spagni 2015-07-24 15:55:24 +02:00
  • 7d38b1a9b9 Base64/32 tests for #229. EinMByte 2015-07-24 15:32:47 +02:00
  • c612d21639 Fix #229 by returning zero instead of -1. EinMByte 2015-07-24 15:13:09 +02:00
  • 2bde6fc13b Fixes to GetMTUWindows and GetMTUWindowsIpv6 (thanks mlt). EinMByte 2015-07-24 14:43:51 +02:00
  • c3ec75756d Also check the returned size in base64 tests. EinMByte 2015-07-23 21:49:51 +02:00
  • 469981cce5 Tests and documentation for base32. EinMByte 2015-07-23 14:46:35 +02:00
  • 28a4f4173d Tests and documentation for base64. EinMByte 2015-07-22 16:43:11 +02:00
  • 53053105c9 Merge pull request #169 from guanqun/fix-binary-name Meeh 2015-07-22 15:03:51 +02:00
  • 85b1505e51 Merge pull request #228 from EinMByte/master Riccardo Spagni 2015-07-22 14:34:29 +02:00
  • d0b2a0da14 Fix #227: Transports::GetRandomPeer() crashes if m_Peers is empty EinMByte 2015-07-22 12:11:21 +02:00
  • 28969bfeab Update todo. EinMByte 2015-07-21 12:10:15 +02:00
  • 6f569f5334 Merge remote-tracking branch 'github/master' EinMByte 2015-07-21 11:31:36 +02:00
  • 5f644b1b04 Fixed build issue with Mac OSX, which don't support std::chrono::monotonic_clock. Mikal Villa 2015-07-20 18:08:55 +02:00
  • eb4109187a Remove unused include (boost foreach). EinMByte 2015-07-19 18:11:38 +02:00
  • 79e3f669f0 Cleanup util, add documentation. EinMByte 2015-07-19 17:52:28 +02:00
  • 66754aac5a Tests and documentation for util::url. EinMByte 2015-07-19 15:51:02 +02:00
  • 4412dd198d Tabs -> spaces (yes this breaks compatiblity with upstream) EinMByte 2015-07-16 23:29:52 +02:00
  • 5d78e2f5e4 Setup unit test environment. EinMByte 2015-07-16 22:28:57 +02:00
  • 4ce7b0e9ef Minor changes based on cppcheck output. EinMByte 2015-07-16 18:02:19 +02:00
  • 62ac53563c Ensure zero-inialization, add TODO update gitignore. EinMByte 2015-07-16 17:39:24 +02:00
  • c939dec26a check if current remote lease is not set orignal 2015-07-10 09:25:12 -04:00
  • 6e54714c0e use shared_ptr for garlic cloves orignal 2015-07-07 11:08:36 -04:00
  • 6851644922 shared_ptr for DatabaseStore, DatabaseLookup and DatabaseSearchReply orignal 2015-07-07 10:55:58 -04:00
  • 8f40167fe1 rollback of previous change. port must be accesses from a remote host orignal 2015-07-06 18:57:56 -04:00
  • de6e73c2eb Merge pull request #224 from majestrate/master orignal 2015-07-06 18:40:58 -04:00
  • 855f3833d2 bind to loopback jeff 2015-07-06 18:03:16 -04:00
  • 37a5c10c66 Merge branch 'upstream-master' into http-bind-local jeff 2015-07-06 17:45:17 -04:00
  • 23275a5949 have http server bind to loopback jeff 2015-07-06 17:45:12 -04:00
  • 73d4025256 version 0.10.0 0.10.0 orignal 2015-07-06 12:11:17 -04:00
  • 3405ffd8d8 check for buffer size orignal 2015-07-05 07:59:38 -04:00
  • e03f1597a0 don't send DatabaseStore until time sync complete orignal 2015-07-03 21:50:26 -04:00
  • c5644e0e32 const I2NP messages orignal 2015-07-03 21:27:40 -04:00
  • bf14b7da9a move FillI2NPMessageHeader into I2NPMessage orignal 2015-07-03 11:11:07 -04:00
  • 0c8fb376db some cleanup orignal 2015-07-03 10:11:55 -04:00
  • 17acdcc4d5 temporary fix of crash orignal 2015-07-02 14:11:30 -04:00
  • 654357f5ce copy shared_ptr orignal 2015-07-02 13:43:03 -04:00
  • fbebdd3055 fixed race condition orignal 2015-07-01 17:20:41 -04:00
  • 83e76c6b53 use shared flood message orignal 2015-07-01 14:13:42 -04:00
  • adf12b6084 handle DeliveryStatus garlic clove directly orignal 2015-06-29 21:40:43 -04:00
  • 047c6a93a3 don't copy transit DatabaseStore orignal 2015-06-27 22:02:00 -04:00
  • bf4c33325c random non-zero padding orignal 2015-06-26 16:06:59 -04:00
  • be1a4548e6 pass const I2NP message to HandleTunnelDataMsg orignal 2015-06-25 21:49:16 -04:00
  • d8cd2afd12 different input anf output I2NP message for tunnel encryption orignal 2015-06-24 22:19:56 -04:00
  • 6ff3f8df87 Merge pull request #218 from mlt/fix208 orignal 2015-06-24 15:49:25 -04:00
  • 95c4a87ccc Check for invalid SAM destination Mikhail Titov 2015-06-24 14:19:10 -05:00
  • 206f094dd4 use shared_ptr for DeliverStatus orignal 2015-06-24 10:45:58 -04:00
  • a05a20440e deleted deprecated SendMessage orignal 2015-06-24 10:25:05 -04:00
  • ff12421d60 shared_ptr for lookup messages orignal 2015-06-22 15:47:45 -04:00
  • 2cbd6e85c6 use shared_ptr for garlic messages orignal 2015-06-21 22:29:50 -04:00
  • 1fc50a59f5 different in and out buffers for tunnel encryption orignal 2015-06-21 17:05:01 -04:00
  • 9c9401ce2f use shared_ptr for all incoming I2NP messages orignal 2015-06-21 15:08:22 -04:00
  • f732a84a7c Merge pull request #214 from mlt/cmake-upnp-libdl orignal 2015-06-20 14:39:41 -04:00
  • efe7e469ce Missing libdl for UPnP Mikhail Titov 2015-06-20 11:48:48 -05:00
  • ed136c9d8b Merge pull request #213 from mlt/fix-upnp orignal 2015-06-20 06:56:01 -04:00
  • 60e2722a21 fixup! Fix UPnP for Win32 Mikhail Titov 2015-06-20 00:49:24 -05:00
  • 4fab07b4da fixed build error orignal 2015-06-19 16:06:14 -04:00
  • d07c68bd9a Merge pull request #210 from mlt/fixes orignal 2015-06-19 16:00:12 -04:00
  • 2738169a9d Use static for now while returning HTTP 500 error Mikhail Titov 2015-06-15 16:57:02 -05:00
  • 490b65dfe2 Materialize temporary string obtained from boost path Mikhail Titov 2015-06-19 14:44:50 -05:00
  • 38ebe28923 Rearrange eol removal for handshake Mikhail Titov 2015-06-15 16:55:21 -05:00
  • 4ed7e29896 use shared_ptr for I2NP messages through tunnels orignal 2015-06-19 14:38:31 -04:00
  • 122b8c2a84 use shared_ptr for transit tunnel participant orignal 2015-06-17 12:31:28 -04:00
  • 98c91a01e3 use shared_ptr for outbound tunnel build messages orignal 2015-06-17 12:26:07 -04:00
  • a7cd16c159 use shared_ptr for direct DatabaseLookup message orignal 2015-06-17 12:25:02 -04:00
  • 5ca86b87f5 create shared I2NP tunnel message in OBGW orignal 2015-06-17 12:08:06 -04:00
  • 25a163cdeb send I2NP messages as shared_ptr orignal 2015-06-17 11:41:07 -04:00
  • 3a63f6775a pass I2NP message to transport session as shared_ptr orignal 2015-06-17 10:47:26 -04:00
  • d65257c7b0 pass I2NP as shared_ptr to netDB orignal 2015-06-16 13:32:42 -04:00
  • 465945f8a8 more generic queue orignal 2015-06-16 13:14:33 -04:00
  • a0de60e179 use share_ptr for garlic messages orignal 2015-06-16 10:14:14 -04:00
  • b48682012d verify adler checksum orignal 2015-06-14 10:37:15 -04:00
  • e624cb31bd Merge branch 'master' of https://github.com/PurpleI2P/i2pd orignal 2015-06-11 11:43:58 -04:00
  • 20e43951e5 reduce CPU usage orignal 2015-06-11 11:43:35 -04:00