i2pd/libi2pd
R4SAS 53f19e4050
Use builtin bitswap for endian on windows
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-01-29 22:09:27 +03: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 add copyright headers 2020-05-22 18:14:53 +00: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 reseeds update 2022-01-28 18:39:21 +03: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 clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Crypto.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03: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 moved m_Properties to LocalRouterInfo 2022-01-15 18:54:02 -05:00
NetDb.hpp create RouterInfo from shared pointer to Buffer 2022-01-03 16:27:28 -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 clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
NTCP2.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03: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 clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Reseed.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
RouterContext.cpp moved m_Properties to LocalRouterInfo 2022-01-15 18:54:02 -05:00
RouterContext.h moved m_Properties to LocalRouterInfo 2022-01-15 18:54:02 -05:00
RouterInfo.cpp cleanup properties before update 2022-01-15 19:26:11 -05:00
RouterInfo.h cleanup properties before update 2022-01-15 19:26:11 -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
SSU.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
SSU.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
SSUData.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
SSUData.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
SSUSession.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
SSUSession.h clean line trailing spaces and tabs 2021-11-27 23:30:35 +03: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 add copyright headers 2020-05-22 18:14:53 +00:00
Timestamp.cpp clean line trailing spaces and tabs 2021-11-27 23:30:35 +03:00
Timestamp.h tunnels through ECIES routers 2020-10-23 15:53:22 -04: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 clean line trailing spaces and tabs 2021-11-27 23:30:35 +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