1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-07-03 03:46:30 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
b552d847ed prepare actix-codec release 0.4.2 2021-12-31 08:08:14 +00:00
621deba990 fix changelog bullet points 2021-12-18 02:49:23 +00:00
a2e765ea6e prepare actix-codec release 0.4.1 2021-11-05 01:05:51 +00:00
2080f4c149 Framed::poll_ready flushes when buffer is full (#409) 2021-11-05 00:43:33 +00:00
b2cef8fcdb add lines codec (#338) 2021-11-05 00:12:02 +00:00
b2e9640952 prepare codec 0.4.0 release (#346) 2021-04-21 11:08:43 +01:00
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
e4a44b77e6 prepare codec release 0.4.0-beta.1 2020-12-28 03:24:43 +00:00
2ee8f45f5d update actix-codec and actix-utils to tokio 1.0 (#237) 2020-12-28 03:16:37 +00:00
704af672b9 Bump pin-project to 1.0 (#202) 2020-10-25 19:42:40 +09:00
d28687d0d7 promote codec/utils out of beta (#184) 2020-08-24 09:18:37 +01:00
27c6be9881 remove unused type parameter from Framed::replace_codec (#183) 2020-08-20 00:30:26 +01:00
119dc39f5b prepare codec and utils betas (#182) 2020-08-19 11:00:12 +01:00
b3010c13e0 solve framed integration with actix-http (#179) 2020-08-18 23:27:37 +01:00
5d6d309e66 Simplify bcodec decode (#162) 2020-07-20 23:09:24 +09:00
8d0bd7ce1c Improve bcodec encode performance (#157) 2020-07-19 22:36:51 +01:00
334c98575a Upgrade tokio utils to 0.3 (#138) 2020-07-20 05:44:26 +09:00
0d3f9e74c5 Use .advance() intead of .split_to() 2019-12-19 09:50:31 +06:00
32202188cc prepare actix-codec release 2019-12-11 10:18:11 +06:00
8b3062cd6e Fix buffer remaining capacity calcualtion 2019-12-09 21:50:36 +06:00
d49aca9595 use bitflags for internal flags; use tokio 0.2 2019-12-05 13:11:56 +06:00
c6eb318536 Fix low/high watermark for write/read buffers; fix oneshot impl 2019-12-05 01:36:31 +06:00
9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
95d02659d5 Added Framed::map_io() method 2019-03-27 17:30:37 -07:00
b407c65f4c add FramedParts::with_read_buf method 2019-03-06 22:53:55 -08:00
e50be58fdb move codec to separate crate 2018-12-09 15:19:25 -08:00