lunar-mining
|
deb3ea5936
net: cleanup warnings + run make clippy
|
před 2 roky |
lunar-mining
|
fed0e582c1
net: bug fixes and cleanup
|
před 2 roky |
lunar-mining
|
3d5eabfe59
net: downgrade host if they disconnect or we can't connect to them.
|
před 2 roky |
lunar-mining
|
ec5abf9683
net: make clippy + fix test
|
před 2 roky |
lunar-mining
|
3abd2c62bb
net: don't hide connection upgrade inside perform_handshake_protocols()
|
před 2 roky |
lunar-mining
|
765bd819b2
net: change unwrap() to expect() on hostlist queries
|
před 2 roky |
lunar-mining
|
40619581cd
store: reduce LOC in hostlist queries and update usage.
|
před 2 roky |
lunar-mining
|
736459aa51
chore: cleanup
|
před 2 roky |
lunar-mining
|
96cad54d81
net: 99.9999% of the time it works 100% of the time
|
před 2 roky |
lunar-mining
|
51b4263a93
net: remove connection from anchorlist when it disconnects and cleanup.
|
před 2 roky |
lunar-mining
|
ca4d523dd3
net: remove unwrap()'s and cleanup
|
před 2 roky |
lunar-mining
|
6a39e926f1
net: prevent inbound session channels from being stored in the anchorlist
|
před 2 roky |
lunar-mining
|
03ae65956a
net: add peer to the anchorlist with an updated last_seen when we call p2p.store() on a connected channel
|
před 2 roky |
lunar-mining
|
560b332e37
net: create perform_local_handshake which does a version exchange without adding channel to the p2p store, and use in ping_node
|
před 2 roky |
lunar-mining
|
03ce1324bd
net: ProtocolSeed stores addrs on the greylist, and broadcasts own address with last_seen.
|
před 2 roky |
lunar-mining
|
9a09e8c6cd
net: remove HostPtr from ProtocolVersion and update probe_node()
|
před 2 roky |
x
|
adedcdbaaa
Revert "net/acceptor: replace Mutex<Option<Weak<Session>>> with LazyWeak<Session>"
|
před 3 roky |
x
|
34fc8fbd8f
net/acceptor: replace Mutex<Option<Weak<Session>>> with LazyWeak<Session>
|
před 3 roky |
x
|
250c8ba2d0
bugfix: there's a type Arc<Weak<Foo>> when it should be Weak<Foo>
|
před 3 roky |
parazyd
|
0f125fa2db
net: Remove async-std dependency and prefer smol.
|
před 3 roky |
parazyd
|
50ac8bf93c
net: Remove most of dnet and replace with a ChannelInfo subscriber.
|
před 3 roky |
parazyd
|
0ba9740b84
chore: Clippy lints
|
před 3 roky |
parazyd
|
f73c9c8f61
net: dnet cleanups and improvements.
|
před 3 roky |
parazyd
|
55ee919906
net: Perform full p2p code cleanup and improve certain pieces.
|
před 3 roky |
parazyd
|
71cd3064d6
Update license year.
|
před 3 roky |
parazyd
|
8ae84ad7f9
Add license header to source files.
|
před 3 roky |
ghassmo
|
400c66cb88
net: remove an address from the hosts list if doesn't match
|
před 4 roky |
lunar-mining
|
99b714817a
net: renamed SeedSession to SeedSyncSession
|
před 4 roky |
lunar-mining
|
2a7ece72b0
net: improve some documentation and correct errors
|
před 4 roky |
lunar-mining
|
967f9ec770
net: channel hosts a pointer to Session
|
před 4 roky |