..
api.cpp
Automate AES-NI and AVX detection on runtime, make it default on x86-based systems ( #1578 )
2020-11-15 01:31:20 +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
support EdDSA for blinding
2021-05-02 15:02:52 -04: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
more yggdrasil reseeds added
2021-07-07 08:24:01 -04: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
check for pubkey in X25519Keys::Agree
2021-02-26 03:20:06 +03:00
Crypto.h
check if x25519 key is valid
2021-01-01 15:03:11 -05:00
CryptoKey.cpp
check if x25519 key is valid
2021-01-01 15:03:11 -05:00
CryptoKey.h
support multiple encryption keys through the I2CP
2020-06-03 16:05:19 -04:00
Datagram.cpp
reindent Datagram, Daemon, update default subscription in config example
2021-02-03 14:57:43 +03:00
Datagram.h
keep sending through first successive routing path
2020-06-14 11:16:08 -04:00
Destination.cpp
handle encrypteed I2NPShortTunnelBuildReply in destination
2021-07-21 14:55:38 -04:00
Destination.h
use msgID from ECIESx25519 block
2021-07-20 22:00:06 -04:00
ECIESX25519AEADRatchetSession.cpp
use Tag<64> for ratechet tags
2021-08-01 18:42:13 -04:00
ECIESX25519AEADRatchetSession.h
use Tag<64> for ratechet tags
2021-08-01 18:42:13 -04: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
use msgID from ECIESx25519 block
2021-07-20 22:00:06 -04:00
Garlic.h
use msgID from ECIESx25519 block
2021-07-20 22:00:06 -04: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
[i18n] translate HTTP proxy
2021-05-23 06:06:04 +03:00
HTTP.h
common HTTP basic authorization string
2021-03-10 22:47:31 -05:00
I2NPProtocol.cpp
don't encrypt ShortTunnelBuild and ShortTunnelBuildReply if on the same router
2021-07-28 15:06:24 -04:00
I2NPProtocol.h
handle ShortTunnelBuildReply
2021-07-20 19:38:36 -04:00
I2PEndian.cpp
add copyright headers
2020-05-22 18:14:53 +00:00
I2PEndian.h
add copyright headers
2020-05-22 18:14:53 +00:00
Identity.cpp
[avx] check if c++ target supports AVX ( closes #1600 )
2020-12-12 09:54:07 +03:00
Identity.h
rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD
2020-11-14 18:28:50 -05:00
LeaseSet.cpp
don't publish LeaseSet without tunnels
2021-04-01 13:37:21 -04:00
LeaseSet.h
don't publish LeaseSet without tunnels
2021-04-01 13:37:21 -04:00
LittleBigEndian.h
add copyright headers
2020-05-22 18:14:53 +00:00
Log.cpp
move thread naming to util
2020-12-07 06:22:30 +03:00
Log.h
logging opimization
2021-03-08 11:31:00 +03:00
NetDb.cpp
narrow down random range
2021-08-03 19:26:09 -04:00
NetDb.hpp
use short tunnel build if possible
2021-07-22 20:58:35 -04: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
precalculate padding sizes
2021-07-15 19:01:43 -04:00
NTCP2.h
precalculate padding sizes
2021-07-15 19:01:43 -04: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
add copyright headers
2020-05-22 18:14:53 +00: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
rework of storing certificates path ( #1642 )
2021-06-18 10:04:48 +03:00
Reseed.h
support reseed throught the Yggdrasil
2021-01-25 19:48:33 -05:00
RouterContext.cpp
use msgID from ECIESx25519 block
2021-07-20 22:00:06 -04:00
RouterContext.h
use msgID from ECIESx25519 block
2021-07-20 22:00:06 -04:00
RouterInfo.cpp
set minimal version for floodfill to 0.9.38
2021-07-19 17:50:55 -04:00
RouterInfo.h
eligble floodfill must be reachable by ipv4
2021-07-16 13:53:12 -04:00
Signature.cpp
add copyright headers
2020-05-22 18:14:53 +00:00
Signature.h
add copyright headers
2020-05-22 18:14:53 +00:00
Siphash.h
fix code syle(spaces->tabs, tabulations)
2020-05-22 18:14:53 +00:00
SSU.cpp
fix build with boost < 1.55.0 ( closes #1661 )
2021-06-09 22:23:33 +03:00
SSU.h
don't select next introducers from existing sessions
2021-04-24 14:56:34 -04:00
SSUData.cpp
cumulative ACK bitfields
2020-12-12 21:40:07 -05:00
SSUData.h
cumulative ACK bitfields
2020-12-12 21:40:07 -05:00
SSUSession.cpp
check Alice's IP address in PeerTest
2021-06-15 19:09:36 -04:00
SSUSession.h
reuse current introducers if no more available
2021-04-23 12:17:48 -04:00
Streaming.cpp
don't reschedule resend timer for terminated streams
2021-08-11 12:23:43 -04:00
Streaming.h
don't reschedule resend timer for terminated streams
2021-08-11 12:23:43 -04:00
Tag.h
add copyright headers
2020-05-22 18:14:53 +00:00
Timestamp.cpp
NTP request through compatible address
2021-07-24 16:01:11 -04:00
Timestamp.h
tunnels through ECIES routers
2020-10-23 15:53:22 -04:00
TransitTunnel.cpp
create different I2NP tunnel messages for endpoint and non-endpoint
2021-06-27 15:49:57 -04:00
TransitTunnel.h
add copyright headers
2020-05-22 18:14:53 +00:00
Transports.cpp
requsted router to send to if not in netdb
2021-06-19 14:44:33 -04:00
Transports.h
run ipv6 peer test again if still testing
2021-05-04 14:59:25 -04:00
TransportSession.h
create DH keys for SSU session directly
2020-10-13 21:12:52 -04:00
Tunnel.cpp
[tunnels] count outbound traffic for zero-hop tunnels
2021-08-01 09:25:02 +03:00
Tunnel.h
set pool for zero-hops tunnels
2021-07-30 14:12:50 -04:00
TunnelBase.h
add copyright headers
2020-05-22 18:14:53 +00:00
TunnelConfig.cpp
don't create enryptor for ECIES record encryption
2021-07-25 22:30:54 -04:00
TunnelConfig.h
correct message type for ShortTunnelBuild
2021-07-20 14:35:02 -04:00
TunnelEndpoint.cpp
create different I2NP tunnel messages for endpoint and non-endpoint
2021-06-27 15:49:57 -04:00
TunnelEndpoint.h
eliminated extra I2NP messages for fragments
2021-06-26 17:40:25 -04:00
TunnelGateway.cpp
create different I2NP tunnel messages for endpoint and non-endpoint
2021-06-27 15:49:57 -04:00
TunnelGateway.h
add copyright headers
2020-05-22 18:14:53 +00:00
TunnelPool.cpp
consistent path for explicit peers
2021-07-28 19:08:55 -04:00
TunnelPool.h
use short tunnel build if possible
2021-07-22 20:58:35 -04:00
util.cpp
Squashed commit of the following:
2021-08-13 09:11:56 +03:00
util.h
prefer public ipv6 instead rfc4941 ( closes #1251 )
2021-05-30 03:25:13 +03:00
version.h
2.38.0
2021-05-16 14:26:00 -04:00