Commit graph

  • 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 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 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 self-related 2024-08-19 00:07:22 +0300
  • 76f8e0dd51
    Fix UPnP: error 2 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
  • f232c8f2df don't limit num attempts in routing path. Increased routing path expiration to 2 minutes orignal 2024-07-23 21:55:56 -0400
  • 2f54d95187 try to read message payload immediately after header orignal 2024-07-23 19:02:37 -0400
  • 830e49f2c5 increase I2CP socket buffer size orignal 2024-07-23 16:01:43 -0400
  • 23e323438a cancel LeaseSet creation timer before destination termination orignal 2024-07-23 08:35:43 -0400
  • 48f1514053
    [rpm] use eln macro in check r4sas 2024-07-21 14:27:00 +0000
  • a1aa6c62d7
    [rpm] fix typo r4sas 2024-07-21 14:14:52 +0000
  • 9e1ea289c2
    [rpm] require package openssl-devel-engine for build on fedora > 40 r4sas 2024-07-21 14:09:48 +0000
  • f6ddcd432e removed openssl/engine.h orignal 2024-07-21 09:43:29 -0400
  • 9a6654943d
    moved binary to /usr/bin (closes #2053 #2068) 2.53.0 r4sas 2024-07-20 17:22:33 +0000
  • bed5a18294 2.53.0 orignal 2024-07-17 07:41:41 -0400
  • 45221da1dc floodfill must have published ipv6 if no published ipv4 orignal 2024-07-12 11:43:39 -0400
  • 8440633614 increased number of floodfills threshold to 1200 orignal 2024-07-12 10:44:05 -0400
  • 50f455e0a2 make a floodfill eligble if reachable by ipv4 orignal 2024-07-12 09:33:37 -0400
  • 50d6f013f9
    Create i2pd Desktop Said-Chakhkiev 2024-07-12 03:43:16 +0300
  • 5fbcfadd6d set min floodfill version to 0.9.59 orignal 2024-07-11 15:22:12 -0400
  • 5af13849a9 check if offline signature is expired when load keys orignal 2024-07-09 13:44:30 -0400
  • a9c486d7a1 fixed stream hanging due to inactivity. Smoother RTT orignal 2024-07-09 10:51:22 -0400
  • 8c0a1197d7 drop incoming SSU2 session from duplicated router orignal 2024-07-08 10:39:18 -0400
  • 4e5f5c218a mark router as dup0licted only if address mismatch orignal 2024-07-08 08:00:36 -0400
  • 64cc59d1e9 recognize duplicated routers and store duplicated flag in profile orignal 2024-07-07 11:26:17 -0400
  • 0c943f4405 use received RouterInfo if older than one in netdb orignal 2024-07-06 10:28:18 -0400