File tree
260 files changed
+1494
-1328
lines changed- cmake
- Hunter
- example
- 00-install
- 01-echo
- 02-kademlia
- include/libp2p
- basic
- scheduler
- common
- connection
- crypto
- aes_ctr
- chachapoly
- crypto_provider
- ecdsa_provider
- ed25519_provider
- hmac_provider
- rsa_provider
- secp256k1_provider
- sha
- cxx20
- layer/websocket
- multi
- converters
- multibase_codec/codecs
- muxer
- mplex
- yamux
- network
- impl
- peer
- address_repository
- protocol_repository
- protocol
- gossip
- identify
- kademlia
- protocol_muxer
- multiselect
- security
- noise
- crypto
- plaintext
- secio
- transport
- impl
- tcp
- src
- basic
- scheduler
- common
- connection
- crypto
- aes_provider
- chachapoly
- crypto_provider
- ecdsa_provider
- ed25519_provider
- hmac_provider
- key_validator
- rsa_provider
- secp256k1_provider
- sha
- x25519_provider
- layer/websocket
- multi
- converters
- multibase_codec
- codecs
- muxer
- mplex
- yamux
- network/impl
- peer
- address_repository
- protocol_repository
- protocol
- echo
- gossip/impl
- identify
- kademlia
- impl
- protocol_muxer
- multiselect
- security
- noise
- crypto
- plaintext
- secio
- tls
- transport
- impl
- tcp
- test
- libp2p
- basic
- crypto
- multi
- utils
- muxer
- yamux
- network
- peer
- protocol
- gossip
- protocol_muxer
- transport
- tcp
- mock/libp2p
- basic
- connection
- network
- peer
- protocol_muxer
- security
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
260 files changed
+1494
-1328
lines changedDiff for: .clang-tidy
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 | 61 |
| |
64 | 62 |
| |
65 | 63 |
| |
|
Diff for: cmake/Hunter/init.cmake
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
|
Diff for: cmake/dependencies.cmake
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
|
Diff for: example/00-install/CMakeLists.txt
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 21 |
| |
25 | 22 |
| |
26 | 23 |
| |
|
Diff for: example/01-echo/libp2p_echo_server.cpp
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
67 |
| - | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
|
Diff for: example/02-kademlia/rendezvous_chat.cpp
+4-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
| 45 | + | |
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
| |||
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
56 |
| - | |
57 |
| - | |
| 55 | + | |
58 | 56 |
| |
59 | 57 |
| |
60 | 58 |
| |
| |||
68 | 66 |
| |
69 | 67 |
| |
70 | 68 |
| |
71 |
| - | |
72 |
| - | |
| 69 | + | |
73 | 70 |
| |
74 | 71 |
| |
75 | 72 |
| |
| |||
80 | 77 |
| |
81 | 78 |
| |
82 | 79 |
| |
83 |
| - | |
84 |
| - | |
| 80 | + | |
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Diff for: include/libp2p/basic/read.hpp
+4-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 |
| - | |
16 |
| - | |
| 14 | + | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
| |||
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
34 |
| - | |
| 32 | + | |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
| |||
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 |
| - | |
| 46 | + | |
49 | 47 |
| |
50 | 48 |
| |
51 |
| - | |
| 49 | + | |
52 | 50 |
| |
53 | 51 |
| |
54 | 52 |
| |
|
Diff for: include/libp2p/basic/read_buffer.hpp
+8-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 |
| - | |
| 40 | + | |
42 | 41 |
| |
43 | 42 |
| |
44 |
| - | |
| 43 | + | |
45 | 44 |
| |
46 | 45 |
| |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
56 |
| - | |
| 55 | + | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
| |||
78 | 77 |
| |
79 | 78 |
| |
80 | 79 |
| |
81 |
| - | |
82 |
| - | |
83 | 80 |
| |
84 | 81 |
| |
85 | 82 |
| |
| |||
96 | 93 |
| |
97 | 94 |
| |
98 | 95 |
| |
99 |
| - | |
100 |
| - | |
| 96 | + | |
| 97 | + | |
101 | 98 |
| |
102 | 99 |
| |
103 | 100 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Diff for: include/libp2p/basic/reader.hpp
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
| |||
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
53 |
| - | |
| 56 | + | |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
|
Diff for: include/libp2p/basic/write_queue.hpp
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
Diff for: include/libp2p/basic/writer.hpp
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
36 |
| - | |
| 35 | + | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
| |||
49 | 48 |
| |
50 | 49 |
| |
51 | 50 |
| |
52 |
| - | |
| 51 | + | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
|
Diff for: include/libp2p/common/ambigous_size.hpp
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 |
| - | |
16 |
| - | |
| 14 | + | |
| 15 | + | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
|
0 commit comments