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

29 Commits

Author SHA1 Message Date
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
605ec25143 prepare macros release 0.2.1 2021-06-08 17:48:30 +01:00
3be3e11aa5 change actix-router version to 0.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
7749dfe46a address msrv todo in router 2021-04-16 02:06:11 +01:00
bb27bac216 Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
789e6a8a46 update ci (#284) 2021-02-24 09:48:41 +00:00
7ee42b50b4 prepare router 0.2.7 release 2021-02-06 19:50:48 +00:00
4ec358575e prepare actix-rt v2.0.0 release (#262) 2021-02-03 10:25:31 +00:00
66bd5bf4a2 prepare macros v0.2.0 release (#261) 2021-02-02 02:07:58 +00:00
cff9deb729 attribute nits 2021-01-26 09:45:43 +00:00
636cef8868 service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
a95afe2800 prepare router release 0.2.6 2021-01-09 14:18:20 +00:00
f751cf5acb use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
93865de848 move router to actix-router 2020-12-31 02:29:27 +00:00