Commit Graph

  • d539c9677e don't accept tunnels if connected through proxy orignal 2024-09-06 19:04:07 -0400
  • 855fd4d471 eliminate extra parsing of RouterInfo coming as RouterInfo block orignal 2024-09-06 09:49:24 -0400
  • e0af7b077f set max number of tags adequate to max window size orignal 2024-09-05 20:28:40 -0400
  • fde301deaf check for duplicated routers in NTCP2. Insert router into netdb right a way orignal 2024-09-05 19:24:23 -0400
  • 9a77c0a4b1 recognize compiler version without gexpr orignal 2024-09-05 07:43:24 -0400
  • 306ea2df37 don't apply std::move to prvalue orignal 2024-09-04 14:12:30 -0400
  • cab671e177 use gexpr instead expr orignal 2024-09-04 13:28:34 -0400
  • 2ee5af0c06 C++20 for clang >= 16 orignal 2024-09-04 13:23:12 -0400
  • 911620bcd3 C++20 for clang >= 16 orignal 2024-09-04 13:21:13 -0400
  • d1620d70bb consider N routers as low bandwidth orignal 2024-09-03 18:43:25 -0400
  • 53db54dafb consider N routers as low bandwidth orignal 2024-09-03 18:36:50 -0400
  • ead1b72886 set half of window on remote lease change orignal 2024-09-03 15:20:33 -0400
  • ae65af07c2 handle immediate ack request orignal 2024-09-03 13:00:04 -0400
  • 0046a8b3ec pass const strings for HTTP headers orignal 2024-09-02 21:05:40 -0400
  • 06e3a1b57a fixed typo orignal 2024-09-02 18:32:52 -0400
  • cc59003560 removed C++17 check orignal 2024-09-02 18:22:33 -0400
  • a3e0b3710c pass std::string_view to parse orignal 2024-09-02 17:34:15 -0400
  • 56b8534e0c gcc7 support orignal 2024-09-02 15:00:25 -0400
  • c21cf0565b removed C++11 support orignal 2024-09-02 10:55:22 -0400
  • 9668ea9338 removed C++11 support orignal 2024-09-02 10:18:08 -0400
  • a837e5c502 use rng from pool for lease selection orignal 2024-09-01 16:39:19 -0400
  • bbadbdbfdb Switch to C++17 for Mac OS X orignal 2024-09-01 15:23:14 -0400
  • 509c039e2f use Rng from pool if possible orignal 2024-08-31 08:02:56 -0400
  • 8cf9cc1a01 removed dependency from boost::filesystem orignal 2024-08-30 18:25:16 -0400
  • a1f40d3048 use __has_include(<filesystem>)) to detect if std::filesystem can be used orignal 2024-08-30 17:56:34 -0400
  • 83c0764ed4 link with stdc++fs for g++8 and g++9 orignal 2024-08-30 17:54:56 -0400
  • 2f5f39aaf2 disable clock_cast iuntil implemented orignal 2024-08-30 17:51:03 -0400
  • 5cc15fac31 rollback orignal 2024-08-30 15:03:50 -0400
  • ea3f356856 removed dependency from boost::filesystem orignal 2024-08-30 14:40:44 -0400
  • 8189ff0f48 innclude <filesystem> before _cpp_lib_filesystem check orignal 2024-08-30 14:36:56 -0400
  • 2679e8cfd8 removed dependency from boost::filesystem orignal 2024-08-30 13:28:01 -0400
  • 3679c6aea0 switch to C++17 orignal 2024-08-30 11:03:06 -0400
  • 604bdf314f improved window size reculculation algorithm orignal 2024-08-29 18:57:14 -0400
  • 937809bc0f don't use clock_cast with clang orignal 2024-08-29 15:14:17 -0400
  • d71f3d40fa
    Merge pull request #2096 from Vort/utf8 orignal 2024-08-29 12:42:25 -0400
  • e87ace0c3d implement UTF-8 conversion with WinAPI for Windows platform #2096 Vort 2024-08-29 16:52:25 +0300
  • bc48e6881d use boost::filesystem for Win32 and clang orignal 2024-08-28 18:25:42 -0400
  • e957d7bbfb use std::filesystem for windows orignal 2024-08-28 17:52:08 -0400
  • b3aa5ad998 don't link with boost::filesystem in newer versions orignal 2024-08-28 15:12:29 -0400
  • ac876a0cd5 use boost::filesystem for Mac OS X orignal 2024-08-28 13:43:01 -0400
  • d85cb6e30a fixed build for Debian Bookworm orignal 2024-08-28 12:01:19 -0400
  • 4a4b76141a C++20 support orignal 2024-08-28 11:34:07 -0400
  • a93043f064 check for __cpp_lib_filesystem orignal 2024-08-27 22:12:13 -0400
  • ae309ca632 use std::filesystem for C++17 orignal 2024-08-27 21:49:23 -0400
  • 9037e8b2b1
    Merge pull request #2095 from PurpleI2P/openssl orignal 2024-08-27 21:41:15 -0400
  • 3ff79038b5 handle individual NACKs #2095 orignal 2024-08-27 15:33:59 -0400
  • da0e527777 termination check timeout variance orignal 2024-08-26 20:57:28 -0400
  • 66223792f3 use std::mt19937 instead rand(). termination timeout variance orignal 2024-08-26 19:35:13 -0400
  • a69eade1f4 use pool's rng for random tunnel/remote lease selection orignal 2024-08-25 21:35:33 -0400
  • 0992a5124f removed dependency from boost::date_time orignal 2024-08-25 20:18:55 -0400
  • e7423b1ffc save timestamp from epoch instead local time to profiles orignal 2024-08-25 19:07:01 -0400
  • 65ceb08290 correct translation of Network status orignal 2024-08-23 22:35:52 -0400
  • 879d54fad4 replaced boost::date_time by functions from std orignal 2024-08-23 22:01:08 -0400
  • ff5c76f8f2 don't include expired lease to LeaseSet for I2Cp orignal 2024-08-21 19:21:02 -0400
  • 0191e58b05 adjust number of leases in LS2 if expired tunnels orignal 2024-08-21 16:28:19 -0400
  • c43926083e don't include already expired lease to LeaseSet orignal 2024-08-21 14:07:04 -0400
  • bd98f2c3ee max flush interval orignal 2024-08-20 21:21:28 -0400
  • 02c52f59cb max flush interval orignal 2024-08-20 20:59:41 -0400
  • fa218d3cf5 reset routing path if session is stuck orignal 2024-08-20 15:50:37 -0400
  • d169b422da drop window if remote lease changes orignal 2024-08-19 19:10:00 -0400
  • 7be64dad89 limit number of resent packets at the time orignal 2024-08-19 18:30:49 -0400
  • 3720a5fce3 don't select same peer too often orignal 2024-08-19 15:51:56 -0400
  • 0df895b6a7 check minimal router version for connected peer selection orignal 2024-08-19 14:39:07 -0400
  • 32ab95478e check crypto type and congestion of connected peer for tunnel orignal 2024-08-18 18:34:28 -0400
  • 32a70562c4
    Fix UPnP: error 2 #2094 self-related 2024-08-19 00:07:22 +0300
  • 76f8e0dd51
    Fix UPnP: error 2 #2092 self-related 2024-08-18 22:29:26 +0300
  • 28adb54c0a don't send quick ack for each duplicated packet orignal 2024-08-18 13:33:16 -0400
  • b4fcf76480 fixed warning orignal 2024-08-17 17:52:42 -0400
  • fb8e0e1b5b limit stream's inbound speed orignal 2024-08-17 17:11:28 -0400
  • 41dd8b527d reduce number of acks being sent orignal 2024-08-17 08:30:16 -0400
  • 7376f7c399 generate max number of tags for follow on tagsets orignal 2024-08-17 08:13:17 -0400
  • d47ae3012a periodic sending ack requests in ECEISX25519 session and dead path detection in I2CP orignal 2024-08-15 13:35:51 -0400
  • 09dbe9fc03 check option and packet length orignal 2024-08-14 13:43:24 -0400
  • 11328a429d set minimal resend interval. Resend attempt after only Ack orignal 2024-08-14 10:13:35 -0400
  • 0c924836cf fixed AEAD verification for LibreSSL orignal 2024-08-13 15:36:13 -0400
  • 52a313bb65 force LeaseSet timestamp update if published at the same second orignal 2024-08-12 21:29:05 -0400
  • d75f15104e select only established sessions for peer tests orignal 2024-08-10 14:43:29 -0400
  • b306bf2db9 don't handle connect timer for already terminated session orignal 2024-08-09 08:14:39 -0400
  • 349c4e30b6 correct receive ratchet tagsetid calculation orignal 2024-08-06 13:58:21 -0400
  • 3c69e0b2af keep sending reverse key until tag received on new tagset orignal 2024-08-05 14:44:10 -0400
  • 8e1fb8ca9f send status failure and drop shared routing path if message was not sent orignal 2024-08-02 14:39:04 -0400
  • 42782944fb Streaming congestion control improvements. Patch by onon orignal 2024-08-01 13:49:32 -0400
  • efd754eb93 set min pacing time to 250 microseconds orignal 2024-07-31 07:56:40 -0400
  • 81cc3e3de8 2.53.1 2.53.1 orignal 2024-07-30 11:56:31 -0400
  • db4208e2e2 fixed orignal 2024-07-30 08:13:24 -0400
  • fe740249a5 2.53.1 orignal 2024-07-29 19:40:33 -0400
  • 4ad6cef5a5 some cleanup orignal 2024-07-29 15:18:52 -0400
  • 86f86fc711 fixed #2078. don't stop service when destination stops orignal 2024-07-29 14:44:47 -0400
  • e5dac605f6 send session status crated right a way orignal 2024-07-28 21:59:49 -0400
  • ab1abf584f don't send session status create before destination is ready orignal 2024-07-28 21:48:47 -0400
  • 8a3d6ddb3e cleanup I2NP msgs pool and routing sessions orignal 2024-07-28 21:24:10 -0400
  • 1410fa5c21 added i2cp.inboundlimit and i2cp.outboundlimit orignal 2024-07-28 14:53:46 -0400
  • ea19d2296c send actual router limits in BandwidthLimitsMessage orignal 2024-07-28 14:34:27 -0400
  • 3a4833aa67
    Merge pull request #2017 from Vort/show_bw_caps orignal 2024-07-28 08:21:52 -0400
  • 4a66624b04 fixed typo orignal 2024-07-27 21:42:07 -0400
  • 0153748134 save and use previous routing session orignal 2024-07-27 19:37:10 -0400
  • d3062d2994 don't create full identity from buffer if only ident hash is needed orignal 2024-07-25 20:36:46 -0400
  • d7ff459f12 include tagsetid into msgid orignal 2024-07-25 15:05:00 -0400
  • e0ac8a7298 check if destination is ready. Create garlic message before selectiing routing path orignal 2024-07-24 19:09:46 -0400
  • 96ea630274 send message right a way if in same thread orignal 2024-07-24 16:06:28 -0400