Jeff Becker
7a78832841
Merge remote-tracking branch 'rick/dev'
2018-11-07 11:05:47 -05:00
Jeff Becker
7090a012f3
Merge remote-tracking branch 'micheal/wextra' into dev
2018-11-07 10:57:34 -05:00
Michael Thorpe
33bfaf7ecd
Enable -Wextra
...
test criteria:
- test build on macOS
- test build in debian docker container
- test build in fedora docker container
2018-11-07 15:31:13 +00:00
despair
04e620ebf2
add iocp tcp connect
...
msys2 grabs its reactos sdk headers straight out of git
most cross-compilers use the versioned releases (v6 as of last week)
huh. for once setting the windows version macros doesn't break anything.
2018-11-06 17:54:34 -06:00
Michael Thorpe
a2d5d80779
Enable warnings as errors
...
test criteria:
- Built from clean on macOS
2018-11-06 22:48:17 +00:00
Jeff Becker
b501913f85
make android build work with gradle
2018-11-06 09:27:25 -05:00
Jeff Becker
f1cca956f9
make android compile again
2018-11-06 09:06:09 -05:00
Ryan Tharp
1957916170
re-import missing addr functionality, make compile
2018-11-03 13:52:50 +00:00
Ryan Tharp
5d90cbe895
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-11-03 13:43:21 +00:00
Ryan Tharp
26d4fd068f
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-11-03 06:12:37 -07:00
Ryan Tharp
0de60ee8a5
move net into platform
2018-11-03 06:10:21 -07:00
Jeff Becker
da0547f7ba
check for freebsd
2018-11-02 13:45:39 -04:00
Jeff Becker
f285a0ac3e
update tests
2018-11-02 13:08:01 -04:00
despair
a24ae7cdbc
add avx2 option
2018-11-02 03:08:28 -05:00
despair
ce367ac501
merge
2018-11-02 02:51:33 -05:00
despair
765934a796
add assembler flags
2018-11-01 08:27:55 -05:00
Jeff Becker
2d279e83fd
initial tcp connect for epoll
2018-11-01 08:47:14 -04:00
Jeff Becker
6fe6e59bd5
Merge branch 'dev'
2018-10-30 09:10:41 -04:00
despair
186e2ea989
refactored event loop base classes
...
use the base class impl for llarp::tcp_conn::sendto
can't seem to escape quotes ;-;
yeah this need to stay out of the unix build
turn on gnu extensions
apple stuff
remove duplicate code
clean up
fix vtable
clang-format
parameter checks
2018-10-30 00:41:44 -05:00
despair
9afe63d738
polish new build script
...
pass cxxflags down to c++ driver
2018-10-30 00:18:25 -05:00
despair
38f2a6b2c9
be slightly less annoying
...
check build rules
2018-10-30 00:16:34 -05:00
despair
d425b5d308
implement tcp evloop on win32
...
(with its now-obsolete distinction between socketfd and fd)
sockets and file descriptors used to be distinct objects....back in the
16-bit Winsock 1.1 era, which needlessly complicated the 32-bit port
back then. these days one can use [Read|Write]File(2) to operate on
sockfds...which also have some of the semantics of [read|write]v(2)
i.e. the scatter-gather thing it's known for is done in async handler
-rick
variants are nice
added note to self
clang-format
link abyss properly
oops
shut up
*shrugs*
oops forgot to start winsock
moved our async io status flags to the base class
let derived classes override them as needed
this is probably a synchronous op _anyway_
fix typo
wtf
2018-10-30 00:16:33 -05:00
despair
3aaea187b6
add intel intrinsics for 32-bit avx build
...
make crypto and abyss static
update readme for windows
2018-10-30 00:16:32 -05:00
despair
b1c28be916
grabbed packaging scripts and fluff from abandoned repo
2018-10-30 00:16:18 -05:00
Ryan Tharp
5248283128
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-29 23:15:53 +00:00
Michael Thorpe
4690aceb0d
Modernise CMake build
...
- Bump to require version 3.7.0
- Change to use `add_compile_options` over manually appending to
`CMAKE_C_FLAGS` or `CMAKE_CXX_FLAGS`.
- Use CMake machinery to set expected C++ standard
- Use CMake machinery to find flag(s) for pthread build
2018-10-28 18:57:04 +00:00
Ryan Tharp
3f424e545d
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-27 22:57:19 +00:00
Jeff
ccead80c3d
make jsonrpc server configurable on build, disabled by default.
...
default to client only and require explicitly run as relay to run as relay.
2018-10-27 08:41:04 -04:00
Jeff Becker
04d55b94c5
fix up jsonrpc stuff
2018-10-25 13:19:53 -04:00
Jeff Becker
ab7a4cd805
make jsonrpc demo work
2018-10-25 13:03:25 -04:00
Jeff Becker
957a5ed833
initial epoll event loop implementation for tcp
2018-10-24 14:02:42 -04:00
Ryan Tharp
4d309131bb
rollback neuro hack to fix Kee's build
2018-10-24 03:33:48 +00:00
Jeff
78fdfca345
add missing file
2018-10-23 09:36:20 -04:00
Jeff
e5ac3857fc
make it link of osx
2018-10-23 09:21:33 -04:00
Jeff
cadc01a9b1
makeit work on macos
2018-10-23 09:18:48 -04:00
Jeff Becker
6828ea2d1f
add more stuff from builder repo
2018-10-23 07:45:14 -04:00
Jeff Becker
c262f8b5e3
bundle relevent libsodium parts
2018-10-23 07:29:37 -04:00
Jeff Becker
cc106ed37b
fix dht bug, probably, re-enable loopback testnet functionality
2018-10-21 10:19:49 -04:00
Jeff Becker
612057003a
de changes
2018-10-19 07:41:36 -04:00
Jeff Becker
ca1243f392
add initial libabyss bolierplate
2018-10-16 13:22:52 -04:00
Jeff Becker
77c24d655c
update cmakelists to include new test
2018-10-16 11:27:52 -04:00
Ryan Tharp
14ccb2f81e
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-11 12:21:16 +00:00
Ryan Tharp
da9850f0e3
start of dns unit tests
2018-10-11 04:51:13 -07:00
Jeff Becker
475ac63f4a
initial admin api infra
2018-10-09 08:06:30 -04:00
Jeff Becker
0b0278a312
we don't use crypto_async anymore
2018-10-03 07:02:56 -04:00
Jeff Becker
1f02498fc0
code for disabling default hidden service
2018-10-03 06:59:30 -04:00
despair86
faf6022288
rip ms c++
2018-10-01 15:08:55 -05:00
despair86
8ac7d4f6dc
if we didn't specify a path to save our config in, only create .lokinet on the assumption that $HOME or $APPDATA (on NT) already exist
...
add win32 tun glue, fix llarp timebase
(In fact, _both_ of these are guaranteed to exist on their respective platforms.)
also, tuntap is now wired up to the windows port
2018-10-01 15:08:52 -05:00
despair86
7f809eb53b
fix windows build
2018-10-01 15:06:07 -05:00
despair86
8117960843
found more unix exclusive stuff
2018-10-01 15:06:06 -05:00
despair86
7c5d98ca31
clean up win32 build rules
2018-10-01 15:06:06 -05:00
Jeff Becker
138c222a1a
dns port configurable at compile time (make this configurable on runtime plz)
2018-09-30 08:42:28 -04:00
Ryan Tharp
0e6d85f6c9
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-24 13:24:42 +00:00
Jeff Becker
f3ebb48c7b
enable TUNTAP by default
2018-09-24 06:25:29 -04:00
Ryan Tharp
8aa9d99977
update build, refactor .loki lookups into their own file
2018-09-22 03:17:22 -07:00
Ryan Tharp
29a304f928
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-20 12:45:19 +00:00
despair86
924dac752b
I think i merged pthread and the seh handler together on my CI machine, and such a setup is site-specific anyway....
2018-09-20 00:36:11 -05:00
despair86
4afa358c49
fix win32 build
2018-09-19 20:41:47 -05:00
despair86
8845f3ecc5
strip extra unneeded code from libutp
2018-09-19 20:39:45 -05:00
despair86
af41b7bf80
fix up tree
2018-09-19 20:39:44 -05:00
Rick V
0477db37ca
wow64 cross compile setup
2018-09-19 19:43:16 -05:00
despair86
8c7f5547a9
finally enabled gtest on win32
...
update authorship
2018-09-19 19:43:16 -05:00
Ryan Tharp
f283923cb7
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-19 12:28:48 +00:00
Ryan Tharp
9f33edeed0
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-19 12:22:34 +00:00
Jeff Becker
6986f04418
basic router profiling and fix ip rewrite
2018-09-13 12:41:53 -04:00
Jeff Becker
59b5af551a
remove -march=native
2018-09-08 04:34:15 -04:00
Jeff Becker
7922959528
fix cxx flags
2018-09-07 16:54:50 -04:00
Jeff Becker
c3fbb717de
remove cxx flags
2018-09-07 16:46:23 -04:00
Jeff Becker
60d5277351
broken
2018-09-06 07:46:19 -04:00
Ryan Tharp
742a0b8da7
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-06 00:32:06 +00:00
Jeff Becker
ba648868c4
more
2018-09-04 15:15:06 -04:00
Jeff Becker
085563ac2f
implement utp link protocol
...
gut curvecp for now
2018-09-04 08:41:25 -04:00
Jeff Becker
1839da9c3c
add bencode file helpers and move link server functions into source file
2018-09-03 09:10:56 -04:00
Jeff Becker
03e73b0bb9
fix typo
2018-09-03 07:43:34 -04:00
Jeff Becker
fe38ab6a5a
clean up cmakelists.txt
2018-09-03 07:41:04 -04:00
Jeff Becker
c3c388b6aa
remove iwp and start on curvecp
...
does not compile
2018-09-02 14:25:42 -04:00
Jeff Becker
b122fc59f8
refactor (not done)
2018-08-29 16:40:26 -04:00
Jeff Becker
d3eef5c8b7
more netns code
2018-08-26 08:51:22 -04:00
Ryan Tharp
8724ddd792
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-08-23 22:51:23 +00:00
Jeff Becker
4aebbda640
more tun stuff
2018-08-20 15:12:12 -04:00
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
2018-08-18 21:26:18 -05:00
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
2018-08-18 21:25:24 -05:00
Jeff Becker
1a1f93c171
* more tun stuff
...
* use std::unique_ptr where bare pointers aren't absolutely required
2018-08-17 15:49:58 -04:00
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