Rick V
69189214e0
rebase on current upstream staging
2019-02-06 19:53:12 -06:00
Rick V
3931b7d9d7
implement missing libabyss functionality
...
remove some finished TODOs
2019-02-06 19:53:11 -06:00
Rick V
ad1179a333
remove ref to nrmicro
...
add note
2019-02-06 19:53:11 -06:00
Rick V
59c6184233
linker flags have no effect in compilation
...
and will cause -Werror=unused-command-line-option
on apple cc
2019-02-06 19:53:10 -06:00
Rick V
6d608d292f
add warning message for libg++ runtime
2019-02-06 19:53:09 -06:00
Rick V
00a095b61c
update description
2019-02-06 19:53:09 -06:00
Rick V
7f52c9eae7
restore gtest win32 patch (stripped during gtest rebase)
...
enable lokinet shared library on win32
TODO: define an API to expose from this library
currently, it resorts to exporting *everything*
including system implementation details that otherwise
should remain hidden out of sight
(i.e. the winsock2 load stubs for new socket API, or entire libstdc++ classes!)
2019-02-06 19:53:09 -06:00
Rick V
d0448dfb64
finish moving event loop implementations out of headers
...
ok
ah so that was the mac build problem
2019-02-06 19:53:08 -06:00
Rick V
8741f0dd59
NetBSDs don't fully implement POSIX.1-2001 (!!!)
2019-02-06 19:53:07 -06:00
Rick V
6e93697214
surprisingly a full abyss build works
...
also move the event loop code back into platform lib (!!!)
2019-02-06 19:53:07 -06:00
Rick V
dd52f13c7c
turn off text translation on windows
...
(std::ios::binary does nothing on unix btw)
2019-02-06 19:53:07 -06:00
Rick V
f277f368a1
win32 g++ is set to c++17 by default, so we use the _real_ string_view class
2019-02-06 19:53:06 -06:00
Rick V
b53420d538
update copyright description
...
add more docs
more NRMicro stuff
reeeeeeee memory corruption
cut over to libcurl
2019-02-06 19:53:06 -06:00
Rick V
aafecf8c43
try to shave off some space in the static data segment
...
by using miniz-exclusive ultra deflate
this is safe since we do not depend on libz in the slightest
2019-02-06 19:53:05 -06:00
Jeff
4c4f3faf83
Merge pull request #284 from michael-loki/abstract_router
...
Convert llarp::Router into an abstract base class
2019-02-06 19:09:31 -05:00
Jeff
4c66963e01
Merge pull request #285 from majestrate/staging
...
Staging
2019-02-06 14:04:14 -05:00
Jeff
e623e6fdb5
fix prev commit
2019-02-06 13:34:07 -05:00
Jeff
d10ddd7afd
Merge remote-tracking branch 'github/staging' into staging
2019-02-06 11:39:55 -05:00
Jeff
025a30a7b6
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging
2019-02-06 11:39:42 -05:00
Jeff
a50ee9daea
fix issue #282
2019-02-06 11:39:16 -05:00
Jeff Becker
90e45a810a
limit number of concurrent dht lookups from dns to 4
2019-02-06 10:52:00 -05:00
Jeff Becker
f84256d554
* lower lookup timeout for introsets
...
* correct previous commit for dns stuff
* allow for multiple parallel introset lookups
2019-02-06 10:05:25 -05:00
Jeff Becker
2f369a3399
dont send latency tests while building
2019-02-06 08:51:05 -05:00
Jeff Becker
b40055181d
lower path build timeout to 15s
...
tweak various dns stuff
2019-02-06 08:02:17 -05:00
Jeff Becker
735ad9d32a
Merge remote-tracking branch 'origin/staging' into staging
2019-02-06 07:01:56 -05:00
Michael
729cd045f1
Convert llarp::Router into an abstract base class
2019-02-06 09:59:47 +00:00
Ryan Tharp
8096633753
Merge pull request #281 from neuroscr/master
...
macos llvm fix
2019-02-05 15:48:40 -08:00
Ryan Tharp
5ab048c95d
macos llvm fix
2019-02-05 15:48:00 -08:00
Ryan Tharp
5c81355bf7
Merge pull request #280 from michael-loki/abseil_fpic
...
Build everything with -fPIC
2019-02-05 15:11:49 -08:00
Michael
4c3734a146
Build everything with -fPIC
2019-02-05 23:06:17 +00:00
Ryan Tharp
5769e5c716
Merge pull request #259 from michael-loki/more_dht_tests
...
More dht tests
2019-02-05 14:06:29 -08:00
Ryan Tharp
8614911e17
Merge pull request #278 from majestrate/staging
...
lower utp fragment size by 512 bytes
2019-02-05 14:06:17 -08:00
Ryan Tharp
6446074881
Merge pull request #267 from michael-loki/abseil
...
Import abseil LTS 20181200
2019-02-05 14:06:02 -08:00
Michael
40e85f0f69
Tests for dht::RCNode and dht::ISNode
2019-02-05 21:35:46 +00:00
Michael
1ba6507a2f
Tests for dht::ServiceAddressLookup
2019-02-05 21:35:46 +00:00
Michael
b1213c7a7c
Tests for dht::TagLookup
2019-02-05 21:18:38 +00:00
Michael
24066ea9e0
Fix warning on macOS
2019-02-05 21:18:38 +00:00
Jeff Becker
5743ca7fba
revert dns behavior
2019-02-05 16:04:30 -05:00
Jeff Becker
be74589c41
remove logging
2019-02-05 13:44:14 -05:00
Jeff Becker
96006a061a
correct logging
2019-02-05 13:44:05 -05:00
Jeff Becker
b76a227897
call path built hook AFTER latency is confirmed
2019-02-05 13:43:55 -05:00
Jeff Becker
4b6315dd58
update protocol docs
2019-02-05 10:10:32 -05:00
Jeff Becker
cd36d126d8
!!! breaking change !!!
...
half the utp fragment size
2019-02-05 10:07:57 -05:00
Jeff Becker
a953b34a45
fix crash
2019-02-05 10:06:53 -05:00
Jeff
8ef3c53041
Merge pull request #276 from majestrate/staging
...
hook mx records for all hooked domains
2019-02-05 09:29:41 -05:00
Jeff Becker
2c2b31f4b9
make it compile
2019-02-05 09:23:51 -05:00
Jeff Becker
25fa4817ba
hook mx records for all hooked domains
2019-02-05 09:22:02 -05:00
Jeff
44d84f0da7
Merge pull request #275 from majestrate/staging
...
disable CNAME RR for random.snode A record lookups
2019-02-05 09:10:19 -05:00
Jeff Becker
41c993a237
disable A records for random.snode, use CNAME queries instead.
2019-02-05 09:08:17 -05:00
Jeff Becker
8c77c53675
reply with cname
2019-02-05 09:03:38 -05:00