Commit Graph

1721 Commits (9a2f11a21214800002fce6f57c1cf7e06bd85545)

Author SHA1 Message Date
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