Commit graph

  • 096ec2c888
    Merge 75e8e04614 into e8f5efd156 Dimitris Apostolou 2025-02-01 18:46:14 +0200
  • d78146f8ff
    Merge ff0b6a6a6a into e8f5efd156 Dimitris Apostolou 2025-02-01 18:46:14 +0200
  • 240d9c7b03
    Merge 32a70562c4 into e8f5efd156 self-related 2025-02-01 18:12:44 +0300
  • 18c58fcb37
    Merge 6e639f0e6a into e8f5efd156 lcharles123 2025-02-01 18:12:11 +0300
  • e8f5efd156 peers cleanup time variance openssl orignal 2025-02-01 09:42:44 -0500
  • 57aa8b3de8 fixed typo orignal 2025-01-31 12:55:09 -0500
  • 972b66f9a5 decline transit tunnel to duplicated router orignal 2025-01-31 11:20:39 -0500
  • eadeea76e7 check congestion and random reject short tunnel build requests orignal 2025-01-30 15:35:04 -0500
  • da7d3c55b0 replaced banana.incognet.io reseed by coconut.incognet.io orignal 2025-01-30 08:21:01 -0500
  • ff0b6a6a6a
    fix uninitialized variable block.tunnelID Dimitris Apostolou 2025-01-30 13:36:53 +0200
  • 75e8e04614
    fix typo Dimitris Apostolou 2025-01-30 12:37:09 +0200
  • 60d3e4d963 set ack requested flag after second resend attempt orignal 2025-01-29 19:15:12 -0500
  • adc230acde use m_IsSaving flag for saving RouterInfo orignal 2025-01-29 16:02:31 -0500
  • e4ba07a540 persist local RouterInfo in separate thread using seperate buffer orignal 2025-01-29 13:22:15 -0500
  • 93ec5ac5c4 rollback orignal 2025-01-28 21:45:26 -0500
  • 774c606b09 don't wait for completion explicitly orignal 2025-01-28 21:30:48 -0500
  • 1bff42042d check if saving if complete orignal 2025-01-28 21:22:36 -0500
  • daeb177579 save updated local RouterInfo in separate thread orignal 2025-01-28 20:49:36 -0500
  • 5d7a062f1b std::mt19937 for random. Congestion update timer variance orignal 2025-01-28 14:47:22 -0500
  • 35f7bd5127 don't delete actively use profile. Last persist time orignal 2025-01-28 14:09:25 -0500
  • d411da451a
    Merge pull request #2152 from rex4539/typo orignal 2025-01-27 22:48:40 -0500
  • 69015adbe5
    Merge 17399da399 into 45bab06f37 Pratik B. 2025-01-27 21:21:00 -0500
  • 45bab06f37 cleanup cached addresses orignal 2025-01-27 18:30:22 -0500
  • 588855c6a7
    fix typo Dimitris Apostolou 2025-01-27 23:04:23 +0200
  • c3fa0ae8cc cache full addresses in memory when requested or received orignal 2025-01-27 13:24:37 -0500
  • bf85a69a2f min peer test version 0.9.62 orignal 2025-01-26 17:49:24 -0500
  • 72ff0b9fbb shorter ack request interval orignal 2025-01-25 09:02:18 -0500
  • b9c9988ff4 smaller request timeout if sent directly orignal 2025-01-24 13:56:33 -0500
  • 1bb5ad22af use std::mt19937 for random. Peer test interval variance orignal 2025-01-23 19:20:20 -0500
  • 4fa5cec0dc fixed termination deadlock if SAM session is active orignal 2025-01-23 14:12:52 -0500
  • 1e7254dfaa don't delete router's buffer if an update received or connecting orignal 2025-01-22 13:25:11 -0500
  • ca0818af7e drop buffer upon peer disconnect orignal 2025-01-22 12:00:37 -0500
  • b3d09513b8 fixed race condition orignal 2025-01-21 19:38:07 -0500
  • 2857a163e9 check last endpoint only if profile is in memory. postpone profile update when connected orignal 2025-01-21 15:03:25 -0500
  • cba7e5350d drop router's buffer after a while without updates orignal 2025-01-20 18:17:41 -0500
  • 29a5effabb use std::mt19937 for random numbers in netdb orignal 2025-01-20 13:27:40 -0500
  • 39e07ac265 don't load router profile in NTCP2 or SSU2 thread when check for duplicates orignal 2025-01-20 11:58:33 -0500
  • 57986bd348 postpone updating router profile after tunnel build. Check profiles only in memory orignal 2025-01-19 19:16:34 -0500
  • 5e301937f2 use pointer to whole struct instead publicKey for buffer orignal 2025-01-19 15:22:46 -0500
  • 788a7f234b
    Fix buffer accessed out of bounds Dimitris Apostolou 2025-01-19 18:55:06 +0200
  • 4edde333ad don't drop router buffer if connected or being updated orignal 2025-01-19 11:47:32 -0500
  • c600b834e3 postpone reading from file and updating router profile orignal 2025-01-18 18:26:16 -0500
  • b6319d78bf don't delete buffer of connected routers orignal 2025-01-16 19:06:33 -0500
  • e4fc2789fe
    Merge pull request #2149 from rex4539/var orignal 2025-01-16 14:21:18 -0500
  • 4c5a1e064d
    Fix uninitialized variables Dimitris Apostolou 2025-01-16 17:54:38 +0200
  • 4bb82110ab don't create EVP_CIPHER_CTX for each ChaCha20 orignal 2025-01-15 21:13:50 -0500
  • 8c555fe592 copy fragment faster orignal 2025-01-14 13:30:47 -0500
  • 5f1c599f81 fixed warning orignal 2025-01-13 21:37:40 -0500
  • f2b5606583 store fragments inside m_OutOfSequenceFragments orignal 2025-01-13 20:36:27 -0500
  • 08a680b53d use std::string_view instead const std::string& orignal 2025-01-12 18:36:35 -0500
  • 634ceceb1c use std::string_view instead const std::string& orignal 2025-01-12 12:23:26 -0500
  • efd8e6e65b use string_view in ExtractString and PutString orignal 2025-01-11 22:34:18 -0500
  • 915429bb49 don't drop routing path if no data received orignal 2025-01-10 11:16:07 -0500
  • 3e3e0e0a62 shorter ack request interval for datagrams orignal 2025-01-08 20:52:38 -0500
  • c023051fe4
    Merge pull request #2147 from Vort/xp_fix2 orignal 2025-01-07 16:42:02 -0500
  • 0b788de627 fix Windows XP build Vort 2025-01-07 22:15:08 +0200
  • fce4fab071 configurable shared local destination orignal 2025-01-07 13:58:19 -0500
  • 3236de0d5a reduce publishing confimation intervals orignal 2025-01-06 19:36:15 -0500
  • 18707dd844 don't recalculate and process ranges for every Ack block orignal 2025-01-03 22:04:09 -0500
  • fc16a70f7b use AEADChaCha20Poly1305Encryptor and AEADChaCha20Poly1305Decryptor for test orignal 2025-01-02 18:30:16 -0500
  • 619ec5d9c1 fixed AEAD/Chacha20/Poly1305 test orignal 2025-01-02 09:04:57 -0500
  • 8c4d7743c8
    Fix test-aeadchacha20poly1305 Daniel Bermond 2025-01-01 16:38:28 -0300
  • 1293e122bc
    [deb] update patch 2.55.0 r4sas 2024-12-30 21:44:54 +0000
  • 24bcc651e0
    Fixed typo orignal 2024-12-29 17:44:32 -0500
  • 8713974f40 2.55.0 orignal 2024-12-29 17:25:54 -0500
  • 6e639f0e6a
    Add yggdrasil as weak dependency to i2pd.service lcharles123 2024-12-26 17:23:42 -0300
  • d48bf33fc5 request time in milliseconds. shorter intervals. interval variance orignal 2024-12-23 17:52:14 -0500
  • 0f14f9a302 LeaseSet request timeout in milliseconds orignal 2024-12-23 13:47:38 -0500
  • 55708d2a6d reduced LeaseSet lookup timeout orignal 2024-12-22 16:09:58 -0500
  • 3bdfa5562b don't send same message twice orignal 2024-12-20 19:42:25 -0500
  • 3995448014 fixed possible crash at shutdown orignal 2024-12-19 14:24:26 -0500
  • 7497741846 fixed possible crash at shutdown orignal 2024-12-18 14:22:05 -0500
  • 36939898fe send tunnel endpoint data to transport session to gateway directly orignal 2024-12-17 20:50:54 -0500
  • b4bcd9914a show next peer and connectivity on transit tunnels page orignal 2024-12-16 19:49:14 -0500
  • 833e0a936e fixed build with boost 1.87 orignal 2024-12-15 18:27:24 -0500
  • bdc5eaa824 fixed build with boost 1.87 orignal 2024-12-15 18:15:21 -0500
  • e76d09e1a1 send tunnel participant data to transport session directly. Implemented TunnelTransportSender orignal 2024-12-15 18:03:31 -0500
  • 3264704a23 Handle choked, new RTO and window size calculation orignal 2024-12-14 17:59:51 -0500
  • cec68a2447 rollback orignal 2024-12-11 21:33:16 -0500
  • 73ba1afc20 don't create EVP_CIPHER_CTX for each AEAD/Chacha20/Poly1305 message orignal 2024-12-11 18:55:30 -0500
  • dcbe6cfaf2 Update RTO calculation and windows reseting algorithm orignal 2024-12-10 17:49:11 -0500
  • 3534b9c499 don't create EVP_CIPHER_CTX for each AEAD/Chacha20/Poly1305 message orignal 2024-12-09 20:59:59 -0500
  • a7021a8283
    Merge pull request #2136 from Vort/xp_fix orignal 2024-12-09 08:00:01 -0500
  • 946e523554 fix Windows XP build Vort 2024-12-09 02:48:07 +0200
  • cdd528c51f
    [gha] disable winxp build r4sas 2024-12-08 23:50:16 +0300
  • 1a748aebf1 removed depereated section from config orignal 2024-12-08 11:33:30 -0500
  • f23a7f569b pass iv to AES Encrypt/Decrypt directly. aes-test added orignal 2024-12-08 11:08:17 -0500
  • 48b62340cc exclude AESNI option orignal 2024-12-07 15:27:23 -0500
  • 65da550d19 fix bug with unexpected stream closing orignal 2024-12-07 15:03:18 -0500
  • 786da057f2 always use openssl for AES orignal 2024-12-06 20:25:22 -0500
  • 097813a6ca
    Merge pull request #2131 from rex4539/typos orignal 2024-12-06 20:15:25 -0500
  • d610e6c4c1
    Merge pull request #2132 from PurpleI2P/openssl master orignal 2024-12-06 20:14:40 -0500
  • 226257aa71
    Fix typos Dimitris Apostolou 2024-12-06 17:11:31 +0200
  • 13604ccbb6 Changing the window calculation algorithm, increasing the minimum window size orignal 2024-12-05 22:15:11 -0500
  • e996db03c0 process SessionConfirmed in establisher's thread orignal 2024-12-05 20:57:40 -0500
  • f79a2e81ff calculate data phase keys after verification orignal 2024-12-04 18:36:57 -0500
  • 4b1ac7420c Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2024-12-02 19:06:04 -0500
  • e518b92a89 calculate X_I2P_DEST* headers once for series of HTTP requests orignal 2024-12-02 19:05:12 -0500
  • 1a32ed9088
    [gha] winxp: fix option order R4SAS 2024-12-03 00:44:14 +0300
  • b17bbd754a
    [gha] winxp: forced overwrite files from boost package R4SAS 2024-12-03 00:40:30 +0300