Rob Ede
dc67ba770d
fmt with import grouping
2022-04-10 02:48:53 +01:00
Rob Ede
737b438f73
prepare actix-codec release 0.5.1
2022-03-15 19:43:06 +00:00
Rob Ede
0cd70b0536
use tracing for logs ( #451 )
2022-03-15 19:37:08 +00:00
Rob Ede
41ed48219d
bump lower msrv to 1.49
2022-03-02 16:40:11 +00:00
Rob Ede
217cbd2228
bump tokio-util to 0.7 ( #446 )
2022-02-15 01:47:27 +00:00
Rob Ede
941f67dec9
s/e/err
2022-01-28 22:10:06 +00:00
Rob Ede
b552d847ed
prepare actix-codec release 0.4.2
2021-12-31 08:08:14 +00:00
Rob Ede
9935883905
add file reader example
2021-12-26 22:32:35 +00:00
Rob Ede
621deba990
fix changelog bullet points
2021-12-18 02:49:23 +00:00
Rob Ede
90f205a465
standardize crate level lints
2021-12-08 06:09:46 +00:00
Rob Ede
07e3b19461
dedupe tls changelog
2021-12-04 19:51:33 +00:00
Rob Ede
a2e765ea6e
prepare actix-codec release 0.4.1
2021-11-05 01:05:51 +00:00
brockelmore
2080f4c149
Framed::poll_ready
flushes when buffer is full (#409 )
2021-11-05 00:43:33 +00:00
Rob Ede
b2cef8fcdb
add lines codec ( #338 )
2021-11-05 00:12:02 +00:00
Rob Ede
ca77d8d835
split -server and -tls msrv and raise to 1.52 ( #398 )
2021-10-19 14:53:42 +01:00
Rob Ede
9fa8d7fc5a
avoid dependency on older tokios
2021-10-11 05:12:57 +01:00
Rob Ede
4644fa41cf
run doc test in parallel ( #387 )
2021-09-01 21:30:26 +01:00
Rob Ede
b2e9640952
prepare codec 0.4.0 release ( #346 )
2021-04-21 11:08:43 +01:00
Rob Ede
7749dfe46a
address msrv todo in router
2021-04-16 02:06:11 +01:00
Rob Ede
66bd5bf4a2
prepare macros v0.2.0 release ( #261 )
2021-02-02 02:07:58 +00:00
Rob Ede
5285656bdc
prepare next beta releases
2021-01-03 04:39:37 +00:00
Rob Ede
e4a44b77e6
prepare codec release 0.4.0-beta.1
2020-12-28 03:24:43 +00:00
fakeshadow
2ee8f45f5d
update actix-codec and actix-utils to tokio 1.0 ( #237 )
2020-12-28 03:16:37 +00:00
Aravinth Manivannan
b296d0f254
Intradoc links conversion ( #227 )
...
* intra doc conversion
* rm trailing blank comment
2020-12-14 08:22:30 +00:00
Rob Ede
4e43216b99
standardise compiler lints across all crates ( #226 )
2020-12-12 23:24:00 +00:00
ghizzo01
704af672b9
Bump pin-project to 1.0 ( #202 )
2020-10-25 19:42:40 +09:00
Rob Ede
d28687d0d7
promote codec/utils out of beta ( #184 )
2020-08-24 09:18:37 +01:00
Rob Ede
27c6be9881
remove unused type parameter from Framed::replace_codec ( #183 )
2020-08-20 00:30:26 +01:00
Rob Ede
119dc39f5b
prepare codec and utils betas ( #182 )
2020-08-19 11:00:12 +01:00
Rob Ede
b3010c13e0
solve framed integration with actix-http ( #179 )
2020-08-18 23:27:37 +01:00
Yuki Okushi
8ace9264b7
Check code style with rustfmt on CI ( #164 )
2020-07-22 12:32:13 +09:00
Juan Aguilar
5d6d309e66
Simplify bcodec decode ( #162 )
2020-07-20 23:09:24 +09:00
Juan Aguilar
8d0bd7ce1c
Improve bcodec encode performance ( #157 )
2020-07-19 22:36:51 +01:00
Rob Ede
334c98575a
Upgrade tokio utils to 0.3 ( #138 )
2020-07-20 05:44:26 +09:00
Yuki Okushi
10b4c30a06
Use OR
instead of deprecated /
in license field ( #155 )
2020-07-14 11:11:30 +01:00
Taiki Endo
9528df4486
Remove uses of pin_project::project attribute
...
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Pen Tree
755a8bb9d1
fix codec doc links ( #148 )
2020-06-02 18:05:39 +01:00
Yuki Okushi
2792433ad6
actix-codec: Minimize futures-*
dependencies
2020-03-12 07:13:32 +09:00
Aaron Hill
c41b5d8dd4
Replace calls to Pin::new_unchecked
with pin_project
.
...
This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather than `&mut self`.
This brings these methods into line with `Stream::poll_next`, which also
takes a `Pin<&mut Self>`
2020-03-04 12:08:52 -05:00
Nikolay Kim
0d3f9e74c5
Use .advance() intead of .split_to()
2019-12-19 09:50:31 +06:00
Nikolay Kim
32202188cc
prepare actix-codec release
2019-12-11 10:18:11 +06:00
Nikolay Kim
7163e2c2a2
update doc strings
2019-12-10 21:14:06 +06:00
Nikolay Kim
8b3062cd6e
Fix buffer remaining capacity calcualtion
2019-12-09 21:50:36 +06:00
Nikolay Kim
fc0825fcdd
update tokio to 0.2.4
2019-12-07 10:15:26 +06:00
Nikolay Kim
cbdbc05dbd
update tokio verion and prep alpha3 release
2019-12-07 09:57:43 +06:00
Nikolay Kim
d49aca9595
use bitflags for internal flags; use tokio 0.2
2019-12-05 13:11:56 +06:00
Nikolay Kim
c6eb318536
Fix low/high watermark for write/read buffers; fix oneshot impl
2019-12-05 01:36:31 +06:00
Nikolay Kim
9f575418c1
clippy warnings
2019-12-02 22:30:09 +06:00
Nikolay Kim
3bf83c1d98
cleanup Unpin constraint; simplify Framed impl
2019-11-19 14:51:40 +06:00
Nikolay Kim
617e40a7e9
fix framed_read
2019-11-19 11:06:55 +06:00