]> git.lizzy.rs Git - connect-rs.git/history - src
refactor to have datagram already serialized in memory
[connect-rs.git] / src /
2022-08-09 Sachandhan Ganeshrefactor to have datagram already serialized in memory main
2021-02-15 Sachandhan Ganeshremove unstable features for doc comments
2021-02-15 Sachandhan Ganeshremove unstable feature
2021-02-14 Sachandhan Ganeshimprove documentation and logging
2021-02-14 Sachandhan Ganeshfix docs to be more readable
2021-02-14 Sachandhan Ganeshrevert back to using vectored writes to the network...
2021-02-14 Sachandhan Ganeshdon't let users construct datagrams with a message...
2021-02-14 Sachandhan Ganeshrefactor read/write for correctness and ordering of...
2021-02-13 Sachandhan Ganeshremove `block_on` in tls-listener
2021-02-13 Sachandhan Ganeshremove `block_on` in tcp-listener
2021-02-13 Sachandhan Ganeshmove tls into a feature and remove error dep on async...
2021-02-13 Sachandhan Ganeshremove unnecessary copies of local and peer addrs
2021-02-13 Sachandhan Ganeshserializing a datagram should consume itself
2021-02-13 Sachandhan Ganeshadd doc comments for the datagram
2021-02-12 Sachandhan Ganeshremove dependency on protobuf and introduce basic custo...
2021-02-04 Sachandhan Ganeshexplain protobuf choice and bump version to 0.1.0
2021-02-04 Sachandhan Ganeshrenamed server to listener and add thorough documentation
2021-02-04 Sachandhan Ganeshfix visibility and props
2021-01-21 Sachandhan Ganeshrun cargo fmt
2021-01-21 Sachandhan Ganeshbring back Stream impl with block_on in poll_next for...
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 Ganeshadd return stmt to fix bug
2021-01-20 Sachandhan Ganeshdon't block in poll_x fns, fixes conn closing issues
2021-01-19 Sachandhan Ganeshbetter handling of stream/sink closing
2021-01-17 Sachandhan Ganeshuse generic futures-executor in place of async-task
2021-01-15 Sachandhan Ganeshlower the log level of debug stmts to trace
2021-01-15 Sachandhan Ganeshadd debug stmt for tls server shutdown
2021-01-15 Sachandhan Ganeshadd more debug stmts to tcp server
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