You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2pd/libi2pd
R4SAS 455c71ff25 fix warning about ifr_name size
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
..
Base.cpp add copyright headers 4 years ago
Base.h add copyright headers 4 years ago
Blinding.cpp support EdDSA for blinding 3 years ago
Blinding.h add copyright headers 4 years ago
BloomFilter.cpp add copyright headers 4 years ago
BloomFilter.h add copyright headers 4 years ago
CPU.cpp disable aes/avx for winxp by default 4 years ago
CPU.h Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
ChaCha20.cpp add copyright headers 4 years ago
ChaCha20.h add copyright headers 4 years ago
Config.cpp more yggdrasil reseeds added 3 years ago
Config.h add copyright headers 4 years ago
Crypto.cpp check for pubkey in X25519Keys::Agree 3 years ago
Crypto.h check if x25519 key is valid 3 years ago
CryptoKey.cpp check if x25519 key is valid 3 years ago
CryptoKey.h support multiple encryption keys through the I2CP 4 years ago
Datagram.cpp reindent Datagram, Daemon, update default subscription in config example 3 years ago
Datagram.h keep sending through first successive routing path 4 years ago
Destination.cpp handle encrypteed I2NPShortTunnelBuildReply in destination 3 years ago
Destination.h use msgID from ECIESx25519 block 3 years ago
ECIESX25519AEADRatchetSession.cpp use Tag<64> for ratechet tags 3 years ago
ECIESX25519AEADRatchetSession.h use Tag<64> for ratechet tags 3 years ago
Ed25519.cpp add copyright headers 4 years ago
Ed25519.h add copyright headers 4 years ago
Elligator.cpp add copyright headers 4 years ago
Elligator.h add copyright headers 4 years ago
FS.cpp rework of storing certificates path (#1642) 3 years ago
FS.h rework of storing certificates path (#1642) 3 years ago
Family.cpp rework of storing certificates path (#1642) 3 years ago
Family.h add copyright headers 4 years ago
Garlic.cpp use msgID from ECIESx25519 block 3 years ago
Garlic.h use msgID from ECIESx25519 block 3 years ago
Gost.cpp add copyright headers 4 years ago
Gost.h add copyright headers 4 years ago
Gzip.cpp add copyright headers 4 years ago
Gzip.h add copyright headers 4 years ago
HTTP.cpp [i18n] translate HTTP proxy 3 years ago
HTTP.h common HTTP basic authorization string 3 years ago
I2NPProtocol.cpp don't encrypt ShortTunnelBuild and ShortTunnelBuildReply if on the same router 3 years ago
I2NPProtocol.h handle ShortTunnelBuildReply 3 years ago
I2PEndian.cpp add copyright headers 4 years ago
I2PEndian.h add copyright headers 4 years ago
Identity.cpp [avx] check if c++ target supports AVX (closes #1600) 4 years ago
Identity.h rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
LeaseSet.cpp don't publish LeaseSet without tunnels 3 years ago
LeaseSet.h don't publish LeaseSet without tunnels 3 years ago
LittleBigEndian.h add copyright headers 4 years ago
Log.cpp move thread naming to util 4 years ago
Log.h logging opimization 3 years ago
NTCP2.cpp precalculate padding sizes 3 years ago
NTCP2.h precalculate padding sizes 3 years ago
NetDb.cpp narrow down random range 3 years ago
NetDb.hpp use short tunnel build if possible 3 years ago
NetDbRequests.cpp add copyright headers 4 years ago
NetDbRequests.h add copyright headers 4 years ago
Poly1305.cpp fix code syle(spaces->tabs, tabulations) 4 years ago
Poly1305.h fix code syle(spaces->tabs, tabulations) 4 years ago
Profiling.cpp add copyright headers 4 years ago
Profiling.h add copyright headers 4 years ago
Queue.h add copyright headers 4 years ago
Reseed.cpp rework of storing certificates path (#1642) 3 years ago
Reseed.h support reseed throught the Yggdrasil 3 years ago
RouterContext.cpp use msgID from ECIESx25519 block 3 years ago
RouterContext.h use msgID from ECIESx25519 block 3 years ago
RouterInfo.cpp set minimal version for floodfill to 0.9.38 3 years ago
RouterInfo.h eligble floodfill must be reachable by ipv4 3 years ago
SSU.cpp fix build with boost < 1.55.0 (closes #1661) 3 years ago
SSU.h don't select next introducers from existing sessions 3 years ago
SSUData.cpp cumulative ACK bitfields 4 years ago
SSUData.h cumulative ACK bitfields 4 years ago
SSUSession.cpp check Alice's IP address in PeerTest 3 years ago
SSUSession.h reuse current introducers if no more available 3 years ago
Signature.cpp add copyright headers 4 years ago
Signature.h add copyright headers 4 years ago
Siphash.h fix code syle(spaces->tabs, tabulations) 4 years ago
Streaming.cpp don't reschedule resend timer for terminated streams 3 years ago
Streaming.h don't reschedule resend timer for terminated streams 3 years ago
Tag.h add copyright headers 4 years ago
Timestamp.cpp NTP request through compatible address 3 years ago
Timestamp.h tunnels through ECIES routers 4 years ago
TransitTunnel.cpp create different I2NP tunnel messages for endpoint and non-endpoint 3 years ago
TransitTunnel.h add copyright headers 4 years ago
TransportSession.h create DH keys for SSU session directly 4 years ago
Transports.cpp requsted router to send to if not in netdb 3 years ago
Transports.h run ipv6 peer test again if still testing 3 years ago
Tunnel.cpp [tunnels] count outbound traffic for zero-hop tunnels 3 years ago
Tunnel.h set pool for zero-hops tunnels 3 years ago
TunnelBase.h add copyright headers 4 years ago
TunnelConfig.cpp don't create enryptor for ECIES record encryption 3 years ago
TunnelConfig.h correct message type for ShortTunnelBuild 3 years ago
TunnelEndpoint.cpp create different I2NP tunnel messages for endpoint and non-endpoint 3 years ago
TunnelEndpoint.h eliminated extra I2NP messages for fragments 3 years ago
TunnelGateway.cpp create different I2NP tunnel messages for endpoint and non-endpoint 3 years ago
TunnelGateway.h add copyright headers 4 years ago
TunnelPool.cpp consistent path for explicit peers 3 years ago
TunnelPool.h use short tunnel build if possible 3 years ago
api.cpp Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
api.h add copyright headers 4 years ago
util.cpp fix warning about ifr_name size 3 years ago
util.h prefer public ipv6 instead rfc4941 (closes #1251) 3 years ago
version.h 2.39.0 3 years ago