Nikolay Kim
|
2e5e69c9ba
|
Simplify oneshot and mpsc implementations
|
2019-12-11 11:28:09 +06:00 |
|
Nikolay Kim
|
e315cf2893
|
prep actix-rt release; update deps
|
2019-12-11 10:34:50 +06:00 |
|
Nikolay Kim
|
13fd615966
|
actix-macros release
|
2019-12-11 10:32:01 +06:00 |
|
Nikolay Kim
|
c094f84b85
|
prepare actix-service release
|
2019-12-11 10:29:34 +06:00 |
|
Nikolay Kim
|
25012d290a
|
update actix-codec dependencies
|
2019-12-11 10:23:01 +06:00 |
|
Nikolay Kim
|
32202188cc
|
prepare actix-codec release
|
2019-12-11 10:18:11 +06:00 |
|
Nikolay Kim
|
bf734a31dc
|
update docs
|
2019-12-10 21:34:51 +06:00 |
|
Nikolay Kim
|
d29e7c4ba6
|
Merge branch 'master' of github.com:actix/actix-net
|
2019-12-10 21:14:18 +06:00 |
|
Nikolay Kim
|
7163e2c2a2
|
update doc strings
|
2019-12-10 21:14:06 +06:00 |
|
Nikolay Kim
|
1d810b4561
|
re-export AlpnError
|
2019-12-10 12:15:27 +06:00 |
|
daxpedda
|
0913badd61
|
Macro improvements. (#74)
* Macro improvements.
* Fix usage in `fn main`.
|
2019-12-10 08:47:35 +06:00 |
|
Nikolay Kim
|
8b3062cd6e
|
Fix buffer remaining capacity calcualtion
|
2019-12-09 21:50:36 +06:00 |
|
Nikolay Kim
|
35218a4df1
|
add Clone impl for Apply service
|
2019-12-09 14:07:20 +06:00 |
|
Nikolay Kim
|
d47f1fb730
|
prepare actix-service release
|
2019-12-08 19:49:35 +06:00 |
|
Nikolay Kim
|
1ad0bbfb7f
|
rename fn service helpers
|
2019-12-08 19:05:05 +06:00 |
|
Nikolay Kim
|
c38a25f102
|
fix hash impl
|
2019-12-07 11:51:47 +06:00 |
|
Nikolay Kim
|
110457477a
|
update changes
|
2019-12-07 11:04:53 +06:00 |
|
Nikolay Kim
|
a899b1e04d
|
bump actix-ioframe version
|
2019-12-07 10:55:54 +06:00 |
|
Nikolay Kim
|
393cf1ab25
|
add unsafe from_bytes_unchecked
|
2019-12-07 10:48:22 +06:00 |
|
Nikolay Kim
|
40fbbb9c32
|
fix crate name
|
2019-12-07 10:39:33 +06:00 |
|
Nikolay Kim
|
99fef4f06b
|
add helper conversions
|
2019-12-07 10:22:08 +06:00 |
|
Nikolay Kim
|
fc0825fcdd
|
update tokio to 0.2.4
|
2019-12-07 10:15:26 +06:00 |
|
Nikolay Kim
|
6c00ab8296
|
add string crate
|
2019-12-07 09:59:39 +06:00 |
|
Nikolay Kim
|
cbdbc05dbd
|
update tokio verion and prep alpha3 release
|
2019-12-07 09:57:43 +06:00 |
|
Yuki Okushi
|
5674840c01
|
Stop running tests for all features (#73)
|
2019-12-07 08:54:58 +06:00 |
|
Nikolay Kim
|
6f07c9d72a
|
update trust-dns
|
2019-12-06 14:08:11 +06:00 |
|
Nikolay Kim
|
fa48ddcfa1
|
fix non unix signals support
|
2019-12-06 14:06:14 +06:00 |
|
Max Gortman
|
f89a992daf
|
eager drop in then, and_then, and_then_apply_fn (#72)
|
2019-12-06 10:34:44 +06:00 |
|
Nikolay Kim
|
e670a32ff3
|
inclide stream feature
|
2019-12-06 01:34:13 +06:00 |
|
Nikolay Kim
|
021c742d22
|
use string crate from master
|
2019-12-06 00:10:27 +06:00 |
|
Nikolay Kim
|
88a60ffa66
|
reexport ssl types
|
2019-12-05 23:09:44 +06:00 |
|
Nikolay Kim
|
cb2845cb26
|
fix dependencies
|
2019-12-05 20:58:28 +06:00 |
|
Nikolay Kim
|
b18fbc98d5
|
move rustls and nativetls acceptor services to actix-tls
|
2019-12-05 20:52:37 +06:00 |
|
Nikolay Kim
|
3a858feaec
|
migrate to tokio 0.2.2
|
2019-12-05 16:40:24 +06:00 |
|
Nikolay Kim
|
d49aca9595
|
use bitflags for internal flags; use tokio 0.2
|
2019-12-05 13:11:56 +06:00 |
|
Nikolay Kim
|
6f41b80cb4
|
optimize service combinators memory layout
|
2019-12-05 12:37:26 +06:00 |
|
Nikolay Kim
|
c6eb318536
|
Fix low/high watermark for write/read buffers; fix oneshot impl
|
2019-12-05 01:36:31 +06:00 |
|
Nikolay Kim
|
21dcc22e53
|
refactor server configurations
|
2019-12-04 21:35:27 +06:00 |
|
Nikolay Kim
|
de84663768
|
fix initial worker service state
|
2019-12-04 15:52:49 +06:00 |
|
Nikolay Kim
|
c4e2051327
|
refactor server worker
|
2019-12-04 15:12:02 +06:00 |
|
Nikolay Kim
|
0a4fe22003
|
Restore Service/Factory::apply_fn() in form of Pipeline/Factory::and_then_apply_fn()
|
2019-12-03 19:59:28 +06:00 |
|
Nikolay Kim
|
eb773c8b8c
|
Merge branch 'master' of github.com:actix/actix-net
|
2019-12-03 18:34:32 +06:00 |
|
Nikolay Kim
|
db0bc1e156
|
Restore Transform::map_init_err() combinator
|
2019-12-03 18:32:02 +06:00 |
|
Yuki Okushi
|
9eb12e0467
|
Use GitHub Actions (#71)
|
2019-12-03 20:00:16 +09:00 |
|
Nikolay Kim
|
eb33f0ecbe
|
add Clone for apply combinator
|
2019-12-03 16:15:06 +06:00 |
|
Nikolay Kim
|
cbc5da8625
|
update changes
|
2019-12-03 14:10:36 +06:00 |
|
Nikolay Kim
|
ec8dca8d69
|
Merge branch 'master' of github.com:actix/actix-net
|
2019-12-03 14:09:35 +06:00 |
|
Nikolay Kim
|
6a9df026e7
|
Add missing Clone impl for factory_fn_cfg
|
2019-12-03 14:05:23 +06:00 |
|
Aaron Housh
|
2756bedc3d
|
Fix for non Unix OS (#69)
|
2019-12-03 10:07:54 +06:00 |
|
Nikolay Kim
|
bd4c4cda8b
|
update threadpool
|
2019-12-02 22:49:02 +06:00 |
|