Jeff Becker
|
0d89f1170b
|
make it compile
|
2019-11-04 13:53:53 -05:00 |
|
jeff
|
c59487014a
|
fix #865 by not using logic if it is null in udp_tick
|
2019-10-16 10:10:11 -04:00 |
|
jeff
|
3c1d5518d8
|
fix windows port and make it compile
|
2019-10-02 09:06:14 -04:00 |
|
jeff
|
14c9ef15ed
|
try calling stuff in logic thread from event loop
|
2019-09-16 06:21:12 -04:00 |
|
jeff
|
ac2a2aed1d
|
gut libutp and finish making things compile and pass tests
|
2019-09-12 14:19:25 -04:00 |
|
Jeff Becker
|
3c0245f8b3
|
Merge remote-tracking branch 'github/master' into iwp-multi-ack
|
2019-09-05 13:40:04 -04:00 |
|
Jeff Becker
|
4bf6882c8a
|
more async cryptography
|
2019-09-05 13:39:09 -04:00 |
|
Jeff Becker
|
c01112e4b7
|
tracy lock contention testing and other fun things
|
2019-09-03 11:56:56 -04:00 |
|
Jeff Becker
|
78d191bd75
|
prepare for 0.5.0
|
2019-08-29 07:45:58 -04:00 |
|
Jeff Becker
|
822f529be8
|
add link layer delivery feedback
|
2019-07-26 12:19:31 -04:00 |
|
Michael
|
a2326efa37
|
Revert "Merge pull request #679 from tewinget/revert-config-refactor"
This reverts commit 2996a7f29c , reversing
changes made to 10df3bd4b3 .
|
2019-07-06 14:46:25 +01:00 |
|
Jeff Becker
|
fdfd8c6150
|
don't lock when visiting links
|
2019-07-03 08:42:11 -04:00 |
|
Thomas Winget
|
d044d60101
|
Reverts #678 #677 and #669 with hashes:
10df3bd
766ece8
979f095
See those commits for further details
|
2019-07-02 11:02:20 -04:00 |
|
Michael
|
b51f7d8015
|
Convert to load config in config loader
|
2019-07-02 01:58:39 +01:00 |
|
Jeff Becker
|
27c101cc32
|
close timed out sessions
|
2019-05-25 10:54:30 -04:00 |
|
Jeff Becker
|
64c7ed42fc
|
make format
|
2019-05-22 12:20:50 -04:00 |
|
Jeff Becker
|
9c96aecf3f
|
move llarp::Logic to std::shared_ptr
add sequence numbers to HSD messages
begin work on network isolation code
add more docs
|
2019-05-22 12:20:03 -04:00 |
|
Jeff Becker
|
0f68e6b4dd
|
don't move, instead copy
|
2019-05-21 11:24:20 -04:00 |
|
Jeff Becker
|
5bcb205a9f
|
try allowing ip addresses in bind section
|
2019-05-20 08:32:11 -04:00 |
|
Jeff Becker
|
0f6f03a77a
|
const
|
2019-05-14 13:35:01 -04:00 |
|
Jeff Becker
|
b68f539de6
|
limit outbound connections
|
2019-05-08 08:17:48 -04:00 |
|
Jeff Becker
|
e178a70929
|
use shared_ptr for event loop
|
2019-04-08 08:01:52 -04:00 |
|
Jeff
|
3715c28616
|
Merge pull request #483 from loki-project/staging
Staging
|
2019-04-03 15:18:13 -04:00 |
|
Jeff
|
97b9c679b0
|
don't use bootstrap nodes for first hops in paths
|
2019-04-03 15:05:44 -04:00 |
|
Michael
|
25f10d5b11
|
Fix more address sanitiser issues
|
2019-04-02 10:03:53 +01:00 |
|
Jeff Becker
|
800f5001c2
|
allow up to 5 sessions per endpoint
|
2019-03-26 09:51:57 -04:00 |
|
Jeff Becker
|
7065b00c22
|
kill dead routers from nodedb and lessen logs
|
2019-03-25 09:07:19 -04:00 |
|
Jeff Becker
|
4bfe97781c
|
relax ping to 10s of inactivity
|
2019-03-18 08:25:32 -04:00 |
|
Jeff Becker
|
734a5b5fae
|
more
|
2019-03-11 09:01:43 -04:00 |
|
Jeff Becker
|
2218749134
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-03-07 17:58:29 -05:00 |
|
Jeff Becker
|
eceb55623c
|
more
|
2019-03-07 10:17:29 -05:00 |
|
Michael
|
61f3273dc4
|
Add threading annotations and fix potential deadlocks
|
2019-03-04 00:03:52 +00:00 |
|
Michael
|
c5a129ddff
|
Convert to use abseil synchronisation primitives
|
2019-03-03 21:20:38 +00:00 |
|
Rick V
|
5a3947ca5c
|
clang-format
|
2019-02-18 17:58:12 -06: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 |
|
Michael
|
67b5d48095
|
Replace usage of new/delete with unique_ptr/stack allocation
|
2019-02-11 16:24:05 +00:00 |
|
Michael
|
2de621b0ad
|
Disable copy constructing llarp_buffer_t
|
2019-02-01 01:58:13 +00:00 |
|
Michael
|
79157414f3
|
Split crypto.hpp into 3 different files
|
2019-01-13 16:32:51 +00:00 |
|
Michael
|
e5eda0fb8f
|
Move lokinet unspecific components to a util/ library
|
2019-01-10 20:07:24 +00:00 |
|
Jeff Becker
|
6206fb2a41
|
Merge branch 'datagram' into staging
|
2019-01-10 07:30:21 -05:00 |
|
Jeff Becker
|
cad1de946e
|
make it compile on osx
|
2019-01-09 09:21:55 -05:00 |
|
Jeff Becker
|
2a67242ccd
|
fixes
|
2019-01-07 11:35:25 -05:00 |
|
Jeff Becker
|
1100879eb4
|
fix leak in utp tests
|
2019-01-07 07:47:57 -05:00 |
|
Jeff Becker
|
593e2ddac6
|
make it compile
|
2019-01-04 07:43:53 -05:00 |
|
Michael
|
ea19093a20
|
Remove const byte* conversion operators from llarp::AlignedBuffer
|
2019-01-02 01:04:04 +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
|
5972f5ab14
|
clean shutdown
|
2018-12-24 11:32:25 -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 |
|