Commit Graph

51 Commits (3371da98cf9e2c74c4ce697ddb47462b048ef685)

Author SHA1 Message Date
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 5 years ago
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 6 years ago
Michael f0fce5b68a
Convert llarp_router to be a true C++ class 6 years ago
Michael 30e9dca2e5
Convert llarp_logic to be a C++ class 6 years ago
Jeff Becker 472948a610
more dns tweaks 6 years ago
Ryan Tharp 1c6031c677 clang-format 6 years ago
Ryan Tharp 0046b705e8 generic_handle_dnsc_recvfrom() remove unneeded parameter, start making daemon/dns better, deprecate raw_handle_recvfrom() 6 years ago
despair f6fb063684 this is driving me at least mildly insane
we _never_ get to llarp::udp_listener::read
6 years ago
Jeff Becker a73418abe3
do the right fix for warnings 6 years ago
Jeff Becker d9e4e139ed
fix compile on ubuntu 6 years ago
despair c5d1b32286 remove microsoft c++ crud
🤔🤔🤔🤔
6 years ago
Ryan Tharp f824ac8701 enable dotLokiLookup through router tun endpoint dnsd 6 years ago
Ryan Tharp b7f4907925 update DNS* init 6 years ago
Ryan Tharp 0c6f3e19a3 fix linux header 6 years ago
Ryan Tharp 0ad4f43fe5 header clean up and clang-format 6 years ago
Ryan Tharp 9d4d595624 compile fixes 6 years ago
Ryan Tharp 3183d5a19e make sigint work, clean up dead code, update api, format 6 years ago
Ryan Tharp 6ba51c7cc0 enable prefetch 6 years ago
Ryan Tharp 0ffd49af04 bind to port 53, get first tun interface and set it up with dns tracker 6 years ago
Ryan Tharp eebb2609b8 try to map an address 6 years ago
Ryan Tharp 9f33edeed0 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp e732e17f0d better .loki handling 6 years ago
Ryan Tharp ec237768d7 merge 6 years ago
Ryan Tharp 3ada1e15be llarp_main_queryDHT_RC(), llarp_main_init_dnsd(), actually query DHT on dns lookup 6 years ago
Jeff Becker 62f41d3747
initial threadpool isolation code and run make format 6 years ago
Ryan Tharp b5e136d916 fix if 10 is in use, comments and other last minute notes 6 years ago
Ryan Tharp 2aa091f98d format 6 years ago
Ryan Tharp bb13364c57 make caching work 6 years ago
Ryan Tharp 16c56ff04b Merge branch 'master' of https://github.com/majestrate/llarp + gcc 7.2 fixes 6 years ago
Ryan Tharp 52bbf890ef move hook out of dnsd into daemon, made hook use timer, decode_answer has beginning SOA parsing support, getDNSstring() refactor 6 years ago
despair86 bdc54835c2 initial windows server port. Requires Windows 2000 Server or later.
- updated CMake build script
- builds with Microsoft C++ 19.1x. such builds require Windows 8.1 or later
  unless you have the .NET Server 2003-toolset (v141_xp)
- windows port requires a C++17 compiler since cpp17::filesystem is POSIX-only
- HAVE_CXX17_FILESYSTEM manual toggle in CMake. You must manually specify where
  std::[experimental::]filesystem is defined in LDFLAGS or CMAKE_x_LINKER_FLAGS.
- IPv6 support can be added at any time, and the windows sdk still has that
  inline getaddrinfo(3) if it can't find a suitable IPv6 stack.
- inline code for mingw-w64: there's a few bits and pieces still missing simply because
  mingw-w64 derives its windows sdk from wine and reactos, and then writing all the newer
  stuff into it by hand straight from the MSDN manpages.
- misc. C++11 stuff (nullptr and friends)
- Internal file handling code takes UTF-8 or plain 8-bit text, NTFS is UTF-16, so
  std::filesystem::path::c_str() is wchar_t. That's no good unless you first
  call std::filesystem::path::string().
- implemented getifaddrs(3) and if_nametoindex(3) on top of GetAdapters[Info|Addresses](2).
- updated readme with new info

BONUS: may implement Solaris/illumos IOCP someday...

-despair86
6 years ago
Ryan Tharp de56a32069 another DNS clean up pass 6 years ago
Ryan Tharp 0b32bad7b9 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker d011fb550e have logic and netio run in same thread for now 6 years ago
Ryan Tharp 05e34e7b2f hook to get dnsd_context it was called from 6 years ago
Jeff Becker 48cfdab63c get rid of wizard and autogenerate configs if not present with sane defaults 6 years ago
Ryan Tharp 604d1ade0e make upstream dns server configurable, handle -c/o params 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker f9db26adee add mingw stl threading lib
run make format
6 years ago
Ryan Tharp 14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp b93ea8a087 fix intercept api, implement new intercept api, logging clean up 6 years ago
Ryan Tharp a9e8584acd clang-format (finally :) 6 years ago
Ryan Tharp eadca4b4fc "fixed" DNS multithreaded 6 years ago
Ryan Tharp dd4b3fa9a1 continue llarpification (StackBuffer) and other refactor 6 years ago
Ryan Tharp b4353e0a48 heap allocate llarp_udp_io 6 years ago
Jeff Becker 4b748a29f3 fix dns 6 years ago
Jeff Becker f48acbc23e Merge remote-tracking branch 'ryan/libdns' into hidden-service-dht
also run make format
6 years ago
Ryan Tharp 077c22150f fix response bug, libev refactor 6 years ago
Jeff fafcc2c2ef remove warnings 6 years ago
Jeff Becker a68cfefaa6
make it compile and run make format 6 years ago