]> git.lizzy.rs Git - connect-rs.git/log
connect-rs.git
3 years agomake async-oriented, remove block_on
Sachandhan Ganesh [Thu, 21 Jan 2021 00:51:00 +0000 (16:51 -0800)]
make async-oriented, remove block_on

3 years agoavoid block_on as much as possible
Sachandhan Ganesh [Wed, 20 Jan 2021 07:09:29 +0000 (23:09 -0800)]
avoid block_on as much as possible

3 years agoadd return stmt to fix bug
Sachandhan Ganesh [Wed, 20 Jan 2021 04:53:18 +0000 (20:53 -0800)]
add return stmt to fix bug

3 years agodon't block in poll_x fns, fixes conn closing issues
Sachandhan Ganesh [Wed, 20 Jan 2021 04:50:21 +0000 (20:50 -0800)]
don't block in poll_x fns, fixes conn closing issues

3 years agobetter handling of stream/sink closing
Sachandhan Ganesh [Tue, 19 Jan 2021 19:12:03 +0000 (11:12 -0800)]
better handling of stream/sink closing

3 years agouse generic futures-executor in place of async-task
Sachandhan Ganesh [Sun, 17 Jan 2021 03:42:50 +0000 (19:42 -0800)]
use generic futures-executor in place of async-task

3 years agolower the log level of debug stmts to trace
Sachandhan Ganesh [Fri, 15 Jan 2021 21:31:13 +0000 (13:31 -0800)]
lower the log level of debug stmts to trace

3 years agoadd debug stmt for tls server shutdown
Sachandhan Ganesh [Fri, 15 Jan 2021 20:38:31 +0000 (12:38 -0800)]
add debug stmt for tls server shutdown

3 years agoadd more debug stmts to tcp server
Sachandhan Ganesh [Fri, 15 Jan 2021 20:37:41 +0000 (12:37 -0800)]
add more debug stmts to tcp server

3 years agoremove unused crates
Sachandhan Ganesh [Fri, 15 Jan 2021 20:13:13 +0000 (12:13 -0800)]
remove unused crates

3 years agoworking tls examples
Sachandhan Ganesh [Fri, 15 Jan 2021 08:03:19 +0000 (00:03 -0800)]
working tls examples

3 years agofix tls and cull warnings
Sachandhan Ganesh [Fri, 15 Jan 2021 07:42:33 +0000 (23:42 -0800)]
fix tls and cull warnings

3 years agorename stitch-net to connect
Sachandhan Ganesh [Fri, 15 Jan 2021 05:25:55 +0000 (21:25 -0800)]
rename stitch-net to connect