.. |
Base.cpp
|
correct base64 check
|
1 year ago |
Base.h
|
verify jump link for valid characters
|
1 year ago |
Blinding.cpp
|
…
|
|
Blinding.h
|
…
|
|
CPU.cpp
|
[cpu] more builtin version check changes
|
1 year ago |
CPU.h
|
[cpu] use short defines instead of long checks
|
1 year ago |
Config.cpp
|
added i2p.streaming.maxOutboundSpeed, i2p.streaming.maxInboundSpeed and i2p.streaming.profile to HTTP and SOCKS proxy configs
|
1 month ago |
Config.h
|
…
|
|
Crypto.cpp
|
fixed AEAD verification for LibreSSL
|
3 months ago |
Crypto.h
|
fixed
|
3 months ago |
CryptoKey.cpp
|
…
|
|
CryptoKey.h
|
…
|
|
Datagram.cpp
|
use Rng from pool if possible
|
2 months ago |
Datagram.h
|
max flush interval
|
2 months ago |
Destination.cpp
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
Destination.h
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
ECIESX25519AEADRatchetSession.cpp
|
removed C++17 check
|
2 months ago |
ECIESX25519AEADRatchetSession.h
|
set max number of tags adequate to max window size
|
2 months ago |
Ed25519.cpp
|
…
|
|
Ed25519.h
|
…
|
|
Elligator.cpp
|
…
|
|
Elligator.h
|
…
|
|
FS.cpp
|
Switch to C++17 for Mac OS X
|
2 months ago |
FS.h
|
removed C++17 check
|
2 months ago |
Family.cpp
|
…
|
|
Family.h
|
…
|
|
Garlic.cpp
|
don't try to generate more ECIES-X25519-AEAD-Ratchet tags if decryption failed
|
2 months ago |
Garlic.h
|
don't try to generate more ECIES-X25519-AEAD-Ratchet tags if decryption failed
|
2 months ago |
Gost.cpp
|
…
|
|
Gost.h
|
…
|
|
Gzip.cpp
|
…
|
|
Gzip.h
|
…
|
|
HTTP.cpp
|
don't apply std::move to prvalue
|
2 months ago |
HTTP.h
|
pass const strings for HTTP headers
|
2 months ago |
I2NPProtocol.cpp
|
handle DatabaseSearchReply in netdb requests thread
|
5 months ago |
I2NPProtocol.h
|
check for duplicated routers in NTCP2. Insert router into netdb right a way
|
2 months ago |
I2PEndian.cpp
|
…
|
|
I2PEndian.h
|
Add Haiku OS support (#1970)
|
1 year ago |
Identity.cpp
|
don't create full identity from buffer if only ident hash is needed
|
3 months ago |
Identity.h
|
don't create full identity from buffer if only ident hash is needed
|
3 months ago |
KadDHT.cpp
|
…
|
|
KadDHT.h
|
…
|
|
LeaseSet.cpp
|
don't include expired lease to LeaseSet for I2Cp
|
2 months ago |
LeaseSet.h
|
force LeaseSet timestamp update if published at the same second
|
3 months ago |
LittleBigEndian.h
|
…
|
|
Log.cpp
|
…
|
|
Log.h
|
removed C++17 check
|
2 months ago |
NTCP2.cpp
|
check max RouterInfo size
|
1 month ago |
NTCP2.h
|
termination check timeout variance
|
2 months ago |
NetDb.cpp
|
don't drop too old router if low uptime
|
1 month ago |
NetDb.hpp
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
NetDbRequests.cpp
|
use mt19937 instead rand
|
5 months ago |
NetDbRequests.h
|
use mt19937 instead rand
|
5 months ago |
Profiling.cpp
|
save timestamp from epoch instead local time to profiles
|
2 months ago |
Profiling.h
|
save timestamp from epoch instead local time to profiles
|
2 months ago |
Queue.h
|
…
|
|
Reseed.cpp
|
use common SOCK5 code for reseed
|
9 months ago |
Reseed.h
|
…
|
|
RouterContext.cpp
|
set congestion cap G immediately if through proxy
|
2 months ago |
RouterContext.h
|
limited connectivity mode
|
2 months ago |
RouterInfo.cpp
|
allocate RouterInfo's buffer from pool
|
1 month ago |
RouterInfo.h
|
use std::atomic<std::shared_ptr<...>> instead boost::shared_ptr if applicable
|
2 months ago |
SSU2.cpp
|
renew connected receintly timestamp, add endpoint to the list if hole punch is being sent
|
1 month ago |
SSU2.h
|
renew connected receintly timestamp, add endpoint to the list if hole punch is being sent
|
1 month ago |
SSU2Session.cpp
|
separate SSU2PeerTestSession for peer tests msgs 5,6 and 7
|
1 month ago |
SSU2Session.h
|
separate SSU2PeerTestSession for peer tests msgs 5,6 and 7
|
1 month ago |
Signature.cpp
|
fixed race condition with openssl 3.2.0
|
10 months ago |
Signature.h
|
fixed race condition with openssl 3.2.0
|
10 months ago |
Siphash.h
|
…
|
|
Socks5.h
|
fixed warning
|
9 months ago |
Streaming.cpp
|
don't send ack in case of lost packet and incoming speed limitation
|
1 month ago |
Streaming.h
|
drop window size only when lease changes
|
2 months ago |
Tag.h
|
…
|
|
Timestamp.cpp
|
flood to 2 next day closest floodfills before UTC midnight
|
5 months ago |
Timestamp.h
|
flood to 2 next day closest floodfills before UTC midnight
|
5 months ago |
TransitTunnel.cpp
|
…
|
|
TransitTunnel.h
|
…
|
|
TransportSession.h
|
common code for SOCKS5 proxy connectivity
|
9 months ago |
Transports.cpp
|
limited connectivity mode
|
2 months ago |
Transports.h
|
don't select same peer too often
|
2 months ago |
Tunnel.cpp
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
Tunnel.h
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
TunnelBase.h
|
…
|
|
TunnelConfig.cpp
|
…
|
|
TunnelConfig.h
|
…
|
|
TunnelEndpoint.cpp
|
don't catch RouterInfo at OBEP
|
2 years ago |
TunnelEndpoint.h
|
…
|
|
TunnelGateway.cpp
|
Drop for tunnel and encrypted messages
|
9 months ago |
TunnelGateway.h
|
…
|
|
TunnelPool.cpp
|
pick routers with any bandwidth if limited connectivity
|
1 month ago |
TunnelPool.h
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
1 month ago |
api.cpp
|
handle 'reservedrange' param properly
|
10 months ago |
api.h
|
…
|
|
util.cpp
|
exclude NAT64 ipv6 addresses
|
12 months ago |
util.h
|
…
|
|
version.h
|
2.53.1
|
3 months ago |