Michael
8323725509
Initial No-Op Crypto implementation
2019-05-29 09:46:34 +01:00
Ryan Tharp
124e9dc4bf
Merge pull request #556 from neuroscr/issue547-2
...
handle relative config paths better
2019-04-23 17:40:54 -07:00
Ryan Tharp
89837d5528
handle relative config paths better
2019-04-23 17:40:44 -07:00
Ryan Tharp
4f70c729c0
Merge pull request #554 from neuroscr/issue547-2
...
fix generate router config
2019-04-23 17:04:05 -07:00
Ryan Tharp
ecec0628f0
fix generate router config
2019-04-23 17:03:42 -07:00
Ryan Tharp
db25a9107c
format / fix syntax error
2019-04-23 16:17:10 -07:00
Ryan Tharp
f9d20fe75b
Merge branch 'master' into cooler_help
2019-04-23 16:10:52 -07:00
Ryan Tharp
b36b378583
issue 547 make format
2019-04-23 14:57:01 -07:00
Ryan Tharp
8cf6a77c1d
address issue loki-project#547, remove client.ini, update ini defaults, and clean up help message
2019-04-23 14:50:49 -07:00
Michael
5589d9b471
Make help more useful
2019-04-23 21:52:13 +01:00
Rick V
afdb6cf2f3
windows is the oddball yet again
2019-04-22 18:06:03 -05:00
Jeff Becker
73a71e43c3
vec -> arg
2019-04-21 18:15:47 -04:00
Jeff Becker
0a990fbdff
fix positional arguments in main
2019-04-21 17:48:28 -04:00
michael-loki
0195152e05
Allow builds on MSVC ( #518 )
...
* Import cxxopts to replace getopts usage
* Add visual studio build things
* Fixup abseil build parts
* Replace __attribute__((unused)) with ABSL_ATTRIBUTE_UNUSED
* Fixup minor windows build issues
* Replace getopts usage
* Temporarily fixup .rc files
* More minor windows fixes
* Get a working build
* Revert .rc files
* Revert changes to nodedb
2019-04-19 13:24:33 -05:00
Michael
57d6668e55
Move metrics out of daemon into llarp::Context
2019-04-05 10:20:48 +01:00
Rick V
1fb3a0bf62
stderr is unbuffered by default?
2019-04-03 01:14:15 -05:00
Michael
91f401ff71
Integrate metrics into router
2019-03-25 20:36:23 +00:00
Michael
c5a129ddff
Convert to use abseil synchronisation primitives
2019-03-03 21:20:38 +00:00
Michael
67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation
2019-02-11 16:24:05 +00:00
Rick V
3931b7d9d7
implement missing libabyss functionality
...
remove some finished TODOs
2019-02-06 19:53:11 -06:00
Rick V
ad1179a333
remove ref to nrmicro
...
add note
2019-02-06 19:53:11 -06:00
Rick V
8741f0dd59
NetBSDs don't fully implement POSIX.1-2001 (!!!)
2019-02-06 19:53:07 -06:00
Rick V
f277f368a1
win32 g++ is set to c++17 by default, so we use the _real_ string_view class
2019-02-06 19:53:06 -06:00
Ryan Tharp
befcdc179e
address #251 and improve UX
2019-01-29 03:23:40 -08:00
Ryan Tharp
1ba5b75082
Merge branch 'master' of https://github.com/neuroscr/loki-network
2019-01-16 21:25:37 +00:00
Ryan Tharp
a2ca33130f
always show what config file it's using
2019-01-16 12:57:45 -08:00
Michael
04e0fe3ad7
Move crypto code to a subdirectory
2019-01-13 15:06:16 +00:00
Michael
b1ffdba7ba
Build with libabyss
2019-01-11 01:59:44 +00:00
Michael
e5eda0fb8f
Move lokinet unspecific components to a util/ library
2019-01-10 20:07:24 +00:00
Michael
4f90192e1a
Fix lifetime issues in llarp_findOrCreate* function calls
2019-01-03 23:10:32 +00:00
Jeff
4b2a1ea9f3
make format and attempt to fix #158
2018-12-23 08:29:11 -05:00
despair
321251c944
implemented SIGINT handler for NT
2018-12-22 12:58:14 -06:00
Jeff Becker
be234e4b6e
* make format
...
* snode to snode direct traffic
* wire up dns on service node tun
2018-12-13 11:14:44 -05:00
Michael
85dde7b6b0
Move remaining include/llarp headers to llarp/
2018-12-12 02:53:02 +00:00
Michael
b92ea0521b
Move router_contact.hpp 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
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
Michael
30e9dca2e5
Convert llarp_logic to be a C++ class
2018-12-10 14:15:11 +00:00
Jeff Becker
0bfe9a5fee
fix
2018-12-02 21:17:36 -05:00
Jeff Becker
472948a610
more dns tweaks
2018-12-01 09:35:11 -05:00
Jeff Becker
90a2545bb1
handle SIGTERM
2018-11-29 08:12:28 -05:00
Ryan Tharp
1c6031c677
clang-format
2018-11-21 16:39:09 -08:00
Ryan Tharp
0046b705e8
generic_handle_dnsc_recvfrom() remove unneeded parameter, start making daemon/dns better, deprecate raw_handle_recvfrom()
2018-11-21 16:29:42 -08:00
Jeff Becker
b543d6243d
Merge branch 'master' into dev
2018-11-20 07:42:17 -05:00
Michael
0b2ebc83e0
De-C-ify several .h headers
2018-11-19 22:45:37 +00:00
Jeff Becker
56676002aa
wire up exit traffic
2018-11-14 14:34:17 -05:00
Jeff Becker
e91d7cf88f
Merge remote-tracking branch 'rick/dev' into dev
2018-11-13 06:39:41 -05:00
despair
f6fb063684
this is driving me at least mildly insane
...
we _never_ get to llarp::udp_listener::read
2018-11-12 23:39:50 -06:00
despair
0eacab7759
warn windows user if using untested relay mode
...
update readme
2018-11-11 22:50:41 -06:00