You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util
Jason Rhinelander ccc7b5c9e9 Merge Logic functions into EventLoop
loop->call(...) is similar to the old logic->Call(...), but is smart
about the current thread: if called from within the event loop it simply
runs the argument directly, otherwise it queues it.

Similarly most of the other event loop calls are also now thread-aware:
for example, `call_later(...)` can queue the job directly when called if
in the event loop rather than having to double-queue through the even
loop (once to call, then inside the call to initiate the time).
4 years ago
..
logging Some Windows fixes (#1415) 4 years ago
meta Config file improvements (#1397) 4 years ago
thread Merge Logic functions into EventLoop 4 years ago
aligned.hpp Replace libuv with uvw & related refactoring 4 years ago
bencode.cpp The Great Wall of Blame 5 years ago
bencode.h The Great Wall of Blame 5 years ago
bencode.hpp profiles.dat is always relative so if you spawn lokinet in / then it will error about permissions. (#1449) 4 years ago
bits.hpp * rework exit codepath to allow multiple exits 4 years ago
buffer.cpp Replace libuv with uvw & related refactoring 4 years ago
buffer.hpp Replace libuv with uvw & related refactoring 4 years ago
codel.hpp Config file improvements (#1397) 4 years ago
common.hpp clang-tidy modernize pass 5 years ago
compare_ptr.hpp The Great Wall of Blame 5 years ago
copy_or_nullptr.hpp The Great Wall of Blame 5 years ago
decaying_hashset.hpp Config file improvements (#1397) 4 years ago
decaying_hashtable.hpp Config file improvements (#1397) 4 years ago
endian.hpp The Great Wall of Blame 5 years ago
fs.cpp The Great Wall of Blame 5 years ago
fs.hpp add conf.d directory for config overrides (#1410) 4 years ago
json.cpp C++17 4 years ago
json.hpp C++17 4 years ago
lokinet_init.c The Great Wall of Blame 5 years ago
lokinet_init.h crash on wine, we support linux, ucb_unix, svr4 5 years ago
mem.cpp The Great Wall of Blame 5 years ago
mem.h The Great Wall of Blame 5 years ago
mem.hpp The Great Wall of Blame 5 years ago
printer.cpp C++17 4 years ago
printer.hpp Config file improvements (#1397) 4 years ago
status.hpp C++17 4 years ago
str.cpp SRV Record handling for introsets (#1331) 4 years ago
str.hpp SRV Record handling for introsets (#1331) 4 years ago
time.cpp The Great Wall of Blame 5 years ago
time.hpp The Great Wall of Blame 5 years ago
types.hpp The Great Wall of Blame 5 years ago