Commit graph

35 commits

Author SHA1 Message Date
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
Nikolay Kim
cd0b6b75ba Prepare release 2022-01-26 00:17:40 +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
b2fd0ee3ac clippy 2022-01-11 10:56:37 +06:00
Nikolay Kim
eac1f068fb Add optional simd utf8 validation 2022-01-09 19:43:49 +06:00
Nikolay Kim
56ed50c6e8
Initial impl for async-std support (#87)
* initial impl for async-std support
2021-12-28 23:58:01 +06:00
Nikolay Kim
15025b89c1 fmt 2021-12-24 03:54:57 +06:00
Nikolay Kim
6698c829fb move mpsc to ntex-util 2021-12-18 20:25:56 +06:00
Nikolay Kim
aa5f6e4b55
Replace mio with polling for accept loop (#71)
* replace mio with poller for accept loop
2021-12-18 00:49:27 +06:00
Nikolay Kim
6bc654762d cleanup api; update tests 2021-12-17 09:52:00 +06:00
Nikolay Kim
841ad736d4
Refactor framed io (#67)
* refactor framed io

* allow to add filters

* move io code to separate module

* add into_boxed()

* remove uneeded IO_STOP state

* simplify on_disconnect storage

* cleanup io state

* add io connector
2021-12-13 17:19:43 +06:00
Nikolay Kim
17631cd8a1 Fix dealloc for vec representation 2021-12-06 21:09:51 +06:00
Nikolay Kim
0315d92401
Memory pools support for http (#65)
* memory pools support for http
2021-12-06 08:07:19 +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
Nikolay Kim
64b54e81fb fix wranings 2021-11-02 20:06:50 +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
fa6cd65cfc enable serde, add ByteString::as_slice() method 2021-06-27 09:11:18 +06:00
Nikolay Kim
3482ce510b update readme 2021-06-27 07:29:46 +06:00
Nikolay Kim
140f72fb66 fix docs link 2021-06-27 07:21:02 +06:00
Nikolay Kim
6d67cd3458 update changes 2021-06-27 07:17:38 +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
f85e65b3b9 Add ByteString::slice(), ByteString::slice_off(), ByteString::slice_to() 2021-06-26 08:58:28 +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
0f796c7642 use ntex-bytes instead of bytes 2021-06-26 00:32:43 +06:00
Nikolay Kim
45463f209b fork bytes crate 2021-06-26 00:14:43 +06:00