Commit Graph

1929 Commits (33a4ac8b69e945d6f4205e801e44fd8761c36a8b)
 

Author SHA1 Message Date
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
Ryan Tharp 2daa986c33 fix static analysis issues 6 years ago
Ryan Tharp de418125f2 remove redundance from (sockaddr) param refactor 6 years ago
Ryan Tharp 7039d70aa5 clean up 6 years ago
Ryan Tharp 42b8fc3a7a don't truncate last 2 bytes 6 years ago
Ryan Tharp 969865c499 internal refactor
- created various structs for each record type
- changed DNSd to return most of the recieved packet (allowing for multiple answers)
- favor vector<byte_t> over c-style buffers
- support NS records a little better
- fixed output on cname, ptr, txt
6 years ago
Ryan Tharp 373a14b44b clang-format 6 years ago
Ryan Tharp 0b4e4828d1
Merge pull request #55 from neuroscr/master
remove DNS_PORT
6 years ago
Ryan Tharp 9f436c68eb remove DNS_PORT 6 years ago
Jeff 23c8807d59
Merge pull request #54 from neuroscr/master
DNS QoL improvements
6 years ago
Ryan Tharp 82cfa61540 address alphakamp complaint about using 127.0.0.1 on linux (systemd taking it by default) 6 years ago
Ryan Tharp f03c41a99f Deprecate DNS_PORT as configureable in INI now. Reduce confusion as it would change DNSc port too and I believe it was meant only to change DNSd port. 6 years ago
Jeff ff6ab7d631 initial node garbage 6 years ago
Jeff 930b41f644 temp commit 6 years ago
Jeff Becker 78e59fced0
remove cxx11 6 years ago
Jeff Becker 602a883038
add missing include for linux 6 years ago
Jeff Becker f5ac1b5c0d
Merge branch 'master' into dev 6 years ago
Jeff 64d463fbec
Merge pull request #53 from michael-loki/fixedqueue
Create ThreadPool component backed by lock-free queue
6 years ago
Michael 8947ec0b97
Update vscode configs 6 years ago
Michael 3c5e3e79f9
Create ThreadPool component with test suite 6 years ago
Michael 8a52bf448e
Create Queue component with test suite 6 years ago
Michael 951a065867
Create QueueManager component with test suite 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