.. |
api.cpp
|
handle 'reservedrange' param properly
|
2024-01-12 17:17:16 +02:00 |
api.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
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
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
Config.cpp
|
implement httpproxy.senduseragent
|
2024-09-22 21:07:44 -04:00 |
Config.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
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 own implementation of x25519
|
2024-11-01 17:53:27 -04:00 |
Crypto.h
|
removed own implementation of x25519
|
2024-11-01 17:53:27 -04:00 |
CryptoKey.cpp
|
don't select ElGamal routers for tunnels
|
2021-09-03 13:30:01 -04:00 |
CryptoKey.h
|
clean line trailing spaces and tabs
|
2021-11-27 23:30:35 +03:00 |
Datagram.cpp
|
use Rng from pool if possible
|
2024-08-31 08:02:56 -04:00 |
Datagram.h
|
max flush interval
|
2024-08-20 20:59:41 -04:00 |
Destination.cpp
|
ability post LeaseSet update to destination's thread
|
2024-10-17 16:20:27 -04:00 |
Destination.h
|
fixed warnings
|
2024-10-18 19:57:35 -04:00 |
ECIESX25519AEADRatchetSession.cpp
|
removed C++17 check
|
2024-09-02 18:22:33 -04:00 |
ECIESX25519AEADRatchetSession.h
|
set max number of tags adequate to max window size
|
2024-09-05 20:28:40 -04:00 |
Ed25519.cpp
|
removed own implementation of x25519
|
2024-11-01 17:53:27 -04:00 |
Ed25519.h
|
removed own implementation of x25519
|
2024-11-01 17:53:27 -04:00 |
Elligator.cpp
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
Elligator.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
Family.cpp
|
rollback
|
2024-10-09 08:48:24 -04:00 |
Family.h
|
use EVP_PKEY for family signature verification
|
2024-10-08 13:44:25 -04:00 |
FS.cpp
|
[win32] use boost filesystem for gcc builds
|
2024-10-06 20:25:55 +03:00 |
FS.h
|
[win32] use boost filesystem for gcc builds
|
2024-10-06 20:25:55 +03:00 |
Garlic.cpp
|
ability post LeaseSet update to destination's thread
|
2024-10-17 16:20:27 -04:00 |
Garlic.h
|
ability post LeaseSet update to destination's thread
|
2024-10-17 16:20:27 -04:00 |
Gost.cpp
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
Gost.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
Gzip.cpp
|
Fix several warnings
|
2023-03-02 12:22:24 +02:00 |
Gzip.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
HTTP.cpp
|
check for empty URL string
|
2024-10-29 13:59:21 -04:00 |
HTTP.h
|
pass const strings for HTTP headers
|
2024-09-02 21:05:40 -04:00 |
I2NPProtocol.cpp
|
move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp
|
2024-11-07 19:00:11 -05:00 |
I2NPProtocol.h
|
use std::list and splice fr msg queue
|
2024-10-12 17:51:26 -04:00 |
I2PEndian.cpp
|
set of updates:
|
2022-02-18 09:20:06 +03:00 |
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
|
don't include expired lease to LeaseSet for I2Cp
|
2024-08-21 19:21:02 -04:00 |
LeaseSet.h
|
force LeaseSet timestamp update if published at the same second
|
2024-08-12 21:29:05 -04:00 |
LittleBigEndian.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
Log.cpp
|
Up level for some logs to critical
|
2023-03-31 11:29:04 +00:00 |
Log.h
|
removed C++17 check
|
2024-09-02 18:22:33 -04:00 |
NetDb.cpp
|
intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages
|
2024-10-28 20:36:50 -04:00 |
NetDb.hpp
|
don't delete unreachable routers if no transports
|
2024-10-20 16:12:35 -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
|
cleanup messages to send if session was terminated
|
2024-10-28 21:34:33 -04:00 |
NTCP2.h
|
intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages
|
2024-10-28 20:36:50 -04:00 |
Profiling.cpp
|
limit last decline time by 1.5 hours. Increased declined recently interval to 5.5 minutes
|
2024-11-04 18:20:46 -05:00 |
Profiling.h
|
limit last decline time by 1.5 hours. Increased declined recently interval to 5.5 minutes
|
2024-11-04 18:20:46 -05:00 |
Queue.h
|
use std::list and splice fr msg queue
|
2024-10-12 17:51:26 -04:00 |
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
|
publish R cap for yggdrasil-only router and U cap for routers through proxy
|
2024-11-05 19:24:54 -05:00 |
RouterContext.h
|
fixed warnings
|
2024-10-18 20:02:41 -04:00 |
RouterInfo.cpp
|
use pointer to RouterInfo in SaveUpdated
|
2024-10-16 17:57:52 -04:00 |
RouterInfo.h
|
don't try to save invalid router
|
2024-10-16 15:05:29 -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
|
fix code syle(spaces->tabs, tabulations)
|
2020-05-22 18:14:53 +00:00 |
Socks5.h
|
fixed warning
|
2024-02-14 21:58:03 -05:00 |
SSU2.cpp
|
don't handle RelayRequest and RelayIntro with same nonce twice
|
2024-10-27 11:55:10 -04:00 |
SSU2.h
|
don't handle RelayRequest and RelayIntro with same nonce twice
|
2024-10-27 11:55:10 -04:00 |
SSU2OutOfSession.cpp
|
update last activity time after sending peer test or hole punch message
|
2024-10-31 18:24:02 -04:00 |
SSU2OutOfSession.h
|
recognize symmetric NAT from peer test msg 7
|
2024-10-17 21:09:37 -04:00 |
SSU2Session.cpp
|
don't resend RelayReponse if Alice is older version
|
2024-11-03 11:25:19 -05:00 |
SSU2Session.h
|
intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages
|
2024-10-28 20:36:50 -04:00 |
Streaming.cpp
|
move UpdatePacingTime out of loop
|
2024-10-28 08:38:04 -04:00 |
Streaming.h
|
reduce CPU usage
|
2024-10-26 19:26:25 -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
|
move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp
|
2024-11-07 19:00:11 -05:00 |
TransitTunnel.h
|
move transit tunnel build requests from I2NPProtocol.cpp to TransitTunnel.cpp
|
2024-11-07 19:00:11 -05:00 |
Transports.cpp
|
memory pool for x25519 keys
|
2024-11-02 11:20:23 -04:00 |
Transports.h
|
memory pool for x25519 keys
|
2024-11-02 11:20:23 -04:00 |
TransportSession.h
|
intermediate queue for transport sessions. use std::list instead std::vector for multiple I2NP messages
|
2024-10-28 20:36:50 -04:00 |
Tunnel.cpp
|
random tunnel reject when medium congestion
|
2024-10-27 22:19:06 -04:00 |
Tunnel.h
|
random tunnel reject when medium congestion
|
2024-10-27 22:19:06 -04:00 |
TunnelBase.h
|
don't create encryption for new transit tunnel immediately
|
2022-12-25 09:36:16 -05:00 |
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
|
clean line trailing spaces and tabs
|
2021-11-27 23:30:35 +03:00 |
TunnelGateway.cpp
|
eliminate extra copy of I2NP messages list
|
2024-10-28 21:10:30 -04:00 |
TunnelGateway.h
|
lazy initialization or tunnel gateway's random buffer
|
2021-11-20 18:31:18 -05:00 |
TunnelPool.cpp
|
update leaseset in destination's thread
|
2024-10-17 18:15:33 -04:00 |
TunnelPool.h
|
implement i2p.streaming.profile to specify high or low bandwidth tunnel pools
|
2024-09-19 21:16:16 -04:00 |
util.cpp
|
exclude NAT64 ipv6 addresses
|
2023-11-12 18:32:57 -05:00 |
util.h
|
use memory pool for SSU2 received packets arrays
|
2024-09-28 09:49:45 -04:00 |
version.h
|
2.54.0
|
2024-10-06 07:34:18 -04:00 |