.. |
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
|
fix build with openssl 3.0.0
|
2021-10-23 18:10:02 -04:00 |
Crypto.h
|
don't use openssl's SipHash from 3.0.0 due regression
|
2021-10-27 19:05:16 -04:00 |
CryptoKey.cpp
|
don't select ElGamal routers for tunnels
|
2021-09-03 13:30:01 -04:00 |
CryptoKey.h
|
don't select ElGamal routers for tunnels
|
2021-09-03 13:30:01 -04:00 |
Datagram.cpp
|
[gzip] do not initialize deflator if gzip is not enabled for tunnel
|
2021-09-14 14:48:21 +03:00 |
Datagram.h
|
[gzip] do not initialize deflator if gzip is not enabled for tunnel
|
2021-09-14 14:48:21 +03:00 |
Destination.cpp
|
fixed build for C++11
|
2021-09-27 18:25:15 -04:00 |
Destination.h
|
send ping every keealive interval for client tunnels
|
2021-09-26 16:25:12 -04:00 |
ECIESX25519AEADRatchetSession.cpp
|
libi2pd: fix undefined behaviour and memory overruns
|
2021-10-19 22:27:12 +02: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
|
don't pass BN_CTX to encrypt/decrypt functions
|
2021-08-31 18:51:40 -04:00 |
Garlic.h
|
don't pass BN_CTX to encrypt/decrypt functions
|
2021-08-31 18:51:40 -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
|
use memory pool for outgoing tunnel gateway messages
|
2021-10-22 19:18:45 -04:00 |
I2NPProtocol.h
|
pass I2NPMessage by move
|
2021-10-17 11:31:37 -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
|
libi2pd: fix undefined behaviour and memory overruns
|
2021-10-19 22:27:12 +02:00 |
Identity.h
|
eliminate allocation of m_ExtendedBuffer
|
2021-09-09 21:19:52 -04:00 |
LeaseSet.cpp
|
fixed crash if incorrect blinded signature type
|
2021-09-29 12:38:38 -04: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
|
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
|
libi2pd: fix undefined behaviour and memory overruns
|
2021-10-19 22:27:12 +02:00 |
NetDb.hpp
|
don't delete floodfill if number of remaining floodfills is less than minimal
|
2021-08-26 15:13:58 -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
|
check if sip key is available
|
2021-10-27 22:33:37 -04:00 |
NTCP2.h
|
don't store EVP_PKEY sip keys
|
2021-10-27 21:18:21 -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
|
fix build with openssl 3.0.0
|
2021-10-23 18:10:02 -04:00 |
Reseed.h
|
support reseed throught the Yggdrasil
|
2021-01-25 19:48:33 -05:00 |
RouterContext.cpp
|
RouterContext is always ECIES
|
2021-09-05 11:16:41 -04:00 |
RouterContext.h
|
RouterContext is always ECIES
|
2021-09-05 11:16:41 -04:00 |
RouterInfo.cpp
|
reserve address for 3 introducers
|
2021-10-12 13:28:16 -04:00 |
RouterInfo.h
|
use std::vector for address list
|
2021-10-10 09:53:21 -04:00 |
Signature.cpp
|
don't store EVP_PKEY with EdDSA signer and verifier
|
2021-10-26 21:36:34 -04:00 |
Signature.h
|
don't store EVP_PKEY with EdDSA signer and verifier
|
2021-10-26 21:36:34 -04:00 |
Siphash.h
|
fix code syle(spaces->tabs, tabulations)
|
2020-05-22 18:14:53 +00:00 |
SSU.cpp
|
use flat_map for smaller tables
|
2021-09-24 14:23:39 -04:00 |
SSU.h
|
change back to map and unodered_map
|
2021-09-25 18:30:17 -04:00 |
SSUData.cpp
|
libi2pd: fix undefined behaviour and memory overruns
|
2021-10-19 22:27:12 +02:00 |
SSUData.h
|
change back to map and unodered_map
|
2021-09-25 18:30:17 -04:00 |
SSUSession.cpp
|
libi2pd: minor logging fixes
|
2021-10-19 22:27:06 +02:00 |
SSUSession.h
|
change back to map and unodered_map
|
2021-09-25 18:30:17 -04:00 |
Streaming.cpp
|
send ping
|
2021-09-26 11:20:20 -04:00 |
Streaming.h
|
send ping
|
2021-09-26 11:20:20 -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
|
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
|
pass I2NPMessage by move
|
2021-10-17 11:31:37 -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
|
libi2pd: add missing locks to i2p::tunnel::Tunnels
|
2021-10-31 23:14:28 +01:00 |
Tunnel.h
|
libi2pd: add missing locks to i2p::tunnel::Tunnels
|
2021-10-31 23:14:28 +01:00 |
TunnelBase.h
|
don't create new tunnel message for encryption/decryption
|
2021-10-15 14:01:41 -04:00 |
TunnelConfig.cpp
|
don't select ElGamal routers for tunnels
|
2021-09-03 13:30:01 -04:00 |
TunnelConfig.h
|
libi2pd: make Tunnel and TunnelConfig destructors virtual
|
2021-10-31 14:02:25 +01:00 |
TunnelEndpoint.cpp
|
create different I2NP tunnel messages for endpoint and non-endpoint
|
2021-06-27 15:49:57 -04:00 |
TunnelEndpoint.h
|
change back to map and unodered_map
|
2021-09-25 18:30:17 -04:00 |
TunnelGateway.cpp
|
use tunnel endpoint memroy pool to split to tunnel messages at gateway
|
2021-10-22 21:08:20 -04:00 |
TunnelGateway.h
|
add copyright headers
|
2020-05-22 18:14:53 +00:00 |
TunnelPool.cpp
|
libi2pd: add missing locks to i2p::tunnel::TunnelPool
|
2021-10-31 23:26:52 +01:00 |
TunnelPool.h
|
libi2pd: add missing locks to i2p::tunnel::TunnelPool
|
2021-10-31 23:26:52 +01:00 |
util.cpp
|
disable pthread_setname_np on GNU/Hurd
|
2021-09-04 15:07:09 +08:00 |
util.h
|
use memory pool for tunnel messages
|
2021-10-20 21:05:22 -04:00 |
version.h
|
[make] USE_GIT_VERSION option to use commit info in version (closes #1702)
|
2021-10-22 05:35:01 +03:00 |