Nikolay Kim
|
569c7969bc
|
Prep io release
|
2022-02-19 21:55:44 +06:00 |
|
Nikolay Kim
|
706853c72b
|
Move HttpProtocol to ntex-io
|
2022-02-18 15:31:16 +06:00 |
|
Nikolay Kim
|
868c0324f7
|
Use BytesVec for io
|
2022-01-30 19:02:29 +06:00 |
|
Nikolay Kim
|
cb7af434ea
|
Optimize Millis and Io memory layout (#100)
* Optimize Millis and Io memory layout
|
2022-01-27 01:25:44 +06:00 |
|
Nikolay Kim
|
5d9a653f70
|
Refactor web websockets support (#97)
* Refactor ws handling
|
2022-01-23 19:56:56 +06:00 |
|
Nikolay Kim
|
429073f9ff
|
Add Io::take() helper method
|
2022-01-16 12:06:06 +06:00 |
|
Nikolay Kim
|
a563aca46b
|
Update tests
|
2022-01-12 22:22:45 +06:00 |
|
Nikolay Kim
|
1df005f53f
|
Refactor Filter trait, fix read buffer processing
|
2022-01-12 22:07:10 +06:00 |
|
Nikolay Kim
|
eac1f068fb
|
Add optional simd utf8 validation
|
2022-01-09 19:43:49 +06:00 |
|
Nikolay Kim
|
b41c668ed2
|
Remove unneeded boxed types
|
2022-01-09 18:46:40 +06:00 |
|
Nikolay Kim
|
bf808d4d18
|
Move util services to ntex-util (#89)
* move util services to ntex-util
* update versions
|
2022-01-03 21:59:35 +06:00 |
|
Nikolay Kim
|
847f2738dd
|
Refactor async runtimes support (#88)
* refactor async runtimes support
|
2022-01-03 21:24:49 +06:00 |
|
Nikolay Kim
|
ca72be32e9
|
Add Io::poll_status_update() method to use instead of register_dispatcher()
|
2021-12-30 16:42:43 +06:00 |
|
Nikolay Kim
|
f91c50854e
|
update cookie to 0.16
|
2021-12-30 02:35:08 +06:00 |
|
Nikolay Kim
|
dc17d00ed9
|
Cleanup Filter trait, removed closed,want_read,want_shutdown methods
|
2021-12-29 15:10:24 +06:00 |
|
Nikolay Kim
|
7a54d61376
|
default spawn
|
2021-12-29 00:25:27 +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
|
89f758f8c4
|
Fix error handing for nested filters
|
2021-12-28 00:08:35 +06:00 |
|
Nikolay Kim
|
aca40ad6ff
|
Do not swallow decoded read bytes in case of filter error
|
2021-12-27 18:28:50 +06:00 |
|
Nikolay Kim
|
079a1c9cbf
|
Fix read filters ordering
|
2021-12-26 19:25:07 +06:00 |
|
Nikolay Kim
|
531bafbae2
|
prep release
|
2021-12-26 19:25:06 +06:00 |
|
Nikolay Kim
|
ed9a545cbd
|
migrate ntex-io
|
2021-12-24 01:18:56 +06:00 |
|
Nikolay Kim
|
329ad46377
|
Introduce Sealed type instead of Box<dyn Filter>
|
2021-12-23 15:51:35 +06:00 |
|
Nikolay Kim
|
73c5a5faac
|
cleanups RD_PAUSED state
|
2021-12-22 15:43:29 +06:00 |
|
Nikolay Kim
|
8f4eb4e6bb
|
rename write_ready to flush
|
2021-12-21 01:42:29 +06:00 |
|
Nikolay Kim
|
ed57a964b6
|
cleanup ntex-io api
|
2021-12-20 18:43:12 +06:00 |
|
Nikolay Kim
|
a57da1b3f3
|
prep release and update tests
|
2021-12-19 11:15:21 +06:00 |
|
Nikolay Kim
|
d7083c15d8
|
add ntex-io changes
|
2021-12-18 20:40:33 +06:00 |
|
Nikolay Kim
|
8166fde2e0
|
prep ntex-io release
|
2021-12-18 20:31:43 +06:00 |
|
Nikolay Kim
|
6698c829fb
|
move mpsc to ntex-util
|
2021-12-18 20:25:56 +06:00 |
|
Nikolay Kim
|
b8a8e98c1c
|
allow to replace async runtime
|
2021-12-18 11:46:11 +06:00 |
|
Nikolay Kim
|
6bc654762d
|
cleanup api; update tests
|
2021-12-17 09:52:00 +06:00 |
|
Nikolay Kim
|
dafd339817
|
Add openssl filter (#69)
* add ntex-openssl
* cleanup io api
* add filter shutdown
|
2021-12-14 22:38:47 +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 |
|