.. |
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
|
change some log level to error back
|
2023-03-31 12:16:32 +00:00 |
Blinding.h
|
|
|
Config.cpp
|
added i2cp.inboundlimit and i2cp.outboundlimit
|
2024-07-28 14:53:46 -04: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
|
removed openssl 1.0.2 support
|
2024-07-06 08:50:51 -04:00 |
Crypto.h
|
fixed
|
2024-07-30 08:13:24 -04: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
|
fixed #2078. don't stop service when destination stops
|
2024-07-29 14:44:47 -04:00 |
Destination.h
|
limit stream's outbound speed
|
2024-07-04 13:07:57 -04:00 |
ECIESX25519AEADRatchetSession.cpp
|
include tagsetid into msgid
|
2024-07-25 15:05:00 -04:00 |
ECIESX25519AEADRatchetSession.h
|
encrypted tunnel test messages
|
2024-02-21 19:46:29 -05:00 |
Ed25519.cpp
|
[msvc] fix warnings, revert cmake boost libs linking list
|
2023-03-13 18:34:45 +00:00 |
Ed25519.h
|
|
|
Elligator.cpp
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
Elligator.h
|
|
|
Family.cpp
|
[msvc] fix warnings, revert cmake boost libs linking list
|
2023-03-13 18:34:45 +00:00 |
Family.h
|
|
|
FS.cpp
|
[FS] boost 1.85.0 support
|
2024-05-12 23:58:05 +00:00 |
FS.h
|
|
|
Garlic.cpp
|
don't limit num attempts in routing path. Increased routing path expiration to 2 minutes
|
2024-07-23 21:55:56 -04:00 |
Garlic.h
|
don't limit num attempts in routing path. Increased routing path expiration to 2 minutes
|
2024-07-23 21:55:56 -04:00 |
Gost.cpp
|
|
|
Gost.h
|
|
|
Gzip.cpp
|
Fix several warnings
|
2023-03-02 12:22:24 +02:00 |
Gzip.h
|
|
|
HTTP.cpp
|
[reseed] support domains in yggdrasil reseeder, fix IPv6 URL host parsing
|
2023-03-10 01:19:09 +00:00 |
HTTP.h
|
[reseed] support domains in yggdrasil reseeder, fix IPv6 URL host parsing
|
2023-03-10 01:19:09 +00:00 |
I2NPProtocol.cpp
|
handle DatabaseSearchReply in netdb requests thread
|
2024-05-21 22:19:42 -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
|
don't create full identity from buffer if only ident hash is needed
|
2024-07-25 20:36:46 -04:00 |
Identity.h
|
don't create full identity from buffer if only ident hash is needed
|
2024-07-25 20:36:46 -04:00 |
KadDHT.cpp
|
Fix typos
|
2023-03-26 01:48:22 +00:00 |
KadDHT.h
|
use DHT table for floodfills
|
2023-02-22 15:58:20 -05:00 |
LeaseSet.cpp
|
Up level for some logs to critical
|
2023-03-31 11:29:04 +00:00 |
LeaseSet.h
|
[webconsole] added a button to prematurely release a leaseset
|
2023-04-24 14:01:21 +03:00 |
LittleBigEndian.h
|
|
|
Log.cpp
|
Up level for some logs to critical
|
2023-03-31 11:29:04 +00:00 |
Log.h
|
added CheckLogLevel
|
2024-02-08 21:45:57 -05:00 |
NetDb.cpp
|
flood to 2 next day closest floodfills before UTC midnight
|
2024-06-04 12:45:35 -04:00 |
NetDb.hpp
|
increased number of floodfills threshold to 1200
|
2024-07-12 10:44:05 -04:00 |
NetDbRequests.cpp
|
use mt19937 instead rand
|
2024-06-05 15:08:51 -04:00 |
NetDbRequests.h
|
use mt19937 instead rand
|
2024-06-05 15:08:51 -04:00 |
NTCP2.cpp
|
move unsent I2NP messages to new session if replaced
|
2024-06-01 20:02:04 -04:00 |
NTCP2.h
|
move unsent I2NP messages to new session if replaced
|
2024-06-01 20:02:04 -04:00 |
Profiling.cpp
|
recognize duplicated routers and store duplicated flag in profile
|
2024-07-07 11:26:17 -04:00 |
Profiling.h
|
drop incoming SSU2 session from duplicated router
|
2024-07-08 10:39:18 -04:00 |
Queue.h
|
|
|
Reseed.cpp
|
use common SOCK5 code for reseed
|
2024-02-12 13:22:26 -05:00 |
Reseed.h
|
clean line trailing spaces and tabs
|
2021-11-27 23:30:35 +03:00 |
RouterContext.cpp
|
stop destination's thread before cleanup
|
2024-06-30 11:40:35 -04:00 |
RouterContext.h
|
update congestion caps before initial publishing
|
2024-06-09 15:25:19 -04:00 |
RouterInfo.cpp
|
Merge pull request #2017 from Vort/show_bw_caps
|
2024-07-28 08:21:52 -04:00 |
RouterInfo.h
|
Merge pull request #2017 from Vort/show_bw_caps
|
2024-07-28 08:21:52 -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
|
check if address is still introducer before trying to introduce
|
2024-06-27 18:02:17 -04:00 |
SSU2.h
|
don't request relay tag for every session if we have enough introducers
|
2024-06-08 19:28:05 -04:00 |
SSU2Session.cpp
|
drop incoming SSU2 session from duplicated router
|
2024-07-08 10:39:18 -04:00 |
SSU2Session.h
|
check if updated router is still introducer. Remove non-introducer sessions from introducers list
|
2024-06-13 18:10:45 -04:00 |
Streaming.cpp
|
don't limit num attempts in routing path. Increased routing path expiration to 2 minutes
|
2024-07-23 21:55:56 -04:00 |
Streaming.h
|
fixed stream hanging due to inactivity. Smoother RTT
|
2024-07-09 10:51:22 -04:00 |
Tag.h
|
faster GetBit
|
2023-02-14 19:49:29 -05:00 |
Timestamp.cpp
|
flood to 2 next day closest floodfills before UTC midnight
|
2024-06-04 12:45:35 -04:00 |
Timestamp.h
|
flood to 2 next day closest floodfills before UTC midnight
|
2024-06-04 12:45:35 -04:00 |
TransitTunnel.cpp
|
[style] clean trailing spaces and tabs
|
2023-01-03 21:25:19 +03:00 |
TransitTunnel.h
|
fixed warning
|
2023-04-04 13:57:46 -04:00 |
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
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
TunnelConfig.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
TunnelEndpoint.cpp
|
don't catch RouterInfo at OBEP
|
2023-05-04 09:39:37 -04:00 |
TunnelEndpoint.h
|
|
|
TunnelGateway.cpp
|
Drop for tunnel and encrypted messages
|
2024-01-30 15:41:57 -05:00 |
TunnelGateway.h
|
|
|
TunnelPool.cpp
|
fixed deadlock
|
2024-05-17 19:07:51 -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.53.1
|
2024-07-29 19:40:33 -04:00 |