mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
a91bb35dbf
* Should fix some windows service issues * fix return condition inversion * Add some Trace level logging also make the logger actually respect the log level you set. * event loop should not queue things to itself... at present, logic thread queue continues until it is empty, so queueing things onto itself is just wasteful. * call_later(foreach thing) is better than foreach thing (call later) also if you already queued those things but they have not happened yet, there is no sense to queue them to happen again. * do not queue read on write finish, only on read finish * failure to start DNS server should be proper startup failure. without the DNS server working lokinet is...kinda pointless, right? * format * don't queue stuff to logic thread if in logic thread the thing that clears the queue...clears it. So you're just delaying and adding overhead. * windows unbound thread sleep instead of just busy-waiting also clang-format decided I can't have a blank line for some reason... * fix unbound async worker on windows |
||
---|---|---|
.. | ||
logging | ||
meta | ||
thread | ||
aligned.hpp | ||
bencode.cpp | ||
bencode.h | ||
bencode.hpp | ||
bits.hpp | ||
buffer.cpp | ||
buffer.hpp | ||
codel.hpp | ||
common.hpp | ||
compare_ptr.hpp | ||
copy_or_nullptr.hpp | ||
decaying_hashset.hpp | ||
decaying_hashtable.hpp | ||
endian.hpp | ||
fs.cpp | ||
fs.hpp | ||
json.cpp | ||
json.hpp | ||
lokinet_init.c | ||
lokinet_init.h | ||
mem.cpp | ||
mem.h | ||
mem.hpp | ||
printer.cpp | ||
printer.hpp | ||
status.hpp | ||
str.cpp | ||
str.hpp | ||
time.cpp | ||
time.hpp | ||
types.hpp |