Commit Graph

1713 Commits (55670b6f82cf844a686fcc48cff34838779f3b81)
 

Author SHA1 Message Date
despair 55670b6f82 fill in PTR request if it's too short (some DNS clients do this, notable: Microsoft DNS Client 5.0) 6 years ago
despair d1fa9ca342 is the resulting storage a proper string, or just a plain char array (no terminator)
eh
6 years ago
despair b9ab1f19a9 wooooo path builds work
update readme

fix gcc 8.x error
fix apple cross-clang someday
6 years ago
despair c7d3e39c53 todo: check if we're adding a tun to the event loop
if so, add it to the listeners, but _not_ the epollfd
abstraction - epollfd takes _only_ sockets, and will reeeee
if you give it a file handle. fuck 16-bit Windows with a rusty
knife. In this case, we assume (like unix) that a file/device file
is _always_ ready to write
6 years ago
despair 1046cbab0b make sure the user folder exists before running bootstrap 6 years ago
despair 1050e16ce9 make less noise during setup 6 years ago
despair ae616d0fa5 minor fixes
eh

why apple why

why apple why
6 years ago
despair be7ac352ca switch to a simulation of epoll
the native async event system on windows
is _not_ very good at getting external events
(i.e. we receive data, but we don't get any indication
that this ever happened)
6 years ago
despair c325246beb need to start winsock to use any networking
try fixing this
6 years ago
despair e18f786ab2 refactor event loop stuff
find some place in the C code to place the worker thread procedure
until such time that michael presents the new thread pool class

fix unix

get a new event port each time and delet in the event loop after use
6 years ago
despair d9863128b9 the intrinsic variant is 32-bit clean
the ASM variant is not

found it

fix

something is wrong with the external build

hmm

why is this critical section doing nothing

fix multiple init

debug init

ok fixed
6 years ago
Jeff Becker e3dc4dca11
mark paths as dead when they need to and revert codel changes 6 years ago
Jeff Becker ffccb058c4
syntax error 6 years ago
Jeff Becker ae62627c50
gfdi 6 years ago
Jeff Becker 8b64bb336a
syntax error 6 years ago
Jeff Becker ce2760135a
mark paths as active when they are 6 years ago
Jeff Becker 4e3089dee4
fix last commit 6 years ago
Jeff Becker 6866e70a95
build paths if we are out of exits on exit session 6 years ago
Jeff Becker 8d613c182f
nullptr check 6 years ago
Jeff Becker b56b3ad16d
don't remove ip mapping when endpoints are removed 6 years ago
Jeff Becker 17297837d9
that's dumb af, use std::unique_ptr 6 years ago
Jeff Becker d6c42c4a30
gfdi 6 years ago
Jeff Becker 9d551ba768
more 6 years ago
Jeff Becker 937ab151ab
idk what is going on 6 years ago
Jeff Becker 9baf6ecfd9
idklol 6 years ago
Jeff Becker 723351eb4e
friendship with std::unordered_map is now over, std::map is my new best friend 6 years ago
Jeff Becker c7c6905e1e
explicit type 6 years ago
Jeff Becker 207e312eb0
more logging 6 years ago
Jeff Becker 01724c8529
use const iter 6 years ago
Jeff Becker 6f796d031b
use const 6 years ago
Jeff Becker 7b188d0fde
more 6 years ago
Jeff Becker 715822c20d
logging 6 years ago
Jeff Becker 60ad2c76e0
try this 6 years ago
Jeff Becker 2bfdd7798c
use emplace? 6 years ago
Jeff Becker 09be390236
god fucking damnit 6 years ago
Jeff Becker d44872496f
gfdi 6 years ago
Jeff Becker cd94da7ffe
gfdi 6 years ago
Jeff Becker b689bbbcf6
gfdi 6 years ago
Jeff Becker 489d1e645b
actually add exit :p 6 years ago
Jeff Becker 0889071514
more logging 6 years ago
Jeff Becker 355d09e22b
random fixes 6 years ago
Jeff Becker 658210b9d1
fix up exit tun, fix up codel to actually do its job 6 years ago
Jeff Becker 9495f556e0
Merge remote-tracking branch 'micheal/patch-1' into dev 6 years ago
michael-loki 79504b453e
Correct warning in exit.hpp 6 years ago
Jeff Becker 2ca6a31d4c
serialize correctly 6 years ago
Jeff Becker ca3a675ac8
more logging 6 years ago
Jeff Becker 2f2d2847b3
debug logging 6 years ago
Jeff Becker 1a410c4b22
more logging 6 years ago
Jeff Becker b462090e9c
more 6 years ago
Jeff Becker fa1333b13b
meh 6 years ago