Commit Graph

117 Commits

Author SHA1 Message Date
Ryan Tharp
a5f2f7080d Merge branch 'master' of https://github.com/neuroscr/loki-network 2018-08-16 10:44:31 +00:00
Ryan Tharp
94b6b828c1 Merge branch 'master' of https://github.com/loki-project/loki-network 2018-08-16 10:38:02 +00:00
Jeff Becker
45b12edc5c
disable tests for win32 2018-08-15 12:15:46 -04:00
Jeff Becker
04bf8d6116
some tun interface code 2018-08-15 11:36:34 -04:00
Jeff Becker
6a828ea985
fix shadow build 2018-08-14 18:07:58 -04:00
Jeff Becker
0d0a3357f7
fix libntrup avx2 detection 2018-08-14 08:44:34 -04:00
Jeff Becker
186bd7d573
use NTRU for introset end to end encryption 2018-08-13 19:22:31 -04:00
Jeff Becker
d96fb7b478
update cmake build 2018-08-13 11:44:14 -04:00
Ryan Tharp
ec237768d7 merge 2018-08-13 01:47:24 -07:00
Ryan Tharp
ab3493ba3d Merge branch 'master' of https://github.com/loki-project/loki-network 2018-08-13 08:31:54 +00:00
Jeff Becker
d7c1c3322f
it works. 2018-08-12 13:22:29 -04:00
Jeff Becker
6bae623481
more defaults 2018-08-09 09:55:51 -04:00
Jeff Becker
32d82b5ba5
add more defaults in config with comments 2018-08-09 09:38:44 -04:00
Jeff Becker
d5532e4de4
more boilerplate and enable tun/tap build 2018-08-08 15:37:33 -04:00
Ryan Tharp
4e7fee7ef5 linux build fixes 2018-08-08 12:44:50 +00:00
Jeff Becker
74330839d0 add link target log for android 2018-08-06 14:38:35 +10:00
Jeff Becker
54f5d292ff fix android target 2018-08-06 11:18:54 +10:00
Jeff Becker
b97ea0c409 fix target names 2018-08-06 09:51:36 +10:00
Jeff Becker
3a0ca84962 add android target 2018-08-06 09:48:59 +10:00
Jeff Becker
32bc886b99 add android support (initial) 2018-08-06 09:39:29 +10:00
sachaaaaa
37aed03df2 use WIN32_LEAN_AND_MEAN project-wise to silent warnings on windows about winsock2.h and windows.h 2018-08-03 11:34:36 +10:00
Jeff Becker
91c8451381 try fixing broken CI build 2018-08-03 10:20:18 +10:00
Jeff Becker
9c212ce03d don't include libc 2018-08-03 09:57:49 +10:00
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
2018-08-01 23:41:02 -05:00
Jeff Becker
928ec3790d deterministic logging 2018-07-31 08:35:54 +10:00
Jeff Becker
b1eddbc70f unbreak shared library build 2018-07-27 14:07:22 +10:00
Jeff Becker
3a3fdd10e8 configurable pthread 2018-07-27 13:30:15 +10:00
Jeff Becker
976ca3015c move iwp server to own source file 2018-07-27 08:06:11 +10:00
Ryan Tharp
2fcd885030 make compile on linux gcc 7.2 2018-07-26 08:52:27 +00:00
despair86
211691ba47
Update CMakeLists.txt
matching logical statements
2018-07-25 20:45:09 -05:00
despair86
aec6ccbf1f this file does not exist yet in master 2018-07-25 20:16:58 -05:00
despair86
bbe0634edc this should get things going on UNIX :D 2018-07-25 20:00:15 -05:00
Jeff Becker
f222f002f4 Merge remote-tracking branch 'loki/master' 2018-07-25 08:52:02 +10:00
Jeff Becker
53b80e8448 remove unused code 2018-07-24 16:39:52 +10:00
Jeff Becker
6708654a6f more android changes 2018-07-24 13:27:32 +10:00
Jeff Becker
e6e40c6a8d add cmake define for android 2018-07-24 13:17:52 +10:00
Jeff Becker
4ec076baf5 android ifaddrs shim 2018-07-24 12:34:12 +10:00
Ryan Tharp
14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 2018-07-24 01:43:32 +00:00
Ryan Tharp
03fff240cd remove base64, add dns.cpp, add pthread to dns binary 2018-07-24 01:06:13 +00:00
Jeff Becker
19e3b9c642 * more hidden service code
* begin lokinet api
2018-07-23 17:38:29 +10:00
Jeff Becker
d38646ed54 more hidden service stuff 2018-07-23 09:14:29 +10:00
Jeff Becker
7fbc21207f more hidden service stuff 2018-07-19 14:58:39 +10:00
Jeff Becker
5d5757cbec more dht stuff 2018-07-18 13:10:21 +10:00
Jeff Becker
bb8d566671 hidden service tags 2018-07-17 17:30:03 +10:00
Jeff Becker
4b748a29f3 fix dns 2018-07-17 09:26:58 +10:00
Jeff Becker
f48acbc23e Merge remote-tracking branch 'ryan/libdns' into hidden-service-dht
also run make format
2018-07-17 07:26:16 +10:00
Ryan Tharp
d162ced40c updates to libllarp-platform 2018-07-16 05:47:13 -07:00
Jeff Becker
a319c994de make shadow compile 2018-07-16 14:55:46 +10:00
Jeff Becker
0242e293c9 more 2018-07-16 13:32:13 +10:00
Jeff
cf7285f159 add -Wall compile flag 2018-07-16 11:32:48 +10:00