.. |
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 |
ChaCha20.cpp
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
ChaCha20.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
Config.cpp
|
Extend transit tunnels limit to 4 bytes. Bump default value to 10K
|
2024-02-22 14:22:11 -05: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
|
[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
|
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
|
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
|
correct publication verification for encrypted LeaseSet
|
2024-03-07 10:25:10 -05:00 |
Destination.h
|
Drop for LeaseSet request
|
2024-01-30 21:52:18 -05: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
|
[msvc] fix warnings, revert cmake boost libs linking list
|
2023-03-13 18:34:45 +00:00 |
Ed25519.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00: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
|
change some log levels back
|
2023-03-31 12:29:13 +00:00 |
Family.h
|
internal numeric id for families
|
2022-03-24 15:50:20 -04:00 |
FS.cpp
|
[FS] misc: bump year
|
2024-04-06 20:38:58 +00:00 |
FS.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
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
|
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
|
[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
|
renamed steady to monotonic
|
2024-02-27 12:33:07 -05:00 |
I2NPProtocol.h
|
select maximum SSU2 queue size depending on RTT value
|
2024-03-26 10:18:56 +02: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
|
CPU: remove AVX code, switch to __builtin for AES detection (#1959)
|
2023-08-31 19:52:51 +03:00 |
Identity.h
|
memory pool for IdentityEx
|
2023-03-16 21:32:53 -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
|
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
|
added CheckLogLevel
|
2024-02-08 21:45:57 -05:00 |
NetDb.cpp
|
cache complete request for a while and not send the same request again
|
2024-05-03 13:00:30 -04:00 |
NetDb.hpp
|
don't build exploratory selection on each request
|
2024-05-03 08:54:55 -04:00 |
NetDbRequests.cpp
|
cache complete request for a while and not send the same request again
|
2024-05-03 13:00:30 -04:00 |
NetDbRequests.h
|
cache complete request for a while and not send the same request again
|
2024-05-03 13:00:30 -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
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
Poly1305.h
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00:00 |
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
|
cleanup code (spaces, tabs)
|
2022-05-20 17:44:29 +00: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
|
insert previously ecluded floodfill back when connected
|
2024-04-28 11:16:59 -04:00 |
RouterContext.h
|
renamed steady to monotonic
|
2024-02-27 12:33:07 -05:00 |
RouterInfo.cpp
|
insert previously ecluded floodfill back when connected
|
2024-04-28 11:16:59 -04:00 |
RouterInfo.h
|
check if router if real only if tunnel build rate is low and router's profile is presented when handle exploratory request
|
2024-04-30 14:16:05 -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 delete new session with same router hash from sessions-by-hash table
|
2024-03-15 20:12:47 -04:00 |
SSU2.h
|
lower SSU2 resend traffic spikes
|
2024-03-14 19:41:16 +02:00 |
SSU2Session.cpp
|
select maximum SSU2 queue size depending on RTT value
|
2024-03-26 10:18:56 +02:00 |
SSU2Session.h
|
select maximum SSU2 queue size depending on RTT value
|
2024-03-26 10:18:56 +02: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
|
faster GetBit
|
2023-02-14 19:49:29 -05:00 |
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
|
[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 share_ptr to store peers
|
2024-04-27 08:18:49 -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
|
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
|
Drop for tunnel and encrypted messages
|
2024-01-30 15:41:57 -05:00 |
TunnelGateway.h
|
lazy initialization or tunnel gateway's random buffer
|
2021-11-20 18:31:18 -05:00 |
TunnelPool.cpp
|
don't compare OBEP hash twice to check if it's a fresh tunnel
|
2024-04-08 19:00:02 -04:00 |
TunnelPool.h
|
don't compare OBEP hash twice to check if it's a fresh tunnel
|
2024-04-08 19:00:02 -04:00 |
util.cpp
|
exclude NAT64 ipv6 addresses
|
2023-11-12 18:32:57 -05:00 |
util.h
|
changed to tabs, move tor port to function
|
2023-02-14 20:46:24 +03:00 |
version.h
|
2.51.0
|
2024-04-06 08:53:54 -04:00 |