Nikolay Kim
6d454a36eb
fixes
2022-02-09 18:10:43 +06:00
Nikolay Kim
4824b31b3c
fix
2022-02-09 05:42:17 +06:00
Nikolay Kim
52cb7d4219
refactor FromRequest trait
2022-02-09 05:37:05 +06:00
Nikolay Kim
0886f27082
stopping point
2022-02-09 00:22:45 +06:00
Nikolay Kim
13af01d5a9
Refactor pipeline request type
2022-02-07 23:05:16 +06:00
Nikolay Kim
383ae5869d
missing
2022-02-07 14:00:24 +06:00
Nikolay Kim
d1a5348e77
stopping point
2022-02-07 14:00:10 +06:00
Nikolay Kim
050cb560c6
Restore Buf impl for Cursor
2022-02-06 13:10:26 +06:00
Nikolay Kim
f68656569d
Prep release
2022-02-04 19:06:44 +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
961591d77f
Remove unused code
2022-02-03 16:35:25 +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
d2d5dd0b91
Ignore async-std tests
2022-02-01 07:04:18 +06:00
Nikolay Kim
5866014e75
Make copy_from_slice universal
2022-02-01 00:07:41 +06:00
Nikolay Kim
1c635a6b55
Fix unsupported web ws handling
2022-01-31 23:10:20 +06:00
Nikolay Kim
c56bd776d2
Remove unused code, update tests
2022-01-31 22:25:17 +06:00
Nikolay Kim
16fcd6dc58
Update utils tests
2022-01-31 18:16:06 +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
93fe6d9ee8
Prepare release
2022-01-30 20:11:11 +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
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