Commit graph

  • 7cde253de8 cleanup zleyyij 2024-05-05 09:35:59 -0600
  • c8ccb72661 stupid stuff zleyyij 2024-05-04 11:59:52 -0600
  • f64975ced6 feat: switched from fastrand crate to xor shift on time zleyyij 2024-05-04 11:55:51 -0600
  • 345fd5692b fix: doctests zleyyij 2024-05-04 11:27:55 -0600
  • dfa4fa0e90 git: merge zleyyij 2024-05-04 11:18:36 -0600
  • 0feb657818 feat: percent-decode incoming path before routing David Mládek 2024-05-02 22:52:38 +0200
  • 179fff0185
    move tests to separated file for more clarity Yann Simon 2024-05-03 06:58:45 +0200
  • 87b86a7066
    Fix typo in docs (#2727) joshuacaffey 2024-05-02 17:34:09 -0500
  • e67b33fd9a
    Fix typo joshuacaffey 2024-05-02 17:22:59 -0500
  • df612fdc72
    Add #[debug_middleware] (#2725) Yann Simon 2024-05-02 23:27:12 +0200
  • c18cb846d7 docs, tests, and nesting for matchit David Mládek 2024-03-22 20:35:38 +0100
  • 4ce0c0fabf deps: freeze matchit dependency on 0.8.0 David Mládek 2024-03-12 23:11:59 +0100
  • 8c800adbec tests: update expected test panic David Mládek 2024-03-12 22:18:49 +0100
  • 3e73226967 tests: update all matchit usage in tests and examples David Mládek 2024-03-10 23:42:19 +0100
  • af00b77a71 fix: update automatic wildcards in nested services David Mládek 2024-03-12 22:18:11 +0100
  • 6a857bb21c fix: update path stripping with new matchit syntax David Mládek 2024-03-12 21:55:23 +0100
  • 145980206c fix: update typed path to new matchit syntax David Mládek 2024-03-10 23:40:56 +0100
  • a0fef2ad3b chore: update matchit to 0.8 David Mládek 2024-03-10 23:40:12 +0100
  • d4c90cbeb4
    use 'no_run' attribute instead of 'async' workaround Yann Simon 2024-05-02 22:29:37 +0200
  • fda6f0914c
    fix log Yann Simon 2024-05-02 21:48:41 +0200
  • f26856ee8b
    update title Yann Simon 2024-05-02 21:48:26 +0200
  • c57c2847b2
    route.md: Add wildcard example code (#2569) Martin Nordholts 2024-05-02 21:13:08 +0200
  • 6ffe3c7b5f
    Fix doctest compile error Jonas Platte 2024-05-02 21:04:55 +0200
  • 8257e1f35b
    fix doc test Yann Simon 2024-05-02 13:24:54 +0200
  • db0b09ec36
    update axum changelog Yann Simon 2024-05-02 13:17:46 +0200
  • f95c3e7e90
    add note about performance Yann Simon 2024-05-02 12:35:26 +0200
  • b40dd519f9
    synchronize with main Yann Simon 2024-05-02 12:23:44 +0200
  • ac66ef6a13
    fix changelog Yann Simon 2024-05-02 12:16:59 +0200
  • 5e4231d1fd
    implement Display for FunctionKind Yann Simon 2024-05-02 12:13:56 +0200
  • 5388e80373
    fix tests Yann Simon 2024-05-02 12:07:26 +0200
  • 4914cab065
    Add #[debug_middleware] David Pedersen 2023-05-07 22:13:20 +0200
  • 8efe6f1b73
    add delimiter before tests Yann Simon 2024-05-02 10:55:42 +0200
  • 46a6276247
    rename to 'example-compression' Yann Simon 2024-05-02 10:54:24 +0200
  • 5201798d4e
    Enable diagnostic attributes for Rust 1.78+ (#2693) Jonas Platte 2024-04-30 11:05:38 -0400
  • 5fb48c9f26
    Fix spelling Justus Fluegel 2024-04-25 04:17:00 +0200
  • d75402a324
    Add tests, fix failing test Justus Fluegel 2024-04-25 04:06:08 +0200
  • d10406c31c
    Add generics support to TypedPath derive macro of axum_extra Justus Fluegel 2024-04-25 03:12:33 +0200
  • bea4220192 fix: fix error[E0658]: attribute name space is experimental Paul Cheng 2024-04-20 09:48:14 +0800
  • e3bb7083c8
    ci: Bump crate-ci/typos to v1.20.8 (#2711) Afifurrohman 2024-04-16 13:56:01 +0700
  • 124b82aa00
    chore(ci): Bump crate-ci/typos from v1.16.2 to v1.20.8 Afifurrohman 2024-04-16 13:01:40 +0700
  • b85bdc1be9
    Fix comment spacing in websocket example Chan Kang 2024-04-11 07:57:11 -0400
  • 3335802e71
    Update main.rs Chan Kang 2024-04-10 23:11:56 -0400
  • 7aae6cf08c drop listening tasks on server drop Nicolai Unrein 2024-04-10 12:48:23 +0200
  • 8b8a8321b1
    docs tison 2024-04-06 10:45:43 +0800
  • c096582cc6
    feat: expose test client under testing feature tison 2024-04-06 10:28:48 +0800
  • 37900c645f fix(ci): Format Cargo.toml and perform cargo fmt Afifurrohman 2024-04-02 14:14:26 +0000
  • d29cfd7b9d feat: Update reverse proxy example to support both http and https Afifurrohman 2024-04-02 13:43:46 +0000
  • 50c035c20b
    Add Serve::tcp_nodelay (#2653) Liss Heidrich 2024-04-01 23:26:18 +0200
  • 33670addbf
    merge develop Liss Heidrich 2024-04-01 15:54:31 +0200
  • cfb48a62cf
    Enable diagnostic attributes for Rust 1.78+ Jonas Platte 2024-03-31 20:04:39 +0200
  • dbd6178393
    Upgrade reqwest to 0.12 (#2688) tison 2024-03-29 15:34:56 +0800
  • 1a09c9d9e4
    Upgrade reqwest to 0.12 tison 2024-03-29 11:33:57 +0800
  • ae8c43765d
    Optimize deserialization of Path (#2679) dakai-chen 2024-03-27 15:51:48 +0800
  • 78cb5b416a Update changelog cdk 2024-03-27 09:37:51 +0800
  • e516ba02f2 Optimize deserialization of Path cdk 2024-03-26 11:52:52 +0800
  • 6bd6556385
    Fix typo in auto-reload example. (#2680) Shaobo Liu 2024-03-26 17:22:59 +0800
  • 5da264a465 Fix typo in auto-reload example. Shaobo Liu 2024-03-26 16:36:37 +0800
  • 170f877440
    axum: Remove unnecessary Arc::clone (#2675) David Mládek 2024-03-25 20:48:53 +0100
  • 3333587e6a axum: use Arc::make_mut for router node insertion David Mládek 2024-03-25 19:30:38 +0100
  • d7b852896d
    Fix changelog link (#2677) David Pedersen 2024-03-25 08:00:19 +0100
  • 96dcc927dd Fix changelog link David Pedersen 2024-03-25 07:10:47 +0100
  • ef8a9e812c
    Release axum and axum-extra (#2676) axum-v0.7.5 axum-extra-v0.9.3 David Pedersen 2024-03-24 20:17:10 +0100
  • e5ae955011 Release axum and axum-extra David Pedersen 2024-03-24 19:52:56 +0100
  • c6fd852844
    Update sync_wrapper to 1.0.0 from 0.1.1 mikihiro 2024-03-24 03:46:20 +0900
  • 9232f56153 overwrite wrong_retrun_type.stderr Hayashi Mikihiro 2024-03-24 02:41:53 +0900
  • 6f04b7d575 overwrite wrong_return_tuple.stderr Hayashi Mikihiro 2024-03-24 02:39:31 +0900
  • af9f8d06af overwrite json_not_deserialize.stderr Hayashi Mikihiro 2024-03-24 02:33:29 +0900
  • 1d6800a78f overwrite json_not_deserialize.rs Hayashi Mikihiro 2024-03-24 02:28:35 +0900
  • ef844584f4 overwrite *.stderr Hayashi Mikihiro 2024-03-24 02:22:09 +0900
  • 51aab7aba1 overwrite tests/debug_handler/*.stderr Hayashi Mikihiro 2024-03-24 02:06:24 +0900
  • 63b6d410d2 remove warning item of test/from_request/pass Hayashi Mikihiro 2024-03-24 00:50:01 +0900
  • c15a48e028 remove use item from examples/testing/src Hayashi Mikihiro 2024-03-23 23:48:22 +0900
  • 72119d6690 remove already imported item. Hayashi Mikihiro 2024-03-23 23:43:16 +0900
  • 83473ff562 remove use items, to the items defined same file. Hayashi Mikihiro 2024-03-23 23:37:26 +0900
  • 510d75b0d8 replace fromevent_fields.get().is_none() to !event_fields.contains_kye() Hayashi Mikihiro 2024-03-23 23:31:47 +0900
  • 8e455b0fe1 remove already imported item Hayashi Mikihiro 2024-03-23 23:26:22 +0900
  • b04e045b89 In examples/sse/src, remove use axum_extra::header Hayashi Mikihiro 2024-03-23 23:07:16 +0900
  • 7e05ac862f In `axum-extra/src/lib.rs', I followed "mixed_attributes_style" Hayashi Mikihiro 2024-03-23 22:59:32 +0900
  • 40d271b9c7 add #[allow(dead_code)], to fix CI Hayashi Mikihiro 2024-03-23 22:50:43 +0900
  • debe19c558 follow clippy about "item has both inner and outer attributes" Hayashi Mikihiro 2024-03-23 22:46:38 +0900
  • 8a54db77bb updating the MSRV in Cargo.toml to 1.57 for axum-core Hayashi Mikihiro 2024-03-23 21:47:49 +0900
  • caf9073d42 axum: remove unnecessary Arc::clone David Mládek 2024-03-22 20:37:40 +0100
  • cd9de54e00 Add new traits and types to improve error handling user experience. Paul Grandperrin 2024-03-20 23:20:41 +0100
  • a7052702fa MSRV of axum-core is 1.66 Hayashi Mikihiro 2024-03-22 00:02:43 +0900
  • 4a3b05c9ce rust-version update to 1.66 of axum-core Hayashi Mikihiro 2024-03-21 23:55:19 +0900
  • 0c8f65d5f5 Update sync_wrapper to 1.0.0 from 0.1.1 Hayashi Mikihiro 2024-03-19 23:27:42 +0900
  • ec04d258b2
    add entry to changelog Liss Heidrich 2024-03-18 07:51:15 +0100
  • d127643c32
    fix comments Liss Heidrich 2024-03-18 07:51:00 +0100
  • 2ec68d6c4d
    Add rejection tracing to all extractors (#2584) David Mládek 2024-03-16 22:34:18 +0100
  • 1fb86857c7 feat: added multipart/form-data response builders to axum-extra zleyyij 2024-03-16 14:18:37 -0600
  • 2ce382f0ab
    Remove h2 from dependencies when http2 feature is off (#2605) David Mládek 2024-03-16 16:57:08 +0100
  • 1fb8d8b903
    Apply suggestions from code review Jonas Platte 2024-03-16 16:53:52 +0100
  • 63858bf143 chore: add changelog entry for h2 dependency David Mládek 2024-03-16 16:04:39 +0100
  • ac344c2c01 axum: update hyper-util to 0.1.3 David Mládek 2024-02-20 22:20:48 +0100
  • 507f587916 chore: remove h2 from dependencies when http2 feature is off David Mládek 2024-02-18 13:56:11 +0100
  • dc8dfb727f
    add compile test Liss Heidrich 2024-03-15 11:15:21 +0100
  • 3d73a55878
    implement Serve::tcp_nodelay Liss Heidrich 2024-03-15 11:09:12 +0100
  • 5b316ebc64
    changelog David Pedersen 2023-12-30 22:50:56 +0100
  • 8b13d4cf3c
    Add axum-typed-routing to ECOSYSTEM.md (#2608) jasper 2024-03-14 23:12:15 +0100
  • cf51626e1a
    Add + Sync bounds everywhere David Pedersen 2023-12-30 22:28:04 +0100