Commit Graph

58 Commits (273270916ea33b096753c5ad316f46a8268761bd)

Author SHA1 Message Date
Stephen Shelton 273270916e
The Great Wall of Blame
This commit reflects changes to clang-format rules. Unfortunately,
these rule changes create a massive change to the codebase, which
causes an apparent rewrite of git history.

Git blame's --ignore-rev flag can be used to ignore this commit when
attempting to `git blame` some code.
4 years ago
Rick V b9c02d999f
why was this there
we do not support MSVC
5 years ago
Jeff Becker 9b99752276
i hate windows 5 years ago
jeff c26b67c379 finish wiring up jni shizz 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
jeff 4371901e70 flesh out vpn c api
clean up cruft
5 years ago
Michael edd0ec398f
Move thread stuff to subdirectory 5 years ago
Jeff Becker 43cb62af16
fix android compile, have makefile pull in libuv for cmake on android 5 years ago
Michael 8323725509
Initial No-Op Crypto implementation 5 years ago
Michael 6038d75597
Fix crypto build derp 5 years ago
Michael a62655d501
Move tests to use top-level LlarpTest 5 years ago
Jeff Becker 3da6551e82
make android compile 5 years ago
Michael 081d4dfa32
Reorganise source into more folders 5 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 5 years ago
Jeff Becker 5b87fb509e
start on kubernetes shim and fix up shared library target and ffi python code 5 years ago
Jeff Becker c3ac2811f6
make llarp.h pure C compatable 6 years ago
Jeff Becker 312ccdf478
hide c++ stuff in C api 6 years ago
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 6 years ago
Michael e887b4e9c7
Move service* to llarp/ 6 years ago
Michael 7a52638add
Move handlers* to llarp/ 6 years ago
Michael fddc8734d2
Move dht* to llarp/ 6 years ago
Jeff Becker 622ed8d12e
fix crash on premature close of event loop (also make format) 6 years ago
Jeff Becker 7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 6 years ago
Michael d750ec0605
Rename logic.h 6 years ago
Michael e39d02ddc2
Rename version.h 6 years ago
Jeff Becker f1cca956f9
make android compile again 6 years ago
cathugger 4971fae171 uint32_t byte ordering type safety 6 years ago
Ryan Tharp 0ee4eebb69 was supposed to be in last commit 6 years ago
Ryan Tharp 902f6f14b7 pass RC by ref, header cleanup, clang format 6 years ago
Ryan Tharp 9d4d595624 compile fixes 6 years ago
Ryan Tharp 6590d502cd get first tun interface wiring 6 years ago
Ryan Tharp ca7d3567a2 prefetch and expose it 6 years ago
Ryan Tharp 79fb82a3c8 main_router_getRange to get access to tun 6 years ago
Ryan Tharp 2bdee7d528 expose mapAddress of first tunEndpoint 6 years ago
Ryan Tharp 9f33edeed0 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 5228a81bae
more refactor
get rid of C api
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 bd229be656 handleBaseCmdLineArgs() refactor 6 years ago
Jeff Becker 6945fe53a5 more also run make format 6 years ago
Ryan Tharp e1a4c2f32c Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 5bbaae4e2e
more 6 years ago
Ryan Tharp 876324fdbc llarp_main_abort => llarp_logic_stop_timer 6 years ago
Jeff Becker 7d9bffdf9c
make format 6 years ago
Ryan Tharp 2f7214a59c check_online_request/llarp_main_queryDHT() refactor, llarp_main_getLocalRC() 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 c31e5795fc setup() refactor, llarp_main_queryDHT() 6 years ago
Ryan Tharp 2e74bce713 getDatabase and associated functions 6 years ago
Ryan Tharp 51c97d44b3 ReloadConfig refactor, direct nodedb functions 6 years ago