.. |
api.cpp
|
|
|
api.h
|
|
|
Base.cpp
|
|
|
Base.h
|
|
|
Blinding.cpp
|
|
|
Blinding.h
|
|
|
Config.cpp
|
removed HidUser's reseed
|
2024-11-08 15:53:01 -05:00 |
Config.h
|
|
|
CPU.cpp
|
|
|
CPU.h
|
|
|
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
|
|
|
CryptoKey.h
|
|
|
Datagram.cpp
|
|
|
Datagram.h
|
|
|
Destination.cpp
|
received garlic messages queue for destination
|
2024-11-13 21:17:58 -05:00 |
Destination.h
|
received garlic messages queue for destination
|
2024-11-13 21:17:58 -05:00 |
ECIESX25519AEADRatchetSession.cpp
|
delete ECIESX25519 session without destination shortly
|
2024-11-10 19:15:44 -05:00 |
ECIESX25519AEADRatchetSession.h
|
delete ECIESX25519 session without destination shortly
|
2024-11-10 19:15:44 -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
|
|
|
Elligator.h
|
|
|
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
|
limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream
|
2024-11-17 18:53:21 -05:00 |
Garlic.h
|
limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream
|
2024-11-17 18:53:21 -05:00 |
Gost.cpp
|
|
|
Gost.h
|
|
|
Gzip.cpp
|
|
|
Gzip.h
|
|
|
HTTP.cpp
|
check for empty URL string
|
2024-10-29 13:59:21 -04:00 |
HTTP.h
|
|
|
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
|
|
|
I2PEndian.h
|
|
|
Identity.cpp
|
|
|
Identity.h
|
|
|
KadDHT.cpp
|
|
|
KadDHT.h
|
|
|
LeaseSet.cpp
|
|
|
LeaseSet.h
|
|
|
LittleBigEndian.h
|
|
|
Log.cpp
|
|
|
Log.h
|
|
|
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
|
|
|
NetDbRequests.h
|
|
|
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
|
|
|
Reseed.h
|
|
|
RouterContext.cpp
|
cleanup tags and ECIES sessions more often
|
2024-11-11 21:59:19 -05:00 |
RouterContext.h
|
cleanup tags and ECIES sessions more often
|
2024-11-11 21:59:19 -05: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
|
|
|
Signature.h
|
|
|
Siphash.h
|
|
|
Socks5.h
|
|
|
SSU2.cpp
|
limit received SSU2 packets queue
|
2024-11-10 11:32:46 -05:00 |
SSU2.h
|
limit received SSU2 packets queue
|
2024-11-10 11:32:46 -05: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
|
limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream
|
2024-11-17 18:53:21 -05:00 |
Streaming.h
|
i2p.streaming.maxConcurrentStreams I2CP param
|
2024-11-11 13:41:27 -05:00 |
Tag.h
|
|
|
Timestamp.cpp
|
|
|
Timestamp.h
|
|
|
TransitTunnel.cpp
|
moved all transit tunnels code to TransitTunnels class
|
2024-11-16 20:56:35 -05:00 |
TransitTunnel.h
|
moved all transit tunnels code to TransitTunnels class
|
2024-11-16 20:56:35 -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
|
moved all transit tunnels code to TransitTunnels class
|
2024-11-16 20:56:35 -05:00 |
Tunnel.h
|
moved all transit tunnels code to TransitTunnels class
|
2024-11-16 20:56:35 -05:00 |
TunnelBase.h
|
|
|
TunnelConfig.cpp
|
|
|
TunnelConfig.h
|
check msg size in HandleTunnelBuildResponse
|
2024-11-10 09:15:23 -05:00 |
TunnelEndpoint.cpp
|
|
|
TunnelEndpoint.h
|
|
|
TunnelGateway.cpp
|
eliminate extra copy of I2NP messages list
|
2024-10-28 21:10:30 -04:00 |
TunnelGateway.h
|
|
|
TunnelPool.cpp
|
update leaseset in destination's thread
|
2024-10-17 18:15:33 -04:00 |
TunnelPool.h
|
|
|
util.cpp
|
Destination: cut name for thread name
|
2024-11-12 21:09:21 +00:00 |
util.h
|
Destination: cut name for thread name
|
2024-11-12 21:09:21 +00:00 |
version.h
|
|
|