Commit Graph

509 Commits (d394e229cafce9fa74bd4b745ee8802266f7db48)

Author SHA1 Message Date
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 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 3b82dfd818 fix previous commit 6 years ago
Jeff Becker 3f54989b68 fix previous commit 6 years ago
Jeff Becker 28f6a76312 remove unused encoding functions 6 years ago
Jeff Becker d4ea843d33 fix feedback loop 6 years ago
Jeff Becker 1107b39d94 fix decode error 6 years ago
Jeff Becker b9f07e8593 * tweak event loop parameters
* various code cleanup
6 years ago
Jeff Becker 908716aca4 cleanup 6 years ago
Jeff Becker 2f51f6202a make it not crash 6 years ago
Jeff Becker d011fb550e have logic and netio run in same thread for now 6 years ago
Jeff Becker 08b60a9ae7 update code to match protocol spec
backwards incompat change
6 years ago
Ryan Tharp c78449e32c Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp 05e34e7b2f hook to get dnsd_context it was called from 6 years ago
Jeff Becker f7ab46aef0 fix osx build 6 years ago
Jeff Becker f65fee38be fix ffi example 6 years ago
Jeff Becker b1eddbc70f unbreak shared library build 6 years ago
Jeff Becker 07b99e8ac4 extern "C" block for shared library 6 years ago
Jeff Becker d6f8fd0f60 include header for android 6 years ago
Jeff Becker 48cfdab63c get rid of wizard and autogenerate configs if not present with sane defaults 6 years ago
Jeff Becker 976ca3015c move iwp server to own source file 6 years ago
Jeff Becker 3570bf7b1a Merge remote-tracking branch 'ryan/master' 6 years ago
Jeff Becker e80fa5dc82 Merge branch 'master' of ssh://github.com/majestrate/llarp 6 years ago
Jeff Becker 0f649d844f more 6 years ago
Ryan Tharp 043dcaeac7 add dns section 6 years ago
Ryan Tharp 0f068a7ea4 fix warnings 6 years ago
Ryan Tharp bd229be656 handleBaseCmdLineArgs() refactor 6 years ago
Ryan Tharp 554834425d important note, as I have relays that are outbound only 6 years ago
Ryan Tharp dfc347aefb fix NAT 6 years ago
Ryan Tharp 2fcd885030 make compile on linux gcc 7.2 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker 4dd7b2843f only get public addresses 6 years ago
Jeff Becker 536f63ed2a better hop selection fault tolerance 6 years ago
Jeff Becker 7cec96901d update build logic for clients 6 years ago
Jeff Becker ee54149465 when building paths only use nodes we are directly connected to for first hops. 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 e91f69a0ef * put sequence numbers in routing messages
* more endian crap

* don't tick logic too much
6 years ago
Jeff Becker 44e898afc8 more endian crap 6 years ago
Jeff Becker 230dd86906 revert 6 years ago
Jeff Becker 8553c206cb endian stuff 6 years ago
Jeff Becker 53b80e8448 remove unused code 6 years ago
Jeff Becker a9c92213df more backport 6 years ago
Jeff Becker f7daee5abf backport 6 years ago
Jeff Becker 066cf537e2 backport 6 years ago
Jeff Becker 98e992e28f backport 6 years ago
Jeff Becker 62b94b17aa more backport 6 years ago
Jeff Becker 5007da5528 backport 6 years ago
Jeff Becker 40dc125b17 another backport 6 years ago
Jeff Becker f695b947f7 more arm fixes 6 years ago
Jeff Becker 47ee78844a try making android work 6 years ago
Jeff Becker c445897706 typo fix 6 years ago
Jeff Becker ec5ac295e4 test 6 years ago
Jeff Becker 4ec076baf5 android ifaddrs shim 6 years ago
Jeff Becker da7455a86d header for android 6 years ago
Jeff Becker fd4938b1e4 more android pendatic fixes 6 years ago
Jeff Becker a24a9f3e7f revert to old epoll for android 6 years ago
Ryan Tharp 14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 45ea414a7b fix attempt for android 6 years ago
Ryan Tharp 49b4d0189a linux gcc compat 6 years ago
Ryan Tharp 0decbe5613 fix gcc 6 years ago
Ryan Tharp b93ea8a087 fix intercept api, implement new intercept api, logging clean up 6 years ago
Jeff Becker cb3d373689 don't send latency messages from the future 6 years ago
Jeff Becker 23fd7ac30c always ack for 0 fragment messages 6 years ago
Jeff Becker de52a33361 remove logging 6 years ago
Jeff Becker e23d3a8eda * pad messages under 1KB to 1KB to reduce jitter
* fix race
6 years ago
Jeff Becker dbe4a35230 add sequence numbers to routing messages 6 years ago
Jeff Becker 19e3b9c642 * more hidden service code
* begin lokinet api
6 years ago
Jeff Becker d38646ed54 more hidden service stuff 6 years ago
Ryan Tharp ca06f1dded refactor clean up (pass 1) 6 years ago
Ryan Tharp a9e8584acd clang-format (finally :) 6 years ago
Ryan Tharp eadca4b4fc "fixed" DNS multithreaded 6 years ago
Ryan Tharp 6582a2fb0f fix casting of ip to return correct results 6 years ago
Ryan Tharp dd4b3fa9a1 continue llarpification (StackBuffer) and other refactor 6 years ago
Jeff Becker 02ca1796b2 all the files 6 years ago
Jeff Becker 9114d79bd6 * make number of hops configurable
* remove compile warnings
6 years ago
Jeff Becker 7fbc21207f more hidden service stuff 6 years ago
Jeff Becker 97e11a28f6 make format 6 years ago
Jeff Becker 994a5fe928 dht fixups 6 years ago
Ryan Tharp 3758b1f6bf heap allocate more sockaddr, debug adjustment 6 years ago
Ryan Tharp 86e439f61b heap allocate dns_request, copy sockaddr 6 years ago
Jeff Becker 7c518bc4da prefetch introset via tag (non working) 6 years ago
Jeff Becker 5d5757cbec more dht stuff 6 years ago