i2pd/libi2pd
2024-05-17 17:35:16 -04:00
..
api.cpp handle 'reservedrange' param properly 2024-01-12 17:17:16 +02:00
api.h
Base.cpp correct base64 check 2023-10-30 08:10:17 -04:00
Base.h verify jump link for valid characters 2023-10-29 22:11:38 -04:00
Blinding.cpp
Blinding.h
ChaCha20.cpp
ChaCha20.h
Config.cpp Extend transit tunnels limit to 4 bytes. Bump default value to 10K 2024-02-22 14:22:11 -05:00
Config.h
CPU.cpp [cpu] more builtin version check changes 2023-09-18 18:12:26 +00:00
CPU.h [cpu] use short defines instead of long checks 2023-09-17 18:33:42 +00:00
Crypto.cpp [cpu] use short defines instead of long checks 2023-09-17 18:33:42 +00:00
Crypto.h reinitialize context before each Sign/Verify call to make it working with openssl 3.2 2023-12-19 19:29:08 -05:00
CryptoKey.cpp
CryptoKey.h
Datagram.cpp fixed warning 2024-01-29 18:01:41 -05:00
Datagram.h Update copyright year 2024-01-25 01:57:24 +00:00
Destination.cpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
Destination.h use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
ECIESX25519AEADRatchetSession.cpp check if LeaseSet was submitted recently. Fixed typo 2024-04-01 08:41:58 -04:00
ECIESX25519AEADRatchetSession.h encrypted tunnel test messages 2024-02-21 19:46:29 -05:00
Ed25519.cpp
Ed25519.h
Elligator.cpp
Elligator.h
Family.cpp
Family.h
FS.cpp [FS] boost 1.85.0 support 2024-05-12 23:58:05 +00:00
FS.h
Garlic.cpp check if LeaseSet was submitted recently. Fixed typo 2024-04-01 08:41:58 -04:00
Garlic.h check if LeaseSet was submitted recently. Fixed typo 2024-04-01 08:41:58 -04:00
Gost.cpp
Gost.h
Gzip.cpp
Gzip.h
HTTP.cpp
HTTP.h
I2NPProtocol.cpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
I2NPProtocol.h use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
I2PEndian.cpp
I2PEndian.h Add Haiku OS support (#1970) 2023-09-28 22:30:38 +03:00
Identity.cpp CPU: remove AVX code, switch to __builtin for AES detection (#1959) 2023-08-31 19:52:51 +03:00
Identity.h
KadDHT.cpp
KadDHT.h
LeaseSet.cpp
LeaseSet.h
LittleBigEndian.h
Log.cpp
Log.h added CheckLogLevel 2024-02-08 21:45:57 -05:00
NetDb.cpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
NetDb.hpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
NetDbRequests.cpp increment num attempts if no reply tunnel specified 2024-05-15 14:12:57 -04:00
NetDbRequests.h use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
NTCP2.cpp common code for SOCKS5 proxy connectivity 2024-02-10 20:03:36 -05:00
NTCP2.h common code for SOCKS5 proxy connectivity 2024-02-10 20:03:36 -05:00
Poly1305.cpp
Poly1305.h
Profiling.cpp move traverse thrugh profiles files to deleting thread 2024-04-28 08:05:19 -04:00
Profiling.h moved save/delete profile disk oprations to separate threads 2024-04-27 16:00:43 -04:00
Queue.h
Reseed.cpp use common SOCK5 code for reseed 2024-02-12 13:22:26 -05:00
Reseed.h
RouterContext.cpp insert previously ecluded floodfill back when connected 2024-04-28 11:16:59 -04:00
RouterContext.h use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
RouterInfo.cpp fixed race codition between RouterInfo's buffer persist and update 2024-05-08 19:09:03 -04:00
RouterInfo.h fixed race codition between RouterInfo's buffer persist and update 2024-05-08 19:09:03 -04:00
Signature.cpp fixed race condition with openssl 3.2.0 2023-12-30 15:55:53 -05:00
Signature.h fixed race condition with openssl 3.2.0 2023-12-30 15:55:53 -05:00
Siphash.h
Socks5.h fixed warning 2024-02-14 21:58:03 -05:00
SSU2.cpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
SSU2.h use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
SSU2Session.cpp skip resent recently sessions during resend 2024-05-14 18:17:47 -04:00
SSU2Session.h skip resent recently sessions during resend 2024-05-14 18:17:47 -04:00
Streaming.cpp delete unused varibale 2024-04-08 19:24:44 -04:00
Streaming.h increase maximum stream resend attempts to 9 2024-04-08 12:35:50 +03:00
Tag.h
Timestamp.cpp renamed steady to monotonic 2024-02-27 12:33:07 -05:00
Timestamp.h renamed steady to monotonic 2024-02-27 12:33:07 -05:00
TransitTunnel.cpp
TransitTunnel.h
Transports.cpp use unordered_map for excluded routers. don't request to self 2024-05-15 13:31:31 -04:00
Transports.h don't manage netdb is transports are not running 2024-04-30 07:51:46 -04:00
TransportSession.h common code for SOCKS5 proxy connectivity 2024-02-10 20:03:36 -05:00
Tunnel.cpp drop unsolicited database serach replies 2024-05-01 13:40:01 -04:00
Tunnel.h fix high latency threshold 2024-03-04 13:41:50 +02:00
TunnelBase.h
TunnelConfig.cpp
TunnelConfig.h
TunnelEndpoint.cpp
TunnelEndpoint.h
TunnelGateway.cpp Drop for tunnel and encrypted messages 2024-01-30 15:41:57 -05:00
TunnelGateway.h
TunnelPool.cpp update LeaseSet if inbond tunnel failed 2024-05-17 17:35:16 -04:00
TunnelPool.h use mt19937 instead rand() 2024-05-07 13:01:27 -04:00
util.cpp exclude NAT64 ipv6 addresses 2023-11-12 18:32:57 -05:00
util.h
version.h 2.52.0 2024-05-11 07:15:28 -04:00