Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Remove redundant type aliases | hozan23 | 2024-06-27 | 1 |
| | ||||
* | Improve async channels error handling and replace unbounded channels with ↵ | hozan23 | 2024-06-27 | 1 |
| | | | | | | | | | | | bounded channels Remove all unbounded channels to prevent unbounded memory usage and potential crashes. Use `FuturesUnordered` for sending to multiple channels simultaneously. This prevents the sending loop from blocking if one channel is blocked, and helps handle errors properly. | |||
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 1 |
| | ||||
* | Ensure uniform usage of the name `karyon` across all files | hozan23 | 2023-12-02 | 1 |
| | ||||
* | implement TLS for inbound and outbound connections | hozan23 | 2023-11-28 | 1 |
| | ||||
* | rename crates | hozan23 | 2023-11-09 | 1 |