]> git.lizzy.rs Git - connect-rs.git/shortlog
connect-rs.git
2021-02-03 Sachandhan... Create LICENSE
2021-02-03 Sachandhan... include gitignore and examples dir
2021-01-21 Sachandhan... run cargo fmt
2021-01-21 Sachandhan... bring back Stream impl with block_on in poll_next for...
2021-01-21 Sachandhan... make async-oriented, remove block_on
2021-01-20 Sachandhan... avoid block_on as much as possible
2021-01-20 Sachandhan... add return stmt to fix bug
2021-01-20 Sachandhan... don't block in poll_x fns, fixes conn closing issues
2021-01-19 Sachandhan... better handling of stream/sink closing
2021-01-17 Sachandhan... use generic futures-executor in place of async-task
2021-01-15 Sachandhan... lower the log level of debug stmts to trace
2021-01-15 Sachandhan... add debug stmt for tls server shutdown
2021-01-15 Sachandhan... add more debug stmts to tcp server
2021-01-15 Sachandhan... remove unused crates
2021-01-15 Sachandhan... working tls examples
2021-01-15 Sachandhan... fix tls and cull warnings
2021-01-15 Sachandhan... rename stitch-net to connect