x
|
0f534d27c4
net/acceptor: Decouple transport handshakes from socket accepts
|
2 weeks ago |
x
|
9785777642
chore: Update copyright license year
|
7 months ago |
oars
|
d85cf80dbf
replace log imports with tracing everywhere
|
1 year ago |
oars
|
41f0a50de9
net/transport/tcp: handle peer address parsing error in tcp and tls listener
|
9 months ago |
parazyd
|
fda2a84034
chore: Update dependencies
|
1 year ago |
skoupidi
|
ea6139cead
net: chore clippy
|
1 year ago |
darkfi
|
3fdd8a9a69
net: in TCP always set the port from the local_addr
|
1 year ago |
darkfi
|
234bf1260a
net: when tcp://[::]:0 is set as the inbound, TcpListener will store the port which can be fetched using listener.endpoint() method. However currently this address is not auto-advertised.
|
1 year ago |
parazyd
|
604f443fd1
chore: Update license header year
|
1 year ago |
darkfi
|
119cd41abe
various project wide changes to support win32-msvc target.
|
1 year ago |
skoupidi
|
5fe8fb4620
net/transport/tcp: use stream right away and wait till its writeable
|
1 year ago |
parazyd
|
c51c1d1a1e
net/transport: Use io::Result in the net::transport module instead of crate::Result
|
2 years ago |
draoi
|
55e9cc21d0
session: manually stop the connector on slot.stop()
|
2 years ago |
draoi
|
a092f0d0eb
transport: non-blocking tcp connect
|
2 years ago |
parazyd
|
0e6f51e895
chore: Update copyright year in license headers
|
2 years ago |
parazyd
|
77bc5edbb5
net: Port from deprecated async-rustls to futures-rustls.
|
2 years ago |
parazyd
|
b80b4b755e
net/acceptor: Handle accept(2) errors more robustly.
|
2 years ago |
parazyd
|
624ea9a0c4
net/transport/tcp: Simplify tls accept
|
2 years ago |
parazyd
|
33631ab318
net/transport/tcp: Restore usage of socket2 to create TCP sockets.
|
2 years ago |
parazyd
|
0f125fa2db
net: Remove async-std dependency and prefer smol.
|
3 years ago |
parazyd
|
0ba9740b84
chore: Clippy lints
|
3 years ago |
parazyd
|
c1100588d3
net: Minor behaviour improvements
|
3 years ago |
parazyd
|
55ee919906
net: Perform full p2p code cleanup and improve certain pieces.
|
3 years ago |
x
|
5702976798
cleanup logging project wide
|
3 years ago |
parazyd
|
71cd3064d6
Update license year.
|
3 years ago |
parazyd
|
6b563e63aa
net: Have Unix sockets work in the same way as the Tcp transport.
|
3 years ago |
parazyd
|
8ae84ad7f9
Add license header to source files.
|
3 years ago |
ghassmo
|
d9da1b316f
raft/consensus: fix bugs & clean up
|
4 years ago |
parazyd
|
7963f69764
fixup! transport/tcp: Add some Linux-specific socket configurations.
|
4 years ago |
parazyd
|
079dab18f3
transport/tcp: Add some Linux-specific socket configurations.
|
4 years ago |