Commit graph

  • 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
  • 576802a1d6 Merge pull request #202 from mlt/fix201 orignal 2015-06-10 17:18:36 -04:00
  • 23a3d48611 This closes #201 Mikhail Titov 2015-06-10 16:08:22 -05:00
  • b6ec0a3526 Merge pull request #200 from mlt/cmake orignal 2015-06-10 15:40:42 -04:00
  • ef6a038451 handle explicitPeers I2CP parameter orignal 2015-06-10 15:32:55 -04:00
  • 0354685e35 Precompiled headers Mikhail Titov 2015-06-10 01:04:33 -05:00
  • ba2b792916 Cleanup cryptopp headers path search Mikhail Titov 2015-06-10 01:12:43 -05:00
  • 44768e92ad CMake: fix static builds, add LTO for MinSizeRel Mikhail Titov 2015-06-10 01:07:39 -05:00
  • 0e8bdf8299 fixed race condition orignal 2015-06-09 22:14:31 -04:00
  • 09298d7457 changed profiling algorithm orignal 2015-06-09 14:04:25 -04:00
  • e8d80e16ba very hash in one pass orignal 2015-06-09 13:02:37 -04:00
  • e461982a31 support multiple transport sessions to the same peer orignal 2015-06-09 11:00:37 -04:00
  • c896f6d0d7 select first hop for inbound tunnel from connected peers orignal 2015-06-07 08:37:34 -04:00
  • 9a9b38a8c3 Merge pull request #199 from mlt/cmake-msvc orignal 2015-06-06 21:47:49 -04:00
  • b26b52cca8 Merge pull request #198 from mlt/upnp orignal 2015-06-06 21:47:28 -04:00
  • b5ee997da9 MSVC specific debug symbols don't belong to other platforms Mikhail Titov 2015-06-06 14:16:29 -05:00
  • 046ffd8648 Fix UPnP for Win32 Mikhail Titov 2015-06-06 13:53:22 -05:00
  • d7e7823606 Merge pull request #197 from mlt/cmake-msvc orignal 2015-06-06 14:19:38 -04:00
  • 2d3493a225 Perhaps bitness detection is an introspection Mikhail Titov 2015-06-06 12:34:06 -05:00
  • a3b08c0016 Fix Win32 build with CMake and MSVC Mikhail Titov 2015-06-06 03:33:15 -05:00
  • d9c0f52846 don't pick node for 5 minutes if declined orignal 2015-06-05 22:09:16 -04:00
  • a96482b186 skip missing sections orignal 2015-06-05 21:15:02 -04:00
  • 10e78785cd additional statistics for profiling orignal 2015-06-05 15:55:21 -04:00
  • da56397b39 fixed bug with zero-size clove orignal 2015-06-04 11:31:22 -04:00