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
orignal 5e606573b1 2.31.0 4 years ago
..
Base.cpp outproxy authorization 6 years ago
Base.h outproxy authorization 6 years ago
Blinding.cpp fixed #1424. Check if .b32.i2p address string is valid 5 years ago
Blinding.h fixed #1424. Check if .b32.i2p address string is valid 5 years ago
BloomFilter.cpp restructure build to separate the 3 main components into 3 subdirectories 7 years ago
BloomFilter.h restructure build to separate the 3 main components into 3 subdirectories 7 years ago
CPU.cpp use builtin __AVX__ and __AES__ macros and reduce code duplication 6 years ago
CPU.h add uncommitted files 6 years ago
ChaCha20.cpp counter is always in Little Endian 5 years ago
ChaCha20.h check if chacha20 and poly1305 is presented in openssl build 5 years ago
Config.cpp Merge pull request #1477 from PurpleI2P/drop-websockets 4 years ago
Config.h Fix typos 5 years ago
Crypto.cpp encryptor for ECIES-X25519-AEAD-Ratchet 5 years ago
Crypto.h fixed #1461. Use openssl's HKDF for 1.1.1 anf higher 4 years ago
CryptoKey.cpp check ctx for null 4 years ago
CryptoKey.h lookup ECIESX25519AEADRatchet session by static key 4 years ago
CryptoWorker.h whitespace cleanup 6 years ago
Datagram.cpp send data message wih raw type fpr raw datagrams 5 years ago
Datagram.h send and recieve raw datagrams 5 years ago
Destination.cpp drop i2lua 4 years ago
Destination.h drop i2lua 4 years ago
ECIESX25519AEADRatchetSession.cpp handle ECIESFlag in DatabaseLookup at floodfill 4 years ago
ECIESX25519AEADRatchetSession.h handle ECIESFlag in DatabaseLookup at floodfill 4 years ago
Ed25519.cpp use d%q 5 years ago
Ed25519.h blind private keys 5 years ago
Elligator.cpp fixed Elligator tests 4 years ago
Elligator.h fixed Elligator tests 4 years ago
FS.cpp [windows] handle unexpected conditions (#1185) 5 years ago
FS.h Fix typos 5 years ago
Family.cpp extract and verify LS2 transient key 5 years ago
Family.h remove trailing whitespaces 6 years ago
Garlic.cpp preferred crypto type for Decrypt 4 years ago
Garlic.h delete unconfirmed LeaseSet and DeliveryStatus 4 years ago
Gost.cpp Fix compilation without deprecated OpenSSL APIs 5 years ago
Gost.h remove trailing whitespaces 6 years ago
Gzip.cpp remove trailing whitespaces 6 years ago
Gzip.h restructure build to separate the 3 main components into 3 subdirectories 7 years ago
HTTP.cpp [HTTP] add PROFIND support 5 years ago
HTTP.h fix #823, reindent code 5 years ago
I2NPProtocol.cpp flood encrypted LeaseSet2 with store hash 5 years ago
I2NPProtocol.h handle ECIESFlag in DatabaseLookup at floodfill 4 years ago
I2PEndian.cpp restructure build to separate the 3 main components into 3 subdirectories 7 years ago
I2PEndian.h AEAD/Chacha20/Poly1305 encryption 6 years ago
Identity.cpp fixed race with identity verifier 4 years ago
Identity.h preferred crypto type for Decrypt 4 years ago
LeaseSet.cpp set actual LeaseSet2 buffer size 4 years ago
LeaseSet.h set actual LeaseSet2 buffer size 4 years ago
LittleBigEndian.h restructure build to separate the 3 main components into 3 subdirectories 7 years ago
Log.cpp qt log viewer now works 6 years ago
Log.h use fold expression if C++17 4 years ago
NTCP2.cpp replace by new incoming session 4 years ago
NTCP2.h NTCP2 proxy 4 years ago
NTCPSession.cpp drop websockets support 4 years ago
NTCPSession.h fix race 6 years ago
NetDb.cpp handle ECIESFlag in DatabaseLookup at floodfill 4 years ago
NetDb.hpp detect our ipv6 address 5 years ago
NetDbRequests.cpp remove trailing whitespaces 6 years ago
NetDbRequests.h remove trailing whitespaces 6 years ago
Poly1305.cpp check if chacha20 and poly1305 is presented in openssl build 5 years ago
Poly1305.h check if chacha20 and poly1305 is presented in openssl build 5 years ago
Profiling.cpp remove trailing whitespaces 6 years ago
Profiling.h remove trailing whitespaces 6 years ago
Queue.h use std::move 6 years ago
Reseed.cpp Fix typos 5 years ago
Reseed.h remove trailing whitespaces 6 years ago
RouterContext.cpp preferred crypto type for Decrypt 4 years ago
RouterContext.h preferred crypto type for Decrypt 4 years ago
RouterInfo.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 5 years ago
RouterInfo.h detect our ipv6 address 5 years ago
SSU.cpp reopen socked and restart receiver on exception 4 years ago
SSU.h remove trailing whitespaces 6 years ago
SSUData.cpp update log messages 4 years ago
SSUData.h fix mixing tabs and spaces 6 years ago
SSUSession.cpp check and send netid for NTCP2 and SSU 5 years ago
SSUSession.h always lookup SSU session if peer's endpoint doesn't match 5 years ago
Signature.cpp always initialize m_Pkey 5 years ago
Signature.h complete implementation of RedDSA 5 years ago
Siphash.h don't compile compatibility code if openssl 1.1.1 6 years ago
Streaming.cpp delete strem from destination upon termination 4 years ago
Streaming.h delete strem from destination upon termination 4 years ago
Tag.h replaced map by unordered_map 4 years ago
Timestamp.cpp use published timestamp for blinding 5 years ago
Timestamp.h use published timestamp for blinding 5 years ago
TransitTunnel.cpp remove trailing whitespaces 6 years ago
TransitTunnel.h fix mixing tabs and spaces 6 years ago
TransportSession.h mutex for m_RemoteIdentity 4 years ago
Transports.cpp update log messages 4 years ago
Transports.h removed CloseSession 5 years ago
Tunnel.cpp drop i2lua 4 years ago
Tunnel.h cleanup removed websockets funtions 4 years ago
TunnelBase.h fixed warning 6 years ago
TunnelConfig.h use croorect encryption type for tunnel build 6 years ago
TunnelEndpoint.cpp fix mixing tabs and spaces 6 years ago
TunnelEndpoint.h remove trailing whitespaces 6 years ago
TunnelGateway.cpp fix #1290. copy correct size if message didn't fit previous 5 years ago
TunnelGateway.h remove trailing whitespaces 6 years ago
TunnelPool.cpp drop i2lua 4 years ago
TunnelPool.h drop i2lua 4 years ago
api.cpp moved io_service away from ClientDestination 4 years ago
api.h remove trailing whitespaces 6 years ago
util.cpp change minimal MTU size 4 years ago
util.h common RuunableBase with private inheritance 4 years ago
version.h 2.31.0 4 years ago