Commit Graph

699 Commits (b16a76afbec25c62737f749d94fa251de2d20a08)
 

Author SHA1 Message Date
Jeff Becker b16a76afbe more android 6 years ago
Jeff Becker d186fea9f5 fix build 6 years ago
Jeff Becker 863ef1f71e more android code 6 years ago
Jeff Becker b97ea0c409 fix target names 6 years ago
Jeff Becker b8fb220b3b add jni files 6 years ago
Jeff Becker 3a0ca84962 add android target 6 years ago
Jeff Becker 32bc886b99 add android support (initial) 6 years ago
Jeff e0d5b8e138
Merge pull request #10 from despair86/master
code cleanup
6 years ago
despair86 1e9f49d6ef Merge remote-tracking branch 'upstream/master' 6 years ago
despair86 e7a3ead0ff moved to top-level tree 6 years ago
Jeff Becker 224748bcaf Merge remote-tracking branch 'loki/master' 6 years ago
Jeff Becker 86ec4dacc3 dht and testnet fixes 6 years ago
despair86 0ca43a3103 - Included tapv9 client drivers for windows hosts
- added device install/remove shell scripts to distribution package
6 years ago
despair86 9c0b395c67 vs clang format isn't supposed to inject tabs ffs 6 years ago
despair86 c1765d562b minor patch, make sure the iocp fields are valid before attempting to cast the ev_id back to its ptr 6 years ago
Jeff 5a1e1f447c
Merge pull request #8 from despair86/master
This completes the Windows NT Server port of the LokiNetwork components.
6 years ago
despair86 ae956aff5f This completes the Windows NT Server port of the LokiNetwork components.
Also changed the epoll_wait timeout to 10ms in llarp_epoll_loop::run() to match the other platforms.

-despair86
6 years ago
Jeff Becker f68e3029b0 fix timeouts 6 years ago
Jeff Becker 68a69da0bf fix kqueue run function, have it wait for 10ms so tick works 6 years ago
Jeff bff59e9d9f
Merge pull request #7 from sachaaaaa/master
silent warnings on windows with WIN32_LEAN_AND_MEAN
6 years ago
sachaaaaa 37aed03df2 use WIN32_LEAN_AND_MEAN project-wise to silent warnings on windows about winsock2.h and windows.h 6 years ago
Jeff Becker 694644ac8b timeout for kevent tick 6 years ago
Jeff Becker cc59d7944a event loop must call tick every tick including on timeout 6 years ago
Jeff Becker 44663d18a5 fix typo 6 years ago
Jeff Becker 1e4f4fa226 refactor readmes 6 years ago
Jeff Becker 91c8451381 try fixing broken CI build 6 years ago
Jeff Becker 9c212ce03d don't include libc 6 years ago
Jeff Becker 9dc88fb64b another win32 cross compile fix 6 years ago
Jeff Becker a99fa8f6cf try fixing windows cross compile 6 years ago
Jeff Becker 0d2bce2089 fix up win32 specific parts 6 years ago
Jeff Becker 1b20ba6a6c fix dead code, clean up parts. 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
Jeff Becker 5c03b3c8f9 add comments 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 7622f6cef1 dht tweaks 6 years ago
Jeff Becker 6bd2e965fc don't store client RC EVER 6 years ago
Jeff Becker 6ffa2eed1c fix up dht 6 years ago
Jeff Becker 12ea412763 fix dumb dht mistake 6 years ago
Jeff Becker f8e3ef16b9 correct typo 6 years ago
Jeff Becker 88c84f9e05 update testnet configs 6 years ago
Jeff Becker d511057b7d * logging updates
* nicknames in RC (yw kee)

* spec update

* more hidden service code
6 years ago
Jeff Becker bc1c49b092 dht fixes 6 years ago
Jeff Becker d1bbce8192 add uint16/32 put/read on buffers 6 years ago
Ryan Tharp 14df6724f7 bring kqueue up to date with epoll 6 years ago
Ryan Tharp c5851cd63a Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp 0b32bad7b9 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp 564d96f0c8 print(), write(filename), commitStream(outstream), private commit() 6 years ago
Jeff Becker 928ec3790d deterministic logging 6 years ago
Jeff Becker 058ce4fae3 don't put private addresses into rc EVER 6 years ago
Jeff Becker 2c652174b9 correct bitmask 6 years ago