]> git.lizzy.rs Git - connect-rs.git/history - src/tls/client.rs
refactor to have datagram already serialized in memory
[connect-rs.git] / src / tls / client.rs
2021-02-13 Sachandhan Ganeshremove `block_on` in tls-listener
2021-02-13 Sachandhan Ganeshremove unnecessary copies of local and peer addrs
2021-02-04 Sachandhan Ganeshrenamed server to listener and add thorough documentation
2021-01-21 Sachandhan Ganeshmake async-oriented, remove block_on
2021-01-20 Sachandhan Ganeshavoid block_on as much as possible
2021-01-20 Sachandhan Ganeshdon't block in poll_x fns, fixes conn closing issues
2021-01-17 Sachandhan Ganeshuse generic futures-executor in place of async-task
2021-01-15 Sachandhan Ganeshworking tls examples
2021-01-15 Sachandhan Ganeshfix tls and cull warnings
2021-01-15 Sachandhan Ganeshrename stitch-net to connect