lokinet/llarp/util
Jeff 49b9ad7197
tun code refactor (#1495)
* partial tun code refactor

* take out the trash

* move vpn platform code into llarp/vpn/platform.cpp

* fix hive build

* fix win32

* fix memory leak on win32

* reduce cpu use

* make macos compile

* win32 patches:

* use wepoll for zmq
* use all cores on windows iocp read loop

* fix zmq patch for windows

* clean up cmake for win32

* add uninstall before reinstall option to win32 installer

* more ipv6 stuff

* make it compile

* fix up route poker

* remove an unneeded code block in macos wtf

* always use call to system

* fix route poker behavior on macos

* disable ipv6 on windows for now

* cpu perf improvement:

* colease calls to Router::PumpLL to 1 per event loop wakeup

* set up THEN add addresses

* emulate proactor event loop on win32

* remove excessively verbose error message

* fix issue #1499

* exclude uv_poll from win32 so that it can start up

* update logtag to include directory

* create minidump on windows if there was a crash

* make windows happy

* use dmp suffix on minidump files

* typo fix

* address feedback from jason
* use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
* quote $@ in apply-patches in case path has spaces in it

* address feedback from tom

* remove llarp/ev/pipe
* add comments for clairification
* make event loop queue size constant named
2021-01-11 18:13:22 -05:00
..
logging Some Windows fixes (#1415) 2020-10-21 09:06:43 -04:00
meta Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
thread tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
aligned.hpp New RC format (#1368) 2020-09-25 14:05:28 -04:00
bencode.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
bencode.h The Great Wall of Blame 2020-04-07 12:38:56 -06:00
bencode.hpp profiles.dat is always relative so if you spawn lokinet in / then it will error about permissions. (#1449) 2020-11-03 10:54:55 -05:00
bits.hpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
buffer.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
buffer.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
codel.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
common.hpp
compare_ptr.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
copy_or_nullptr.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
decaying_hashset.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
decaying_hashtable.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
endian.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
fs.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
fs.hpp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
json.cpp C++17 2020-05-01 17:43:27 -03:00
json.hpp C++17 2020-05-01 17:43:27 -03:00
lokinet_init.c The Great Wall of Blame 2020-04-07 12:38:56 -06:00
lokinet_init.h crash on wine, we support linux, ucb_unix, svr4 2019-12-01 19:01:40 -06:00
mem.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
mem.h The Great Wall of Blame 2020-04-07 12:38:56 -06:00
mem.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
printer.cpp C++17 2020-05-01 17:43:27 -03:00
printer.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
status.hpp C++17 2020-05-01 17:43:27 -03:00
str.cpp SRV Record handling for introsets (#1331) 2020-08-31 16:07:17 -04:00
str.hpp SRV Record handling for introsets (#1331) 2020-08-31 16:07:17 -04:00
time.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
time.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
types.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00