Commit graph

4393 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
Andrey Voronkov
2d13488c17
PeerCert and PeerCertChain implementation for rustls (#101)
* PeerCert and PeerCertChain implementation for rustls

* Move PeerCert and PeerCertChain to rustls/mod.rs

* Add tests. Failed due to only x509 v3 is supported in rustls

* Use io variable name

* Fix all other tests. Now one failing: test_rustls_string

* Add #[ignore] temporary for test_rustls_string
2022-01-29 14:27:51 +06:00
Nikolay Kim
26ce0f8771 Refactor client pool support for http/2 connections 2022-01-27 18:03:00 +06:00
Nikolay Kim
b026e0fda7 Add Default impl to oneshots pool 2022-01-27 18:02:36 +06:00
Nikolay Kim
9fc02c5555 Backward compat 2022-01-27 02:02:59 +06:00
Nikolay Kim
d5ae7dc998 Clippy warnings 2022-01-27 01:57:07 +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
321218f80b Replace derive_more with thiserror 2022-01-26 23:31:29 +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
68e9603808
Rename data (#98)
* Rename data to state
2022-01-23 21:31:22 +06:00
Nikolay Kim
5d9a653f70
Refactor web websockets support (#97)
* Refactor ws handling
2022-01-23 19:56:56 +06:00
Nikolay Kim
e5efdab4ed Fix deprecated warnings 2022-01-19 16:55:52 +06:00
Nikolay Kim
05f3231180 Add types::Payload::recv() and types::Payload::poll_recv() methods 2022-01-19 16:45:10 +06:00
Nikolay Kim
14a1cd0b12 Add time::query_system_time(), it does not use async runtime 2022-01-17 21:27:49 +06:00
Nikolay Kim
b5750c2e43 Removed unused Decoder::decode_eof() method 2022-01-17 03:03:43 +06:00
Nikolay Kim
fe3d48d8fd Update readme 2022-01-17 02:36:52 +06:00
Nikolay Kim
347e66a2fd Fix cfg directive 2022-01-17 01:16:40 +06:00
Nikolay Kim
432d7d5adf Add Payload::recv() and Payload::poll_recv() methods 2022-01-17 01:13:02 +06:00
Nikolay Kim
9b02ab9ffd Prepare release 2022-01-17 01:07:08 +06:00
Nikolay Kim
450332144d
Glommio runtime support (#94)
* add glommio runtime support

* optional compilation for glommio
2022-01-17 01:03:15 +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
cd2bf5fbbe Update ws::WsTransport 2022-01-12 22:11:14 +06:00
Nikolay Kim
a2dd66815d Fix potential BorrowMutError 2022-01-12 22:09:49 +06:00
Nikolay Kim
b49a5ed195 Update Filter trait usage 2022-01-12 22:08:50 +06:00
Nikolay Kim
1df005f53f Refactor Filter trait, fix read buffer processing 2022-01-12 22:07:10 +06:00
Nikolay Kim
fcf7022059 Add Pool::shrink_to_fit() method 2022-01-12 22:06:03 +06:00
Nikolay Kim
b2fd0ee3ac clippy 2022-01-11 10:56:37 +06:00
Nikolay Kim
e9bbe84cba Enable all features for tokio runtime 2022-01-11 10:39:52 +06:00
Nikolay Kim
d359b6cf0b update ntex-tokio changes 2022-01-10 09:15:24 +06:00
Will Brown
250b9768c9
add socket options (#92) 2022-01-10 09:12:31 +06:00
Nikolay Kim
eac1f068fb Add optional simd utf8 validation 2022-01-09 19:43:49 +06:00
Nikolay Kim
42e140b805 Remove usage of ntex::io::Boxed types 2022-01-09 18:56:37 +06:00
Nikolay Kim
cb25c8d0b9 Add poll_recv/recv helper methods 2022-01-09 18:56:03 +06:00
Nikolay Kim
b41c668ed2 Remove unneeded boxed types 2022-01-09 18:46:40 +06:00
Nikolay Kim
0e9a3371ed Remove unneeded re-exports 2022-01-09 13:32:29 +06:00
Nikolay Kim
27541a1696 remove futures dep 2022-01-09 12:59:54 +06:00
Nikolay Kim
4558a5d6e5 fix rustls feature 2022-01-05 03:11:32 +06:00
Nikolay Kim
08c0dd5654 update readme 2022-01-05 02:17:57 +06:00
Nikolay Kim
9cb52bd37b Add time::timeout_checked, if duration is zero then timeout is disabled 2022-01-04 18:40:38 +06:00
Nikolay Kim
3724c51c0c use specific type 2022-01-03 22:54:38 +06:00
Nikolay Kim
802d8cbcfa Restore App::finish() method 2022-01-03 22:49:41 +06:00
Nikolay Kim
f975b4fd10 update changes 2022-01-03 22:10:51 +06:00
Nikolay Kim
fe3f810a90 update changes 2022-01-03 22:04:47 +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
713e02d6a3 Add option to use default AppConfig for App type factory 2022-01-02 03:32:18 +06:00