]> git.lizzy.rs Git - connect-rs.git/shortlog
connect-rs.git
2022-08-09 Sachandhan... refactor to have datagram already serialized in memory main
2021-02-15 Sachandhan... remove unstable features for doc comments
2021-02-15 Sachandhan... remove unstable feature
2021-02-14 Sachandhan... improve documentation and logging
2021-02-14 Sachandhan... fix features flag and bump version to 0.2.1
2021-02-14 Sachandhan... fix docs to be more readable
2021-02-14 Sachandhan... revert back to using vectored writes to the network...
2021-02-14 Sachandhan... don't let users construct datagrams with a message...
2021-02-14 Sachandhan... introduce new example program to test ordering of messages
2021-02-14 Sachandhan... refactor read/write for correctness and ordering of...
2021-02-13 Sachandhan... remove `block_on` in tls-listener
2021-02-13 Sachandhan... remove `block_on` in tcp-listener
2021-02-13 Sachandhan... move tls into a feature and remove error dep on async...
2021-02-13 Sachandhan... remove unnecessary copies of local and peer addrs
2021-02-13 Sachandhan... serializing a datagram should consume itself
2021-02-13 Sachandhan... add doc comments for the datagram
2021-02-12 Sachandhan... remove dependency on protobuf and introduce basic custo...
2021-02-04 Sachandhan... bump version to unused 0.1.2
2021-02-04 Sachandhan... explain protobuf choice and bump version to 0.1.0
2021-02-04 Sachandhan... Merge branch 'main' of github.com:sachanganesh/connect...
2021-02-04 Sachandhan... don't run build.rs if env is not dev
2021-02-04 Sachandhan... don't run build.rs if env is dev
2021-02-04 Sachandhan... don't re-run build.rs under any circumstances
2021-02-04 Sachandhan... add badges to readme
2021-02-04 Sachandhan... bump version and stop tracking Cargo.lock
2021-02-04 Sachandhan... add documentation prop
2021-02-04 Sachandhan... fix heading levels in the readme and bump version
2021-02-04 Sachandhan... bump version and update README.md to mirror docs
2021-02-04 Sachandhan... renamed server to listener and add thorough documentation
2021-02-04 Sachandhan... fix visibility and props
2021-02-04 Sachandhan... fix license
2021-02-04 Sachandhan... Merge branch 'main' of github.com:sachanganesh/connect...
2021-02-04 Sachandhan... update crate props
2021-02-04 Sachandhan... update crate props
2021-02-03 Sachandhan... Merge pull request #1 from sachanganesh/add-apache...
2021-02-03 Sachandhan... remove features that are no longer on the agenda
2021-02-03 Sachandhan... move 'future goals' section into own issues
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