Commit Graph

70 Commits (755a2329821eb38d728dd37699df5f64f20744f2)

Author SHA1 Message Date
Ryan Tharp 124e9dc4bf
Merge pull request #556 from neuroscr/issue547-2
handle relative config paths better
5 years ago
Ryan Tharp 89837d5528 handle relative config paths better 5 years ago
Ryan Tharp 4f70c729c0
Merge pull request #554 from neuroscr/issue547-2
fix generate router config
5 years ago
Ryan Tharp ecec0628f0 fix generate router config 5 years ago
Ryan Tharp db25a9107c format / fix syntax error 5 years ago
Ryan Tharp f9d20fe75b
Merge branch 'master' into cooler_help 5 years ago
Ryan Tharp b36b378583 issue 547 make format 5 years ago
Ryan Tharp 8cf6a77c1d address issue loki-project#547, remove client.ini, update ini defaults, and clean up help message 5 years ago
Michael 5589d9b471
Make help more useful 5 years ago
Rick V afdb6cf2f3
windows is the oddball yet again 5 years ago
Jeff Becker 73a71e43c3
vec -> arg 5 years ago
Jeff Becker 0a990fbdff
fix positional arguments in main 5 years ago
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
5 years ago
Michael 57d6668e55
Move metrics out of daemon into llarp::Context 5 years ago
Rick V 1fb3a0bf62
stderr is unbuffered by default? 5 years ago
Michael 91f401ff71
Integrate metrics into router 5 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 5 years ago
Rick V 3931b7d9d7
implement missing libabyss functionality
remove some finished TODOs
5 years ago
Rick V ad1179a333
remove ref to nrmicro
add note
5 years ago
Rick V 8741f0dd59
NetBSDs don't fully implement POSIX.1-2001 (!!!) 5 years ago
Rick V f277f368a1
win32 g++ is set to c++17 by default, so we use the _real_ string_view class 5 years ago
Ryan Tharp befcdc179e address #251 and improve UX 5 years ago
Ryan Tharp a2ca33130f always show what config file it's using 6 years ago
Michael b1ffdba7ba
Build with libabyss 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago
Jeff 4b2a1ea9f3 make format and attempt to fix #158 6 years ago
despair 321251c944
implemented SIGINT handler for NT 6 years ago
Michael a5c3ba0fdd
Move logger.hpp to llarp/ 6 years ago
Jeff Becker 0bfe9a5fee
fix 6 years ago
Jeff Becker 90a2545bb1
handle SIGTERM 6 years ago
despair 0eacab7759 warn windows user if using untested relay mode
update readme
6 years ago
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
despair 38f2a6b2c9 be slightly less annoying
check build rules
6 years ago
despair c5d1b32286 remove microsoft c++ crud
🤔🤔🤔🤔
6 years ago
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.
6 years ago
cathugger 4d5f5fecfa
ip: make things fragmentation-aware, cleanup UDP handling; also format
one's complement math is pretty fun
6 years ago
Ryan Tharp 7e217366e6 fix overwrite? 6 years ago
Ryan Tharp 4b3b09736b Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
despair86 991c1d8fce fix 6 years ago
despair86 9fdde65798 make bencode ILP32/LLP64 clean (long is 32 bits outside of unix!)
actually open new RCs in binary mode
clang-format
win32 skeleton code for tun (still working on the guts)
6 years ago
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
6 years ago
Ryan Tharp 47d71c601c fix another overwrite 6 years ago
Ryan Tharp c11e61a51d add -c for client auto-config, -f for overwrite 6 years ago
Jeff Becker 3938517dc6
fix creation 6 years ago
Jeff Becker 1d5adaf4cc
fix previous commit 6 years ago
Jeff Becker 3feb45bdf8
more fixes for main 6 years ago
Jeff Becker b00ee5203c
fix config generation with specified config file 6 years ago
Jeff Becker 58198656a3
configurable base directory for config and add option for only generating config 6 years ago
Jeff Becker 43b4e1eaf3
don't sighup for windows 6 years ago
Jeff Becker e047bfa266
update readme
add sighup
6 years ago