Commit Graph

1994 Commits (c23498925c1bf0d4b35bc5f84177630586eba97b)

Author SHA1 Message Date
Rick V 8443c5ab8c
Support abseil on i686-pc-winnt-gnu 5 years ago
Rick V 61fb9a9c82
added some notes to gear up for the #371 putback by @michael-loki
moved platform-specifc stuff *to* platform specifc lib
removed -Wno-format on windows and *actually* turn on proper format checking
here using compiler-specifc extension for C99
5 years ago
Rick V ad966342d9
make windows happy 5 years ago
Jeff Becker 136a01391e
fix message 5 years ago
Jeff Becker 7ebb49478e
remove dead code 5 years ago
Jeff Becker de868e3623
fix order 5 years ago
Jeff Becker 4bfe97781c
relax ping to 10s of inactivity 5 years ago
Jeff Becker 8d078f19eb
wrap epoll with IO checks for resetting errno 5 years ago
Jeff Becker 2147cc3685
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker ab83f51735
clear errno 5 years ago
Jeff d6307cfb2f
Merge pull request #396 from michael-loki/profiling_thread_safety
Fix deadlock in profiling
5 years ago
Jeff a1ccf61df3
Merge pull request #397 from majestrate/staging
don't inline shit
5 years ago
Jeff Becker 089e8ab4ef
don't inline shit 5 years ago
Michael 8dfe72cbc9
Fix deadlock in profiling 5 years ago
Jeff a79f27cfd0
Merge pull request #395 from majestrate/staging
lokinet rpc use http digest auth instead of basic auth
5 years ago
Jeff Becker 990049f423
make rpc do basic auth and shit like that 5 years ago
Jeff e2989c9ea4
Merge pull request #391 from majestrate/staging
Staging
5 years ago
Jeff Becker 5d3833ef1a
fix dumb as shit path building that causes premature termiantion because of duplicate hops 5 years ago
Jeff Becker 232a7ff010
more 5 years ago
Jeff Becker 734a5b5fae
more 5 years ago
Ryan Tharp 22d76f7454 additional macos DNS fixes 5 years ago
Jeff Becker 6489ea2152
make it work 5 years ago
Jeff Becker 8a4c0ce841
more 5 years ago
Jeff Becker 280d85d478
handle protocol discard 5 years ago
Jeff Becker df17866ff7
breaking protocol change, bundle source txid on outside of path transfer message. 5 years ago
Jeff Becker 792d7d16c0
try fixing timeout issue 5 years ago
Jeff Becker a5557e0902
always use current intro for reply 5 years ago
Jeff Becker c9a4c77fb9
better chill with path building 5 years ago
Jeff Becker 3547863f8e
fix excessive pings 5 years ago
Jeff Becker 2218749134
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker 6a09348c47
today's work 5 years ago
Ryan Tharp 75c7c12502 fix linux gcc 7.3 issues, feeling like #include <condition_variable> should be in one of the threading headers tho 5 years ago
Jeff Becker eceb55623c
more 5 years ago
sachaaaaa 608efeaa96 Add missing reference operator in profiling.cpp 5 years ago
sachaaaaa 1f95e2ef28 Fix typo in ev_kqueue 5 years ago
Jeff cf9d6a1793
Merge pull request #380 from majestrate/staging
Staging
5 years ago
Jeff 1a09a12ee0
Merge branch 'staging' into absl_mutex 5 years ago
Jeff Becker 4dbeae63ee
handle kqueue code more like epoll's code 5 years ago
Jeff Becker a1bd26a165
update profiling code to decay instead of clearing all stats 5 years ago
Jeff Becker 8331449ab9
update profiles on path build 5 years ago
Jeff Becker df0120f161
fix limit 5 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 5 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 5 years ago
Michael ab83d3d54e
Fixup build on debian 5 years ago
Michael 31441b46dc
Convert from rapidjson to use nlohmann::json 5 years ago
Michael 93399fdbb4
Make nlohmann::json part of the build 5 years ago
Jeff 0a44d1b730
Merge pull request #367 from majestrate/staging
delay dns resolution for snode until we have a session with it
5 years ago
Jeff Becker 159415c363
delay dns resolution for snode until we have a session with it 5 years ago
sachaaaaa d08169f104 Add missing override in evp.hpp 5 years ago
Jeff f034bfc184
Merge pull request #365 from majestrate/fix-libabyss-352
updates
5 years ago
Jeff Becker 86098b198f
clear errno and log invalid data 5 years ago
Jeff d255ce50ac
Merge branch 'staging' into master 5 years ago
Ryan Tharp 1757426d63 Merge branch 'staging' of https://github.com/loki-project/loki-network into issue324 5 years ago
Ryan Tharp 4d6451aaa2 fix mojave random.snode lookup issue #324 5 years ago
Ryan Tharp 1ec1b132ea Merge branch 'staging' of https://github.com/loki-project/loki-network 5 years ago
Ryan Tharp f1ff247240 convert pubKey to RouterID 5 years ago
Ryan Tharp 6e4e6c997e undo previous change 5 years ago
Jeff Becker 46b80e465d
* fix jsonrpc endpoint path for caller
* make epoll not crash and leak
* correct key name in config
5 years ago
Jeff Becker 71302ee48b
Merge remote-tracking branch 'origin/staging' into fix-libabyss-352 5 years ago
Jeff Becker f8d6becce8
make whitelist happy 5 years ago
Ryan Tharp 4b5e96c414 output in base32z 5 years ago
Ryan Tharp 6b763807e6 add missing include to make linux gcc 7.3 happy 5 years ago
Jeff db504e8044
Merge pull request #354 from despair86/dev
regression fixes
5 years ago
Jeff e8fb7d34c0
Merge pull request #349 from michael-loki/printer
Create Printer - A general-purpose, stateful printer class
5 years ago
Jeff 9578d10b8b
Merge pull request #348 from michael-loki/string_view_abseil
Use string_view for string_view
5 years ago
Rick V 975b4ca743
clang-format 5 years ago
Rick V 0de253065e
remove ded code
add code for proper DNSc search
5 years ago
Jeff Becker ef13ec7499
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Rick V d67eb40697
require full C++11 toolset for mingw-w64 (see loki-project/loki #441) 5 years ago
Rick V 95835a50f9
move critical section to cover all handler entry points 5 years ago
Rick V e94d1ebb4f
combine these 5 years ago
Rick V 6e91547b39
ok serialising tun::FlushSend should get rid of that crash from #192 5 years ago
Rick V f0ce9a0afb
try fixing threading bug
XXX: get jeff to go over threadpool code for overview
5 years ago
Jeff Becker 66e503b6aa
print snode not hex 5 years ago
Jeff Becker 88f988d142
use std::set 5 years ago
Jeff Becker 89a8c9248d
fix crash 5 years ago
Jeff Becker 08d70e6d14
track client rcs 5 years ago
Jeff Becker ab3d435d7f
don't cast size_t to ssize_t 5 years ago
Michael e4cf1f245c
Convert most of llarp to use Printer 5 years ago
Michael e6e19369e9
Create Printer - A general-purpose, stateful printer class 5 years ago
Michael 95a5c386fe
Initial type trait work 5 years ago
Michael b80ecfa4d6
Use string_view for string_view 5 years ago
Michael 54e689b0ad
Use string_view for string_view 5 years ago
Jeff Becker 0b558959b6
send keepalives periodically 5 years ago
Jeff Becker a27dab46d1
don't close link on message handl fail 5 years ago
Jeff Becker c626f7c9b7
revert 5 years ago
Jeff Becker 64f34dccc2
set transit started time
holy what the crap.
5 years ago
Jeff Becker 77e238bf94
stick for 10 seconds longer in relay commit 5 years ago
Jeff Becker 6c5a015f4f
unconditional reply 5 years ago
Jeff Becker 1694337cab
ONLY CHECK FOR ACTIVE DHT NODES 5 years ago
Jeff Becker 482dce28bd
make it work 5 years ago
Jeff 5c941263e9
Merge pull request #339 from michael-loki/dht_context_testing
Solidify interfaces
5 years ago
Michael 4fb2b39f74
Format changes 5 years ago
Michael 89ae60cfab
llarp::Context uses AbstractRouter now 5 years ago
Jeff Becker 1a283c0176
try addressing issue #324 5 years ago
Michael 13a9f65520
Fully define interface for dht::Context 5 years ago
Jeff Becker 5642179019
publish retry on failure for introset publishing 5 years ago
Jeff Becker a81a483cc2
build paths if we don't have enough 5 years ago
Jeff Becker 068b60221c
don't ever fail on dht messages 5 years ago
Jeff Becker 21ab744b17
build one path if we don't have a path for remote intro on send 5 years ago
Jeff Becker c7e100787b
swap intros should only swap intros 5 years ago
Jeff Becker eecc00211f
squash commits and make convotags more "reliable" (probably) 5 years ago
Jeff Becker 5dde4e6351
use source path's intro as being able to reply on convo tags 5 years ago
Jeff Becker 762728c7ec
fix 5 years ago
Jeff Becker 3baf89e8ce
more 5 years ago
Jeff Becker 262000570b
use source path's intro as being able to reply on convo tags 5 years ago
Michael c6e6bdb90f
Fix for windows just being the Worst 5 years ago
Michael 4132f883a7
Make libabyss mandatory 5 years ago
Michael de13ab3adc
Fix warning in bencode 5 years ago
Ryan Tharp 06af3ca95b
Merge pull request #332 from neuroscr/master
make macos 10.12 happy
5 years ago
Ryan Tharp 547cf96606 make macos 10.12 happy 5 years ago
Jeff Becker b511242632
increment sequence number on good send only 5 years ago
Jeff 652d8cd036
Merge pull request #330 from majestrate/unfuck-dht
unbreak dht
5 years ago
Jeff Becker b9a0531057
make dht work again ._. 5 years ago
Jeff Becker ee95c1ed0c
make dht work again ._. 5 years ago
Jeff Becker f67ffaf900
fix typo 5 years ago
Jeff Becker 7428855698
try fixing timeout bug after 6 or so hours 5 years ago
Jeff Becker be30516986
use std::string for integers because i am tired of fixing formatting strings 5 years ago
Ryan Tharp 2b433f046d
Oh it was a typo 5 years ago
Ryan Tharp 8e000c8321
linux gcc 7.3 support 5 years ago
Ryan Tharp f06b275193
make macos happy 5 years ago
Jeff Becker 6435951e86
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Ryan Tharp 413843bab1
Merge branch 'staging' into dev 5 years ago
Jeff 9ddc74fc3f
Merge pull request #317 from neuroscr/master
Fix undefined behaviors and misaligned member access / macos compile fix
5 years ago
Jeff Becker b1dd10c007
fix previous commit 5 years ago
Jeff Becker 393e70dfa6
publish new introset on path death 5 years ago
Jeff Becker 591f3c92a9
make build records smaller 5 years ago
Jeff Becker 41bb83aaba
more 5 years ago
Rick V 5a3947ca5c
clang-format 5 years ago
Rick V 0f45e286ff
XXX: the inline string_view constructors *should* be harmless on pre-C++17 platforms...
fix windows build
5 years ago
Jeff Becker 445ed05b32
make format 5 years ago
Jeff f941025d7c
Merge pull request #319 from majestrate/staging
Staging
5 years ago
Jeff Becker dfbd878dfb
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker a23a61717b
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Michael 887fb4ac62
Replace insert(make_pair()) with emplace() 5 years ago
Ryan Tharp f247a3623c So lu on linux gcc 7.3 but llu everywhere else? 5 years ago
Ryan Tharp 25d00e2974 Merge remote-tracking branch 'origin/master' 5 years ago
Ryan Tharp ad91071633 Fix undefined behaviors and misaligned member access 5 years ago
Ryan Tharp 8e51d3a491 fix linux gcc 7.3 error (warning) 5 years ago
Jeff Becker 8d96c0945e
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff bbbad826ef
Merge pull request #316 from michael-loki:buffer_obj
Convert llarp_buffer_t to be a class with methods
5 years ago
Jeff Becker 90507337ce
compute number of connected routers 5 years ago
Michael a00d6afc5e
Convert llarp_buffer_t to be a class with methods 5 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 5 years ago
Jeff Becker b5a1637224
make shared lib compile 5 years ago
Jeff Becker 1d958d95de
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
5 years ago
Michael 90373b806c
Fix log tag after cmake changes 5 years ago
Jeff cdc19c52fa
Merge branch 'staging' into abstract_router_replacement 5 years ago
Jeff 03b8f1429e
Merge pull request #311 from majestrate/staging
Staging
5 years ago
Jeff Becker 22b63fba38
close and shutdown utp socket on timeout 5 years ago