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/service
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
3 years ago
..
address.cpp Use lokimq's hex/base32z encoding/decoding 4 years ago
address.hpp Config file improvements (#1397) 4 years ago
async_key_exchange.cpp The Great Wall of Blame 4 years ago
async_key_exchange.hpp The Great Wall of Blame 4 years ago
auth.cpp address feedback. 4 years ago
auth.hpp address feedback. 4 years ago
context.cpp tun code refactor (#1495) 3 years ago
context.hpp proper route poking (#1330) 4 years ago
endpoint.cpp fix path reference leak (#1451) 4 years ago
endpoint.hpp Lns exits (#1407) 4 years ago
endpoint_state.cpp macos route poking (#1333) 4 years ago
endpoint_state.hpp tun code refactor (#1495) 3 years ago
endpoint_types.hpp LNS (#1342) 4 years ago
endpoint_util.cpp LNS (#1342) 4 years ago
endpoint_util.hpp The Great Wall of Blame 4 years ago
handler.hpp The Great Wall of Blame 4 years ago
hidden_service_address_lookup.cpp Config file improvements (#1397) 4 years ago
hidden_service_address_lookup.hpp LNS (#1342) 4 years ago
identity.cpp serialize auth codes in rpc (#1369) 4 years ago
identity.hpp dont serialize ephemeral members of service identity (#1370) 4 years ago
info.cpp make format 4 years ago
info.hpp Don't use std::optional::value() because f u macos 4 years ago
intro.cpp The Great Wall of Blame 4 years ago
intro.hpp The Great Wall of Blame 4 years ago
intro_set.cpp SRV records fixes (#1332) 4 years ago
intro_set.hpp SRV records fixes (#1332) 4 years ago
lookup.cpp The Great Wall of Blame 4 years ago
lookup.hpp LNS (#1342) 4 years ago
name.cpp LNS (#1342) 4 years ago
name.hpp LNS (#1342) 4 years ago
outbound_context.cpp fix path reference leak (#1451) 4 years ago
outbound_context.hpp fix path reference leak (#1451) 4 years ago
pendingbuffer.hpp The Great Wall of Blame 4 years ago
protocol.cpp Config file improvements (#1397) 4 years ago
protocol.hpp * rework exit codepath to allow multiple exits 4 years ago
protocol_type.hpp more auth shit 4 years ago
router_lookup_job.cpp Config file improvements (#1397) 4 years ago
router_lookup_job.hpp The Great Wall of Blame 4 years ago
sendcontext.cpp Config file improvements (#1397) 4 years ago
sendcontext.hpp The Great Wall of Blame 4 years ago
session.cpp The Great Wall of Blame 4 years ago
session.hpp The Great Wall of Blame 4 years ago
tag.cpp Remove data() conversions from llarp::AlignedBuffer 5 years ago
tag.hpp Config file improvements (#1397) 4 years ago
vanity.hpp The Great Wall of Blame 4 years ago