i2pd/libi2pd
orignal 960a85e415
Some checks are pending
Build Debian packages / bookworm (push) Waiting to run
Build Debian packages / bullseye (push) Waiting to run
Build Debian packages / buster (push) Waiting to run
Build on FreeBSD / with UPnP (push) Waiting to run
Build on OSX / With USE_UPNP=no (push) Waiting to run
Build on OSX / With USE_UPNP=yes (push) Waiting to run
Build on Windows / clang-x86_64 (push) Waiting to run
Build on Windows / i686 (push) Waiting to run
Build on Windows / ucrt-x86_64 (push) Waiting to run
Build on Windows / x86_64 (push) Waiting to run
Build on Windows / CMake clang-x86_64 (push) Waiting to run
Build on Windows / CMake i686 (push) Waiting to run
Build on Windows / CMake ucrt-x86_64 (push) Waiting to run
Build on Windows / CMake x86_64 (push) Waiting to run
Build on Windows / XP (push) Waiting to run
Build on Ubuntu / CMake with -DWITH_UPNP=OFF (push) Waiting to run
Build on Ubuntu / CMake with -DWITH_UPNP=ON (push) Waiting to run
Build on Ubuntu / Make with USE_UPNP=no (push) Waiting to run
Build on Ubuntu / Make with USE_UPNP=yes (push) Waiting to run
Build containers / Building container for linux/amd64 (push) Waiting to run
Build containers / Building container for linux/arm64 (push) Waiting to run
Build containers / Building container for linux/arm/v7 (push) Waiting to run
Build containers / Building container for linux/386 (push) Waiting to run
Build containers / Pushing merged manifest (push) Blocked by required conditions
replace more strings to string_view
2025-03-15 16:43:08 -04:00
..
api.cpp exclude AESNI option 2024-12-07 15:27:23 -05:00
api.h
Base.cpp
Base.h
Blinding.cpp use std::string_view instead const std::string& 2025-01-12 12:23:26 -05:00
Blinding.h use std::string_view instead const std::string& 2025-01-12 12:23:26 -05:00
Config.cpp replaced banana.incognet.io reseed by coconut.incognet.io 2025-01-30 08:21:01 -05:00
Config.h
CPU.h always use openssl for AES 2024-12-06 20:25:22 -05:00
Crypto.cpp don't create EVP_CIPHER_CTX for each ChaCha20 2025-01-15 21:13:50 -05:00
Crypto.h Post-Quantum. MLDSA44 verifier 2025-03-12 15:41:12 -04:00
CryptoKey.cpp
CryptoKey.h
Datagram.cpp don't drop routing path if no data received 2025-01-10 11:16:07 -05:00
Datagram.h don't drop routing path if no data received 2025-01-10 11:16:07 -05:00
Destination.cpp Fix uninitialized variables 2025-01-16 17:54:38 +02:00
Destination.h reduce publishing confimation intervals 2025-01-06 19:36:15 -05:00
ECIESX25519AEADRatchetSession.cpp shorter ack request interval for datagrams 2025-01-08 20:52:38 -05:00
ECIESX25519AEADRatchetSession.h fixed warning 2025-01-13 21:37:40 -05:00
Ed25519.cpp
Ed25519.h
Elligator.cpp
Elligator.h
Family.cpp always pass RouterInfo param values as string_view 2025-02-19 11:08:47 -05:00
Family.h always pass RouterInfo param values as string_view 2025-02-19 11:08:47 -05:00
FS.cpp
FS.h
Garlic.cpp don't create EVP_CIPHER_CTX for each AEAD/Chacha20/Poly1305 message 2024-12-11 18:55:30 -05:00
Garlic.h shorter ack request interval for datagrams 2025-01-08 20:52:38 -05:00
Gost.cpp
Gost.h
Gzip.cpp
Gzip.h
HTTP.cpp replace more strings to string_view 2025-03-15 16:43:08 -04:00
HTTP.h replace more strings to string_view 2025-03-15 16:43:08 -04:00
I2NPProtocol.cpp
I2NPProtocol.h
I2PEndian.cpp
I2PEndian.h
Identity.cpp MLDSA44 signer and keygen 2025-03-13 15:43:22 -04:00
Identity.h Post-Quantum. MLDSA44 verifier 2025-03-12 15:41:12 -04:00
KadDHT.cpp
KadDHT.h
LeaseSet.cpp
LeaseSet.h
LittleBigEndian.h
Log.cpp
Log.h
NetDb.cpp don't delete trusted routers from netdb 2025-03-10 13:43:21 -04:00
NetDb.hpp min peer test version 0.9.62 2025-01-26 17:49:24 -05:00
NetDbRequests.cpp smaller request timeout if sent directly 2025-01-24 13:56:33 -05:00
NetDbRequests.h smaller request timeout if sent directly 2025-01-24 13:56:33 -05:00
NTCP2.cpp don't load router profile in NTCP2 or SSU2 thread when check for duplicates 2025-01-20 11:58:33 -05:00
NTCP2.h show next peer and connectivity on transit tunnels page 2024-12-16 19:49:14 -05:00
Profiling.cpp reduced profile persist interval 2025-03-06 16:29:14 -05:00
Profiling.h reduced profile persist interval 2025-03-06 16:29:14 -05:00
Queue.h
Reseed.cpp
Reseed.h
RouterContext.cpp use common constants for babdwidth limits 2025-02-25 14:12:10 -05:00
RouterContext.h use m_IsSaving flag for saving RouterInfo 2025-01-29 16:02:31 -05:00
RouterInfo.cpp replace boost::lexical_cast by std::from_chars and std::to_string 2025-02-21 20:34:53 -05:00
RouterInfo.h always pass RouterInfo param values as string_view 2025-02-19 11:08:47 -05:00
Signature.cpp enable encoding of ML-DSA-44 messages 2025-03-14 11:40:54 -04:00
Signature.h MLDSA44 signer and keygen 2025-03-13 15:43:22 -04:00
Siphash.h
Socks5.h
SSU2.cpp make token always non-zero 2025-02-14 13:08:22 -05:00
SSU2.h don't create EVP_CIPHER_CTX for each ChaCha20 2025-01-15 21:13:50 -05:00
SSU2OutOfSession.cpp check RelayRequest, RelayIntro, RelayResponse buffer size. Use assign instead memcpy 2025-02-20 16:53:49 -05:00
SSU2OutOfSession.h
SSU2Session.cpp check PeerTest buffer size 2025-02-24 13:58:10 -05:00
SSU2Session.h don't recalculate and process ranges for every Ack block 2025-01-03 22:04:09 -05:00
Streaming.cpp don't grow window too fast 2025-03-09 21:47:57 -04:00
Streaming.h don't grow window too fast 2025-03-09 21:47:57 -04:00
Tag.h use std::string_view instead const std::string& 2025-01-12 12:23:26 -05:00
Timestamp.cpp
Timestamp.h
TransitTunnel.cpp lazy creation of TunnelEnpoint for transit tunnel 2025-02-27 18:00:24 -05:00
TransitTunnel.h lazy creation of TunnelEnpoint for transit tunnel 2025-02-27 18:00:24 -05:00
Transports.cpp don't delete trusted routers from netdb 2025-03-10 13:43:21 -04:00
Transports.h don't delete trusted routers from netdb 2025-03-10 13:43:21 -04:00
TransportSession.h use plain buffer instead stream for SignedData 2025-02-20 22:04:58 -05:00
Tunnel.cpp Merge pull request #2154 from rex4539/uninitvar 2025-02-11 08:30:28 -05:00
Tunnel.h recreate tunnels in random order 2025-02-02 16:49:37 -05:00
TunnelBase.cpp send tunnel endpoint data to transport session to gateway directly 2024-12-17 20:50:54 -05:00
TunnelBase.h show next peer and connectivity on transit tunnels page 2024-12-16 19:49:14 -05:00
TunnelConfig.cpp pass iv to AES Encrypt/Decrypt directly. aes-test added 2024-12-08 11:08:17 -05:00
TunnelConfig.h
TunnelEndpoint.cpp store fragments inside m_OutOfSequenceFragments 2025-01-13 20:36:27 -05:00
TunnelEndpoint.h fix typo 2025-02-09 14:20:56 +03:00
TunnelGateway.cpp send tunnel participant data to transport session directly. Implemented TunnelTransportSender 2024-12-15 18:03:31 -05:00
TunnelGateway.h show next peer and connectivity on transit tunnels page 2024-12-16 19:49:14 -05:00
TunnelPool.cpp create new tunnel immediately if last one failed 2025-02-15 15:27:14 -05:00
TunnelPool.h
util.cpp use array instead vector for reserved ranges 2025-03-14 19:28:22 -04:00
util.h
version.h 2.56.0 2025-02-08 15:51:13 -05:00