Ryan Tharp
b5e136d916
fix if 10 is in use, comments and other last minute notes
2018-08-08 06:21:14 -07:00
Ryan Tharp
75bb65e909
clean up ipv4 creation, fix CopyInto
2018-08-08 06:09:38 -07:00
Ryan Tharp
63b0219191
format
2018-08-08 06:09:07 -07:00
Ryan Tharp
352aa50aa8
privatesInUse struct, ipv4 cstr attempt, isPrivate refactor
2018-08-08 05:43:21 -07:00
Ryan Tharp
c5dd067abe
format
2018-08-08 05:40:54 -07:00
Ryan Tharp
6b85897b13
fix logging merge
2018-08-08 02:49:47 -07:00
Ryan Tharp
16c56ff04b
Merge branch 'master' of https://github.com/majestrate/llarp + gcc 7.2 fixes
2018-08-06 12:02:00 +00:00
Jeff Becker
bed57ee44d
more android logging
2018-08-06 14:42:22 +10:00
Jeff Becker
2d34935dd9
fix
2018-08-06 14:36:40 +10:00
Jeff Becker
8488844ac0
fix
2018-08-06 14:36:07 +10:00
Jeff Becker
ec6b468b44
android logging
2018-08-06 14:35:00 +10:00
Jeff Becker
86ec4dacc3
dht and testnet fixes
2018-08-04 12:59:32 +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
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
7622f6cef1
dht tweaks
2018-08-02 14:34:46 +10:00
Jeff Becker
6ffa2eed1c
fix up dht
2018-08-02 11:41:40 +10:00
Jeff Becker
d511057b7d
* logging updates
...
* nicknames in RC (yw kee)
* spec update
* more hidden service code
2018-08-02 10:48:43 +10:00
Jeff Becker
bc1c49b092
dht fixes
2018-08-02 08:10:38 +10:00
Jeff Becker
d1bbce8192
add uint16/32 put/read on buffers
2018-08-02 08:09:12 +10:00
Ryan Tharp
de56a32069
another DNS clean up pass
2018-08-01 02:04:40 -07:00
Ryan Tharp
7469e35399
make sure LOG_TAG is set to something sensible
2018-08-01 02:03:42 -07:00
Jeff Becker
928ec3790d
deterministic logging
2018-07-31 08:35:54 +10:00
Jeff Becker
2c652174b9
correct bitmask
2018-07-30 15:52:52 +10:00
Jeff Becker
2e13eac024
make it compile
2018-07-30 15:49:47 +10:00
Jeff Becker
14b27b432e
typofix
2018-07-30 15:48:45 +10:00
Jeff Becker
24960ca47b
meh
2018-07-30 15:47:54 +10:00
Jeff Becker
a8567b0d21
fix previous commit
2018-07-30 15:45:32 +10:00
Jeff Becker
1f29155f43
typofix
2018-07-30 15:39:12 +10:00
Jeff Becker
3ee597d880
update private range
2018-07-30 15:37:05 +10:00
Jeff Becker
28f6a76312
remove unused encoding functions
2018-07-30 11:39:35 +10:00
Jeff Becker
908716aca4
cleanup
2018-07-30 09:29:36 +10:00
Jeff Becker
d011fb550e
have logic and netio run in same thread for now
2018-07-30 08:20:31 +10:00
Jeff Becker
08b60a9ae7
update code to match protocol spec
...
backwards incompat change
2018-07-29 08:20:32 +10:00
Jeff Becker
f65fee38be
fix ffi example
2018-07-27 14:25:34 +10:00
Jeff Becker
b1eddbc70f
unbreak shared library build
2018-07-27 14:07:22 +10:00
Jeff Becker
07b99e8ac4
extern "C" block for shared library
2018-07-27 13:41:55 +10:00
Jeff Becker
48cfdab63c
get rid of wizard and autogenerate configs if not present with sane defaults
2018-07-27 10:21:57 +10:00
Jeff Becker
976ca3015c
move iwp server to own source file
2018-07-27 08:06:11 +10:00
Jeff Becker
0f649d844f
more
2018-07-27 07:08:56 +10:00
Jeff Becker
536f63ed2a
better hop selection fault tolerance
2018-07-25 11:54:37 +10:00
Jeff Becker
17ad12cd2c
* don't heap allocate llarp_rc
...
* store rc into network database cache on connect
2018-07-25 11:24:37 +10:00
Jeff Becker
754fb8302d
more windows stuff again
2018-07-25 10:42:14 +10:00
Jeff Becker
17e7b063cf
typo
2018-07-25 10:41:24 +10:00
Jeff Becker
bd5f6e4ece
more windows stuff
2018-07-25 10:39:52 +10:00
Jeff Becker
f9db26adee
add mingw stl threading lib
...
run make format
2018-07-25 10:35:11 +10:00
Jeff Becker
f222f002f4
Merge remote-tracking branch 'loki/master'
2018-07-25 08:52:02 +10:00
Jeff Becker
81b48e660f
bump version
2018-07-25 08:40:14 +10:00
Jeff Becker
e91f69a0ef
* put sequence numbers in routing messages
...
* more endian crap
* don't tick logic too much
2018-07-25 08:34:46 +10:00
Jeff Becker
14ab05e1ba
use locking
2018-07-25 07:34:59 +10:00
Jeff Becker
8553c206cb
endian stuff
2018-07-24 17:06:42 +10:00