Commit Graph

2528 Commits (00a095b61ceeec1e14269a87d463fbcceb6bc7cb)
 

Author SHA1 Message Date
Rick V 00a095b61c
update description 5 years ago
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!)
5 years ago
Rick V d0448dfb64
finish moving event loop implementations out of headers
ok

ah so that was the mac build problem
5 years ago
Rick V 8741f0dd59
NetBSDs don't fully implement POSIX.1-2001 (!!!) 5 years ago
Rick V 6e93697214
surprisingly a full abyss build works
also move the event loop code back into platform lib (!!!)
5 years ago
Rick V dd52f13c7c
turn off text translation on windows
(std::ios::binary does nothing on unix btw)
5 years ago
Rick V f277f368a1
win32 g++ is set to c++17 by default, so we use the _real_ string_view class 5 years ago
Rick V b53420d538
update copyright description
add more docs

more NRMicro stuff

reeeeeeee memory corruption

cut over to libcurl
5 years ago
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
5 years ago
Jeff 4c4f3faf83
Merge pull request #284 from michael-loki/abstract_router
Convert llarp::Router into an abstract base class
5 years ago
Jeff 4c66963e01
Merge pull request #285 from majestrate/staging
Staging
5 years ago
Jeff e623e6fdb5 fix prev commit 5 years ago
Jeff d10ddd7afd Merge remote-tracking branch 'github/staging' into staging 5 years ago
Jeff 025a30a7b6 Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 5 years ago
Jeff a50ee9daea fix issue #282 5 years ago
Jeff Becker 90e45a810a
limit number of concurrent dht lookups from dns to 4 5 years ago
Jeff Becker f84256d554
* lower lookup timeout for introsets
* correct previous commit for dns stuff
* allow for multiple parallel introset lookups
5 years ago
Jeff Becker 2f369a3399
dont send latency tests while building 5 years ago
Jeff Becker b40055181d
lower path build timeout to 15s
tweak various dns stuff
5 years ago
Jeff Becker 735ad9d32a
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Michael 729cd045f1
Convert llarp::Router into an abstract base class 5 years ago
Ryan Tharp 8096633753
Merge pull request #281 from neuroscr/master
macos llvm fix
5 years ago
Ryan Tharp 5ab048c95d macos llvm fix 5 years ago
Ryan Tharp 5c81355bf7
Merge pull request #280 from michael-loki/abseil_fpic
Build everything with -fPIC
5 years ago
Michael 4c3734a146
Build everything with -fPIC 5 years ago
Ryan Tharp 5769e5c716
Merge pull request #259 from michael-loki/more_dht_tests
More dht tests
5 years ago
Ryan Tharp 8614911e17
Merge pull request #278 from majestrate/staging
lower utp fragment size by 512 bytes
5 years ago
Ryan Tharp 6446074881
Merge pull request #267 from michael-loki/abseil
Import abseil LTS 20181200
5 years ago
Michael 40e85f0f69
Tests for dht::RCNode and dht::ISNode 5 years ago
Michael 1ba6507a2f
Tests for dht::ServiceAddressLookup 5 years ago
Michael b1213c7a7c
Tests for dht::TagLookup 5 years ago
Michael 24066ea9e0
Fix warning on macOS 5 years ago
Jeff Becker 5743ca7fba
revert dns behavior 5 years ago
Jeff Becker be74589c41
remove logging 5 years ago
Jeff Becker 96006a061a
correct logging 5 years ago
Jeff Becker b76a227897
call path built hook AFTER latency is confirmed 5 years ago
Jeff Becker 4b6315dd58
update protocol docs 5 years ago
Jeff Becker cd36d126d8
!!! breaking change !!!
half the utp fragment size
5 years ago
Jeff Becker a953b34a45
fix crash 5 years ago
Jeff 8ef3c53041
Merge pull request #276 from majestrate/staging
hook mx records for all hooked domains
5 years ago
Jeff Becker 2c2b31f4b9
make it compile 5 years ago
Jeff Becker 25fa4817ba
hook mx records for all hooked domains 5 years ago
Jeff 44d84f0da7
Merge pull request #275 from majestrate/staging
disable CNAME RR for random.snode A record lookups
5 years ago
Jeff Becker 41c993a237
disable A records for random.snode, use CNAME queries instead. 5 years ago
Jeff Becker 8c77c53675
reply with cname 5 years ago
Jeff e51307e178
Merge pull request #274 from majestrate/staging
fix previous commit
5 years ago
Jeff Becker 0bbd1ecbe4
fix previous commit 5 years ago
Jeff 447c06e927
Merge pull request #273 from majestrate/staging
set dns flags to not advertise recurision
5 years ago
Jeff Becker b6c5b413b1
don't install gtest 5 years ago
Jeff Becker 67282f03c0
disable recursion on nxdomain responses 5 years ago