Commit Graph

1973 Commits (89477b352360d93572b516260f7595d62718c1e1)

Author SHA1 Message Date
Jeff Becker 6435951e86
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Ryan Tharp 413843bab1
Merge branch 'staging' into dev 6 years ago
Jeff 9ddc74fc3f
Merge pull request #317 from neuroscr/master
Fix undefined behaviors and misaligned member access / macos compile fix
6 years ago
Jeff Becker b1dd10c007
fix previous commit 6 years ago
Jeff Becker 393e70dfa6
publish new introset on path death 6 years ago
Jeff Becker 591f3c92a9
make build records smaller 6 years ago
Jeff Becker 41bb83aaba
more 6 years ago
Rick V 5a3947ca5c
clang-format 6 years ago
Rick V 0f45e286ff
XXX: the inline string_view constructors *should* be harmless on pre-C++17 platforms...
fix windows build
6 years ago
Jeff Becker 445ed05b32
make format 6 years ago
Jeff f941025d7c
Merge pull request #319 from majestrate/staging
Staging
6 years ago
Jeff Becker dfbd878dfb
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff Becker a23a61717b
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Michael 887fb4ac62
Replace insert(make_pair()) with emplace() 6 years ago
Ryan Tharp f247a3623c So lu on linux gcc 7.3 but llu everywhere else? 6 years ago
Ryan Tharp 25d00e2974 Merge remote-tracking branch 'origin/master' 6 years ago
Ryan Tharp ad91071633 Fix undefined behaviors and misaligned member access 6 years ago
Ryan Tharp 8e51d3a491 fix linux gcc 7.3 error (warning) 6 years ago
Jeff Becker 8d96c0945e
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff bbbad826ef
Merge pull request #316 from michael-loki:buffer_obj
Convert llarp_buffer_t to be a class with methods
6 years ago
Jeff Becker 90507337ce
compute number of connected routers 6 years ago
Michael a00d6afc5e
Convert llarp_buffer_t to be a class with methods 6 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 6 years ago
Jeff Becker b5a1637224
make shared lib compile 6 years ago
Jeff Becker 1d958d95de
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
6 years ago
Michael 90373b806c
Fix log tag after cmake changes 6 years ago
Jeff cdc19c52fa
Merge branch 'staging' into abstract_router_replacement 6 years ago
Jeff 03b8f1429e
Merge pull request #311 from majestrate/staging
Staging
6 years ago
Jeff Becker 22b63fba38
close and shutdown utp socket on timeout 6 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 6 years ago
Jeff a204d7c42e
Merge pull request #309 from majestrate/staging
Staging
6 years ago
Jeff Becker 550fc3c439
Revert "tweaking handover logic"
This reverts commit 50bfe5d810.
6 years ago
Michael ebf2800c3f Fixup windows 6 years ago
Jeff Becker 50bfe5d810
tweaking handover logic 6 years ago
Jeff Becker 1921704b78
tweak timeout 6 years ago
Michael 2997b38e35
Fixup after rebase 6 years ago
Ryan Tharp 1114ba1295 fix staging 6 years ago
Michael 656843e9a3
Fix issues on debian 6 years ago
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 6 years ago
Ryan Tharp d17383aba6 Merge branch 'cmake_refactor' of https://github.com/michael-loki/loki-network 6 years ago
Michael 4fc582af96
Fix annoying typo 6 years ago
Ryan Tharp 420a52c4ea linux gcc 7.3 fix 6 years ago
Jeff Becker 24de7f052a
make outbound port configurable on runtime 6 years ago
Jeff 555711b70d
Merge pull request #303 from michael-loki/no_new
Replace usage of new/delete with unique_ptr/stack allocation
6 years ago
Jeff Becker 62c200c6fa
disable rc expiration 6 years ago
Jeff Becker 46222df421
refactor 6 years ago
Michael 8dc4ffbae7
Use forward_list over list 6 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
Michael 057365d40c
Fix issues on debian 6 years ago
Michael 3b3926a0ea
Refactor CMakeLists into distinct directories 6 years ago
Jeff Becker 05cd1b7f8e
extract more status info for outbound context 6 years ago
Jeff Becker 1a929f9383
send control messages if too quiet to keep convotags alive as needed 6 years ago
Jeff Becker 9a2f11a212
try expiring convos 6 years ago
Jeff Becker 6df133cab2
remove dead sessions when done 6 years ago
Jeff Becker e1fceb3636
fix it (again) 6 years ago
Jeff Becker 66753430ad
fix it 6 years ago
Jeff Becker e1522faeaa
add introspection rpc endpoint 6 years ago
Jeff Becker 6fa10019d0
testnet tweak 6 years ago
Jeff Becker e24b595191
more dht fixing, only pick the most up to date entity for reply 6 years ago
Jeff Becker d7f715c632
don't send more than 1 introset in reply 6 years ago
Jeff Becker 871a10b38b
Merge branch 'staging' of ssh://github.com/majestrate/loki-network into staging 6 years ago
Jeff Becker 27ce591f52
add note 6 years ago
Jeff Becker 2dfb53ef13
prevent deadlock 6 years ago
Jeff f0dc5f2b48 unbreak build 6 years ago
Jeff 0f777d822b Merge branch 'staging' of ssh://github.com/majestrate/loki-network into staging 6 years ago
Jeff ba8313e57e limit replies on introset lookup, pick newest 6 years ago
Jeff Becker faf8149502
make testnet ini files work 6 years ago
Jeff Becker 2f656de767
take in public-ip as parameter in addition to public-address 6 years ago
Jeff Becker 32ecf64c57
fix testnet 6 years ago
Jeff Becker 10f9d6444d
actually insert entries when they exist 6 years ago
Jeff Becker fae2b1a444
make it compile on debian and ubuntu 6 years ago
Jeff Becker 914c9566b8
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff Becker d5caec719f
make it compile 6 years ago
Jeff Becker cff6bc1c8d
don't hang 6 years ago
Jeff 1369c3b23c
Merge pull request #283 from despair86/dev
more windows fixes
6 years ago
Rick V 4c19f562f0
A compromise for C++17 ports.
Remove abseil build config for such targets.
Include headers (which should fall through by definition).
Macintosh can go fuck itself.
6 years ago
Rick V 72d0720da0
use c++17 stl on windows
While the absl:: namespace is aliased to std:: in a
standard win32 build, it also needlessly adds the
library to the build process, only to discard most
of it at link time. This also makes the distinction
between Abseil STL and G++ STL more explicit, to avoid
some forms of confusion.

From the product page:
"...We think not: if you look at the preprocessor conditional
structure in our string_view.h you'll see that we are trying
to identify whether your C++ installation has std::string_view.
If you do, absl::string_view is defined only as an alias to the
standard type. If you don't, you get a C++11/C++14 compatible
implementation of the type. This means you can adopt Abseil,
and for types we are b you can use the type from the absl
namespace. As soon as your project is built with the appropriate
compiler/standard library version, we'll fall away and leave you
with the standard type, albeit spelled funny. Better: as soon as
you know that your project will only build with the appropriate
language version you can run tools that we will provide to change
the places that refer to absl::string_view to spell it std::string_view
-- since those are the same type, this is safe to do, even across
API boundaries.

So, one reason you might want to adopt Abseil: early access to facilities
from upcoming C++ standard library releases, with a clear migration path."
6 years ago
Rick V 8800cee785
fix crash on exit 6 years ago
Rick V ea7301fecf
finally unfuck windows bits 6 years ago
Rick V 69189214e0
rebase on current upstream staging 6 years ago
Rick V 3931b7d9d7
implement missing libabyss functionality
remove some finished TODOs
6 years ago
Rick V d0448dfb64
finish moving event loop implementations out of headers
ok

ah so that was the mac build problem
6 years ago
Rick V dd52f13c7c
turn off text translation on windows
(std::ios::binary does nothing on unix btw)
6 years ago
Michael 6d8d910aff
Refactor and add tests for bits.hpp 6 years ago
Jeff 4c4f3faf83
Merge pull request #284 from michael-loki/abstract_router
Convert llarp::Router into an abstract base class
6 years ago
Jeff d10ddd7afd Merge remote-tracking branch 'github/staging' into staging 6 years ago
Jeff Becker 90e45a810a
limit number of concurrent dht lookups from dns to 4 6 years ago
Jeff Becker f84256d554
* lower lookup timeout for introsets
* correct previous commit for dns stuff
* allow for multiple parallel introset lookups
6 years ago
Jeff Becker 2f369a3399
dont send latency tests while building 6 years ago
Jeff Becker b40055181d
lower path build timeout to 15s
tweak various dns stuff
6 years ago
Michael 729cd045f1
Convert llarp::Router into an abstract base class 6 years ago
Ryan Tharp 5769e5c716
Merge pull request #259 from michael-loki/more_dht_tests
More dht tests
6 years ago
Ryan Tharp 8614911e17
Merge pull request #278 from majestrate/staging
lower utp fragment size by 512 bytes
6 years ago
Ryan Tharp 6446074881
Merge pull request #267 from michael-loki/abseil
Import abseil LTS 20181200
6 years ago
Michael 1ba6507a2f
Tests for dht::ServiceAddressLookup 6 years ago
Michael b1213c7a7c
Tests for dht::TagLookup 6 years ago
Michael 24066ea9e0
Fix warning on macOS 6 years ago
Jeff Becker 5743ca7fba
revert dns behavior 6 years ago
Jeff Becker be74589c41
remove logging 6 years ago
Jeff Becker 96006a061a
correct logging 6 years ago
Jeff Becker b76a227897
call path built hook AFTER latency is confirmed 6 years ago
Jeff Becker cd36d126d8
!!! breaking change !!!
half the utp fragment size
6 years ago
Jeff Becker a953b34a45
fix crash 6 years ago
Jeff Becker 2c2b31f4b9
make it compile 6 years ago
Jeff Becker 25fa4817ba
hook mx records for all hooked domains 6 years ago
Jeff Becker 41c993a237
disable A records for random.snode, use CNAME queries instead. 6 years ago
Jeff Becker 8c77c53675
reply with cname 6 years ago
Jeff Becker 0bbd1ecbe4
fix previous commit 6 years ago
Jeff Becker 67282f03c0
disable recursion on nxdomain responses 6 years ago
Jeff Becker 5a33d2c84a
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff Becker 804df24a87
remove stray semicolin 6 years ago
Jeff Becker a7ff62f668
set dns flags correctly (probably) 6 years ago
Ryan Tharp 2bba8f01e8 don't return unknown IPs 6 years ago
Ryan Tharp 54549724d0 fix random.snode 6 years ago
Ryan Tharp 506a1f8ae6 Revert "fix scoping issue"
This reverts commit 93af0978a3.
6 years ago
Ryan Tharp 4bf4faa956 make format 6 years ago
Ryan Tharp fefb012bf8 fix llvm 3.8 6 years ago
Ryan Tharp c442af02dc Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker b7b346cc7c
make it compile 6 years ago
Jeff Becker 00eede9160
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Ryan Tharp 144b3f4ec3 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Michael 6055829df4
Remove tl::optional and use absl::optional always 6 years ago
Michael 7212baa062
Add implicit conversion from ManagedBuffer to llarp_buffer_t 6 years ago
Michael 7ca3e13e78
Rename to ManagedBuffer 6 years ago
Michael 47380ba64b
Simplify some code 6 years ago
Michael 6f0ce07571
Fix cause of issue with LinkLayerTest.TestUTPAliceConnectToBob 6 years ago
Michael f3b0af9d2f
Create CopyableBuffer type 6 years ago
Michael 2de621b0ad
Disable copy constructing llarp_buffer_t 6 years ago
Jeff Becker c31c8ce889
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Ryan Tharp c64df4ba95 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp ed8df1dbcb fix read/write order, so the read doesn't overwrite the data to be written 6 years ago
Ryan Tharp 9c37f1b9f2 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp c7e126a426 fix buffer overrun 6 years ago
Ryan Tharp 93af0978a3 fix scoping issue 6 years ago
Ryan Tharp 544f0812cc fix MacOS build 6 years ago
Michael e9f6ca339a
Fix minor warning 6 years ago
Ryan Tharp 1372d029f6 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 70a7481ab7
Merge pull request #245 from majestrate/abyss_rpc_update
update libabyss rpc endpoints for service nodes
6 years ago
Ryan Tharp c3bf68b502
Merge branch 'staging' into dht_tests 6 years ago
Ryan Tharp f20ac0f6e9
Merge branch 'staging' into crypto_interface 6 years ago
Ryan Tharp 07f536efad
Merge pull request #249 from majestrate/enable-xi
enable exit info serialization
6 years ago
Ryan Tharp 175fdbc89c
Merge pull request #250 from majestrate/add-localhost-loki
add initial localhost.loki handling in dns
6 years ago
Jeff Becker 88285de3af
save new onion key 6 years ago
Ryan Tharp aa2ca6c8d5 Merge branch 'staging' of https://github.com/majestrate/loki-network 6 years ago
Jeff Becker 828f1f82d7
disable key rotation 6 years ago
Ryan Tharp 1a62382ce7 Merge branch 'staging' of https://github.com/majestrate/loki-network 6 years ago
Jeff Becker fd507e4194
fix hop selection and disable onion key rotation 6 years ago
Ryan Tharp e94a7b88e7 fix typo in log message 6 years ago
Ryan Tharp 2ac41a226f delay autodetection to ev 6 years ago
Ryan Tharp 9b6008db1d downgrade DNS server failure to a warning 6 years ago
Ryan Tharp 1b673c9afa fix UX bug: don't always configured automatically 6 years ago
Ryan Tharp ac2c1ad434 another build fix 6 years ago
Jeff Becker 9e50e2d34a
try fixing AAAA record handling, return NOERROR with no records. 6 years ago
Jeff Becker 7489ab1380
only hook cname for random.snode 6 years ago
Jeff Becker f1cf63fce7
add initial localhost.loki handling in dns 6 years ago
Jeff Becker 4406ef9c9c
enable xi serialization 6 years ago
Jeff Becker 18c4107ff6
* wire up jsonrpc caller for lokid integration
* add jsonrpc caller http basic auth
6 years ago
Michael f24f554a01
Convert llarp::Crypto into an abstract base class 6 years ago
Michael 4b25dd901b
Fix warning on macOS 6 years ago
Michael 1f95f1e78f
More unit tests of dht internals 6 years ago
Michael 3f320009d7
Introduce abstract class for dht::Context 6 years ago
Michael 40449df0f1
Split classes out of dht::Context 6 years ago
Ryan Tharp 5b5ea74c40
Merge pull request #246 from majestrate/fix-issue-233
Fix issue 233
6 years ago
Jeff Becker e164970b00
make format 6 years ago
Jeff Becker 7bc0b5f82b
try addressing issue #233 6 years ago
Jeff Becker 519cec50ac
update libabyss rpc endpoints for service nodes 6 years ago
Jeff Becker 1e0d82848f
revert to use u instead of t for timestamp in RC for backwards compat reasons 6 years ago
Michael 9d0d3a4cc9
Fix build on darwin 6 years ago
Michael f4e0cb2d4b
Import latest gtest from upstream - commit 569fba4d742b67753b5374b6686170afb74acb0c 6 years ago
Jeff 832ad942aa
Merge pull request #237 from despair86/dev
separate header and implementation
6 years ago
Jeff Becker cbfbdc506d
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Jeff Becker 9d3484f797
make it compile 6 years ago
Rick V b961f80256
don't leak unused packets
bad merge
6 years ago
Rick V 00136ce4f3
clang is *weird* 6 years ago
Rick V 329b8db056
separate kqueue impl 6 years ago
Rick V ac639ce2b9
clang-format 6 years ago
Rick V 2d375f03b3
finally separate implementation into code module 6 years ago
Jeff Becker 3fd8f27b01
add ticking where there should be
(cherry picked from commit f9a3605601130e5daf765d121d322a37592409ae)
6 years ago
Rick V 6913c01524
wtf why didn't this get rebased 6 years ago
Rick V ce9f455bf3
be more descriptive in version-info
(cherry picked from commit 427a6668ffbc1ed46042727b2ee9420cdc88aad8, it almost slipped out)
6 years ago
Rick V 828c5d36f7
remove extra braces 6 years ago
Rick V 3b62fdb73d
added warning to resource script 6 years ago
Rick V 33c803edb6
now that lokinet finally runs correctly, for certain values of correct
we can enable hidden svc on windows server clients
6 years ago
Rick V fab9374779
make less noise in public test releases 6 years ago
Rick V bcca2532f6
update version resrc v0.4 'subscribe to pewdiepie` 6 years ago
Rick V 1a56265f69
patch superseded by mike 6 years ago
Rick V e083bb0e22
tweak FD_SETSIZE to reduce possibility of UDP timeouts
geez searching 4K sockets most of which are blank...

(cherry picked from commit 39b45e1d57)
6 years ago
Rick V 3232a98b2c
clang-format, include <iterator>, fix size_type casts for ILP32 and LLP64 data models 6 years ago
Rick V 778a45bb37
at last
full anonymity on computers the world over
is nearing completion - see path.cpp for a potential bug

(cherry picked from commit 7bd6ddf88a)

# Conflicts:
#	llarp/ev_win32.hpp
6 years ago
Rick V a5daa7269e
ok fix tick finally 6 years ago
Ryan Tharp 31f196a6eb
Merge pull request #236 from michael-loki/dht_tests
Add test suites for dht bucket, kademlia and key
6 years ago
Ryan Tharp 4b12bb7100 undo bad merge 6 years ago
Jeff Becker 9991d17976
Merge branch 'staging' into use-lokid-seed 6 years ago
Jeff Becker 3b76182ee6
fix whitespace parsing 6 years ago
Jeff Becker 465a3d3e43
redo ini parser 6 years ago
Ryan Tharp 0be2edaff7 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp cf434ef3da Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 57ad2b2cfc
update pylokinet to use configurable lokid endpoint (no auth yet) 6 years ago
Jeff Becker da28fd9fab
apply lokid config section 6 years ago
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
6 years ago
Michael ccb5f6b696
Add tests for dht::TXOwnere 6 years ago
Michael 2d395cc3f9
Move code to correct home 6 years ago
Michael 550669e318
Fix typo in class name 6 years ago
Michael 80bd41916e
More tidying of dht code 6 years ago
Michael 03d56c1591
Add test suites for dht bucket, kademlia and key 6 years ago
Michael 7296ebcbe8
Tidy dht code 6 years ago
Jeff Becker 177dca91e2
add pidfile option 6 years ago
Ryan Tharp 947d702b3b refactor out strcpy 6 years ago
Ryan Tharp 332336060c Always have a key early (even if no key file set) so you don't regen keys twice 6 years ago
Ryan Tharp c4c9197586 address Michael's code review (remove std::make_pair) and add note 6 years ago
Ryan Tharp 2e4ad12a87 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 6064ff5a68
try fixing unit tests 6 years ago
Jeff Becker 41e8691702
make format 6 years ago
Jeff Becker 015e68df68
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Jeff Becker 85264322a9
start addressing issue #231 6 years ago
Ryan Tharp 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp e93798886a bring back ShouldCreateDefaultHiddenService(), Handle identity-privkey better, prefer this-> when accessing object properties 6 years ago
Ryan Tharp c24751f3c1 Jeff approved workaround to read Keyfile early so Name() can be correct during set up/configuration 6 years ago
Ryan Tharp dc1bd9acb4 include notes on closing braces 6 years ago
Ryan Tharp 5be015d290 clang format and just note those last closing braces 6 years ago
Ryan Tharp 3148d0c20b clang-format 6 years ago
Ryan Tharp c4241ae4ad note about name(), change verbiage to make more sense, be more verbose about failures 6 years ago
Ryan Tharp 3feb074599 be more verbose about failure and actual DNS bind 6 years ago
Ryan Tharp 6c0d8572c6 be more verbose about failures 6 years ago
Ryan Tharp 8406ed0569 fix read stomping write data, be more verbose about tun failures 6 years ago
Ryan Tharp 05ea21e26f make llarp_ev_add_tun smarter ("" ifnames are treated as auto) 6 years ago
Ryan Tharp fc5a43401a clang-format 6 years ago
Ryan Tharp 09d0514577 declare it's attempting to create config file 6 years ago
Michael 9094e2dcf0
Fix bug(?) with LoadFromFile 6 years ago
Michael fec75125f4
Add tests for crypto/types 6 years ago
Michael da6cdfc0b2
More refactoring to continue to make dependency graph acylic 6 years ago
Michael 6e38e85a79
Produce hierarchy of 'libraries' inside libllarp 6 years ago
Michael 79157414f3
Split crypto.hpp into 3 different files 6 years ago
Michael 04e0fe3ad7
Move crypto code to a subdirectory 6 years ago
Jeff Becker 1e1b40fbab
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Jeff 328ce40212
Merge pull request #216 from michael-loki/coverage
Add flag to generate coverage data
6 years ago
Michael 77c662abdd
Add coverage to makefile 6 years ago
Michael 70a55612eb
Create initial set of test cases for llarp_findOrCreate* functions 6 years ago
Jeff Becker ef394cd2fb
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Michael b1ffdba7ba
Build with libabyss 6 years ago
Michael a3463120cc
Move net components into a distinct folder 6 years ago
Michael 317e29b777
Move win32 specific files to win32 dir 6 years ago
Michael 081d4dfa32
Reorganise source into more folders 6 years ago
Michael fa2b466ffe
Reorganise tests to mirror source layout 6 years ago
Jeff a98f36af01 fix up osx 6 years ago
Michael 167d18268d
remove dead mem_std file 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago
Michael 167d5aca6d
Add test suite for bencode 6 years ago
Jeff Becker 6e745abe6a
make it compile 6 years ago
Jeff Becker c1e4e715bb
try fixing dns issue with random.snode 6 years ago