Commit Graph

251 Commits (f247a3623cda50bd0b969b1f8ed48da0e65c8bb6)

Author SHA1 Message Date
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 5 years ago
Jeff Becker 46222df421
refactor 6 years ago
Jeff Becker 66753430ad
fix it 6 years ago
Jeff Becker e1522faeaa
add introspection rpc endpoint 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 Becker f84256d554
* lower lookup timeout for introsets
* correct previous commit for dns stuff
* allow for multiple parallel introset lookups
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
Jeff Becker 5743ca7fba
revert dns behavior 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
Ryan Tharp 2bba8f01e8 don't return unknown IPs 6 years ago
Ryan Tharp 54549724d0 fix random.snode 6 years ago
Ryan Tharp 4bf4faa956 make format 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 f3b0af9d2f
Create CopyableBuffer type 6 years ago
Michael 2de621b0ad
Disable copy constructing llarp_buffer_t 6 years ago
Michael e9f6ca339a
Fix minor warning 6 years ago
Ryan Tharp f20ac0f6e9
Merge branch 'staging' into crypto_interface 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
Ryan Tharp 9b6008db1d downgrade DNS server failure to a warning 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
Michael f24f554a01
Convert llarp::Crypto into an abstract base class 6 years ago
Rick V b961f80256
don't leak unused packets
bad merge
6 years ago
Rick V 6913c01524
wtf why didn't this get rebased 6 years ago
Rick V fab9374779
make less noise in public test releases 6 years ago
Ryan Tharp 2e4ad12a87 Merge branch 'staging' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 015e68df68
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Ryan Tharp 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 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
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
Jeff Becker ef394cd2fb
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Michael a3463120cc
Move net components into a distinct folder 6 years ago
Michael 081d4dfa32
Reorganise source into more folders 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 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
Ryan Tharp c5575d6fe2 rename Crypto() to GetCrypto() to keep gcc 7.3 on linux happy 6 years ago
Michael df4fd0ef56
Fix some low hanging performance issues 6 years ago
Michael 516466f5be
Mark more AlignedBuffer constructors as explicit 6 years ago
Michael ea19093a20
Remove const byte* conversion operators from llarp::AlignedBuffer 6 years ago
Michael 1410d0a0cf
Remove byte* conversion operators from llarp::AlignedBuffer 6 years ago
Michael 58364a01c8
Remove array conversion operators from llarp::AlignedBuffer 6 years ago