Commit Graph

22 Commits (e39d02ddc2ad90b7c317e01704c9d1a309036f34)

Author SHA1 Message Date
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