|
064da0e3ff
|
feat: server shutdown signal (#676)
|
2025-05-09 19:30:11 +01:00 |
|
|
d61b33928d
|
chore: bump msrv to 1.74
|
2025-05-09 04:20:18 +01:00 |
|
|
53036ce9c4
|
build(deps): bump tokio from 1.44.1 to 1.44.2 (#663)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-07 22:09:50 +00:00 |
|
|
15f0b63492
|
test: fix panic in tokio stream construction
|
2025-03-08 17:37:40 +00:00 |
|
|
9d4b1673aa
|
chore(actix-server): prepare release 2.5.1
|
2025-03-08 17:32:46 +00:00 |
|
|
323a2e2931
|
fix(server): fix panic in test server
|
2025-03-08 17:24:28 +00:00 |
|
|
8d1cd2ec87
|
chore: allow missing docs on tests
|
2024-12-29 14:40:37 +00:00 |
|
|
b87174b5f2
|
chore: allow missing docs on tests
|
2024-12-29 14:34:28 +00:00 |
|
|
ecba6e21da
|
chore: fmt project
|
2024-12-29 14:27:58 +00:00 |
|
|
0e36c5f5c4
|
feat(bytestring): split_at method (#619)
|
2024-11-24 00:55:18 +00:00 |
|
|
97e8c571cf
|
chore(actix-server): prepare release 2.5.0
closes #586
|
2024-08-04 22:41:04 +01:00 |
|
|
baf1b6042a
|
docs(server): update changelog
|
2024-08-04 22:34:17 +01:00 |
|
|
0030800b9a
|
chore: update mio dependency to v1 (#577)
|
2024-06-20 01:22:33 +01:00 |
|
|
46cc62c6d8
|
Fix logging "starting service:..." (#573)
Co-authored-by: Jiří Andras <jiri.andras@braiins.cz>
|
2024-06-14 17:11:32 +00:00 |
|
|
0c26ecf9fa
|
chore(actix-server): prepare release 2.4.0
|
2024-06-09 06:12:28 +01:00 |
|
|
1bdb15ec20
|
chore(actix-rt): prepare release 2.10.0
|
2024-06-09 06:12:07 +01:00 |
|
|
a524f15e34
|
build(deps): update tokio-uring requirement from 0.4 to 0.5 (#568)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2024-06-07 18:51:27 +01:00 |
|
|
1db640f62e
|
chore: update env logger
|
2024-05-12 19:10:27 +01:00 |
|
|
f4139a0878
|
chore: update MSRV to 1.70
|
2024-05-11 17:39:34 +01:00 |
|
|
5792d9f010
|
docs: fix repo links
|
2024-02-19 11:29:37 +00:00 |
|
|
a1ae524512
|
docs: clean changelog
|
2024-02-01 06:42:41 +00:00 |
|
|
f967562ac4
|
chore: specify external types for each crate (#496)
|
2023-10-30 00:07:28 +00:00 |
|
|
3cd5d8b07a
|
doc: complete ServerBuilder::workers docs
|
2023-10-29 18:47:38 +00:00 |
|
|
09548c96b0
|
doc: fix doc references
|
2023-10-29 18:45:12 +00:00 |
|
|
17fd135349
|
docs: improve docs on ServerBuilder::{bind, workers}
|
2023-10-29 18:37:29 +00:00 |
|
|
17409cd203
|
docs: add bytestring readme
|
2023-09-17 20:33:36 +01:00 |
|
|
910c181251
|
prepare actix-server release 2.3.0
|
2023-08-26 18:04:22 +01:00 |
|
|
0bc310a656
|
Rustls v0.21 support (#480)
|
2023-08-26 14:59:51 +01:00 |
|
|
6ce8307060
|
remove num_cpus dependency (#488)
|
2023-08-24 00:56:31 +01:00 |
|
|
755b231e00
|
add MPTCP socket protocol (optional) (#466)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2023-07-17 04:10:36 +01:00 |
|
|
8d5d1dbf6f
|
bump MSRV to 1.65 (#485)
|
2023-07-17 03:05:39 +01:00 |
|
|
4cbe741230
|
use secure openssl version
|
2023-04-01 22:26:08 +01:00 |
|
|
80320a0325
|
use secure tokio version range
|
2023-04-01 22:24:10 +01:00 |
|
|
c0693da9ba
|
update msrv to 1.60 (#482
* update msrv to 1.60
* inherit workspace msrv
|
2023-04-01 21:39:19 +01:00 |
|
|
28f36e4e30
|
update unreleased sections date
|
2023-04-01 05:24:40 +01:00 |
|
|
c6ebbcf21b
|
clippy run on -tls
|
2023-04-01 05:24:00 +01:00 |
|
|
fbb53f54ef
|
format changelogs with prettier
|
2023-03-03 22:36:13 +00:00 |
|
|
d13461b337
|
use secure tokio version range
see RUSTSEC-2023-0001
part of actix/actix-web#2962
|
2023-01-10 08:56:41 +00:00 |
|
|
dde38bbe06
|
remove unnecessary Pin in poll_recv calls (#475)
|
2023-01-02 13:36:46 +00:00 |
|
|
d7afd60606
|
workaround env-logger msrv
|
2022-12-21 21:17:21 +00:00 |
|
|
7e47bf4055
|
prepare actix-server release 2.2.0
|
2022-12-21 20:37:51 +00:00 |
|
|
05e7be337e
|
prepare actix-rt release 2.8.0
|
2022-12-21 20:37:04 +00:00 |
|
|
fe38312db0
|
asonix/tokio uring 04 (#473)
|
2022-12-21 11:45:31 +09:00 |
|
|
2b83f08a40
|
Use old cargo-hack for 1.59.0 CI (#472)
* Use old cargo-hack for 1.57.0 CI
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Upgrade MSRV to 1.59.0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-11-12 14:00:33 +00:00 |
|
|
00654aadc5
|
use direct tokio exports where possible
|
2022-10-30 20:25:13 +00:00 |
|
|
428914e65e
|
remove fakeshadow from author lists (#468)
|
2022-10-25 16:34:36 +01:00 |
|
|
66756bc448
|
update all crates msrv to 1.57 (#464)
|
2022-07-23 00:51:12 +01:00 |
|
|
126ed4c2e3
|
normalize logs capital letter (#463)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-07-22 20:53:06 +01:00 |
|
|
635aebe887
|
actix-server: fix UNIX signal handling documentation (#455)
|
2022-05-03 13:37:18 +01:00 |
|
|
dc67ba770d
|
fmt with import grouping
|
2022-04-10 02:48:53 +01:00 |
|