Commit Graph

445 Commits (dev)

Author SHA1 Message Date
Jeff Becker f56e543d75
add deadlock checker and revert bencode change from long ago 5 years ago
Rick V cf3469e11a
crash on wine, we support linux, ucb_unix, svr4
natively ffs. i tested this patch on wine 4.4 on fuckin
Solaris 11 snv_151
5 years ago
Jason Rhinelander f54740fa85 Don't pointlessly set conffname back to itself 5 years ago
Jason Rhinelander e0340e86b2 clang-format fixes 5 years ago
Jason Rhinelander 2bdde18558 Remove shell globbing of path
resolvePath was leaking memory (the returned char * from realpath was
never freed), but upon closer inspection resolvePath doesn't seem right:
shell/glob/~ expansion is the job of the shell, not the argument (but
worse, if you pass it something like '~' (quoted) it would expand, which
is wrong.

Also de-duplicate some code.
5 years ago
Rick V 83c5e9ace4
manually merge #859 5 years ago
jeff 869ab0b652 Merge remote-tracking branch 'upstream/dev' into vpn-api-2019-10-03 5 years ago
Michael f6adacf936
Review fixes 5 years ago
Michael 3371da98cf
Use libcurl (optional dependency) to hit jsonrpc 5 years ago
jeff c26b67c379 finish wiring up jni shizz 5 years ago
jeff 7d7c6bf38c Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
michael-loki 4b6dab5651
Fixup 5 years ago
Michael abc527ca35
Split cmake files for executables into src dirs 5 years ago
jeff 52757fef0e Merge remote-tracking branch 'micheal/background_mode' into vpn-api-2019-10-03 5 years ago
Michael 15cb49c9bd
Introduce --background to only start JSON RPC
fixes #853
5 years ago
Stephen Shelton c9b862a12b Add a --version flag to lokinet CLI args 5 years ago
jeff 32ed821763 Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
Michael ae3fc3a395
Add initial macOS app 5 years ago
Jeff Becker 12314e8d00
ensure no crash on quit 5 years ago
Michael 1aec0dfa2b
Move logging to subdirectory 5 years ago
Michael c98ae332b2
Add missing header 5 years ago
Michael 0a1620aff2
make format 5 years ago
Michael de21a2f687
Include json output 5 years ago
Michael 8c5bbcaeeb
Update rcutil and add to build 5 years ago
Rick V f6c97091fd
clang-format 5 years ago
Rick V 581e64a2ef
back out for now 5 years ago
Rick V 578bcba73d
ok use exception filter
typo

no infinite loops
5 years ago
Rick V 16096c6adb
add debug helper lib for core dump generation on all supported windows targets
had an epiphany earlier

i kept having problems with static linking because
i merged the GNU C runtime with the SEH library
instead of merging the latter with pthread
5 years ago
Jeff Becker c1bf69f96f
run main in it's own thread and set its process name. 5 years ago
Michael a2326efa37
Revert "Merge pull request #679 from tewinget/revert-config-refactor"
This reverts commit 2996a7f29c, reversing
changes made to 10df3bd4b3.
5 years ago
Thomas Winget d044d60101 Reverts #678 #677 and #669 with hashes:
10df3bd
766ece8
979f095

See those commits for further details
5 years ago
Michael 00c237dc6d
Move config class to its own dir 5 years ago
Michael 8323725509
Initial No-Op Crypto implementation 5 years ago
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
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 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 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 5 years ago
Ryan Tharp a2ca33130f always show what config file it's using 5 years ago
Michael 04e0fe3ad7
Move crypto code to a subdirectory 5 years ago
Michael b1ffdba7ba
Build with libabyss 5 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 5 years ago
Michael 4f90192e1a
Fix lifetime issues in llarp_findOrCreate* function calls 5 years ago
Jeff 4b2a1ea9f3 make format and attempt to fix #158 5 years ago
despair 321251c944
implemented SIGINT handler for NT 5 years ago
Jeff Becker be234e4b6e
* make format
* snode to snode direct traffic

* wire up dns on service node tun
6 years ago
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 6 years ago
Michael b92ea0521b
Move router_contact.hpp to llarp/ 6 years ago
Michael a5c3ba0fdd
Move logger.hpp to llarp/ 6 years ago
Michael 7be452092c
Convert llarp_crypto to be a true C++ class 6 years ago
Michael f0fce5b68a
Convert llarp_router to be a true C++ class 6 years ago
Michael 30e9dca2e5
Convert llarp_logic to be a C++ class 6 years ago
Jeff Becker 0bfe9a5fee
fix 6 years ago
Jeff Becker 472948a610
more dns tweaks 6 years ago
Jeff Becker 90a2545bb1
handle SIGTERM 6 years ago
Ryan Tharp 1c6031c677 clang-format 6 years ago
Ryan Tharp 0046b705e8 generic_handle_dnsc_recvfrom() remove unneeded parameter, start making daemon/dns better, deprecate raw_handle_recvfrom() 6 years ago
Jeff Becker b543d6243d
Merge branch 'master' into dev 6 years ago
Michael 0b2ebc83e0
De-C-ify several .h headers 6 years ago
Jeff Becker 56676002aa
wire up exit traffic 6 years ago
Jeff Becker e91d7cf88f
Merge remote-tracking branch 'rick/dev' into dev 6 years ago
despair f6fb063684 this is driving me at least mildly insane
we _never_ get to llarp::udp_listener::read
6 years ago
despair 0eacab7759 warn windows user if using untested relay mode
update readme
6 years ago
Jeff Becker a73418abe3
do the right fix for warnings 6 years ago
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
Jeff Becker d9e4e139ed
fix compile on ubuntu 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
Jeff Becker de17324012
don't make tcp event code epoll specific 6 years ago
Jeff Becker d3278946f2
ipv4 bogon checking 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 f824ac8701 enable dotLokiLookup through router tun endpoint dnsd 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
Ryan Tharp 058ed4d4ea Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp b7f4907925 update DNS* init 6 years ago
Jeff Becker 8a4b2e97a5
add lint target for makefile using clang tidy
run make format
6 years ago
Jeff Becker 2e3601b140
fucking fix -V option that didn't fucking work wtf 6 years ago
Ryan Tharp 0c6f3e19a3 fix linux header 6 years ago
Ryan Tharp 902f6f14b7 pass RC by ref, header cleanup, clang format 6 years ago
Ryan Tharp 0ad4f43fe5 header clean up and clang-format 6 years ago
Ryan Tharp 9d4d595624 compile fixes 6 years ago
Ryan Tharp 3183d5a19e make sigint work, clean up dead code, update api, format 6 years ago
Ryan Tharp 6ba51c7cc0 enable prefetch 6 years ago
Ryan Tharp 29a304f928 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 0ffd49af04 bind to port 53, get first tun interface and set it up with dns tracker 6 years ago
Ryan Tharp eebb2609b8 try to map an address 6 years ago
Jeff Becker 3938517dc6
fix creation 6 years ago
Ryan Tharp f9936b43d3 Merge branch 'master' of https://github.com/loki-project/loki-network 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
Ryan Tharp f283923cb7 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 9f33edeed0 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 43b4e1eaf3
don't sighup for windows 6 years ago
Jeff Becker e047bfa266
update readme
add sighup
6 years ago
Ryan Tharp 742a0b8da7 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker c3c388b6aa
remove iwp and start on curvecp
does not compile
6 years ago
Jeff Becker 973f86c900
it compiles 6 years ago
Jeff Becker 5228a81bae
more refactor
get rid of C api
6 years ago
Jeff Becker a11bd44a7c
update rc util import 6 years ago
Jeff Becker 435fba25fd
add parts to rcutil to print out info about RCs: ./rcutil -V self.signed 6 years ago
Ryan Tharp 70345abe18 --b32, --hex, --find to locate service address 6 years ago
Ryan Tharp e732e17f0d better .loki handling 6 years ago
Ryan Tharp a5f2f7080d Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp 94b6b828c1 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 186bd7d573
use NTRU for introset end to end encryption 6 years ago
Ryan Tharp ec237768d7 merge 6 years ago
Ryan Tharp ab3493ba3d Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker d7c1c3322f
it works. 6 years ago
Ryan Tharp 3ada1e15be llarp_main_queryDHT_RC(), llarp_main_init_dnsd(), actually query DHT on dns lookup 6 years ago
Ryan Tharp c0ee5ab590 remove unused global 6 years ago
Jeff Becker 62f41d3747
initial threadpool isolation code and run make format 6 years ago
Ryan Tharp b5e136d916 fix if 10 is in use, comments and other last minute notes 6 years ago
Ryan Tharp 2aa091f98d format 6 years ago
Ryan Tharp bb13364c57 make caching work 6 years ago
Ryan Tharp 16c56ff04b Merge branch 'master' of https://github.com/majestrate/llarp + gcc 7.2 fixes 6 years ago
Jeff Becker 0d2bce2089 fix up win32 specific parts 6 years ago
Ryan Tharp 52bbf890ef move hook out of dnsd into daemon, made hook use timer, decode_answer has beginning SOA parsing support, getDNSstring() refactor 6 years ago
despair86 bdc54835c2 initial windows server port. Requires Windows 2000 Server or later.
- updated CMake build script
- builds with Microsoft C++ 19.1x. such builds require Windows 8.1 or later
  unless you have the .NET Server 2003-toolset (v141_xp)
- windows port requires a C++17 compiler since cpp17::filesystem is POSIX-only
- HAVE_CXX17_FILESYSTEM manual toggle in CMake. You must manually specify where
  std::[experimental::]filesystem is defined in LDFLAGS or CMAKE_x_LINKER_FLAGS.
- IPv6 support can be added at any time, and the windows sdk still has that
  inline getaddrinfo(3) if it can't find a suitable IPv6 stack.
- inline code for mingw-w64: there's a few bits and pieces still missing simply because
  mingw-w64 derives its windows sdk from wine and reactos, and then writing all the newer
  stuff into it by hand straight from the MSDN manpages.
- misc. C++11 stuff (nullptr and friends)
- Internal file handling code takes UTF-8 or plain 8-bit text, NTFS is UTF-16, so
  std::filesystem::path::c_str() is wchar_t. That's no good unless you first
  call std::filesystem::path::string().
- implemented getifaddrs(3) and if_nametoindex(3) on top of GetAdapters[Info|Addresses](2).
- updated readme with new info

BONUS: may implement Solaris/illumos IOCP someday...

-despair86
6 years ago
Ryan Tharp de56a32069 another DNS clean up pass 6 years ago
Ryan Tharp 0b32bad7b9 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker d011fb550e have logic and netio run in same thread for now 6 years ago
Ryan Tharp 05e34e7b2f hook to get dnsd_context it was called from 6 years ago
Jeff Becker 48cfdab63c get rid of wizard and autogenerate configs if not present with sane defaults 6 years ago
Ryan Tharp 604d1ade0e make upstream dns server configurable, handle -c/o params 6 years ago
Ryan Tharp bd229be656 handleBaseCmdLineArgs() refactor 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker 17ad12cd2c * don't heap allocate llarp_rc
* store rc into network database cache on connect
6 years ago
Jeff Becker f9db26adee add mingw stl threading lib
run make format
6 years ago
Jeff Becker f222f002f4 Merge remote-tracking branch 'loki/master' 6 years ago
Jeff Becker ff7facf3b6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa 6 years ago
Jeff Becker 2cbb8a75c1 include algorithm 6 years ago
Ryan Tharp 14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp b93ea8a087 fix intercept api, implement new intercept api, logging clean up 6 years ago
Ryan Tharp a9e8584acd clang-format (finally :) 6 years ago
Ryan Tharp eadca4b4fc "fixed" DNS multithreaded 6 years ago
Ryan Tharp dd4b3fa9a1 continue llarpification (StackBuffer) and other refactor 6 years ago
Jeff Becker 02ca1796b2 all the files 6 years ago
Ryan Tharp b4353e0a48 heap allocate llarp_udp_io 6 years ago
Jeff Becker 4b748a29f3 fix dns 6 years ago
Jeff Becker f48acbc23e Merge remote-tracking branch 'ryan/libdns' into hidden-service-dht
also run make format
6 years ago
Ryan Tharp 077c22150f fix response bug, libev refactor 6 years ago
Jeff fafcc2c2ef remove warnings 6 years ago
Jeff Becker a68cfefaa6
make it compile and run make format 6 years ago
Ryan Tharp e5c1caf5b3 dns client and server 6 years ago
Ryan Tharp cfb69224b5 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp e1a4c2f32c Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp ccc6300849 logLevel and read support 6 years ago
Ryan Tharp 86db6256b8 support -c and -o 6 years ago
Jeff Becker dfa567e816
Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 6 years ago
sachaaaaa 7442387307 renamed .c to .cpp 6 years ago
Ryan Tharp 37d9e774a3 clean up 6 years ago
Ryan Tharp 961f1a858b displayRC refactor, --locate show RC if found, --LogLevel support, make --locate lookups iterative, fix short option arguments 6 years ago
Ryan Tharp 00e56ecfd2 Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Ryan Tharp 6fb3634734 proper quit on DHT locate result 6 years ago
Jeff Becker 7d9bffdf9c
make format 6 years ago
Ryan Tharp 271e959d37 --localInfo, --locate refactor to wait for online before submitting the query 6 years ago
Ryan Tharp ede0cb4772 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Jeff Becker da22f306e0
* add path building management
* fix bug in iwp that caused crash
6 years ago
Ryan Tharp 3a36f42e01 fix export help, started --locate support 6 years ago
Ryan Tharp 11036bf5fe generate an encryption keypair now and other function renames 6 years ago
Ryan Tharp 15eab47216 finish implementing --export 6 years ago
Ryan Tharp 58bf5b1e41 modernize, implement --list and --import, start on --export 6 years ago
Jeff Becker 08c0318e82
initial path building stuff (broken) 6 years ago
Ryan Tharp 298cdceaae warning fix 6 years ago
Ryan Tharp 8ee38154e1 fix warning 6 years ago
Jeff Becker 22d4d5b3d0
make rcutil build 6 years ago
Jeff Becker a8ab66f4f8
refactor to use AlignedBuffer for public key, shared secret, nonce, secret key etc 6 years ago
Jeff Becker ec53cab169
more onion routing stuff 6 years ago
Jeff Becker a0f1d548f8
more shadow stuff 6 years ago
Jeff Becker fc069e3810
add shadow plugin 6 years ago
Jeff Becker e12bd9442f
expose multi process/single process option 6 years ago
Jeff Becker e58bd10b23
add python ffi example wrapper code 6 years ago
Jeff Becker 3f21cc5865
make c api for main 6 years ago
Jeff Becker 4a3a0fc556
make an application context to simplify the main function 6 years ago
Jeff Becker 956973cb84
use configurable number of net io threads 6 years ago
Jeff Becker bfaa837bce
refactor everything to use logger 6 years ago
Jeff Becker 93f0e03958
handle inter node messages
currently only handling LIM
6 years ago
Jeff Becker c2ef57d9a2
Merge remote-tracking branch 'ryan/master' 6 years ago
Ryan Tharp 5a01bf4d7a initial default modes better, initialize crypto before use 6 years ago
Ryan Tharp b615a9acaa merge changes 6 years ago
Jeff Becker d8631bb2b5
fix leaks 6 years ago
Jeff Becker 71c34231b2
Merge remote-tracking branch 'ryan/master' 6 years ago
Jeff Becker bc9e32d690
clang format and lots of stupid bug fixes 6 years ago
Ryan Tharp d2e9551165 remove old main contents 6 years ago
Ryan Tharp e04410a2a7 rcutil main 6 years ago
Jeff Becker 191cc30026
correction 6 years ago
Jeff Becker cc97da29d4
named threadpool 6 years ago
Jeff Becker 6cc469775f
implement rc signing 6 years ago
Jeff Becker 0f6c0d8a56
start fixing up main 6 years ago
Jeff Becker 14d2de8edb
add initial iwp async crypto for intro 6 years ago
Jeff Becker 4939c7a5e3
fix threading and stopping 6 years ago
Jeff Becker e695906c0c
make timer work 6 years ago
Jeff Becker 4959067af2
it binds 6 years ago
Jeff Becker 91a9108300
refactor 6 years ago
Jeff Becker c0ff64868d
more meat 6 years ago
Jeff Becker 7b46e44859
more 6 years ago
Jeff Becker f7e52a1878
more 6 years ago
Jeff Becker e4005102ba
cleanup 6 years ago
Jeff Becker 63150549fc
start moving to cmake 6 years ago
Jeff Becker 76d885d39e
more 6 years ago
Jeff Becker 4cc5059cbe
format 6 years ago
Jeff Becker 8aa898aef8
more 6 years ago
Jeff Becker a5611e2206
format 6 years ago
Jeff Becker 8181670bf3
format 6 years ago
Jeff Becker 09be72b5b6
clang format 6 years ago
Jeff Becker 2687d9aeee
more 6 years ago
Jeff Becker dcc5e6e348
more 6 years ago
Jeff Becker 1fdfdc0244
more 6 years ago
Jeff Becker ae76b6b376
google format 6 years ago
Jeff Becker de3ddbb93e
clang-format 6 years ago
Jeff Becker f50a49b7cb
progress (does not compile) 6 years ago
Jeff Becker 485e780552
sarp -> llarp 6 years ago
Jeff Becker 045a692522
more 6 years ago
Jeff Becker 74112dd6f3
more 6 years ago
Jon Titor 1e86edd321
more 7 years ago
Jon Titor 781637bbf4
more boilerplate 7 years ago