Nikolay Kim
1b199712a9
Update versions
2023-06-16 20:32:52 +06:00
Nikolay Kim
4650a41648
Update changes
2023-06-16 00:16:14 +06:00
Nikolay Kim
7960b550c9
Migrate to ntex-service 1.2 ( #209 )
...
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Nikolay Kim
efc817ffa2
ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists ( #202 )
...
* ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists
2023-05-11 23:48:24 +06:00
Nikolay Kim
a1690d7b34
Various tests ( #173 )
2023-02-05 12:19:43 +01:00
Nikolay Kim
29e04cf478
Switch to 2021 edition ( #172 )
2023-02-02 19:30:07 +01:00
Nikolay Kim
0c61a78d60
Better handling service readiness ( #171 )
...
* Better handling service readiness
2023-01-30 19:53:36 +01:00
Nikolay Kim
7f3efca56b
Check for nested io operations ( #170 )
2023-01-30 11:36:29 +01:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api ( #169 )
...
* Refactor io buffers api
2023-01-29 18:02:12 +01:00
Nikolay Kim
3b6cf6a3ef
fmt
2023-01-27 12:16:22 +01:00
Nikolay Kim
eae2cf2cbf
Add IoRef::with_rw_buf() helper
2023-01-27 12:11:45 +01:00
Nikolay Kim
f61f4cc8c5
Custom panic message for nested buffer borrow
2023-01-27 11:54:55 +01:00
Nikolay Kim
af018b46fe
Remove unneeded code
2023-01-26 16:58:23 +01:00
Nikolay Kim
2853a42d13
Cleanup io
2023-01-26 16:20:08 +01:00
Nikolay Kim
38614715ca
Refactor io write task ( #167 )
2023-01-26 15:18:21 +01:00
Nikolay Kim
c794439139
Remove unused deps
2023-01-25 18:42:27 +01:00
Nikolay Kim
63881e40f6
Release empty buffers ( #166 )
...
* Release empty buffers
2023-01-25 18:38:00 +01:00
Nikolay Kim
0d5cd049b1
Change io buffers layout ( #165 )
...
* Change buffers layout
2023-01-25 17:03:42 +01:00
Nikolay Kim
dec6fd3dd8
Process write buffer if filter wrote to write buffer during reading
2023-01-24 08:31:26 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io ( #164 )
...
* Refactor Io and Filter types
2023-01-23 09:42:00 +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
9bf0908f41
Include async-std to cov action ( #160 )
...
* async std for cov
2023-01-13 14:15:15 +01:00
Nikolay Kim
15019a2a43
More tests ( #159 )
...
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
2f68a2a641
Remove default impls for trait methods
2023-01-04 21:10:49 +01:00
Nikolay Kim
f44cad4512
Prepare release
2023-01-04 12:19:52 +01:00
Nikolay Kim
a54f6f7ac2
Prepare release
2022-12-28 13:02:24 +01:00
Nikolay Kim
4baf42d6d1
Restart timer after runtime stop ( #154 )
...
* Code coverage
* Restart timer after runtime stop
2022-12-28 12:42:54 +01:00
Nikolay Kim
67eb653ef2
Prepare ntex-service release
2022-12-28 09:45:41 +01:00
Nikolay Kim
b416386bae
Update versions
2022-12-28 09:36:16 +01:00
Nikolay Kim
537d8dc18d
Use GAT ( #153 )
...
* Rename Transform to Middleware
* Drop FnService's shutdown helper
* refactor Service trait to use GAT
* Migrate ntex to new service
* move Stack to service
* use BoxFuture
* simplify poll_shitdown method
2022-12-26 19:58:38 +01:00
Nikolay Kim
006cf75a14
Expose IoRef::start_keepalive_timer() and IoRef::remove_keepalive_timer() methods
2022-12-02 17:28:50 +01:00
Nikolay Kim
f731a7800d
Update tests
2022-11-25 01:07:25 +01:00
Nikolay Kim
9610750d99
Prepare release
2022-10-31 08:54:24 +01:00
jmhuang
eccbb651cd
Fix compilation errors in the openwrt environment ( #140 )
2022-10-27 22:05:14 +02:00
Nikolay Kim
bc37d9c0d7
Prepare release
2022-10-03 10:23:03 +02:00
Will Brown
68def82d90
fix ondisconnect never resolving ( #135 )
2022-10-02 23:16:36 +06:00
Nikolay Kim
ee4b23465b
Various http fixes ( #132 )
...
* Fix parsing ambiguity in Transfer-Encoding and Content-Length headers for HTTP/1.0 requests
* Fix http2 content-length handling
* fix h2 content-length support
2022-08-22 11:54:19 +02:00
Nikolay Kim
40aa4542ce
fix tests
2022-06-23 14:36:27 +06:00
Nikolay Kim
d7261e2dd7
Move basic http types to separeate crate
2022-06-13 22:04:16 +06:00
Nikolay Kim
a29c003f55
Refactor http1 dispatcher
2022-05-05 14:54:30 +06:00
Nikolay Kim
5920154ae1
Add keep-alive timeout support to websockets client
2022-04-05 16:09:52 -07:00
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
6b35f10c2f
Tests cleanups
2022-02-02 17:22:23 +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
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
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
5d9a653f70
Refactor web websockets support ( #97 )
...
* Refactor ws handling
2022-01-23 19:56:56 +06:00