Commit Graph

27 Commits (b16a76afbec25c62737f749d94fa251de2d20a08)

Author SHA1 Message Date
Jeff Becker 86ec4dacc3 dht and testnet fixes 6 years ago
Jeff Becker 066c208622 add mutex/lock to singlethread mode threadpool
remove uneeded i2p.rock.signed.txt

update makefile clean target
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
Jeff Becker 88c84f9e05 update testnet configs 6 years ago
Jeff Becker f65fee38be fix ffi example 6 years ago
Jeff Becker 48cfdab63c get rid of wizard and autogenerate configs if not present with sane defaults 6 years ago
Jeff Becker 6c5873c441 update wizard 6 years ago
Jeff Becker 2083ac90e2 try a wizard fix 6 years ago
Jeff Becker ae09edd3e6 fix up wizard logic 6 years ago
Jeff Becker 10ee52a0cd add wizard 6 years ago
Jeff Becker 02ca1796b2 all the files 6 years ago
Jeff Becker 7fbc21207f more hidden service stuff 6 years ago
Jeff Becker 7c518bc4da prefetch introset via tag (non working) 6 years ago
Jeff Becker c992720718 set value to sane value 6 years ago
Jeff Becker a319c994de make shadow compile 6 years ago
Jeff Becker bae4f746be
publish hidden service descriptors and acknoledge publish 6 years ago
Jeff Becker fb13c5ce3e
more tweaking 6 years ago
Jeff Becker 44e34f81e8
tweaks to testnet 6 years ago
Jeff Becker 78f3ca0155
more 6 years ago
Jeff Becker f68ffbc33d
more path building stuff 6 years ago
Jeff Becker 1f45a27080
fix up shadow configs 6 years ago
Jeff Becker 3569a186e0
update shadow config generator 6 years ago
Jeff Becker 315798a0c4
* loopback test network
* fix various crashes and race conditions

* rename iwp-connect to connect in config

* rename iwp-links to bind in config

* always make a link just for outbound sessions even if no bind section is provided
6 years ago
Jeff Becker a0f1d548f8
more shadow stuff 6 years ago
Jeff Becker dc01aabafa
add omitted file 6 years ago
Jeff Becker fbb6913ee9
pep8 6 years ago
Jeff Becker e58bd10b23
add python ffi example wrapper code 6 years ago