Nikolay Kim
c60e7f52b7
Move more code under mpool feature ( #342 )
2024-04-08 12:28:42 +05:00
Nikolay Kim
ec8eb23707
Glommio clippy ( #341 )
2024-04-08 11:55:49 +05:00
Nikolay Kim
661c5ea1fa
Clippy warnings ( #305 )
2024-03-12 17:53:26 +05:00
Nikolay Kim
dc4bbf02c8
Bytes checked api ( #288 )
2024-02-01 20:28:17 +06:00
Nikolay Kim
18680ea05b
Revert changes to release shared_vec
2024-01-19 17:17:08 +06:00
Nikolay Kim
d99178519e
Use const generics for helper traits (From, PartialEq, PartialOrd) ( #284 )
2024-01-16 19:18:17 +06:00
Nikolay Kim
f40608633e
Miri error
2024-01-16 13:24:25 +06:00
Nikolay Kim
ae383c6d90
Fix data race in bytes ( #244 )
2023-11-10 22:33:48 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps ( #228 )
...
* Update bitflags crate
* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
19cc8ab315
Clippy
2023-09-05 15:49:49 +06:00
Nikolay Kim
29e04cf478
Switch to 2021 edition ( #172 )
2023-02-02 19:30:07 +01:00
Nikolay Kim
fc7553b8bc
Improve tests coverage ( #161 )
...
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
15019a2a43
More tests ( #159 )
...
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
f47e830cfb
Improve tests ( #158 )
...
* Improve tests
2023-01-06 17:08:24 +01:00
Nikolay Kim
959d821edd
Add Bytes<&Bytes> for Bytes impl
2022-12-13 11:06:25 +01:00
Nikolay Kim
d4a6ddfef1
Add Buf/BufMut impls
2022-06-20 20:59:42 +06:00
Nikolay Kim
851d3b970f
Remove .assume_init usage #106
2022-05-05 16:16:46 +06:00
goiw111
bc549d6631
add some tests for BytesVec ( #102 )
...
* add some tests for BytesVec
* add changes to CHANGELOG.md
2022-02-04 14:32:10 +06:00
Nikolay Kim
6b35f10c2f
Tests cleanups
2022-02-02 17:22:23 +06:00
Nikolay Kim
f3c7c6d365
Remove uneeded impls
2022-02-01 10:02:51 +06:00
Nikolay Kim
5866014e75
Make copy_from_slice universal
2022-02-01 00:07:41 +06:00
Nikolay Kim
c56bd776d2
Remove unused code, update tests
2022-01-31 22:25:17 +06:00
Nikolay Kim
767dd91b7e
Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())
2022-01-31 15:17:16 +06:00
Nikolay Kim
1baf305b1f
Update bytes tests
2022-01-31 14:49:29 +06:00
Nikolay Kim
868c0324f7
Use BytesVec for io
2022-01-30 19:02:29 +06:00
Nikolay Kim
a2a5899bbe
Add BytesVec type
2022-01-29 23:53:13 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues ( #99 )
...
* fix clippy issues
* implement std error for ntex errors and bound WebResponseError
* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
7680c5482e
Rename Pool::is_pending() to is_ready(); use u32 for read/write params
2022-01-25 17:19:19 +06:00
Nikolay Kim
15025b89c1
fmt
2021-12-24 03:54:57 +06:00
Nikolay Kim
17631cd8a1
Fix dealloc for vec representation
2021-12-06 21:09:51 +06:00
Nikolay Kim
2ab64627a8
clippy
2021-12-03 01:44:05 +06:00
Nikolay Kim
d89f1c29c6
better api usability
2021-12-03 01:34:41 +06:00
Nikolay Kim
42b8292ecd
Refactor bytes impl ( #64 )
...
* remove mut api for Bytes
* refactor Vec layout
* track allocations in memory pools
* integrate memory pools to framed
* add pool async readiness polling
* optimize readiness check
* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
Nikolay Kim
6eea3dd2ad
clippy
2021-11-29 17:23:49 +06:00
Will Brown
503ec7a214
fix clippy ( #55 )
2021-08-04 08:52:04 +06:00
Nikolay Kim
709cd3216b
proper use of NonNull
2021-06-27 19:39:08 +06:00
Nikolay Kim
ace681ba74
Reduce size of Option<Bytes> by using NonNull
2021-06-27 18:31:48 +06:00
Nikolay Kim
53e9487357
reserve space for put_slice
2021-06-27 10:26:00 +06:00
Nikolay Kim
8345556850
clippy
2021-06-26 14:21:13 +06:00
Nikolay Kim
630942bc68
clippy
2021-06-26 14:04:49 +06:00
Nikolay Kim
04a9c7fff1
fix tests
2021-06-26 08:38:55 +06:00
Nikolay Kim
60885478bd
add Bytes::trimdown() method
2021-06-26 00:49:58 +06:00
Nikolay Kim
45463f209b
fork bytes crate
2021-06-26 00:14:43 +06:00