Nikolay Kim
e3f58cce27
Redesign neon poll support ( #535 )
2025-03-19 21:13:39 +01:00
Nikolay Kim
11734e8f1b
Run neon tests forst
2025-03-17 04:57:28 +01:00
Nikolay Kim
5426790eb0
Remove brotli support ( #531 )
2025-03-16 12:38:09 +01:00
Nikolay Kim
60a686b2f6
Add io-uring driver ( #515 )
2025-03-11 23:31:41 +05:00
Nikolay Kim
4e77e9ce24
Rename runtime to neon ( #513 )
2025-03-10 12:06:13 +05:00
Nikolay Kim
4c1bc3249b
Experimental poll based runtime ( #510 )
2025-03-09 18:11:33 +05:00
Nikolay Kim
3edb54ffdf
Fix tests runner ( #413 )
2024-09-05 19:32:38 +05:00
Nikolay Kim
85b076c640
Initial support for compio runtime ( #399 )
2024-09-05 08:57:04 +05:00
Nikolay Kim
ec8eb23707
Glommio clippy ( #341 )
2024-04-08 11:55:49 +05:00
Pavlos-Petros Tournaris
a858394855
Refresh GitHub workflows ( #337 )
...
* Add .idea in .gitignore
* Refresh Github workflows
* Allow very complex type usage in ntex-rt
2024-04-07 22:42:16 +05:00
Sergey Vilgelm
d3499feb80
Move the websocket code to a separate ws
feature ( #320 )
2024-03-28 10:00:43 +01:00
Nikolay Kim
a9d5845005
Use async fn in trait for Service definition
2024-01-07 11:32:41 +06:00
Nikolay Kim
e3971e2d59
Allow to set default response payload limit and timeout ( #276 )
2024-01-06 00:09:57 +06:00
Nikolay Kim
38cadcee92
gh action cleanup space ( #229 )
2023-10-16 16:35:15 +06:00
Nikolay Kim
594bf0a8e2
Refactor pipeline call impl ( #219 )
...
* Refactor pipeline call impl
2023-08-10 22:10:02 +06:00
Nikolay Kim
ea14e8f0f4
Add ContainerCall future ( #213 )
...
* Add Container::static_call(), returns future that is suitable for spawning into runtime
* Remove unsafe from h1 dispatcher
* Make call_nowait public
* Update MSRV
2023-06-21 10:21:43 +06:00
Nikolay Kim
f47e830cfb
Improve tests ( #158 )
...
* Improve tests
2023-01-06 17:08: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
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
c8530d65a5
Change state management behaviour
2022-11-25 16:45:42 +01:00
Nikolay Kim
eee3a3e523
update msrv
2022-09-20 08:28:29 +02:00
Nikolay Kim
19eebbf3fd
bump msrv to 1.57.0
2022-06-23 16:22:52 +06:00
Nikolay Kim
2531c4bc83
bump msrv to 1.56.1
2022-06-23 16:03:47 +06:00
Nikolay Kim
abeaec9d64
Enable uds tests for glommio
2022-02-21 15:46:23 +06:00
Nikolay Kim
d2d5dd0b91
Ignore async-std tests
2022-02-01 07:04:18 +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
dc17d00ed9
Cleanup Filter trait, removed closed,want_read,want_shutdown methods
2021-12-29 15:10:24 +06:00
Nikolay Kim
56ed50c6e8
Initial impl for async-std support ( #87 )
...
* initial impl for async-std support
2021-12-28 23:58:01 +06:00
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
5eaaca9b2f
add buffer_params() api
2021-03-15 16:44:38 +06:00
Nikolay Kim
f977b7250c
bump msrv
2020-12-22 20:27:21 +06:00
Nikolay Kim
d48869ed7e
remove cache cargo build
2020-04-18 21:37:30 +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