Jeff Becker
|
800f5001c2
|
allow up to 5 sessions per endpoint
|
2019-03-26 09:51:57 -04:00 |
|
Jeff Becker
|
cc7454684b
|
kill dead links
|
2019-03-22 14:23:33 -04:00 |
|
Jeff Becker
|
183c451972
|
let utp manage link layer timeout
|
2019-03-22 07:44:28 -04:00 |
|
Jeff Becker
|
de868e3623
|
fix order
|
2019-03-18 08:30:07 -04:00 |
|
Jeff Becker
|
4bfe97781c
|
relax ping to 10s of inactivity
|
2019-03-18 08:25:32 -04:00 |
|
Jeff Becker
|
5d3833ef1a
|
fix dumb as shit path building that causes premature termiantion because of duplicate hops
|
2019-03-11 09:58:31 -04:00 |
|
Jeff Becker
|
734a5b5fae
|
more
|
2019-03-11 09:01:43 -04:00 |
|
Jeff Becker
|
792d7d16c0
|
try fixing timeout issue
|
2019-03-08 09:59:13 -05:00 |
|
Jeff Becker
|
3547863f8e
|
fix excessive pings
|
2019-03-07 18:32:15 -05:00 |
|
Jeff Becker
|
2218749134
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-03-07 17:58:29 -05:00 |
|
Jeff Becker
|
6a09348c47
|
today's work
|
2019-03-07 17:53:36 -05:00 |
|
Michael
|
c5a129ddff
|
Convert to use abseil synchronisation primitives
|
2019-03-03 21:20:38 +00:00 |
|
Jeff Becker
|
f8d6becce8
|
make whitelist happy
|
2019-02-27 07:55:26 -05:00 |
|
Jeff Becker
|
89a8c9248d
|
fix crash
|
2019-02-25 07:51:01 -05:00 |
|
Jeff Becker
|
ab3d435d7f
|
don't cast size_t to ssize_t
|
2019-02-25 07:46:29 -05:00 |
|
Jeff Becker
|
0b558959b6
|
send keepalives periodically
|
2019-02-23 13:04:12 -05:00 |
|
Jeff Becker
|
a27dab46d1
|
don't close link on message handl fail
|
2019-02-23 12:54:35 -05:00 |
|
Michael
|
a00d6afc5e
|
Convert llarp_buffer_t to be a class with methods
|
2019-02-17 13:09:48 +00:00 |
|
Jeff Becker
|
1d958d95de
|
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
|
2019-02-15 17:19:19 -05:00 |
|
Jeff
|
cdc19c52fa
|
Merge branch 'staging' into abstract_router_replacement
|
2019-02-15 12:10:18 -05:00 |
|
Jeff Becker
|
22b63fba38
|
close and shutdown utp socket on timeout
|
2019-02-15 08:45:56 -05:00 |
|
Michael
|
048fa83c39
|
Finish replacement of Router with AbstractRouter
|
2019-02-14 22:31:31 +00:00 |
|
Michael
|
729cd045f1
|
Convert llarp::Router into an abstract base class
|
2019-02-06 09:59:47 +00:00 |
|
Ryan Tharp
|
506a1f8ae6
|
Revert "fix scoping issue"
This reverts commit 93af0978a3 .
|
2019-02-04 16:43:37 -08:00 |
|
Ryan Tharp
|
4bf4faa956
|
make format
|
2019-02-04 16:41:33 -08:00 |
|
Ryan Tharp
|
144b3f4ec3
|
Merge branch 'staging' of https://github.com/loki-project/loki-network
|
2019-02-04 23:04:38 +00:00 |
|
Michael
|
7ca3e13e78
|
Rename to ManagedBuffer
|
2019-02-03 00:48:10 +00:00 |
|
Michael
|
47380ba64b
|
Simplify some code
|
2019-02-03 00:31:10 +00:00 |
|
Michael
|
f3b0af9d2f
|
Create CopyableBuffer type
|
2019-02-02 23:21:35 +00:00 |
|
Michael
|
2de621b0ad
|
Disable copy constructing llarp_buffer_t
|
2019-02-01 01:58:13 +00:00 |
|
Ryan Tharp
|
93af0978a3
|
fix scoping issue
|
2019-01-30 23:22:50 -08:00 |
|
Michael
|
f24f554a01
|
Convert llarp::Crypto into an abstract base class
|
2019-01-26 15:40:58 +00:00 |
|
Michael
|
da6cdfc0b2
|
More refactoring to continue to make dependency graph acylic
|
2019-01-15 23:15:44 +00:00 |
|
Michael
|
e5eda0fb8f
|
Move lokinet unspecific components to a util/ library
|
2019-01-10 20:07:24 +00:00 |
|
Jeff Becker
|
2a67242ccd
|
fixes
|
2019-01-07 11:35:25 -05:00 |
|
Jeff Becker
|
1a5c70f09d
|
don't call utp_shutdown in destructor
|
2019-01-07 11:15:47 -05:00 |
|
Jeff Becker
|
3d5d52de87
|
add fix
|
2019-01-07 11:13:16 -05:00 |
|
Jeff Becker
|
7ba1395d23
|
fix utp leak in unit tests
|
2019-01-07 07:36:26 -05:00 |
|
Michael
|
9658c80b48
|
Minor build fixes
|
2019-01-03 21:25:16 +00:00 |
|
Michael
|
7dd40015f3
|
Mark AlignedBuffer constructor as explicit
|
2019-01-02 01:04:06 +00:00 |
|
Michael
|
ea19093a20
|
Remove const byte* conversion operators from llarp::AlignedBuffer
|
2019-01-02 01:04:04 +00:00 |
|
Michael
|
1410d0a0cf
|
Remove byte* conversion operators from llarp::AlignedBuffer
|
2019-01-02 01:04:03 +00:00 |
|
Michael
|
334161c9bb
|
Remove data() conversions from llarp::AlignedBuffer
|
2019-01-02 01:03:53 +00:00 |
|
Jeff Becker
|
6825cc0eec
|
fix crashes
|
2018-12-27 14:10:38 -05:00 |
|
Jeff Becker
|
4d689da148
|
more
|
2018-12-27 13:42:23 -05:00 |
|
Jeff Becker
|
874b1cd53c
|
only remove message when it successfully parses and handles
|
2018-12-27 13:31:19 -05:00 |
|
Jeff Becker
|
ec57c72e08
|
fix testnet
|
2018-12-27 13:27:43 -05:00 |
|
Jeff Becker
|
6fc42dc7ad
|
fixes
|
2018-12-19 12:48:29 -05:00 |
|
Jeff Becker
|
cca19290de
|
session renegotiation, RC expiration, more utp unit tests, network isolation.
|
2018-12-19 11:17:41 -05:00 |
|
Jeff Becker
|
e58f2c521e
|
done for the day
|
2018-12-17 17:43:16 -05:00 |
|