Nikolay Kim
b6f9a78011
migrate server rustls support
2019-11-14 15:23:06 +06:00
Nikolay Kim
d530094920
update version to alpha.1
2019-11-14 15:07:04 +06:00
Nikolay Kim
a87591769c
migrate actix-connect to std::future
2019-11-14 11:12:52 +06:00
Nikolay Kim
b12b3b12a9
update openssl impl
2019-11-14 05:37:58 +06:00
Kai Ren
4a790088d6
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
2019-11-14 05:07:47 +06:00
Nikolay Kim
eb07b5477b
update actix-utils
2019-11-14 04:55:23 +06:00
Nikolay Kim
0be859d440
start server worker in start mehtod
2019-11-12 11:44:30 +06:00
Nikolay Kim
4c1cefefe6
rename Factor to ServiceFactory
2019-11-12 11:09:19 +06:00
Nikolay Kim
8e882f0c37
update actix-server
2019-11-12 10:53:28 +06:00
Michal Hornický
46382a922a
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
2019-11-12 05:37:04 +06:00
Yuki Okushi
e3155957a8
Prepare actix-server release ( #55 )
2019-10-04 17:36:23 +09:00
Yuki Okushi
2667850d60
Prepare actix-server-config release ( #54 )
...
* Prepare actix-server-config release
* Bump up actix-server-config to 0.2.0
2019-10-04 06:13:33 +06:00
Jerome Gravel-Niquet
e733c562d9
Update rustls, tokio-rustls and webpki across the board ( #42 )
...
* Update rustls, tokio-rustls and webpki across the board
* bump minimum rust version to 1.37
* updated readme and changelogs to reflect changes and minimum required rust version
2019-10-04 03:32:32 +09:00
Nikolay Kim
4837a901e2
prepare actix-server release
2019-09-25 10:35:15 +06:00
karlri
b686b4c34e
Feature uds: Add listen_uds to ServerBuilder ( #43 )
...
Allows directly passing an Unix Listener instead of a path. Useful
for example when running as a daemon under systemd with the systemd
crate.
2019-09-16 11:07:46 +06:00
Nikolay Kim
311bb14d97
add unix domain sockets support #3
2019-07-18 17:05:40 +06:00
Igor Gnatenko
ca289ddf7f
Include license files into all sub-crates
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-05-30 20:38:44 +02:00
Nikolay Kim
87bc3dacd9
use u64 for shutdown_timeout
2019-05-18 10:56:41 -07:00
Nikolay Kim
f1d0d5f6f9
prepare actix-server release
2019-05-12 08:03:16 -07:00
Nikolay Kim
5f8599faf1
merge master
2019-05-12 06:06:45 -07:00
Nikolay Kim
f0776fca94
Use associated type for NewService config
2019-05-12 06:03:50 -07:00
Nikolay Kim
49ade171f6
Update CHANGES.md
2019-05-01 23:20:00 -07:00
Harry Stern
b0c37dfc87
Derive debug for Server and ServerCommand
2019-05-02 01:31:04 -04:00
Nikolay Kim
ae27b87641
IoStream trait and impls for TcpStream, SslStream and TlsStream
2019-04-16 08:32:12 -07:00
Nikolay Kim
3add90628f
Fix SIGINT force shutdown
2019-03-30 12:09:02 -07:00
Nikolay Kim
44c2639fd6
prepare actix-server release
2019-03-14 20:55:55 -07:00
Nikolay Kim
9a5705d1b6
merge travis branch
2019-03-14 20:53:56 -07:00
Nikolay Kim
7ff923a58f
stop tests threads
2019-03-14 20:52:17 -07:00
Nikolay Kim
1146d9cf30
fix init order
2019-03-14 20:48:58 -07:00
Nikolay Kim
b7b76c47e5
rename method
2019-03-14 20:23:49 -07:00
Nikolay Kim
d23dc6f6af
Allow to run future before server service initialization
2019-03-14 20:09:34 -07:00
Nikolay Kim
b6f952b036
remove constraint
2019-03-12 16:49:57 -07:00
Nikolay Kim
0fdac38307
add constraint
2019-03-12 16:48:29 -07:00
Nikolay Kim
a3c4637372
prepare actix-server release
2019-03-12 16:40:22 -07:00
Nikolay Kim
21c289d7e4
fix InOrderService::poll_ready() nested service rediness check
2019-03-12 16:03:05 -07:00
Nikolay Kim
39356690b0
use ServerConfig for system configuration
2019-03-12 14:14:21 -07:00
Nikolay Kim
f6f292a678
enforce constraint on OpensslAcceptor
2019-03-12 13:57:28 -07:00
Nikolay Kim
b3366bc1af
service response is not important
2019-03-12 13:55:31 -07:00
Nikolay Kim
9a9b3e9ca9
update server tests
2019-03-11 15:19:28 -07:00
Nikolay Kim
5567fb41d2
add default type parameter
2019-03-11 13:48:55 -07:00
Nikolay Kim
ad50595ece
add PartialEq impl for Io
2019-03-11 13:37:30 -07:00
Nikolay Kim
2430c7247b
update timing for travis
2019-03-11 12:53:16 -07:00
Nikolay Kim
1bf0f1e1a5
add Debug impl for Io; update examples
2019-03-11 12:46:12 -07:00
Nikolay Kim
9887aef6e8
add delay to test
2019-03-11 12:35:57 -07:00
Nikolay Kim
787255d030
add io parameters
2019-03-11 12:01:55 -07:00
Nikolay Kim
1f54ae9051
update deps
2019-03-09 14:23:08 -08:00
Nikolay Kim
d2b96ff877
add ServerConfig to server services
2019-03-09 07:31:22 -08:00
Nikolay Kim
2099629fe3
cleanup ssl services
2019-03-08 22:41:30 -08:00
Nikolay Kim
a4d4770462
remove server config
2019-03-08 22:38:39 -08:00
Nikolay Kim
7db29544f9
add ServerConfig param for server service
2019-03-08 19:43:13 -08:00