Commit Graph

4402 Commits (961c8dbddf82ff54272984a8d6e9526050f343d1)
 

Author SHA1 Message Date
Stephen Shelton 961c8dbddf Prevent in-source-builds with cmake macro 5 years ago
Jeff 175e9f1324
Merge pull request #869 from majestrate/vpn-api-2019-10-03
android jni shim and vpn api for mobile
5 years ago
jeff 869ab0b652 Merge remote-tracking branch 'upstream/dev' into vpn-api-2019-10-03 5 years ago
Jeff 13018f72bc
Merge pull request #866 from majestrate/fix-issue-865
Fix issue 865
5 years ago
jeff 1e3cd03880 make format 5 years ago
jeff c59487014a fix #865 by not using logic if it is null in udp_tick 5 years ago
Stephen Shelton 7dc1351eba Add missing #endif (presumably from 281fbff) 5 years ago
Jeff d52b8bfbf5
Merge pull request #863 from jagerman/xenial-build-fix
Fix build on xenial
5 years ago
Jeff 03ca67e0ce
Merge pull request #862 from notlesh/add_num_nodes_known_to_dumpstate
Add numNodesKnown to llarp.admin.dumpstate RPC endpoint
5 years ago
Jason Rhinelander 281fbff42f Fix build on xenial
- xenial's cmake version (3.5.1) builds everything fine and test suite
  passes, so lower the minimum to that.

- add a hack for xenial's kernel header & glibc version breaking if both
  net/if.h and linux/if.h get included.  The only thing we actually need
  from net/if.h that linux/if.h doesn't have is `if_nametoindex`, so
  just hack that definition in for xenial's specific glibc/kernel header
  versions.
5 years ago
Stephen Shelton b1da46e521 Add numNodesKnown to llarp.admin.dumpstate RPC endpoint 5 years ago
Stephen Shelton 8e8abbcb7f
Merge pull request #861 from majestrate/call-read-in-logic
call read handler in logic thread
5 years ago
jeff b7601a6236 call read handler in logic thread 5 years ago
Jeff 2cf10450c5
Merge pull request #857 from michael-loki/rcutil_curl
Add rpc call to get current addresses for our node
5 years ago
Michael 6d1769b66d
Fix travis deps 5 years ago
Michael f6adacf936
Review fixes 5 years ago
Michael 3371da98cf
Use libcurl (optional dependency) to hit jsonrpc 5 years ago
Michael 0721ce4d34
Add rpc call to get current addresses for our node 5 years ago
Michael 01611c2282
Convert RPC endpoint to be a lookup table 5 years ago
Jeff fb7360cd47
Merge pull request #850 from majestrate/multithreaded-cryptography
Multithreaded cryptography
5 years ago
Jeff Becker 51a2f04e5f
Merge branch 'vpn-api-2019-10-03' of ssh://github.com/majestrate/loki-network into vpn-api-2019-10-03 5 years ago
Jeff Becker 1fbafab9b2
remove unused file 5 years ago
jeff 2425c2ba03 update comment 5 years ago
jeff cdb5610d90 close async 5 years ago
jeff 9dd73dad46 close -> closeasync 5 years ago
jeff 58a25602f5 more fixes, implemenmt missing functions 5 years ago
jeff d80633a975 typo fix 5 years ago
jeff 043bf505bc typofix 5 years ago
jeff 9a49c77647 cast 5 years ago
jeff bcf792d772 more fixups 5 years ago
jeff 4c584dd2da pass template arguments in, fix typo 5 years ago
jeff 7823fd5084 typofix 5 years ago
jeff 6202baf5b1 fix cmakelists.txt file paths 5 years ago
jeff 1b0d0575ca try making it compile 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
jeff 313898999d initial jni wrapper stuff 5 years ago
Jeff a0aea73bcb
Merge pull request #856 from michael-loki/cmake_exe
Split cmake files for executables into respective source dirs
5 years ago
Michael 77b4efd78b
fixup ios 5 years ago
Michael 394f3e6943
More CI fixes 5 years ago
Michael 07927746b8
Fix makefile location 5 years ago
michael-loki 4b6dab5651
Fixup 5 years ago
Michael abc527ca35
Split cmake files for executables into src dirs 5 years ago
Jeff 7780fe0278
Merge pull request #855 from michael-loki/background_mode
Introduce --background to only start JSON RPC
5 years ago
Michael f326c93b5b
Apply Jeff's comments 5 years ago
jeff 6dc350a8f3 update cmake 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
Jeff 1af9ae255e
Merge pull request #852 from michael-loki/rcp_version
Support version over jsonrpc
5 years ago