i2pd/libi2pd
2019-12-10 10:53:39 -05:00
..
api.cpp take elgamal percomputation from config 2019-01-08 09:23:14 -05:00
api.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Base.cpp outproxy authorization 2018-04-06 15:23:56 -04:00
Base.h outproxy authorization 2018-04-06 15:23:56 -04:00
Blinding.cpp fixed #1424. Check if .b32.i2p address string is valid 2019-09-23 13:42:15 -04:00
Blinding.h fixed #1424. Check if .b32.i2p address string is valid 2019-09-23 13:42:15 -04:00
BloomFilter.cpp restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
BloomFilter.h restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
ChaCha20.cpp counter is always in Little Endian 2019-03-29 18:45:31 -04:00
ChaCha20.h check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Config.cpp removed reseed.i2p.net.in 2019-12-04 17:27:16 -05:00
Config.h Fix typos 2019-04-08 22:22:42 +03:00
CPU.cpp use builtin __AVX__ and __AES__ macros and reduce code duplication 2018-06-27 17:32:38 +08:00
CPU.h add uncommitted files 2018-02-16 11:01:04 -05:00
Crypto.cpp DH auth for encrypted LeaseSet2 2019-06-11 10:40:53 -04:00
Crypto.h DH auth for encrypted LeaseSet2 2019-06-11 10:40:53 -04:00
CryptoKey.cpp use croorect encryption type for tunnel build 2018-03-09 14:56:06 -05:00
CryptoKey.h actual key size for LS2 2019-01-13 19:17:02 -05:00
CryptoWorker.h whitespace cleanup 2018-02-20 12:59:39 -05:00
Datagram.cpp send data message wih raw type fpr raw datagrams 2019-07-10 13:31:49 -04:00
Datagram.h send and recieve raw datagrams 2019-07-09 21:33:55 -04:00
Destination.cpp client auth flag for B33 address 2019-09-06 11:02:19 -04:00
Destination.h client auth flag for B33 address 2019-09-06 11:02:19 -04:00
Ed25519.cpp use d%q 2019-12-09 13:23:17 -05:00
Ed25519.h blind private keys 2019-04-05 16:03:58 -04:00
Elligator.cpp check a for 0 in Legendre 2019-12-10 10:53:39 -05:00
Elligator.h implemented Legendre 2019-12-10 10:45:08 -05:00
Event.cpp remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Event.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Family.cpp extract and verify LS2 transient key 2019-01-01 17:00:37 -05:00
Family.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
FS.cpp [windows] handle unexpected conditions (#1185) 2019-02-12 04:27:09 +03:00
FS.h Fix typos 2019-04-08 22:22:42 +03:00
Garlic.cpp Fix typos 2019-04-08 22:22:42 +03:00
Garlic.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Gost.cpp Fix compilation without deprecated OpenSSL APIs 2019-01-06 15:39:24 -08:00
Gost.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Gzip.cpp remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Gzip.h restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
HTTP.cpp [HTTP] add PROFIND support 2019-06-06 18:07:17 +03:00
HTTP.h fix #823, reindent code 2019-05-16 09:39:22 +03:00
I2NPProtocol.cpp flood encrypted LeaseSet2 with store hash 2019-06-08 21:23:25 -04:00
I2NPProtocol.h flood encrypted LeaseSet2 with store hash 2019-06-08 21:23:25 -04:00
I2PEndian.cpp restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
I2PEndian.h AEAD/Chacha20/Poly1305 encryption 2018-06-13 11:41:46 -04:00
Identity.cpp blind private keys 2019-04-05 16:03:58 -04:00
Identity.h blind private keys 2019-04-05 16:03:58 -04:00
LeaseSet.cpp correct outet plain text length in case of authKeys 2019-08-26 07:35:11 -04:00
LeaseSet.h pass authSalt or epk 2019-08-25 20:51:15 -04:00
LittleBigEndian.h restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
Log.cpp qt log viewer now works 2018-05-19 23:06:06 +08:00
Log.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
NetDb.cpp set and handle unpublished LeaseSet flag 2019-07-16 11:48:30 -04:00
NetDb.hpp detect our ipv6 address 2019-05-23 15:59:44 -04:00
NetDbRequests.cpp remove trailing whitespaces 2018-01-06 22:24:03 +08:00
NetDbRequests.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
NTCP2.cpp close socket after if accept failed 2019-11-20 13:00:50 -05:00
NTCP2.h close socket after if accept failed 2019-11-20 13:00:50 -05:00
NTCPSession.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 2019-05-29 11:36:58 -04:00
NTCPSession.h fix race 2018-03-24 07:53:06 -04:00
Poly1305.cpp check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Poly1305.h check if chacha20 and poly1305 is presented in openssl build 2019-01-06 17:43:05 -05:00
Profiling.cpp remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Profiling.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
Queue.h use std::move 2018-02-19 10:45:02 -05:00
Reseed.cpp Fix typos 2019-04-08 22:22:42 +03:00
Reseed.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
RouterContext.cpp Use GetProcAddress for inet_pton. Fixed build error 2019-11-12 15:06:04 -05:00
RouterContext.h some cleanup 2019-11-12 11:57:34 -05:00
RouterInfo.cpp update ipv6 addresses from SSU rather than NTCP or NTCP2 2019-05-29 11:36:58 -04:00
RouterInfo.h detect our ipv6 address 2019-05-23 15:59:44 -04:00
Signature.cpp always initialize m_Pkey 2019-03-29 13:15:32 -04:00
Signature.h complete implementation of RedDSA 2019-03-24 18:42:52 -04:00
Siphash.h don't compile compatibility code if openssl 1.1.1 2018-11-22 12:13:16 -05:00
SSU.cpp always lookup SSU session if peer's endpoint doesn't match 2019-04-25 12:54:44 -04:00
SSU.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
SSUData.cpp limit SSU message size to 32K 2018-10-11 11:17:14 -04:00
SSUData.h fix mixing tabs and spaces 2018-01-13 22:51:02 +08:00
SSUSession.cpp check and send netid for NTCP2 and SSU 2019-08-13 14:55:18 -04:00
SSUSession.h always lookup SSU session if peer's endpoint doesn't match 2019-04-25 12:54:44 -04:00
Streaming.cpp cleanup incoming streams on stop 2019-08-23 10:00:49 -04:00
Streaming.h fixed #1393. store streams by recvStreamID 2019-07-26 14:23:21 -04:00
Tag.h handle i2cp.leaseSetPrivKey 2019-06-07 14:51:08 -04:00
Timestamp.cpp use published timestamp for blinding 2019-04-12 14:05:07 -04:00
Timestamp.h use published timestamp for blinding 2019-04-12 14:05:07 -04:00
TransitTunnel.cpp remove trailing whitespaces 2018-01-06 22:24:03 +08:00
TransitTunnel.h fix mixing tabs and spaces 2018-01-13 22:51:02 +08:00
Transports.cpp mark RI as unreachable if all connections failed 2019-11-12 10:03:33 -05:00
Transports.h removed CloseSession 2019-09-20 20:09:25 -04:00
TransportSession.h don't send RouterInfo twice 2018-08-14 11:27:27 -04:00
Tunnel.cpp fix typo 2018-07-10 17:39:21 +08:00
Tunnel.h fixed crash 2018-02-26 19:41:24 -05:00
TunnelBase.h fixed warning 2018-02-05 11:13:25 -05:00
TunnelConfig.h use croorect encryption type for tunnel build 2018-03-09 14:56:06 -05:00
TunnelEndpoint.cpp fix mixing tabs and spaces 2018-01-13 22:51:02 +08:00
TunnelEndpoint.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
TunnelGateway.cpp fix #1290. copy correct size if message didn't fit previous 2019-01-31 16:03:10 -05:00
TunnelGateway.h remove trailing whitespaces 2018-01-06 22:24:03 +08:00
TunnelPool.cpp be concise 2018-02-26 08:18:01 -05:00
TunnelPool.h implement i2cp session reconfigure 2018-01-02 11:34:58 -05:00
util.cpp Use GetProcAddress for inet_pton. Fixed build error 2019-11-12 15:06:04 -05:00
util.h don't call destructor twice 2019-06-25 16:37:06 -04:00
version.h 0.9.44 2019-12-10 10:44:19 -05:00