Michael
|
e887b4e9c7
|
Move service* to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
a5c3ba0fdd
|
Move logger.hpp to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
0a08e53bde
|
Move exit* to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
2d4f7c6b2d
|
Move encode.hpp to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
d9ce493a9e
|
Move dns* to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
fddc8734d2
|
Move dht* to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
451bbedfaf
|
Move crypto.hpp to llarp/
|
2018-12-12 02:53:01 +00:00 |
|
Michael
|
7be452092c
|
Convert llarp_crypto to be a true C++ class
|
2018-12-11 00:53:55 +00:00 |
|
Michael
|
f0fce5b68a
|
Convert llarp_router to be a true C++ class
|
2018-12-10 20:15:35 +00:00 |
|
Jeff Becker
|
3d05ac1113
|
Merge remote-tracking branch 'origin/master' into dev
|
2018-12-10 09:40:11 -05:00 |
|
Jeff Becker
|
1704c7e234
|
make cmake install target work and setcap on linux
|
2018-12-10 09:20:35 -05:00 |
|
Michael
|
30e9dca2e5
|
Convert llarp_logic to be a C++ class
|
2018-12-10 14:15:11 +00:00 |
|
Jeff Becker
|
f63045d5a4
|
Merge remote-tracking branch 'origin/master' into dev
|
2018-12-05 09:41:35 -05:00 |
|
Jeff Becker
|
1f104881be
|
unit testing for ptr
|
2018-12-04 11:52:48 -05:00 |
|
Jeff Becker
|
40678f9019
|
add dnslib unit test coverage
|
2018-12-04 11:16:43 -05:00 |
|
Jeff Becker
|
1d1bde2e88
|
add dnslib
|
2018-12-03 17:22:59 -05:00 |
|
despair
|
d26141d433
|
Merge branch 'dev' into reeeee-divergence
ok hope this works -rick
# Conflicts:
# .gitignore
# .vscode/settings.json
# include/llarp/service/context.hpp
# llarp/dns.cpp
# llarp/dnsc.cpp
# llarp/ev.cpp
# llarp/ev.hpp
# llarp/ev_win32.hpp
# llarp/net.cpp
# llarp/router.cpp
# llarp/router.hpp
# llarp/service/context.cpp
|
2018-12-03 12:24:56 -06:00 |
|
Jeff Becker
|
6c8c32cc2b
|
disable tests for now
|
2018-12-03 08:24:45 -05:00 |
|
Jeff Becker
|
472948a610
|
more dns tweaks
|
2018-12-01 09:35:11 -05:00 |
|
Jeff Becker
|
34e65a3e9a
|
correct endian
|
2018-11-30 09:42:05 -05:00 |
|
Jeff Becker
|
79cffacafd
|
new exit packet buffer format
|
2018-11-29 16:19:20 -05:00 |
|
Jeff Becker
|
11372c9544
|
Merge branch 'dev' into snode-endpoint
|
2018-11-29 09:34:19 -05:00 |
|
Jeff Becker
|
c1e494c2c4
|
have llarp_ev_* use llarp_buffer_t
|
2018-11-23 09:37:26 -05:00 |
|
Ryan Tharp
|
090fac7b4e
|
Merge branch 'master' of https://github.com/loki-project/loki-network
|
2018-11-22 00:30:58 +00:00 |
|
Ryan Tharp
|
811b8451f5
|
llarp_buffer_t update
|
2018-11-21 23:47:11 +00:00 |
|
Ryan Tharp
|
d11ba89fbc
|
Merge branch 'master' of https://github.com/loki-project/loki-network
|
2018-11-21 23:38:57 +00:00 |
|
Michael
|
6ea0362167
|
Minor fixes for macOS build
|
2018-11-21 23:06:57 +00:00 |
|
Jeff Becker
|
67eadff143
|
node whitelist option via jsonrpc
|
2018-11-21 12:46:33 -05:00 |
|
Ryan Tharp
|
40522639ce
|
Merge branch 'master' of https://github.com/loki-project/loki-network
|
2018-11-21 13:39:27 +00:00 |
|
Jeff Becker
|
2bd2815290
|
don't sign traffic
|
2018-11-21 07:31:36 -05:00 |
|
Ryan Tharp
|
a9b92628a1
|
fix unit_test to remove the redundant params from the response functions
|
2018-11-20 19:51:14 +00:00 |
|
Jeff Becker
|
b543d6243d
|
Merge branch 'master' into dev
|
2018-11-20 07:42:17 -05:00 |
|
Michael
|
d750ec0605
|
Rename logic.h
|
2018-11-20 00:52:19 +00:00 |
|
Michael
|
0b2ebc83e0
|
De-C-ify several .h headers
|
2018-11-19 22:45:37 +00:00 |
|
Jeff Becker
|
4e105f3cd5
|
add std::optional backport option for cxx11
|
2018-11-19 11:31:12 -05:00 |
|
Jeff Becker
|
d37daf7996
|
Merge branch 'master' into dev
|
2018-11-19 06:57:29 -05:00 |
|
despair
|
c325246beb
|
need to start winsock to use any networking
try fixing this
|
2018-11-19 04:29:39 -06:00 |
|
Jeff Becker
|
602a883038
|
add missing include for linux
|
2018-11-18 07:49:35 -05:00 |
|
Jeff Becker
|
f5ac1b5c0d
|
Merge branch 'master' into dev
|
2018-11-18 07:43:13 -05:00 |
|
Michael
|
3c5e3e79f9
|
Create ThreadPool component with test suite
|
2018-11-17 21:13:34 +00:00 |
|
Michael
|
8a52bf448e
|
Create Queue component with test suite
|
2018-11-17 21:13:34 +00:00 |
|
Michael
|
951a065867
|
Create QueueManager component with test suite
|
2018-11-17 21:13:34 +00:00 |
|
Jeff Becker
|
17297837d9
|
that's dumb af, use std::unique_ptr
|
2018-11-15 16:47:05 -05:00 |
|
Jeff Becker
|
09945dce62
|
initial exit/service node comm code with some unit tests (incomplete)
|
2018-11-12 11:43:40 -05:00 |
|
Jeff Becker
|
fd87f2ac96
|
purge VLAs from the codebase
|
2018-11-09 07:25:14 -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 |
|
Michael Thorpe
|
a2d5d80779
|
Enable warnings as errors
test criteria:
- Built from clean on macOS
|
2018-11-06 22:48:17 +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
|
67390de0c2
|
merge
|
2018-11-03 06:19:18 -07:00 |
|
Jeff Becker
|
080c0da4a0
|
remvoe const requirement and update unit tests for jsonrpc server
|
2018-11-02 14:02:45 -04:00 |
|