Commit graph

83 commits

Author SHA1 Message Date
3282cb4192 Update actix-multipart
All checks were successful
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 22s
/ check (aarch64-unknown-linux-musl) (push) Successful in 22s
/ check (x86_64-unknown-linux-musl) (push) Successful in 22s
/ clippy (push) Successful in 30s
/ tests (push) Successful in 33s
/ build (aarch64-unknown-linux-musl) (push) Successful in 31s
/ build (armv7-unknown-linux-musleabihf) (push) Successful in 31s
/ build (x86_64-unknown-linux-musl) (push) Successful in 22s
/ publish-forgejo (push) Successful in 6s
/ publish-crate (push) Successful in 24s
2024-07-09 12:36:44 -05:00
9ab99f162a Add forgejo actions
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 34s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 32s
/ check (x86_64-unknown-linux-musl) (push) Successful in 25s
/ clippy (push) Successful in 29s
/ tests (push) Successful in 36s
/ build (aarch64-unknown-linux-musl) (push) Successful in 37s
/ build (armv7-unknown-linux-musleabihf) (push) Successful in 37s
/ build (x86_64-unknown-linux-musl) (push) Successful in 24s
/ publish-forgejo (push) Successful in 8s
/ publish-crate (push) Successful in 27s
2024-03-27 19:04:02 -05:00
298843c31c Bump version 2024-03-27 19:03:45 -05:00
1c88a70021 Make form construction fallible 2024-03-27 16:16:06 -05:00
5f38d493c6 Bump version 2023-12-22 13:55:21 -06:00
0d3fd3b19e Propagate span tree into field handler 2023-12-22 13:40:57 -06:00
05161821b6 Update version, remove dependency on actix-rt 2023-12-10 18:20:06 -06:00
0f7614ec3b Simplify stream implementations with streem 2023-12-10 18:16:25 -06:00
8b422644fb Add streem, update dependencies 2023-12-10 18:16:10 -06:00
a91c503378 Update flake 2023-12-10 18:15:42 -06:00
9e0e425e14 Bump version 2023-07-18 18:04:41 -05:00
fb46235530 Fix off-by-one in file & field count 2023-07-18 18:03:51 -05:00
d3b16438c9 Add explicit drop on sender, log when finished consuming 2023-07-16 15:07:26 -05:00
f3096ac76a Simplify select with guards 2023-07-16 15:00:09 -05:00
e9456945d9 If set is empty don't select on it 2023-07-16 14:18:42 -05:00
e701ea0e56 More trace 2023-07-16 14:13:15 -05:00
4ec8205934 Try to avoid spinning forever 2023-07-16 14:08:18 -05:00
20f80df9fd Attempt to drain multipart before returning errors 2023-07-16 13:49:21 -05:00
46e5834b60 Ensure error is Send 2023-06-01 17:16:23 -05:00
1be6074cf4 Update deps 2023-06-01 16:19:17 -05:00
9195d5623c Update lib.rs example 2022-09-24 17:19:53 -05:00
a2e1ffa091 Remove Send + Sync bounds from callbacks 2022-09-24 16:22:00 -05:00
3525bcd09c Remove config from FormData trait 2022-09-10 10:55:52 -05:00
c5265d286e Move to extractor pattern 2022-09-07 18:38:10 -05:00
4cbc7cb78e Update repo url, readme examples 2022-03-08 12:07:33 -06:00
a36f9a9411 Bump readme version 2022-03-08 11:51:12 -06:00
ec85a80f5d stable deps 2022-03-08 11:27:49 -06:00
493d99f0ed Update to latest beta 2021-11-22 18:21:10 -06:00
4dd4b8db41 2021 2021-10-21 16:23:12 -05:00
5b705d9af8 Support latest actix-web 2021-10-20 18:14:23 -05:00
d83b0ad464 Don't include generic in error type 2021-09-13 20:45:09 -05:00
1e635ce27c Don't force smuggling of user's error inside actix_web::Error 2021-09-13 20:13:48 -05:00
38e6a890f3 Clippy nits 2021-09-13 17:39:30 -05:00
75d77bc08b Update version 2021-09-11 17:37:15 -05:00
a112fc2084 Merge branch 'main' of git.asonix.dog:asonix/actix-form-data into main 2021-09-11 17:35:58 -05:00
0c231119ac Allow non-path states from upload 2021-09-11 17:35:48 -05:00
24d743fd0d cargo fmt 2021-09-05 19:40:08 -05:00
74c64c2bd7 Reduce dependencies from futures 2021-09-05 19:37:13 -05:00
bdad3f5145 Don't require default features for actix-web, tokio 2021-08-25 18:53:28 -05:00
a745cdd1b4 Update to latest betas 2021-06-19 14:17:10 -05:00
a317f1eabe Update actix deps 2021-04-17 14:34:12 -05:00
a5dc3afb82 Update deps 2021-03-09 19:52:48 -06:00
508bea71f3 Update readme 2021-02-10 15:19:32 -06:00
9cc2cea743 Update to actix-web 4 beta 3 2021-02-10 14:23:19 -06:00
839ba65ee9 Stable release 2020-09-14 10:38:54 -05:00
b91365b7bd Bump version 2020-09-13 20:13:50 -05:00
a3a247a5fe Update doctests 2020-09-13 20:12:43 -05:00
eefb669e0d Switch to tracing 2020-06-14 13:39:12 -05:00
2a69e0a4a3 Permit concurrency in uploads 2020-06-14 12:19:05 -05:00
070c4a4d4a Add Send + Sync bounds 2020-06-13 13:56:11 -05:00