Commit Graph

1771 Commits (652d8cd036bafd7b47d04b0403e026547de37dd0)

Author SHA1 Message Date
Jeff 652d8cd036
Merge pull request #330 from majestrate/unfuck-dht
unbreak dht
6 years ago
Jeff Becker b9a0531057
make dht work again ._. 6 years ago
Ryan Tharp 2b433f046d
Oh it was a typo 6 years ago
Ryan Tharp 8e000c8321
linux gcc 7.3 support 6 years ago
Ryan Tharp f06b275193
make macos happy 6 years ago
Ryan Tharp 413843bab1
Merge branch 'staging' into dev 6 years ago
Jeff 9ddc74fc3f
Merge pull request #317 from neuroscr/master
Fix undefined behaviors and misaligned member access / macos compile fix
6 years ago
Rick V 5a3947ca5c
clang-format 6 years ago
Rick V 0f45e286ff
XXX: the inline string_view constructors *should* be harmless on pre-C++17 platforms...
fix windows build
6 years ago
Jeff f941025d7c
Merge pull request #319 from majestrate/staging
Staging
6 years ago
Jeff Becker a23a61717b
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Michael 887fb4ac62
Replace insert(make_pair()) with emplace() 6 years ago
Ryan Tharp f247a3623c So lu on linux gcc 7.3 but llu everywhere else? 6 years ago
Ryan Tharp 25d00e2974 Merge remote-tracking branch 'origin/master' 6 years ago
Ryan Tharp ad91071633 Fix undefined behaviors and misaligned member access 6 years ago
Ryan Tharp 8e51d3a491 fix linux gcc 7.3 error (warning) 6 years ago
Jeff Becker 8d96c0945e
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff bbbad826ef
Merge pull request #316 from michael-loki:buffer_obj
Convert llarp_buffer_t to be a class with methods
6 years ago
Jeff Becker 90507337ce
compute number of connected routers 6 years ago
Michael a00d6afc5e
Convert llarp_buffer_t to be a class with methods 6 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 6 years ago
Jeff Becker b5a1637224
make shared lib compile 6 years ago
Jeff Becker 1d958d95de
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
6 years ago
Michael 90373b806c
Fix log tag after cmake changes 6 years ago
Jeff cdc19c52fa
Merge branch 'staging' into abstract_router_replacement 6 years ago
Jeff 03b8f1429e
Merge pull request #311 from majestrate/staging
Staging
6 years ago
Jeff Becker 22b63fba38
close and shutdown utp socket on timeout 6 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 6 years ago
Jeff a204d7c42e
Merge pull request #309 from majestrate/staging
Staging
6 years ago
Jeff Becker 550fc3c439
Revert "tweaking handover logic"
This reverts commit 50bfe5d810.
6 years ago
Michael ebf2800c3f Fixup windows 6 years ago
Jeff Becker 50bfe5d810
tweaking handover logic 6 years ago
Jeff Becker 1921704b78
tweak timeout 6 years ago
Michael 2997b38e35
Fixup after rebase 6 years ago
Ryan Tharp 1114ba1295 fix staging 6 years ago
Michael 656843e9a3
Fix issues on debian 6 years ago
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 6 years ago
Ryan Tharp d17383aba6 Merge branch 'cmake_refactor' of https://github.com/michael-loki/loki-network 6 years ago
Michael 4fc582af96
Fix annoying typo 6 years ago
Ryan Tharp 420a52c4ea linux gcc 7.3 fix 6 years ago
Jeff Becker 24de7f052a
make outbound port configurable on runtime 6 years ago
Jeff 555711b70d
Merge pull request #303 from michael-loki/no_new
Replace usage of new/delete with unique_ptr/stack allocation
6 years ago
Jeff Becker 62c200c6fa
disable rc expiration 6 years ago
Jeff Becker 46222df421
refactor 6 years ago
Michael 8dc4ffbae7
Use forward_list over list 6 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
Michael 057365d40c
Fix issues on debian 6 years ago
Michael 3b3926a0ea
Refactor CMakeLists into distinct directories 6 years ago
Jeff Becker 05cd1b7f8e
extract more status info for outbound context 6 years ago
Jeff Becker 1a929f9383
send control messages if too quiet to keep convotags alive as needed 6 years ago