Commit graph

4180 commits

Author SHA1 Message Date
Nikolay Kim
3c056c49b8 add more time types helper methods 2021-08-28 10:38:21 +06:00
Nikolay Kim
d5019e2577 Add helper time types Duration, Seconds 2021-08-28 02:16:46 +06:00
Nikolay Kim
aeefa92d34 optimize time 2021-08-27 22:32:32 +06:00
Nikolay Kim
73c9672fee Add timer service 2021-08-27 22:07:44 +06:00
Nikolay Kim
0c9edb0fa3 update ntex-rt 2021-08-26 15:08:39 +06:00
Nikolay Kim
eb304de16f Do not use/re-export tokio::time::Instant 2021-08-26 15:07:51 +06:00
Nikolay Kim
37d72d664c use ntex-service 0.2 2021-08-26 11:39:54 +06:00
Nikolay Kim
b4b6f2fe88 simplify Transform trait; add PipelineFactory::apply() combinator 2021-08-26 11:29:11 +06:00
Nikolay Kim
fe73511576 Fix: segments could be lost in case of immediate match 2021-08-23 20:14:41 +06:00
Nikolay Kim
84112304a8 downgrade nanorand 2021-08-14 20:30:35 +06:00
Nikolay Kim
832ea625d1 update msrv 2021-08-14 20:10:11 +06:00
Nikolay Kim
155ac43519 update link to crates 2021-08-14 19:54:32 +06:00
Nikolay Kim
e57b712f7b clippy 2021-08-14 19:52:36 +06:00
Nikolay Kim
73c172400c potential HTTP request smuggling vulnerabilities 2021-08-14 19:34:32 +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
d01438325b prep release 2021-06-27 07:42:33 +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
913f98e4ff disable clippy lint 2021-06-27 06:42:52 +06:00
Nikolay Kim
8345556850 clippy 2021-06-26 14:21:13 +06:00
Nikolay Kim
ecd216827f more clippy 2021-06-26 14:08:56 +06:00
Nikolay Kim
630942bc68 clippy 2021-06-26 14:04:49 +06:00
Nikolay Kim
d997890c8f fix router tests 2021-06-26 08:59:59 +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
0b2dda93be merge artifacts 2021-06-26 00:23:32 +06:00
Robert Cutajar
6955d991c9
fix rustls connect (#49)
* fix rustls connect

* Added change log and bumped version

Co-authored-by: Robert Cutajar <robert.cutajar@robajz.info>
2021-06-26 00:22:17 +06:00
Nikolay Kim
1bbb31f66c use ntex-bytes 2021-06-26 00:16:26 +06:00
Nikolay Kim
45463f209b fork bytes crate 2021-06-26 00:14:43 +06:00
Nikolay Kim
f577c2acf3 do not use bytes directly 2021-06-25 22:42:25 +06:00
Nikolay Kim
5f2f65e403 drop direct tokio dependency 2021-06-25 21:54:04 +06:00
Nikolay Kim
fa59cd2d1c update readme 2021-06-14 21:46:46 +06:00
Nikolay Kim
391cf24fa9 Fix search order for normal and prefix paths 2021-06-14 21:41:08 +06:00
Nikolay Kim
f4006c72ae expose server status change notifications 2021-06-03 18:54:53 +06:00
Nikolay Kim
3e480c0423 Add rc wrapped service RcService 2021-06-03 14:29:26 +06:00
Nikolay Kim
8369e487c0 win related test 2021-05-24 18:45:37 +06:00
Nikolay Kim
936187b8d7 fix error in read_io handling 2021-05-24 18:12:09 +06:00
Nikolay Kim
bb7152fd09 revert dep 2021-05-24 18:05:08 +06:00
Nikolay Kim
c0a6c1772e add write buffer pool 2021-05-24 17:51:48 +06:00
Nikolay Kim
a1c99677f9 add read bytes pool 2021-05-24 16:41:19 +06:00
Nikolay Kim
465e663d6e missing dep 2021-05-17 17:38:03 +06:00
Nikolay Kim
fffe03e76f clippy 2021-05-17 17:32:53 +06:00
Nikolay Kim
fd102816ff Merge branch 'master' of github.com:ntex-rs/ntex 2021-05-17 17:14:32 +06:00