Commit Graph

177 Commits (9afe63d73875213ea530dd93ab05317de1041eb2)

Author SHA1 Message Date
Jeff Becker 03e73b0bb9
fix typo 6 years ago
Jeff Becker fe38ab6a5a
clean up cmakelists.txt 6 years ago
Jeff Becker c3c388b6aa
remove iwp and start on curvecp
does not compile
6 years ago
Jeff Becker b122fc59f8
refactor (not done) 6 years ago
Jeff Becker d3eef5c8b7
more netns code 6 years ago
Ryan Tharp 8724ddd792 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 4aebbda640
more tun stuff 6 years ago
despair86 8c1b2c3b79 win32 fluff
more win32 on msc++ fluff

and a solaris patch that i may revert later if the cpp directives aren't processed correctly
-despair86
6 years ago
despair86 9ad93a0893 sunos patches, avoid shadowing data members in derived classes, header fixes
SunOS build works, with a few issues:

- no tuntap debugging on Solaris? (TUNSDEBUG ioctl missing)
- regular socket ioctls are not pulled in with #include <sys/ioctl.h>
  even though they're included at the bottom of same (filio.h,
  sockio.h)
- no named threads in any libre fork of solaris

-despair86 (rick)

sun patch
6 years ago
Jeff Becker 1a1f93c171
* more tun stuff
* use std::unique_ptr where bare pointers aren't absolutely required
6 years ago
Ryan Tharp a5f2f7080d Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp 94b6b828c1 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 45b12edc5c
disable tests for win32 6 years ago
Jeff Becker 04bf8d6116
some tun interface code 6 years ago
Jeff Becker 6a828ea985
fix shadow build 6 years ago
Jeff Becker 0d0a3357f7
fix libntrup avx2 detection 6 years ago
Jeff Becker 186bd7d573
use NTRU for introset end to end encryption 6 years ago
Jeff Becker d96fb7b478
update cmake build 6 years ago
Ryan Tharp ec237768d7 merge 6 years ago
Ryan Tharp ab3493ba3d Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker d7c1c3322f
it works. 6 years ago
Jeff Becker 6bae623481
more defaults 6 years ago
Jeff Becker 32d82b5ba5
add more defaults in config with comments 6 years ago
Jeff Becker d5532e4de4
more boilerplate and enable tun/tap build 6 years ago
Ryan Tharp 4e7fee7ef5 linux build fixes 6 years ago
Jeff Becker 74330839d0 add link target log for android 6 years ago
Jeff Becker 54f5d292ff fix android target 6 years ago
Jeff Becker b97ea0c409 fix target names 6 years ago
Jeff Becker 3a0ca84962 add android target 6 years ago
Jeff Becker 32bc886b99 add android support (initial) 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 91c8451381 try fixing broken CI build 6 years ago
Jeff Becker 9c212ce03d don't include libc 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 928ec3790d deterministic logging 6 years ago
Jeff Becker b1eddbc70f unbreak shared library build 6 years ago
Jeff Becker 3a3fdd10e8 configurable pthread 6 years ago
Jeff Becker 976ca3015c move iwp server to own source file 6 years ago
Ryan Tharp 2fcd885030 make compile on linux gcc 7.2 6 years ago
despair86 211691ba47
Update CMakeLists.txt
matching logical statements
6 years ago
despair86 aec6ccbf1f this file does not exist yet in master 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker f222f002f4 Merge remote-tracking branch 'loki/master' 6 years ago
Jeff Becker 53b80e8448 remove unused code 6 years ago
Jeff Becker 6708654a6f more android changes 6 years ago
Jeff Becker e6e40c6a8d add cmake define for android 6 years ago
Jeff Becker 4ec076baf5 android ifaddrs shim 6 years ago
Ryan Tharp 14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp 03fff240cd remove base64, add dns.cpp, add pthread to dns binary 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
Jeff Becker 7fbc21207f more hidden service stuff 6 years ago
Jeff Becker 5d5757cbec more dht stuff 6 years ago
Jeff Becker bb8d566671 hidden service tags 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 d162ced40c updates to libllarp-platform 6 years ago
Jeff Becker a319c994de make shadow compile 6 years ago
Jeff Becker 0242e293c9 more 6 years ago
Jeff cf7285f159 add -Wall compile flag 6 years ago
Jeff Becker 77aadf1d90
more api stuff 6 years ago
Jeff Becker a68cfefaa6
make it compile and run make format 6 years ago
Ryan Tharp eb7e98ce6a search for libsodium, dns exe, backport lib, platform lib, search /usr/local/include 6 years ago
Jeff Becker 5bbaae4e2e
more 6 years ago
Jeff Becker bae4f746be
publish hidden service descriptors and acknoledge publish 6 years ago
Jeff Becker 39e100d0b2
refactor dht code to be split up a bit more 6 years ago
Jeff Becker dfa567e816
Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 6 years ago
sachaaaaa 6f055eca4f Extracted structs out of iwp_link.cpp
to rebase

to rebase
6 years ago
sachaaaaa 7442387307 renamed .c to .cpp 6 years ago
Jeff Becker 6cb31ecb1a
base32 encoding and unit tests 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Jeff Becker d987aa09c7
disable tuntap libs by default 6 years ago
Jeff Becker 18b50f4a74
* implement path transfer message
* update dht docs
* update other docs
* start working on dht for hidden services
* fix up unit tests for dht
* update makefile and other build files
6 years ago
Jeff Becker 64d12086c9
update libtuntap, make it compile without warnings and add to CMakeLists.txt 6 years ago
Jeff Becker 92d1f50203
make path latency tests work 6 years ago
Jeff Becker da22f306e0
* add path building management
* fix bug in iwp that caused crash
6 years ago
Ryan Tharp deb97fda3f Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker c88d3860b8
some api code 6 years ago
Jeff Becker f2c42e4e5a
onion routing downstream traffic relaying works on testnet 6 years ago
Ryan Tharp 9dff277a7e Merge branch 'master' of https://github.com/majestrate/llarp
(upstream repo was broken)
6 years ago
Jeff Becker 39c63432be
ALMOST got path building working 6 years ago
Ryan Tharp 899b899957 include encode.cpp 6 years ago
Jeff Becker 78f3ca0155
more 6 years ago
Jeff Becker 08c0318e82
initial path building stuff (broken) 6 years ago
Jeff Becker 597aa8eb74
fix release target 6 years ago
Jeff Becker dc8b9a9315
update readme
remove static linking option
6 years ago
Jeff Becker 2c864f91d2
don't include pthread in static 6 years ago
Jeff Becker ce2341ab1c
split up libc and libc++ for static links 6 years ago
Jeff Becker f0cb152c19
change to static libs 6 years ago
Jeff Becker 54960ef5de
add static link option for ellcc 6 years ago
Jeff Becker 22d4d5b3d0
make rcutil build 6 years ago
Jeff Becker 53eb3d0a59
default to c++11 6 years ago
Jeff Becker ccf8574c03
make unit tests work 6 years ago
Jeff Becker ec53cab169
more onion routing stuff 6 years ago
Jeff Becker a947806b57
start working on onion routing parts 6 years ago
Jeff Becker 90611731a5
initial shadow test net 6 years ago
Jeff Becker d587c1cbf5
add shadow target 6 years ago
Jeff Becker fc069e3810
add shadow plugin 6 years ago
Jeff Becker 0278ba559c
add single threaded mode for shadow 6 years ago
Jeff Becker 9816fd65e9
* logging refactor to be concise
* don't inline bencode

* refactor initial start of dht code a bit
6 years ago