Ryan Tharp
f9d20fe75b
Merge branch 'master' into cooler_help
2019-04-23 16:10:52 -07:00
Ryan Tharp
11a6691ab0
Merge pull request #549 from neuroscr/issue547-2
...
address issue loki-project#547, remove client.ini, update ini defaults, and clean up help message
2019-04-23 16:10:23 -07:00
Ryan Tharp
8220df002e
update description
2019-04-23 15:27:13 -07:00
Ryan Tharp
1344095a06
MacOS scripts to create package installer
2019-04-23 15:18:41 -07:00
Jeff
b686d697a8
Merge pull request #551 from neuroscr/issue550
...
fix issue #550 kqueue crash
2019-04-23 18:14:24 -04:00
Ryan Tharp
58be0229e6
fix issue #550 kqueue crash
2019-04-23 15:10:31 -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
Jeff Becker
c5c28a528f
exit node tweaks
2019-04-23 14:29:42 -04:00
Jeff Becker
5921086391
common codepath for sending protocol frames
2019-04-23 13:35:20 -04:00
Jeff Becker
6711296b26
finish converting to shared_ptr
2019-04-23 12:13:22 -04:00
Jeff Becker
8484e29c9b
turn more stuff into std::shared_ptr
...
remove dead codepaths
2019-04-23 10:47:23 -04:00
Jeff Becker
99c29cf05a
prepare for ios/android jazz
...
move to use std::shared_ptr instead of bare pointers so we can
multithread everything.
2019-04-23 10:28:59 -04:00
Jeff Becker
5872573e91
rename Logic and Crypto functions to GetLogic and GetCrypto
2019-04-23 09:20:01 -04:00
Jeff Becker
a2912ff860
Merge remote-tracking branch 'origin/master'
2019-04-23 09:12:36 -04:00
Jeff
c5c64731e7
Merge pull request #545 from michael-loki/fix_intro_set_rule_of_one
...
Fix introset tests
2019-04-23 09:09:05 -04:00
Michael
3a8715d8e4
Fix introset tests
2019-04-23 10:25:03 +01:00
michael-loki
e36ddfb093
Fixup casing ( #543 )
...
* Rename Identity.hpp to identity.hpp
* Rename Identity.cpp to identity.cpp
* Rename Info.hpp to info.hpp
* Rename Intro.cpp to intro.cpp
* Rename Intro.hpp to intro.hpp
2019-04-22 20:24:23 -05:00
Jeff
99471fcf11
Merge pull request #540 from michael-loki/service_tidying
...
Tidy up more parts of the service/ directory
2019-04-22 19:43:58 -04:00
Rick V
d16e173ef3
Merge pull request #541 from despair86/master
...
windows is the oddball yet again
2019-04-22 18:07:42 -05:00
Rick V
afdb6cf2f3
windows is the oddball yet again
2019-04-22 18:06:03 -05:00
Rick V
4c4efd1aaa
irrelevant on Microsoft C++
2019-04-22 18:05:57 -05:00
Michael
98e691f315
Tidy up more parts of the service/ directory
2019-04-22 22:28:10 +01:00
Jeff
385dfe68bd
Merge pull request #539 from michael-loki/introset_unique_pow
...
Make IntroSet PoW be a unique_ptr
2019-04-22 17:23:31 -04:00
Michael
2d2c0e3ac2
Make introset PoW be a unique_ptr
2019-04-22 22:19:51 +01:00
Jeff
acf6dcdb89
Merge pull request #538 from michael-loki/remove_raw_new_service
...
Remove usage of raw new from service classes
2019-04-22 17:18:13 -04:00
Jeff Becker
33d1fb913f
more clairvoient path building
2019-04-22 15:54:43 -04:00
Jeff Becker
36369abcb4
"better" (more vigorus) path building
2019-04-22 15:15:07 -04:00
Jeff Becker
d5162c2aad
dont kill active exit paths
2019-04-22 13:55:07 -04:00
Michael
e33a33635c
Remove usage of raw new from service classes
2019-04-22 18:38:29 +01:00
Jeff Becker
3120464fd6
catch error
2019-04-22 10:53:30 -04:00
Jeff Becker
fddb4c6b5d
give commandline args to hooks
2019-04-22 10:33:27 -04:00
Jeff Becker
a73d6f5c31
stop and drain threadpool
2019-04-22 10:03:22 -04:00
Jeff Becker
c0d7b53328
make it work
2019-04-22 10:00:59 -04:00
Jeff Becker
6785bd75c6
actually fork
2019-04-22 08:48:48 -04:00
Jeff Becker
3a8cb0bfb5
add shell based hooks for service::Endpoint, also make format
2019-04-22 08:25:25 -04:00
Jeff
f32860a607
Merge pull request #537 from majestrate/master
...
make config file used when provided in arguments
2019-04-21 20:16:03 -04: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
Jeff Becker
2b3c2f5a33
remove install from cmake
2019-04-21 17:35:10 -04:00
Jeff
06fcdf9816
Merge pull request #536 from michael-loki/endpoint_refactor
...
Refactor service::Endpoint into multiple chunks
2019-04-21 15:39:41 -04:00
Michael
33c80b7c16
Move service::Session to its own componet
2019-04-21 19:39:50 +01:00
Michael
94ad84363a
Move CachedTagResult and TagLookupJob to its own component
2019-04-21 19:39:50 +01:00
Michael
6bf54e0925
Remove AsyncKeyExchange, HiddenServiceAddressLookup and OutboundContext to their own components
2019-04-21 19:39:50 +01:00
Michael
3db6d80928
Remove unnecessary llarp:: qualifiers
2019-04-21 19:39:50 +01:00
Michael
2412ed59ee
Move SendContext to its own component
2019-04-21 19:39:50 +01:00
Michael
84fc90dc82
Remove dependency on service::endpoint
2019-04-21 19:39:50 +01:00
Rick V
01ec1cc61c
fix windows ( #535 )
2019-04-19 13:28:03 -05: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