Commit graph

37 commits

Author SHA1 Message Date
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
Nikolay Kim
2188d92725
Refactor ntex::time (#68)
* move time to util crate

* update changes
2021-12-10 18:20:16 +06:00
Nikolay Kim
79afb61b03 disable tests 2021-12-02 22:44:44 +06:00
Nikolay Kim
a4aff84d6f skip test for coverage 2021-12-02 21:54:01 +06:00
Nikolay Kim
18a2fde154 h1: allow to override connection type in on-request handler 2021-11-02 19:30:33 +06:00
Nikolay Kim
0c9edb0fa3 update ntex-rt 2021-08-26 15:08:39 +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
fa6cd65cfc enable serde, add ByteString::as_slice() method 2021-06-27 09:11:18 +06:00
Nikolay Kim
8369e487c0 win related test 2021-05-24 18:45:37 +06:00
Nikolay Kim
67146e790a disable tests for win 2021-04-04 10:39:30 +06:00
Nikolay Kim
5eaaca9b2f add buffer_params() api 2021-03-15 16:44:38 +06:00
Nikolay Kim
5f7b2b0eae fmt 2021-01-28 13:45:35 +06:00
Nikolay Kim
93fe2a7207 prep release 2021-01-28 13:09:56 +06:00
Nikolay Kim
f977b7250c bump msrv 2020-12-22 20:27:21 +06:00
Nikolay Kim
e7414160a6 use stable clippy 2020-06-12 16:45:34 +06:00
Nikolay Kim
af12bf0254 disable more win tests 2020-04-28 09:31:06 +06:00
Nikolay Kim
db80e1556f
Win tests (#16)
* disable win tests
2020-04-27 12:05:50 +06:00
Nikolay Kim
7c188598bd remove unneeded trait impl 2020-04-27 00:25:58 +06:00
Nikolay Kim
62bb041b12 disable more win tests 2020-04-27 00:03:24 +06:00
Nikolay Kim
98793385c2 disable some tests for windows 2020-04-26 23:33:08 +06:00
Nikolay Kim
d48869ed7e remove cache cargo build 2020-04-18 21:37:30 +06:00
Nikolay Kim
e0afe2bb71 more tests 2020-04-14 12:21:12 +06:00
Nikolay Kim
46ce12f07a update tests 2020-04-09 22:20:28 +06:00
Nikolay Kim
da4ab9e046 update windows gh workflow 2020-04-09 12:56:28 +06:00
Nikolay Kim
8a753a762f
Cache openssl for Windows action (#11)
* add openssl cache
* Fail fast for win
* fix timeouts in test
2020-04-07 10:29:10 +06:00
Nikolay Kim
15b8c55c54 warnings 2020-04-06 11:49:44 +06:00
Nikolay Kim
55a6426a86
Tests coverage (#9)
* better error for http payload decoder; h1 disapatcher tests

* update tests
2020-04-05 15:43:27 +06:00
Nikolay Kim
65458b6e4b cargo clippy 2020-04-05 14:02:39 +06:00
Nikolay Kim
f62a21f7e7 split tarpaulin install and run 2020-04-05 13:42:32 +06:00
Nikolay Kim
d8526eea35 tarpaulin may fail 2020-04-05 13:39:39 +06:00
Nikolay Kim
f9a7dad878 disable cargo-cache 2020-04-05 13:37:31 +06:00
Nikolay Kim
167155bc78
Various refactorings (#8)
* update doc comments

* rename server ServiceFactory to StreamServiceFactory

* refactor web service factories

* run tarpaulin on 1.42

* re-enable extractos tests
2020-04-05 13:26:13 +06:00
Nikolay Kim
6f9c6aabea
Cache tarpaulin (#7)
* cache tarpaulin

* add rustfmt and clippy gh actions

* add test timeout

* fix clippy warnings

* disable code cov for macros

* adjst tarpaulin

* adjust tarpaulin
2020-04-05 09:51:07 +06:00
Nikolay Kim
f6c8a218bf
GitHub actions (#6)
* enable github actions
2020-04-05 00:57:13 +06:00
Nikolay Kim
62f0ce5baf travis build 2020-02-17 18:12:20 +06:00
Yuki Okushi
f45db1f909
Enable GitHub Actions and fix file URL behavior (#1232)
* Use GitHub Actions

* Fix unused imports on Windows

* Fix test for Windows

* Stop to run CI for i686-pc-windows-msvc for now

* Use `/` instead of `\` on Windows

* Add entry to changelog

* Prepare actix-files release
2019-12-22 16:43:41 +09:00