Commit Graph

50 Commits

Author SHA1 Message Date
Rob Ede ecba6e21da
chore: fmt project 2024-12-29 14:27:58 +00:00
Rob Ede e427911cdb
feat(tls): rustls-0_22 create feature 2024-02-03 16:39:21 +00:00
Rob Ede 8d5d1dbf6f
bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
Rob Ede 4c1e581a54
add track_caller atrtibute to spawn calls (#454)
* add track_caller attribute to spawn calls

* fix ci
2022-04-25 21:05:48 +01:00
Rob Ede dc67ba770d
fmt with import grouping 2022-04-10 02:48:53 +01:00
Rob Ede 90f205a465
standardize crate level lints 2021-12-08 06:09:46 +00:00
Rob Ede de5908bfe7
tls doc updates 2021-11-28 00:56:15 +00:00
Rob Ede 233c61ba08
remove dead code 2021-11-21 23:29:25 +00:00
fakeshadow a1d15f2e08
minimal support of System type with io-uring (#395) 2021-10-21 11:04:51 +01:00
fakeshadow 6fed1c3e7d
add support for io-uring (#374)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 02:58:11 +01:00
Ibraheem Ahmed 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
Rob Ede 3cf1c548fd
prepare actix-rt release 2.2.0 2021-03-29 06:57:14 +01:00
fakeshadow 12d3942b98
Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… (#297) 2021-03-26 13:03:03 +00:00
fakeshadow 0c73f13c8b
ActixStream readiness methods return Ready object (#293) 2021-03-23 05:50:48 +00:00
fakeshadow c3be839a69 add local_addr binding to connector service 2021-02-24 01:13:17 +08:00
Rob Ede 7e483cc356
tweak task and stream docs 2021-02-20 17:34:04 +00:00
fakeshadow 75d7ae3139
add actix stream trait (#276) 2021-02-20 17:25:22 +00:00
Riley 9d0901e07f
actix-rt: expose JoinError (#271) 2021-02-06 15:50:38 +00:00
Rob Ede 4ec358575e
prepare actix-rt v2.0.0 release (#262) 2021-02-03 10:25:31 +00:00
Rob Ede 66bd5bf4a2
prepare macros v0.2.0 release (#261) 2021-02-02 02:07:58 +00:00
Rob Ede 057e7cd7c9
prepare rt v2.0.0-beta.3 2021-01-31 05:19:30 +00:00
Rob Ede b75254403a
remove builder and introduce worker handle (#257) 2021-01-31 03:34:07 +00:00
Rob Ede 1b35ff8ee6
express spawn fn as spawn fut (#256) 2021-01-29 15:16:30 +00:00
Rob Ede 6b86b5efc5
rename arbiter to worker (#254) 2021-01-29 04:08:14 +00:00
Rob Ede ba39c8436d
remove tokio runners (#253) 2021-01-29 02:21:06 +00:00
Rob Ede 45edff625e
add rt tests and doc tests 2021-01-26 09:46:14 +00:00
fakeshadow 874e5f2e50
change default name resolver and allow custom resolvers (#248) 2021-01-23 01:33:50 +00:00
Rob Ede 6edf9b8278
prepare rt 2.0.0-beta.2 release 2021-01-09 15:12:59 +00:00
fakeshadow a1982bdbad
add actix-rt::task (#245) 2021-01-03 18:16:57 +00:00
Rob Ede f48e3f4cb0
prepare release for rt and service 2020-12-28 01:58:31 +00:00
fakeshadow 0c12930796
update to tokio 1.0 for actix-rt (#236) 2020-12-28 01:40:22 +00:00
fakeshadow 518bf3f6a6
remove RUNNING Q PENDING thread locals from actix-rt (#207) 2020-12-26 23:26:02 +00:00
Rob Ede 4e43216b99
standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
fakeshadow e0dd2a3d76
remove actix-threadpool re-export from actix-rt (#212) 2020-11-24 17:03:09 +00:00
Erich Gubler 1b7c969f6a
`actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104)
* build(deps): minimize `futures` deps by using `futures-channel` and `futures-util` directly

* style(actix-rt): enforce spaces around equals in `Cargo.toml`
2020-02-27 01:15:21 +09:00
Nikolay Kim 3a858feaec migrate to tokio 0.2.2 2019-12-05 16:40:24 +06:00
Aaron Housh 2756bedc3d Fix for non Unix OS (#69) 2019-12-03 10:07:54 +06:00
Nikolay Kim 9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
Nikolay Kim 9fbe6a1f6d refactor server configuration and tls support 2019-12-02 11:30:27 +06:00
Nikolay Kim 503c2feb08 re-export net primitives 2019-12-01 10:56:25 +06:00
Nikolay Kim f5aecdee8f work around to rust#62127 2019-11-26 10:14:21 +06:00
Nikolay Kim e76ea8e80c re-export timeout 2019-11-26 09:04:14 +06:00
Nikolay Kim 5efac449b1 re-export time utils 2019-11-26 08:12:16 +06:00
Nikolay Kim 4ceac79f2c add test and main macros 2019-11-25 21:49:11 +06:00
Nikolay Kim 13049b80ca
Migrate actix-net to std::future (#64)
* Migrate actix-codec, actix-rt, and actix-threadpool to std::future

* update to latest tokio alpha and futures-rs

* Migrate actix-service to std::future,

This is a squash of ~8 commits, since it included a lot of experimentation. To see the commits,
look into the semtexzv/std-future-service-tmp branch.

* update futures-rs and tokio

* Migrate actix-threadpool to std::future (#59)

* Migrate actix-threadpool to std::future

* Cosmetic refactor

- turn log::error! into log::warn! as it doesn't throw any error
- add Clone and Copy impls for Cancelled making it cheap to operate with
- apply rustfmt

* Bump up crate version to 0.2.0 and pre-fill its changelog

* Disable patching 'actix-threadpool' crate in global workspace as unnecessary

* Revert patching and fix 'actix-rt'

* Migrate actix-rt to std::future (#47)

* remove Pin from Service::poll_ready(); simplify combinators api; make code compile

* disable tests

* update travis config

* refactor naming

* drop IntoFuture trait

* Migrate actix-server to std::future (#50)

Still not finished, this is more WIP, this is an aggregation of several commits, which
can be found in semtexzv/std-future-server-tmp branch

* update actix-server

* rename Factor to ServiceFactory

* start server worker in start mehtod

* update actix-utils

* remove IntoTransform trait

* Migrate actix-server::ssl::nativetls to std futures (#61)

* Refactor 'nativetls' module

* Migrate 'actix-server-config' to std futures

- remove "uds" feature
- disable features by default

* Switch NativeTlsAcceptor to use 'tokio-tls' crate

* Bikeshed features names and remove unnecessary dependencies for 'actix-server-config' crate

* update openssl impl

* migrate actix-connect to std::future

* migrate actix-ioframe to std::future

* update version to alpha.1

* fix boxed service

* migrate server rustls support

* migratte openssl and rustls connecttors

* store the thread's handle with arbiter (#62)

* update ssl connect tests

* restore service tests

* update readme
2019-11-14 18:38:24 +06:00
Nikolay Kim 7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00
Nikolay Kim bef199f831 add blocking mod support 2019-03-11 22:54:27 -07:00
Nikolay Kim c03d869694 return io::Result from run method, remove Handle 2019-03-06 10:24:58 -08:00
Nikolay Kim cdd6904aa0 rename Server to ServerBuilder 2018-12-09 20:30:14 -08:00
Nikolay Kim 98a151db4f add actix single threaded runtime 2018-12-09 19:55:40 -08:00