lokinet/llarp
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
..
android The Great Wall of Blame 2020-04-07 12:38:56 -06:00
config format 2020-10-30 15:53:05 -04:00
consensus The Great Wall of Blame 2020-04-07 12:38:56 -06:00
constants add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
crypto Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
dht Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
dns tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
ev tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
exit tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
handlers tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
hook The Great Wall of Blame 2020-04-07 12:38:56 -06:00
iwp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
link tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
linux Removed RPI definition 2020-05-17 21:28:25 -03:00
messages Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
net tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
path fix path reference leak (#1451) 2020-11-04 11:08:29 -05:00
peerstats Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
router tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
routing Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
rpc tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
service tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
simulation Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
tooling tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
util tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
vpn tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
win32 Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
CMakeLists.txt tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
app.xml stray tag ;-; 2018-12-24 22:39:34 -06:00
bootstrap.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
bootstrap.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
context.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
nodedb.cpp try fixing deadlock (#1454) 2020-11-05 06:19:43 -05:00
nodedb.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
pow.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
pow.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
profiling.cpp try fixing deadlock (#1454) 2020-11-05 06:19:43 -05:00
profiling.hpp try fixing deadlock (#1454) 2020-11-05 06:19:43 -05:00
router_contact.cpp dns features (#1404) 2020-10-12 12:18:46 -04:00
router_contact.hpp dns features (#1404) 2020-10-12 12:18:46 -04:00
router_id.cpp Use lokimq's hex/base32z encoding/decoding 2020-07-02 11:13:31 -04:00
router_id.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
router_version.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
router_version.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
testnet.c prepare for 0.5.0 2019-08-29 07:45:58 -04:00