.. |
AES.cpp
|
46d3780e89
AES stuff, port sending network credentials to new packet format.
|
5 years ago |
AES.hpp
|
e236d6f743
More minor refactoring
|
5 years ago |
Address.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Buf.cpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Buf.hpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
C25519.cpp
|
eef70e198b
Version 2.x notice updates and other boring stuff.
|
5 years ago |
C25519.hpp
|
eef70e198b
Version 2.x notice updates and other boring stuff.
|
5 years ago |
CMakeLists.txt
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Capability.cpp
|
e236d6f743
More minor refactoring
|
5 years ago |
Capability.hpp
|
e236d6f743
More minor refactoring
|
5 years ago |
CertificateOfMembership.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
CertificateOfMembership.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
CertificateOfOwnership.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
CertificateOfOwnership.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Constants.hpp
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Credential.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Credential.hpp
|
df346a6df6
Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc.
|
5 years ago |
Defragmenter.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Dictionary.cpp
|
cdc6c42375
Take Dictionary behind the barn...
|
5 years ago |
Dictionary.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
ECC384.cpp
|
9642ff5fb9
.
|
5 years ago |
ECC384.hpp
|
eef70e198b
Version 2.x notice updates and other boring stuff.
|
5 years ago |
Endpoint.cpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Endpoint.hpp
|
1affb6814c
A little more cleanup and build fixes.
|
5 years ago |
Expect.hpp
|
3448e6fc76
Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness.
|
5 years ago |
FCV.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Hash.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Hashtable.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Identity.cpp
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Identity.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
InetAddress.cpp
|
1affb6814c
A little more cleanup and build fixes.
|
5 years ago |
InetAddress.hpp
|
3448e6fc76
Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness.
|
5 years ago |
LZ4.cpp
|
e5c7366e71
Yet more minor refactoring and redesign Meter to be more thread-safe.
|
5 years ago |
LZ4.hpp
|
e5c7366e71
Yet more minor refactoring and redesign Meter to be more thread-safe.
|
5 years ago |
Locator.cpp
|
9ad8dd3700
Add Peer method for getting preferred cipher, various cleanup in VL1
|
5 years ago |
Locator.hpp
|
9ad8dd3700
Add Peer method for getting preferred cipher, various cleanup in VL1
|
5 years ago |
MAC.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Membership.cpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Membership.hpp
|
e5c7366e71
Yet more minor refactoring and redesign Meter to be more thread-safe.
|
5 years ago |
Meter.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
MulticastGroup.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Mutex.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Network.cpp
|
4a9266feef
Comment out not-yet-refactored code in Network
|
5 years ago |
Network.hpp
|
4a9266feef
Comment out not-yet-refactored code in Network
|
5 years ago |
NetworkConfig.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
NetworkConfig.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
NetworkController.hpp
|
df346a6df6
Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc.
|
5 years ago |
Node.cpp
|
3448e6fc76
Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness.
|
5 years ago |
Node.hpp
|
3448e6fc76
Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness.
|
5 years ago |
OS.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Path.cpp
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Path.hpp
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Peer.cpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Peer.hpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Poly1305.cpp
|
311c98e24e
Various other small things.
|
5 years ago |
Poly1305.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Protocol.cpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Protocol.hpp
|
b70ab0d354
Include file cleanup, docs, and build fixes.
|
5 years ago |
README.md
|
8a2ff0b31e
Actual documentation.
|
8 years ago |
Revocation.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Revocation.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
RuntimeEnvironment.hpp
|
3448e6fc76
Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness.
|
5 years ago |
SHA512.cpp
|
8c8a3c58ec
Various little things...
|
5 years ago |
SHA512.hpp
|
8c8a3c58ec
Various little things...
|
5 years ago |
Salsa20.cpp
|
08e06f9b8f
More refactoring and a bunch of AES goodness.
|
5 years ago |
Salsa20.hpp
|
08e06f9b8f
More refactoring and a bunch of AES goodness.
|
5 years ago |
ScopedPtr.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
SelfAwareness.cpp
|
46d3780e89
AES stuff, port sending network credentials to new packet format.
|
5 years ago |
SelfAwareness.hpp
|
7d11522768
Just about everything refactored for new Protocol/Buf code except Switch.
|
5 years ago |
SharedPtr.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Tag.cpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Tag.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Topology.cpp
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Topology.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
Trace.cpp
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Trace.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
TriviallyCopyable.hpp
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |
Utils.cpp
|
5db0d9438c
More built-in AES and GMAC primitive work.
|
5 years ago |
Utils.hpp
|
320c8429c2
Yet more perf, security hardening, and compile fix tweaks.
|
5 years ago |
VL1.cpp
|
b70ab0d354
Include file cleanup, docs, and build fixes.
|
5 years ago |
VL1.hpp
|
9ad8dd3700
Add Peer method for getting preferred cipher, various cleanup in VL1
|
5 years ago |
VL2.cpp
|
e236d6f743
More minor refactoring
|
5 years ago |
VL2.hpp
|
e236d6f743
More minor refactoring
|
5 years ago |