1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 07:30:36 +02:00
Commit Graph

1013 Commits

Author SHA1 Message Date
47f278b17a fix test macro in presence of other imports named test (#399) macros-v0.2.3 2021-10-19 16:13:13 +01:00
ca77d8d835 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
00775884f8 prepare actix-macros release 0.2.2 macros-v0.2.2 2021-10-14 11:08:02 +01:00
4ff8a2cf68 make runtime macros more IDE friendly (#391) 2021-10-14 10:54:39 +01:00
5c555a9408 prepare actix-rt release 2.3.0 rt-v2.3.0 2021-10-11 22:55:23 +01:00
ca435b2575 prepare actix-server release 2.0.0-beta.6 server-v2.0.0-beta.6 2021-10-11 05:14:34 +01:00
9fa8d7fc5a avoid dependency on older tokios 2021-10-11 05:12:57 +01:00
b03fe7c5b6 prepare actix-service release v2.0.1 service-v2.0.1 2021-10-11 04:20:37 +01:00
6fed1c3e7d add support for io-uring (#374)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 02:58:11 +01:00
c3d697df97 server: Don't listen for SIGHUP (#389) 2021-10-04 02:48:10 +01:00
80a362712f Fix Service<u8> request documentation (#388) 2021-09-26 01:30:11 +01:00
2b1edb95ea spawn should allow futures with non-unit outputs (#369)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-09-01 21:51:03 +01:00
4644fa41cf run doc test in parallel (#387) 2021-09-01 21:30:26 +01:00
98c37fe47d clippy 2021-09-01 20:59:54 +01:00
b9455d2ca9 move router crate 2021-08-06 19:05:29 +01:00
0183b0f8cc soft-disallow prefix resources with tail segments (#379) 2021-08-06 18:48:49 +01:00
b122a1ae1a ResourceDef::join (#380) 2021-08-06 18:48:30 +01:00
4303058243 enforce path / separators on dynamic prefixes (#378) 2021-08-06 18:25:21 +01:00
48b2e11509 improve malformed path error message (#384) 2021-08-06 18:06:29 +01:00
5379a46a99 ResourceDef: relax unnecessary bounds (#381) 2021-08-06 17:45:10 +01:00
f8f1ac94bc add Patterns::is_empty and impl IntoPatterns for Patterns router-v0.5.0-beta.1 2021-07-20 08:18:50 +01:00
82cd5b8290 prepare router release 0.5.0-beta.1 2021-07-20 07:43:50 +01:00
c65e8524b2 rework resourcedef (#373) 2021-07-19 22:37:54 +01:00
a83dfaa162 Update macros.rs
closes #234
2021-07-17 20:54:53 +01:00
e4ec956001 fix examples on msrv 2021-07-17 03:11:25 +01:00
95cba659ff add zero cost profiling to router 2021-07-17 01:09:29 +01:00
5687e81d9f rework IntoPatterns trait and codegen (#372) 2021-07-17 01:06:23 +01:00
a0fe2a9b2e clippy 2021-07-16 21:46:32 +01:00
ad22a93466 allow path building when resource has tail (#371) 2021-07-16 21:41:57 +01:00
c2d5b2398a Rename Path::{len => segment_count} (#370) 2021-07-16 19:43:48 +01:00
5b1ff30dd9 router: fix multi-pattern and path tail matches (#366) 2021-07-16 18:17:00 +01:00
e1317bb3a0 path.len() != path.path().len() (#368)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-07-15 15:34:49 +01:00
dcea009158 ResourceDef: cleanup (#365) 2021-07-15 15:09:01 +01:00
13c18b8a51 Update CHANGES.md 2021-07-14 10:37:49 +01:00
06b17d6a43 fix ci 2021-06-28 15:06:29 +01:00
605ec25143 prepare macros release 0.2.1 macros-v0.2.1 2021-06-08 17:48:30 +01:00
3824493fd3 take custom system path in actix_rt::main macro (#363) 2021-06-08 17:33:05 +01:00
3be3e11aa5 change actix-router version to 0.4.0 router-v0.4.0 2021-06-06 18:48:27 +01:00
6a5ea0342b prepare router release 0.3.0 (#362) 2021-06-06 18:43:22 +01:00
23b1f63345 router: handle newline char '\n' in url (#360) 2021-06-06 03:38:58 +01:00
3aa037d07d fix changelog (#361) 2021-06-05 19:24:30 +01:00
cf21df14f2 Path: fix unsafe malformed string (#359) 2021-06-05 18:29:00 +01:00
a1bf8662c9 router: don't decode %25 to '%' (#357) 2021-06-06 01:34:16 +09:00
6f4d2220fa store Cow in actix-router Path (#345) 2021-06-05 01:46:40 +01:00
54b22f9fce Docs: Fix signature of Service::call (#358) 2021-06-02 21:10:36 +01:00
983abec77d Fix interrupt handling. Fix double server pause/resume (#353) 2021-04-30 13:42:25 +01:00
e4d4ae21ee refactor connection counter (#343)
* Remove restart_worker test

* Remove Slab

* Rework counter

* Make counter limit switch accurate

* Remove backpressure. Add pause state

* make changes for review

* fix doc comment for counter
2021-04-29 23:27:08 +08:00
8ad5f58d38 Remove ServerBuilder::configure (#349) 2021-04-27 23:58:02 +01:00
613b2be51f Fix Display impl of MioListener (#350) 2021-04-27 11:54:18 -07:00
b2e9640952 prepare codec 0.4.0 release (#346) codec-0.4.0 2021-04-21 11:08:43 +01:00