Commit Graph

33 Commits (7a7a4f1e52ed3669565ef2446f0a398b1755f9ec)

Author SHA1 Message Date
Michael 516466f5be
Mark more AlignedBuffer constructors as explicit 6 years ago
Michael 7dd40015f3
Mark AlignedBuffer constructor as explicit 6 years ago
Michael ea19093a20
Remove const byte* conversion operators from llarp::AlignedBuffer 6 years ago
Michael 1410d0a0cf
Remove byte* conversion operators from llarp::AlignedBuffer 6 years ago
Jeff Becker e7f5eeff51
use fewer allocations 6 years ago
Jeff Becker 42e09b8ab9
use static buffer for encrypted buffer 6 years ago
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 6 years ago
Michael 451bbedfaf
Move crypto.hpp to llarp/ 6 years ago
Michael 7be452092c
Convert llarp_crypto to be a true C++ class 6 years ago
Jeff Becker 622ed8d12e
fix crash on premature close of event loop (also make format) 6 years ago
Jeff Becker e6037ff060
pack exit traffic 6 years ago
despair d425b5d308 implement tcp evloop on win32
(with its now-obsolete distinction between socketfd and fd)

sockets and file descriptors used to be distinct objects....back in the
16-bit Winsock 1.1 era, which needlessly complicated the 32-bit port
back then. these days one can use [Read|Write]File(2) to operate on
sockfds...which also have some of the semantics of [read|write]v(2)
i.e. the scatter-gather thing it's known for is done in async handler

-rick

variants are nice

added note to self

clang-format

link abyss properly

oops

shut up

*shrugs*

oops forgot to start winsock

moved our async io status flags to the base class

let derived classes override them as needed

this is probably a synchronous op _anyway_

fix typo

wtf
6 years ago
Jeff cc3908f025 more changes 6 years ago
Jeff Becker ba648868c4
more 6 years ago
Jeff Becker 5228a81bae
more refactor
get rid of C api
6 years ago
Jeff Becker 186bd7d573
use NTRU for introset end to end encryption 6 years ago
Jeff Becker c36c83d9dc
more hidden service code 6 years ago
Jeff Becker 6945fe53a5 more also run make format 6 years ago
Jeff Becker 0242e293c9 more 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Jeff Becker 39c63432be
ALMOST got path building working 6 years ago
Jeff Becker a2d9dc1d93
it does stuff :+DDDDD 6 years ago
Jeff Becker 78f3ca0155
more 6 years ago
Jeff Becker f68ffbc33d
more path building stuff 6 years ago
Jeff Becker 08c0318e82
initial path building stuff (broken) 6 years ago
Ryan Tharp 9e502a5beb added static constexpr back because I got it working and assuming it's preferred 6 years ago
Ryan Tharp f49bd89a42 Merge branch 'master' of https://github.com/neuroscr/llarp 6 years ago
Ryan Tharp 72800275cb fix llvm 3.8 linker error via https://stackoverflow.com/a/36670394/7697705 6 years ago
Jeff 98f332f7a5 make it work on mac os with makefiles 6 years ago
Jeff Becker a8ab66f4f8
refactor to use AlignedBuffer for public key, shared secret, nonce, secret key etc 6 years ago
Jeff Becker f80cce26c6
encrypt in place 6 years ago
Jeff Becker 9d749d20ae
encrypted frames 6 years ago
Jeff Becker ec53cab169
more onion routing stuff 6 years ago