Commit graph

  • b3d09513b8 fixed race condition openssl 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
  • 1145f1feca
    Merge 32a70562c4 into c600b834e3 self-related 2025-01-19 12:46:21 +0300
  • c600b834e3 postpone reading from file and updating router profile orignal 2025-01-18 18:26:16 -0500
  • 959ef208a3
    Merge 17399da399 into b6319d78bf Pratik B. 2025-01-17 23:23:49 +0100
  • 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
  • faa10eb88e
    Merge 6e639f0e6a into 5f1c599f81 lcharles123 2025-01-14 20:01:11 +0300
  • 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
  • 7b0ff2850c close session if x25519 fails orignal 2024-12-01 16:53:08 -0500
  • 31ff0ff1cb use weak_ptr for transport session orignal 2024-11-29 21:29:03 -0500
  • fcc70025fd use reference instead naked pointer to tunnel in tunnel gateway orignal 2024-11-29 11:31:13 -0500
  • 56145d0f3c bind tunnel gateway to transport session orignal 2024-11-28 21:56:26 -0500
  • 8b9f427aa4 handle session handshakes in separate thread orignal 2024-11-27 18:31:58 -0500
  • cc768de8ea iterator through resolver's results orignal 2024-11-25 19:16:42 -0500
  • ffd18baf30 support boost 1.87 orignal 2024-11-25 16:00:06 -0500
  • 3474538697 replaced boost::asio::io_service by boost::asio:io_context orignal 2024-11-25 10:08:27 -0500
  • 5f1b31213f more adequate initial RTT orignal 2024-11-25 08:12:40 -0500
  • 6fb3c7c3ba removed dependancy from boost_system for newer compliers orignal 2024-11-23 18:34:33 -0500
  • a248a2a732 Show TBM Queue size orignal 2024-11-20 13:28:01 -0500
  • 09ae278306 const GetSize() orignal 2024-11-20 13:27:25 -0500
  • d241e5d5cb handle transit tunnel build messages in separate thread orignal 2024-11-19 19:11:09 -0500
  • 35352f1497
    Merge pull request #2125 from PurpleI2P/openssl orignal 2024-11-19 18:27:05 -0500
  • b80278421d re-create ECIES session for follow-on packets orignal 2024-11-19 13:00:13 -0500
  • f2596e0187 fixed typo with cleanup timer expiration orignal 2024-11-18 21:34:41 -0500
  • 5265dc71e9 drop too old LeaseSet or from future orignal 2024-11-18 15:49:11 -0500
  • a05bb93792 check LeaseSet expiration time orignal 2024-11-18 12:16:05 -0500
  • 5d5970bed4 more SYN resend attempts for outgoing stream orignal 2024-11-18 07:59:39 -0500
  • 86080b26ae terminate non-established sessions sortly orignal 2024-11-17 22:11:30 -0500
  • 5b2d0c579b close stream if SYACK is not acked orignal 2024-11-17 20:51:59 -0500
  • 3c4926f377 limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream orignal 2024-11-17 18:53:21 -0500
  • 391e3b7814 don't schedule send for first SYN reply orignal 2024-11-17 17:29:04 -0500
  • 72a39609ed moved all transit tunnels code to TransitTunnels class orignal 2024-11-16 20:56:35 -0500
  • 0c5f39ad81 separate class TransitTunnelBuildMsgHandler for tunnel build messages orignal 2024-11-16 16:05:46 -0500
  • 3c608ec07c received garlic messages queue for destination orignal 2024-11-13 21:17:58 -0500
  • ce0461bf86
    Destination: cut name for thread name r4sas 2024-11-12 21:09:21 +0000
  • ce96f93c80 cleanup tags and ECIES sessions more often orignal 2024-11-11 21:59:19 -0500
  • d88ba768d7 set i2p.streaming.profile=2 for shared local destination orignal 2024-11-11 18:50:53 -0500