Commit graph

4853 commits

Author SHA1 Message Date
Nikolay Kim
8a3a8f1df8
Tune compio integration (#412) 2024-09-05 08:53:00 +05:00
Nikolay Kim
432791356c
Allow to override block_on function (#411) 2024-09-02 15:46:31 +05:00
Nikolay Kim
d87d9b2139
No runtime compatibility (#409) 2024-08-29 19:55:43 +05:00
Nikolay Kim
4924ecf472
Add compio runtime support (#408) 2024-08-29 17:15:10 +05:00
Nikolay Kim
7944f30f56
Add compio runtime support (#407) 2024-08-29 17:02:09 +05:00
Nikolay Kim
20011a9120
Compio net subsystem integration (#406) 2024-08-29 14:48:18 +05:00
Nikolay Kim
75c892742c
Extend io task contexts, for compio runtime compatibility (#404) 2024-08-28 00:39:23 +05:00
Nikolay Kim
487faa3379 Update tests 2024-08-26 19:09:55 +05:00
Nikolay Kim
d061a1acf2
Cleanup (#402) 2024-08-26 19:06:21 +05:00
Nikolay Kim
c71678c999
Fix rustls client/server filters (#401) 2024-08-26 16:00:48 +05:00
Nikolay Kim
9b24698087
Remove mpsc::Sender::downgrade() (#397) 2024-08-19 16:30:58 +05:00
Nikolay Kim
7445f7b45a
Allow to send clonable value via Condition (#396) 2024-08-19 15:02:13 +05:00
Nikolay Kim
f748b6efa5
Allow to use generic middlewares #390 (#394) 2024-08-13 16:17:52 +05:00
Nikolay Kim
5f20ee2be5
Http gracefull shutdown support (#393) 2024-08-12 20:07:26 +05:00
Nikolay Kim
f574916e15 Restore example 2024-07-31 00:02:31 +02:00
Nikolay Kim
6e5fea742b
Better handling for connection upgrade #385 (#389) 2024-07-31 00:00:16 +02:00
Nikolay Kim
f5bad7bfa0
Optimize io layout (#388) 2024-07-30 20:07:00 +02:00
Nikolay Kim
d81e089059
Add LocalWaker::with() helper (#387) 2024-07-30 12:40:51 +02:00
Nikolay Kim
e9f3541726 No need to mut self 2024-07-19 22:14:02 +02:00
jamescarterbell
7c6235cdc4
Add Server to TestServer (#383)
* Add Server to TestServer

* Version bump

---------

Co-authored-by: James Bell <jamesbell@microsoft.com>
2024-07-16 22:40:02 +02:00
Nikolay Kim
d39611d246
Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
Nikolay Kim
2cbc42730b Fix clippy warnings 2024-07-16 21:14:53 +02:00
Nikolay Kim
1c5ab68df6
Expose TetServer::stop() method (#381) 2024-07-16 21:03:38 +02:00
Nikolay Kim
1331a6eadb Prep release 2024-06-27 19:22:33 +05:00
Nikolay Kim
192bdc8537
Shutdown service on error and on worker shutdown (#376) 2024-06-27 19:19:15 +05:00
Nikolay Kim
e3dd4b3908
Add task::yield_to() helper (#375) 2024-06-26 16:12:27 +05:00
Nikolay Kim
0255df9f16
Fix handling of connection header #370 (#373) 2024-06-22 13:50:17 +02:00
Nikolay Kim
e0b5284fdd
More tests (#368) 2024-05-29 20:30:14 +05:00
Nikolay Kim
34142e1ae2
Fix handling not consumed request's payload (#367) 2024-05-29 18:29:49 +05:00
Nikolay Kim
9c29de14cf
Fix handling payload timer after payload got consumed (#366) 2024-05-29 17:42:18 +05:00
Nikolay Kim
3b49828e5f
Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
Nikolay Kim
c52db3fd10
Re-enable BufferService (#365) 2024-05-28 18:12:24 +05:00
Nikolay Kim
b04bdf41f6
Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
Nikolay Kim
dec6ab083a
Use "async fn" for Service::ready() and Service::shutdown() methods (#361) 2024-05-28 16:37:16 +05:00
msga-mmm
d8f55decb0
test: improve test coverage (#358)
* test(ntex-util): incrase time module coverage

* test(middleware): increase coverage in defaultheaders

* test(middleware/compress): improve test coverage
2024-05-13 13:41:26 +05:00
Nikolay Kim
55dcad5f27
Better write back-pressure handling (#359) 2024-05-12 18:39:16 +05:00
msga-mmm
33c8900172
test: improve coverage in client builder and time types (#357) 2024-05-10 09:25:13 +02:00
msga-mmm
1b3a530fb7
fix(github-actions): use rust toolchain arm64 version for macos 14 (#355)
* fix(osx): use rust toolchain arm version for macos 14

* feat(ntex-bytes): remove conflicting serde feature flag
2024-05-05 10:16:13 +02:00
msga-mmm
49a4867005
test(web): improve coverage for route and default errors (#354)
* test(web/error): validate TimeoutError::Service status_code

* test(web/error): validate Utf8Error returns BAD_REQUEST status

* test(web/error): validate PayloadError::EncodingCorrupted returns BAD_REQUEST

* test(web/route): validate Route debug format

* test(web/route): validate Route and RouteService debug format

* test(web/route): avoid lambda in tests to keep coverage
2024-05-05 04:39:51 +02:00
Nikolay Kim
33490cd360
Fix KeepAlive timeout handling in default dispatcher (#351) 2024-05-01 17:50:31 +05:00
Nikolay Kim
316f9083d1
Change Extensions::insert() method according doc #345 (#347) 2024-04-29 15:11:04 +05:00
Nikolay Kim
c9c85f219b
Fix h2 tests (#348) 2024-04-29 14:32:26 +05:00
Nikolay Kim
c60e7f52b7
Move more code under mpool feature (#342) 2024-04-08 12:28:42 +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
Nikolay Kim
0b73ae8fa8
Make memory pools optional (#340) 2024-04-04 22:04:37 +05:00
Nikolay Kim
9bd05487de
Use tokio Handle if available (#339) 2024-04-04 21:14:41 +05:00
Nikolay Kim
395cf694e5 Remove unused dep 2024-04-02 18:08:55 +05:00
Nikolay Kim
975f64cc44
Fix memory pool waiters management (#334) 2024-04-02 18:06:49 +05:00
Paolo Barbolini
351f69919a
fix(cargo): broken repo url for ntex-bytes (#333) 2024-04-02 17:52:39 +05:00