Yuki Okushi
7f550bcf0f
threadpool: Bump up to 0.3.3 ( #156 )
2020-07-14 11:10:15 +01:00
Yuki Okushi
887f11f787
Merge pull request #153 from actix/tweak-actions
...
Tweak actions trigger events
2020-07-08 09:04:05 +09:00
Yuki Okushi
e2a6d352b0
Tweak actions trigger events
2020-07-08 08:38:24 +09:00
Yuki Okushi
f6c697a2dd
Merge pull request #152 from paolobarbolini/pl-011
...
Update parking_lot to 0.11
2020-07-04 03:20:08 +09:00
Paolo Barbolini
5ecdfd684a
Update parking_lot to 0.11
2020-07-03 17:37:10 +02:00
Yuki Okushi
7140c04c44
Merge pull request #149 from taiki-e/pin-project
...
Remove uses of pin_project::project attribute
2020-06-07 02:01:08 +09:00
Taiki Endo
9528df4486
Remove uses of pin_project::project attribute
...
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Pen Tree
755a8bb9d1
fix codec doc links ( #148 )
2020-06-02 18:05:39 +01:00
Yuki Okushi
f3cb6efc30
Merge pull request #146 from actix/cache-v2
...
Update `actions/cache` to v2
2020-05-28 04:59:34 +09:00
Yuki Okushi
87b857705c
Update actions/cache
to v2
2020-05-28 03:14:01 +09:00
Yuki Okushi
c897c5d3eb
Merge pull request #145 from JohnTitor/new-threalpool
...
threadpool: Bump up to 0.3.2
2020-05-20 15:24:39 +09:00
Yuki Okushi
134e76b8b4
threadpool: Bump up to 0.3.2
2020-05-20 14:19:16 +09:00
Yuki Okushi
f3a401c23b
Merge pull request #144 from JohnTitor/codecov-config
...
Add codecov config
2020-05-20 11:03:31 +09:00
Yuki Okushi
f7e8a912b3
Add codecov config
2020-05-19 14:45:39 +09:00
Yuki Okushi
11a1e11858
Merge pull request #143 from JohnTitor/new-testing
...
testing: Bump up to 1.0.1
2020-05-19 14:37:54 +09:00
Yuki Okushi
d0b27ee7e6
testing: Bump up to 1.0.1
2020-05-19 14:08:08 +09:00
Yuki Okushi
2d2b0591a2
Merge pull request #142 from JohnTitor/new-server
...
server: Bump up to 1.0.3
2020-05-19 13:58:39 +09:00
Yuki Okushi
abbc5f715f
server: Bump up to 1.0.3
2020-05-19 10:23:17 +09:00
Yuki Okushi
140a6c76e3
Merge pull request #141 from actix/fix-ci
...
Only check compilation on mingw CI
2020-05-19 09:39:03 +09:00
Yuki Okushi
2395b28c5e
Only check compilation on mingw CI
...
Disabled to run tests since somehow linking with OpenSSL is broken.
2020-05-19 09:11:27 +09:00
Yuki Okushi
aad4812ba6
Merge pull request #140 from JohnTitor/replace-net2
...
Replace deprecated `net2` crate with `socket2`
2020-05-19 08:58:40 +09:00
Yuki Okushi
ac6c78c476
testing: Replace net2
crate with socket2
2020-05-19 08:21:40 +09:00
Yuki Okushi
8218a098e8
server: Replace net2
crate with socket2
2020-05-19 08:17:44 +09:00
Yuki Okushi
49a6f525be
Merge pull request #139 from JohnTitor/next-macros
...
macros: Bump up to 0.1.2
2020-05-19 07:50:46 +09:00
Yuki Okushi
f59ff82395
macros: Bump up to 0.1.2
2020-05-18 15:36:23 +09:00
Yuki Okushi
f7cc62564d
Merge pull request #136 from JohnTitor/connect-alpha-3
...
actix-connect: Bump up to 2.0.0-alpha.3
2020-05-08 01:36:16 +09:00
Yuki Okushi
b125e2bdce
actix-connect: Bump up to 2.0.0-alpha.3
2020-05-08 01:07:57 +09:00
Yuki Okushi
a5c185e80e
Merge pull request #135 from actix/fix/unresolverd
...
correct spelling of ConnectError::Unresolved
2020-05-06 14:45:30 +09:00
Rob Ede
523cee0351
correct spelling of ConnectError::Unresolved
2020-05-03 23:14:22 +01:00
Yuki Okushi
343b3c09fc
Merge pull request #134 from JohnTitor/new-rt
...
Bump up `actix-rt` to 1.1.1
2020-04-30 14:34:17 +09:00
Yuki Okushi
8a10580663
Bump up actix-rt
to 1.1.1
2020-04-30 03:07:12 +09:00
Yuki Okushi
1b4a117063
Merge pull request #128 from Jonathas-Conceicao/topic/fix_memory_leak
...
actix-rt: Spawn future to cleanup pending JoinHandles
2020-04-30 02:58:13 +09:00
Yuki Okushi
700997fe48
Merge pull request #133 from actix/macro-compile-testing
...
add macro compile tests
2020-04-29 15:33:00 +09:00
Rob Ede
4c5568ed70
add trybuild compile tests
2020-04-26 20:11:16 +01:00
Yuki Okushi
7d0cfe1b4d
Merge pull request #131 from danpintara/pull-1
...
actix-macros: Simplify test macros by using original signature
2020-04-23 02:33:52 +09:00
Daniel Pintara
e35c261c9f
actix-macros: test: Simplify by using #sig instead of #name(#inputs) #ret
2020-04-22 00:13:32 +07:00
Yuki Okushi
115ef3fcb3
Merge pull request #130 from JohnTitor/dont-clone
...
Remove unnecessary clone usage
2020-04-20 08:37:10 +09:00
Yuki Okushi
c0482e2532
Remove unnecessary clone usage
2020-04-20 08:02:08 +09:00
Jonathas-Conceicao
6906f25e01
actix-rt: Set threshold size for arbiter's pending futures list
...
Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-16 03:12:05 -03:00
Jonathas-Conceicao
06bca19524
actix-rt: Spawn future to cleanup pending JoinHandles
...
Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-09 20:36:44 -03:00
Yuki Okushi
e9e2185296
Merge pull request #127 from rubdos/test-fixture-integration
...
Forward actix_rt::test arguments to test function.
2020-04-09 17:45:17 +09:00
Ruben De Smet
aae52a80ab
Forward actix_rt::test arguments to test function.
...
Previously,
```rust
async fn foo(_a: u32) {}
```
would compile to
```rust
fn foo() {/* something */}
```
This patches changes this behaviour to
```rust
fn foo(_a: u32) {/* something */}
```
by simply forwarding the input arguments.
This allows any test fixture library (e.g. `rstest`, cfr.
https://github.com/la10736/rstest/issues/85 ) to integrate with
actix::test.
2020-04-08 16:48:10 +02:00
Yuki Okushi
65e2e8052e
Release actix-rt 1.1.0 ( #126 )
...
* Release actix-rt 1.1.0
* Update actix-rt/CHANGES.md
2020-04-08 16:34:07 +09:00
Jonathas-Conceicao
783880bb0a
actix-rt: Add Arbiter::is_running helper and fix System::is_set doc
...
`Arbiter::is_running` can be used to check if the current even-loop is currently
running; which should also work after the system has stopped. `System::is_set`
was updated to reflect what it actually does, it tells if the event loop has
started, which alone can't tell if it has stopped.
Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-05 21:00:54 -03:00
Jonathas-Conceicao
69e8df9d62
actix-rt: Run rustfmt
...
Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-05 21:00:54 -03:00
Yuki Okushi
9addf1a36b
Merge pull request #125 from actix/fix/noisy-check
...
fix noisy check warning
2020-04-05 13:20:25 +09:00
Rob Ede
187a58472d
fix noisy check warning
2020-04-04 23:57:52 +01:00
Nikolay Kim
30aa0b7bb6
add serde support to bytestring
2020-03-30 11:54:40 +06:00
Yuki Okushi
e775d08d76
Merge pull request #122 from actix/JohnTitor-patch-1
...
Upload coverage on PRs
2020-03-18 05:31:59 +09:00
Yuki Okushi
d5f95b54b7
Upload coverage on PRs
2020-03-18 05:03:37 +09:00