Yuki Okushi
8f05986a9f
Use map()
instead of and_then()
( #51 )
2019-10-03 14:55:44 +09:00
Nikolay Kim
aa9bbe2114
prepare actix-ioframe release
2019-09-25 10:47:06 +06:00
Nikolay Kim
4837a901e2
prepare actix-server release
2019-09-25 10:35:15 +06:00
Nikolay Kim
a02ff17cb1
remove actix-tower from workspace
2019-09-25 10:11:17 +06:00
Nikolay Kim
dbf566928c
drop tower intergration
2019-09-25 10:01:08 +06:00
Nikolay Kim
ca982b2467
update workspace deps for tests
2019-09-25 10:00:54 +06:00
Nikolay Kim
c859d13e3b
use actix-testing instead of test server
2019-09-25 09:51:28 +06:00
Nikolay Kim
41e49e8093
update changes
2019-09-25 09:32:33 +06:00
Nikolay Kim
715a770d7a
deprecate test server
2019-09-25 09:31:52 +06:00
Nikolay Kim
5469d8c910
prep actix-testing release
2019-09-25 09:26:12 +06:00
Nikolay Kim
8be5f773f4
add actix-testing crate
2019-09-17 16:04:20 +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
34a7b7f05a
add TcpStreamService
2019-09-05 16:34:48 -07:00
Nikolay Kim
b1d9b06a87
Use arbiters storage for default async resolver
2019-09-02 15:15:55 -07:00
Nikolay Kim
94e673b50b
Add arbiter specific storage
2019-09-02 15:03:03 -07:00
Nikolay Kim
1a644c6bb1
Check service readiness for new_apply_cfg combinator
2019-08-27 05:28:15 +06:00
Yuki Okushi
aad013f559
Fix clippy warnings ( #40 )
...
Add explicit `dyn`s
Remove let binding
Use +=
Return false
Derive Default for TcpConnector
Squash if/else
Remove unnecessary return keywords
Use is_empty()
Fix clippy attribute
Allow mut_from_ref
2019-08-17 05:15:51 +09:00
Aron Heinecke
7a18d9da26
Add check for minimum rust version ( #39 )
2019-08-07 17:49:29 -07:00
Aron Heinecke
d59b8ce62e
Fix invalid minimum version ( #38 )
2019-08-07 17:48:31 -07:00
Nikolay Kim
3821d511d0
prep actix-threadpool release
2019-08-05 09:54:49 -07:00
Nikolay Kim
62e429cb0c
Merge branch 'master' of github.com:actix/actix-net
2019-08-05 09:53:03 -07:00
Nikolay Kim
a2643d475a
Add ConnectService and OpensslConnectService
2019-08-05 09:52:50 -07:00
Sven-Hendrik Haase
34c259a8b5
Merge pull request #35 from ignatenkobrain/parking_lot
...
threadpool: Update parking_lot to 0.9
2019-08-05 17:30:19 +02:00
Igor Gnatenko
8b398c3386
threadpool: Update parking_lot to 0.9
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-08-04 15:46:14 +02:00
Neil Locketz
0baceb0e56
Fix typo in desc ( #34 )
2019-07-30 09:35:57 -07:00
Michael Snoyman
6be1f37f6c
Minor typo corrections in docs ( #33 )
2019-07-25 11:46:11 +06:00
Nikolay Kim
a742768feb
bump version
2019-07-24 14:16:25 +06:00
Marat Safin
f913872159
add rustls support for connect ( #31 )
2019-07-24 14:14:26 +06:00
Nikolay Kim
41145040e1
remove ClonableService
2019-07-19 11:03:16 +06:00
Nikolay Kim
311bb14d97
add unix domain sockets support #3
2019-07-18 17:05:40 +06:00
Nikolay Kim
2955e49d78
add unix domain sockets support
2019-07-18 16:43:42 +06:00
Nikolay Kim
9d1b428b34
undeprecate framed transport
2019-07-17 13:31:00 +06:00
Nikolay Kim
42d526bced
mark some fn as unsafe
2019-07-17 11:16:38 +06:00
Nikolay Kim
23a230a83b
deprecate ClonableService and FramedTransport
2019-07-17 10:57:52 +06:00
Nikolay Kim
411e31786f
update actix-connect changes
2019-07-17 10:33:47 +06:00
Nikolay Kim
b491d373b1
update actix-rt changes
2019-07-17 10:30:59 +06:00
Jeff Muizelaar
9271b95c87
Avoid a copy of the Future when initializing the Box. ( #29 )
...
Future's can be pretty big (> 1500 bytes) so this probably worth doing.
I confirmed with memcpy-find that this did infact eliminate two ~1500
byte copies from the actix-web basic example.
2019-07-17 10:29:22 +06:00
Jan Michael Auer
1b3cd0d88c
Expose Connect addrs ( #30 )
2019-07-17 06:17:51 +06:00
Nikolay Kim
da302d4b7a
fix disconnect callback
2019-07-03 13:02:03 +06:00
Nikolay Kim
922a919572
simple callback
2019-07-02 12:35:27 +06:00
Nikolay Kim
5a62175b6e
add disconnect callback
2019-07-02 12:10:05 +06:00
Nikolay Kim
5445e341c3
give access to io object during connect stage
2019-07-01 22:37:59 +06:00
Nikolay Kim
1b17d274a0
refactor connect stage
2019-07-01 11:20:24 +06:00
Nikolay Kim
9d8b3e6275
impl Stream and Sink for Connect
2019-06-30 22:58:23 +06:00
Nikolay Kim
27baf03f64
Do not block on sink drop for FramedTransport
2019-06-26 15:20:56 +06:00
Nikolay Kim
205cac82ce
add custom framed dispatcher service
2019-06-26 15:19:40 +06:00
Nikolay Kim
07708c5e9a
prepare rt release
2019-06-22 09:02:17 +06:00
Nikolay Kim
1c04ad3238
Merge pull request #22 from GeorgeHahn/with-external-runtime
...
Allow Actix to be started on an external CurrentThread runtime
2019-06-22 08:53:19 +06:00
Nikolay Kim
66aa21740c
Merge pull request #28 from ignatenkobrain/deps
...
chore: Update derive_more to 0.15
2019-06-18 22:26:37 +06:00
Igor Gnatenko
b183cb3324
chore: Update derive_more to 0.15
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-06-18 10:25:01 +02:00