750 B
750 B
0.5.1
- Reduce dependencies on
futurescrate (#30)
0.5.0
- Upgrade tokio to 1.0 (#28)
0.4.0
-
Return error if authorization is required but credentials are not present (#24)
-
Upgrade tokio to 0.3 (#27)
0.3.0
- Allow to take arbitrary socket instead of address to establish connections to proxy (#20)
0.2.2
- Replace failure with thiserror (#17)
0.2.1
- Remove dependency derefable (#16)
0.2.0
- Support tokio 0.2 (#10)
0.1.3
- Implement
IntoTargetAddr<'static>forString(#8)
0.1.2
- Fix ConnectFuture buffer too small (#1)
0.1.1
-
Support SOCKS5
BINDcommand. -
Implement
std::net::ToSocketAddrsforTargetAddr.
0.1.0
-
Support SOCKS5
CONNECTcommand. -
Support username authentication.