i2pd/libi2pd
2022-02-13 15:42:06 -05:00
..
api.cpp [log] update log messages (closes #1693) 2021-11-27 22:53:53 +03:00
api.h add copyright headers 2020-05-22 18:14:53 +00:00
Base.cpp fixed incorrect ret code 2022-02-10 13:07:29 -05:00
Base.h add copyright headers 2020-05-22 18:14:53 +00:00
Blinding.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Blinding.h add copyright headers 2020-05-22 18:14:53 +00:00
BloomFilter.cpp add copyright headers 2020-05-22 18:14:53 +00:00
BloomFilter.h add copyright headers 2020-05-22 18:14:53 +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 adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
Config.h add copyright headers 2020-05-22 18:14:53 +00:00
CPU.cpp disable aes/avx for winxp by default 2020-11-16 03:43:54 +03:00
CPU.h Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 2020-11-15 01:31:20 +03:00
Crypto.cpp Noise XK for SSU2 2022-02-05 15:58:39 -05:00
Crypto.h Noise XK for SSU2 2022-02-05 15:58:39 -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 clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Datagram.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Destination.cpp Fix typo 2022-01-02 12:14:12 +02:00
Destination.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
ECIESX25519AEADRatchetSession.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
ECIESX25519AEADRatchetSession.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Ed25519.cpp add copyright headers 2020-05-22 18:14:53 +00:00
Ed25519.h add copyright headers 2020-05-22 18:14:53 +00:00
Elligator.cpp add copyright headers 2020-05-22 18:14:53 +00:00
Elligator.h add copyright headers 2020-05-22 18:14:53 +00:00
Family.cpp rework of storing certificates path (#1642) 2021-06-18 10:04:48 +03:00
Family.h add copyright headers 2020-05-22 18:14:53 +00:00
FS.cpp rework of storing certificates path (#1642) 2021-06-18 10:04:48 +03:00
FS.h rework of storing certificates path (#1642) 2021-06-18 10:04:48 +03:00
Garlic.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Garlic.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Gost.cpp add copyright headers 2020-05-22 18:14:53 +00:00
Gost.h add copyright headers 2020-05-22 18:14:53 +00:00
Gzip.cpp add copyright headers 2020-05-22 18:14:53 +00:00
Gzip.h add copyright headers 2020-05-22 18:14:53 +00:00
HTTP.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
HTTP.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
I2NPProtocol.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
I2NPProtocol.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
I2PEndian.cpp Use builtin bitswap for endian on windows 2022-01-29 22:09:27 +03:00
I2PEndian.h Use builtin bitswap for endian on windows 2022-01-29 22:09:27 +03:00
Identity.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Identity.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
LeaseSet.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
LeaseSet.h don't pass BN_CTX to encrypt/decrypt functions 2021-08-31 18:51:40 -04:00
LittleBigEndian.h add copyright headers 2020-05-22 18:14:53 +00:00
Log.cpp [log] update log messages (closes #1693) 2021-11-27 22:53:53 +03:00
Log.h logging opimization 2021-03-08 11:31:00 +03:00
NetDb.cpp drop routers older than 6 months on start 2022-02-13 15:42:06 -05:00
NetDb.hpp drop routers older than 6 months on start 2022-02-13 15:42:06 -05:00
NetDbRequests.cpp add copyright headers 2020-05-22 18:14:53 +00:00
NetDbRequests.h add copyright headers 2020-05-22 18:14:53 +00:00
NTCP2.cpp s and i keys for all addresses 2022-02-05 17:14:25 -05:00
NTCP2.h send SessionCreated before connection close if slock skew 2022-02-03 14:49:36 -05:00
Poly1305.cpp fix code syle(spaces->tabs, tabulations) 2020-05-22 18:14:53 +00:00
Poly1305.h fix code syle(spaces->tabs, tabulations) 2020-05-22 18:14:53 +00:00
Profiling.cpp [log] update log messages (closes #1693) 2021-11-27 22:53:53 +03:00
Profiling.h add copyright headers 2020-05-22 18:14:53 +00:00
Queue.h add copyright headers 2020-05-22 18:14:53 +00:00
Reseed.cpp [reseed] dont do yggdrasill address check if option disabled 2022-02-03 14:49:24 +03:00
Reseed.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
RouterContext.cpp s and i keys for all addresses 2022-02-05 17:14:25 -05:00
RouterContext.h moved m_Properties to LocalRouterInfo 2022-01-15 18:54:02 -05:00
RouterInfo.cpp use i for intro key for SSU 2022-02-06 10:17:35 -05:00
RouterInfo.h use i for intro key for SSU 2022-02-06 10:17:35 -05:00
Signature.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Signature.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Siphash.h fix code syle(spaces->tabs, tabulations) 2020-05-22 18:14:53 +00:00
SSU2.cpp create and encrypt SessionRequest 2022-02-11 19:21:04 -05:00
SSU2.h create and encrypt SessionRequest 2022-02-11 19:21:04 -05:00
SSU.cpp adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
SSU.h adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
SSUData.cpp pass incomplete I2NP message by move 2022-02-02 17:33:33 -05:00
SSUData.h pass incomplete I2NP message by move 2022-02-02 17:33:33 -05:00
SSUSession.cpp use i for intro key for SSU 2022-02-06 10:17:35 -05:00
SSUSession.h adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
Streaming.cpp cleanup memrory pools if no more streams 2022-01-21 21:34:50 -05:00
Streaming.h minimal send ack interval 2021-12-05 17:54:34 -05:00
Tag.h s and i keys for all addresses 2022-02-05 17:14:25 -05:00
Timestamp.cpp adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
Timestamp.h adjust clock from SSU SessionCreated is time difference exceeds 15 seconds 2022-02-01 18:43:11 -05:00
TransitTunnel.cpp don't create new tunnel message for encryption/decryption 2021-10-15 14:01:41 -04:00
TransitTunnel.h don't create new tunnel message for encryption/decryption 2021-10-15 14:01:41 -04:00
Transports.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Transports.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TransportSession.h create DH keys for SSU session directly 2020-10-13 21:12:52 -04:00
Tunnel.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Tunnel.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelBase.h don't create new tunnel message for encryption/decryption 2021-10-15 14:01:41 -04:00
TunnelConfig.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelConfig.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelEndpoint.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelEndpoint.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelGateway.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
TunnelGateway.h lazy initialization or tunnel gateway's random buffer 2021-11-20 18:31:18 -05:00
TunnelPool.cpp fixed race condition 2022-01-07 13:39:12 -05:00
TunnelPool.h fixed race condition 2022-01-07 13:39:12 -05:00
util.cpp disable thread naming for PowerPC (#1726) 2022-02-11 22:17:38 +03:00
util.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
version.h 2.40.0 2021-11-27 18:01:13 -05:00