.. |
api.cpp
|
exclude AESNI option
|
2024-12-07 15:27:23 -05: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
|
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
|
configurable shared local destination
|
2025-01-07 13:58:19 -05:00 |
Config.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
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
|
don't create EVP_CIPHER_CTX for each ChaCha20
|
2025-01-15 21:13:50 -05: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
|
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
|
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
|
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
|
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 tunnel build request/reply code from I2NPProtocol.cpp to Tunnel.cpp
|
2024-11-09 17:25:43 -05:00 |
I2NPProtocol.h
|
move tunnel build request/reply code from I2NPProtocol.cpp to Tunnel.cpp
|
2024-11-09 17:25:43 -05: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
|
use std::string_view instead const std::string&
|
2025-01-12 12:23:26 -05:00 |
Identity.h
|
use std::string_view instead const std::string&
|
2025-01-12 12:23:26 -05: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
|
drop too old LeaseSet or from future
|
2024-11-18 15:49:11 -05:00 |
LeaseSet.h
|
drop too old LeaseSet or from future
|
2024-11-18 15:49:11 -05: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
|
send tunnel participant data to transport session directly. Implemented TunnelTransportSender
|
2024-12-15 18:03:31 -05:00 |
NetDb.hpp
|
don't delete unreachable routers if no transports
|
2024-10-20 16:12:35 -04:00 |
NetDbRequests.cpp
|
request time in milliseconds. shorter intervals. interval variance
|
2024-12-23 17:52:14 -05:00 |
NetDbRequests.h
|
request time in milliseconds. shorter intervals. interval variance
|
2024-12-23 17:52:14 -05:00 |
NTCP2.cpp
|
fixed possible crash at shutdown
|
2024-12-18 14:22:05 -05:00 |
NTCP2.h
|
show next peer and connectivity on transit tunnels page
|
2024-12-16 19:49:14 -05: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
|
const GetSize()
|
2024-11-20 13:27:25 -05:00 |
Reseed.cpp
|
iterator through resolver's results
|
2024-11-25 19:16:42 -05:00 |
Reseed.h
|
clean line trailing spaces and tabs
|
2021-11-27 23:30:35 +03:00 |
RouterContext.cpp
|
reduce publishing confimation intervals
|
2025-01-06 19:36:15 -05:00 |
RouterContext.h
|
reduce publishing confimation intervals
|
2025-01-06 19:36:15 -05:00 |
RouterInfo.cpp
|
show next peer and connectivity on transit tunnels page
|
2024-12-16 19:49:14 -05:00 |
RouterInfo.h
|
show next peer and connectivity on transit tunnels page
|
2024-12-16 19:49:14 -05: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 create EVP_CIPHER_CTX for each ChaCha20
|
2025-01-15 21:13:50 -05:00 |
SSU2.h
|
don't create EVP_CIPHER_CTX for each ChaCha20
|
2025-01-15 21:13:50 -05:00 |
SSU2OutOfSession.cpp
|
don't create EVP_CIPHER_CTX for each ChaCha20
|
2025-01-15 21:13:50 -05:00 |
SSU2OutOfSession.h
|
recognize symmetric NAT from peer test msg 7
|
2024-10-17 21:09:37 -04:00 |
SSU2Session.cpp
|
don't create EVP_CIPHER_CTX for each ChaCha20
|
2025-01-15 21:13:50 -05:00 |
SSU2Session.h
|
don't recalculate and process ranges for every Ack block
|
2025-01-03 22:04:09 -05:00 |
Streaming.cpp
|
Handle choked, new RTO and window size calculation
|
2024-12-14 17:59:51 -05:00 |
Streaming.h
|
Handle choked, new RTO and window size calculation
|
2024-12-14 17:59:51 -05:00 |
Tag.h
|
use std::string_view instead const std::string&
|
2025-01-12 12:23:26 -05:00 |
Timestamp.cpp
|
iterator through resolver's results
|
2024-11-25 19:16:42 -05:00 |
Timestamp.h
|
replaced boost::asio::io_service by boost::asio:io_context
|
2024-11-25 10:08:27 -05:00 |
TransitTunnel.cpp
|
send tunnel endpoint data to transport session to gateway directly
|
2024-12-17 20:50:54 -05:00 |
TransitTunnel.h
|
send tunnel endpoint data to transport session to gateway directly
|
2024-12-17 20:50:54 -05:00 |
Transports.cpp
|
fixed possible crash at shutdown
|
2024-12-19 14:24:26 -05:00 |
Transports.h
|
fixed possible crash at shutdown
|
2024-12-19 14:24:26 -05:00 |
TransportSession.h
|
show next peer and connectivity on transit tunnels page
|
2024-12-16 19:49:14 -05:00 |
Tunnel.cpp
|
handle transit tunnel build messages in separate thread
|
2024-11-19 19:11:09 -05:00 |
Tunnel.h
|
fixed possible crash at shutdown
|
2024-12-18 14:22:05 -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
|
check msg size in HandleTunnelBuildResponse
|
2024-11-10 09:15:23 -05:00 |
TunnelEndpoint.cpp
|
store fragments inside m_OutOfSequenceFragments
|
2025-01-13 20:36:27 -05:00 |
TunnelEndpoint.h
|
copy fragment faster
|
2025-01-14 13:30:47 -05: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
|
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
|
fixed build with boost 1.87
|
2024-12-15 18:15:21 -05:00 |
util.h
|
support boost 1.87
|
2024-11-25 16:00:06 -05:00 |
version.h
|
2.55.0
|
2024-12-29 17:25:54 -05:00 |