Commit Graph

809 Commits

Author SHA1 Message Date
Jeff Becker 3c3dd65760
use default values 2019-05-08 11:47:37 -04:00
Jeff Becker 9b379a1659
add explicit constructor 2019-05-08 11:42:38 -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 afa058c4ee Fix build on windows 2019-04-14 18:12:11 +01:00
Michael 9bc501bbf7 Integrate metric tank into build 2019-04-14 17:18:32 +01:00
Jeff Becker 3da6551e82
make android compile 2019-04-08 11:54:19 -04:00
Jeff Becker 184971a446
Merge remote-tracking branch 'origin/master' 2019-04-08 08:03:02 -04:00
Jeff Becker e178a70929
use shared_ptr for event loop 2019-04-08 08:01:52 -04:00
Michael 5df8e16c44
Add metrics section to config 2019-04-07 18:55:21 +01:00
Michael 57d6668e55
Move metrics out of daemon into llarp::Context 2019-04-05 10:20:48 +01:00
Rick V 1eddba0dd3
that _should_ be just enough to implement TUN on Solaris 2.x
sadly this is ineligble for upstream because we don't bother
to use TAP in the slightest
2019-03-25 12:03:55 -05:00
Rick V 0de253065e
remove ded code
add code for proper DNSc search
2019-02-26 15:35:04 -06:00
Michael 89ae60cfab
llarp::Context uses AbstractRouter now 2019-02-22 16:21:05 +00:00
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 2019-02-11 16:24:05 +00:00
Michael 6055829df4
Remove tl::optional and use absl::optional always 2019-02-03 02:13:31 +00:00
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
2019-01-21 10:45:18 -05:00
Jeff Becker 177dca91e2
add pidfile option 2019-01-18 08:24:33 -05:00
Jeff Becker 41e8691702
make format 2019-01-17 09:02:50 -05:00
Michael 79157414f3
Split crypto.hpp into 3 different files 2019-01-13 16:32:51 +00:00
Michael 04e0fe3ad7
Move crypto code to a subdirectory 2019-01-13 15:06:16 +00:00
Michael 081d4dfa32
Reorganise source into more folders 2019-01-11 01:19:49 +00:00
Michael fa2b466ffe
Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
Jeff Becker 5b87fb509e
start on kubernetes shim and fix up shared library target and ffi python code 2019-01-09 11:07:55 -05:00
Jeff b088c7eba5 Merge branch 'gh-master' 2018-12-24 16:15:22 -05:00
Jeff Becker 21d1998a38
add graceful stop for path builders and friends 2018-12-24 11:10:56 -05:00
Jeff 4b2a1ea9f3 make format and attempt to fix #158 2018-12-23 08:29:11 -05:00
Jeff Becker c3ac2811f6
make llarp.h pure C compatable 2018-12-13 16:46:55 -05:00
Jeff Becker 312ccdf478
hide c++ stuff in C api 2018-12-13 16:37:30 -05: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 f667d4e81c
Move str.hpp to llarp/ 2018-12-12 02:53:01 +00:00
Michael e887b4e9c7
Move service* to llarp/ 2018-12-12 02:53:01 +00:00
Michael 5aa7f49470
Move routing* to llarp/ 2018-12-12 02:53:01 +00:00
Michael b92ea0521b
Move router_contact.hpp to llarp/ 2018-12-12 02:53:01 +00:00
Michael 8877f60462
Move mem.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 30601720e9
Move linux* to llarp/ 2018-12-12 02:53:01 +00:00
Michael c0a76714fa
Move link* to llarp/ 2018-12-12 02:53:01 +00:00
Michael 7a52638add
Move handlers* 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 c064893947
Move buffer.hpp to llarp/ 2018-12-12 02:53:00 +00:00
Michael f51384f92e
Move address_info.hpp to llarp/ 2018-12-12 02:53:00 +00:00
Michael aa3b55302b
Remove dead address_info code 2018-12-11 23:58:58 +00:00
Michael 7be452092c
Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +00:00
Michael 6358b25db0
Convert llarp_nodedb to be a true C++ class 2018-12-10 23:31:39 +00:00