Commit Graph

100 Commits (ff07fb118486a0cd646d004ea33d0786972e3061)

Author SHA1 Message Date
Jeff Becker 0d2bce2089 fix up win32 specific parts 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 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
Ryan Tharp bd229be656 handleBaseCmdLineArgs() refactor 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker 17ad12cd2c * don't heap allocate llarp_rc
* store rc into network database cache on connect
6 years ago
Jeff Becker f9db26adee add mingw stl threading lib
run make format
6 years ago
Jeff Becker f222f002f4 Merge remote-tracking branch 'loki/master' 6 years ago
Jeff Becker ff7facf3b6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa 6 years ago
Jeff Becker 2cbb8a75c1 include algorithm 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
Jeff Becker 02ca1796b2 all the files 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
Ryan Tharp e5c1caf5b3 dns client and server 6 years ago
Ryan Tharp cfb69224b5 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp e1a4c2f32c Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp ccc6300849 logLevel and read support 6 years ago
Ryan Tharp 86db6256b8 support -c and -o 6 years ago
Jeff Becker dfa567e816
Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 6 years ago
sachaaaaa 7442387307 renamed .c to .cpp 6 years ago
Ryan Tharp 37d9e774a3 clean up 6 years ago
Ryan Tharp 961f1a858b displayRC refactor, --locate show RC if found, --LogLevel support, make --locate lookups iterative, fix short option arguments 6 years ago
Ryan Tharp 00e56ecfd2 Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Ryan Tharp 6fb3634734 proper quit on DHT locate result 6 years ago
Jeff Becker 7d9bffdf9c
make format 6 years ago
Ryan Tharp 271e959d37 --localInfo, --locate refactor to wait for online before submitting the query 6 years ago
Ryan Tharp ede0cb4772 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Jeff Becker da22f306e0
* add path building management
* fix bug in iwp that caused crash
6 years ago
Ryan Tharp 3a36f42e01 fix export help, started --locate support 6 years ago
Ryan Tharp 11036bf5fe generate an encryption keypair now and other function renames 6 years ago
Ryan Tharp 15eab47216 finish implementing --export 6 years ago
Ryan Tharp 58bf5b1e41 modernize, implement --list and --import, start on --export 6 years ago
Jeff Becker 08c0318e82
initial path building stuff (broken) 6 years ago
Ryan Tharp 298cdceaae warning fix 6 years ago
Ryan Tharp 8ee38154e1 fix warning 6 years ago
Jeff Becker 22d4d5b3d0
make rcutil build 6 years ago