1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/dns
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
..
dns.hpp SRV Record handling for introsets (#1331) 2020-08-31 16:07:17 -04:00
message.cpp dns features (#1404) 2020-10-12 12:18:46 -04:00
message.hpp dns features (#1404) 2020-10-12 12:18:46 -04:00
name.cpp LNS (#1342) 2020-09-17 15:18:08 -04:00
name.hpp LNS (#1342) 2020-09-17 15:18:08 -04:00
query.hpp Move dns* to llarp/ 2018-12-12 02:53:01 +00:00
question.cpp dns features (#1404) 2020-10-12 12:18:46 -04:00
question.hpp dns features (#1404) 2020-10-12 12:18:46 -04:00
rr.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
rr.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
serialize.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
serialize.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
server.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
server.hpp std::vector instead of std::array 2020-06-15 18:32:57 -04:00
srv_data.cpp SRV Record handling for introsets (#1331) 2020-08-31 16:07:17 -04:00
srv_data.hpp SRV Record handling for introsets (#1331) 2020-08-31 16:07:17 -04:00
string.hpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
unbound_resolver.cpp fix crashes on shutdown (#1433) 2020-10-29 10:19:45 -04:00
unbound_resolver.hpp fix crashes on shutdown (#1433) 2020-10-29 10:19:45 -04:00