Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/actix/actix-net
A collection of lower-level libraries for composable network services.
https://github.com/actix/actix-net
Replace deprecated `net2` crate with `socket2`
aad4812ba6eb6251166e229d25280ae90399b8bd authored over 4 years agoac6c78c476f4cd8a8f670bf6ee9b14d313e56a47 authored over 4 years ago
8218a098e8fc4d7bded7e38218b74345ee60d3f3 authored over 4 years ago
macros: Bump up to 0.1.2
49a6f525be92789b847e3e80fa0c288001c0dabe authored over 4 years agof59ff8239517d8ef29b87c2f982e1782d6912703 authored over 4 years ago
actix-connect: Bump up to 2.0.0-alpha.3
f7cc62564d9662640839899e2c47bdd06679f51a authored over 4 years agob125e2bdce60584d34972aabd4af5291b4139735 authored over 4 years ago
correct spelling of ConnectError::Unresolved
a5c185e80e56d44ea88b4485729abdefb08b1c2a authored over 4 years ago523cee0351a5e1d9a5390789c6d54aaa6585830d authored over 4 years ago
Bump up `actix-rt` to 1.1.1
343b3c09fc1e2e37cbd1f40679610cc94273fe0c authored over 4 years ago8a10580663eb521e4971fce90d5612b4a2206bc3 authored over 4 years ago
actix-rt: Spawn future to cleanup pending JoinHandles
1b4a1170636fca42ea213207290ba480f21f689b authored over 4 years agoadd macro compile tests
700997fe485e9be74261d8c83723bf65e18c8bf7 authored over 4 years ago4c5568ed70a54de94e4a41be8054d96fc053ff70 authored over 4 years ago
actix-macros: Simplify test macros by using original signature
7d0cfe1b4db34fd434cb9d45c1ab9cddf2080b43 authored over 4 years agoe35c261c9fe609bbb779ad5ca4298b101575ac77 authored almost 5 years ago
Remove unnecessary clone usage
115ef3fcb3c092136441fc580649f8edfe45e5c1 authored almost 5 years agoc0482e25322bcd372a6e5c6fe7c9a51df638e7d0 authored almost 5 years ago
Signed-off-by: Jonathas-Conceicao <[email protected]>
6906f25e014ec76869b8e7ebffb1b38590edda3d authored almost 5 years agoSigned-off-by: Jonathas-Conceicao <[email protected]>
06bca19524b73a0bd71b12b752acd35c8916964c authored almost 5 years agoForward actix_rt::test arguments to test function.
e9e2185296ba0e80f65044fa0e6a47f8c947d411 authored almost 5 years agoPreviously,
```rust
async fn foo(_a: u32) {}
```
would compile to
```rust
fn foo() {/* someth...
* Release actix-rt 1.1.0
* Update actix-rt/CHANGES.md
65e2e8052e28b8d67a60673355a8e3decc8c68c1 authored almost 5 years agoSigned-off-by: Jonathas-Conceicao <[email protected]>
69e8df9d6214f1b66d04bebd6588558c11bacce2 authored almost 5 years ago
`Arbiter::is_running` can be used to check if the current even-loop is currently
running; which ...
fix noisy check warning
9addf1a36be74fdde58276af4a09be5e4ea25ac5 authored almost 5 years ago187a58472dbe2a8ad256c03a92186f7bcf44a4a7 authored almost 5 years ago
30aa0b7bb6c45ce5fa4305168ec4f5708fd133fc authored almost 5 years ago
Upload coverage on PRs
e775d08d762a677dfb34a6c7b89aaa0619aa4d4f authored almost 5 years agod5f95b54b7862dd95f1cf6a5f3346fec71a5a865 authored almost 5 years ago
Revert "Disable windows-mingw builder temporarily"
904f90abc203f864e4de8ec8588ab0b2451b7085 authored almost 5 years ago950c73077c1b9d80431fe282a17d36e755088c22 authored almost 5 years ago
std Error for BlockingError
732731a9c823b59c5f68984d4e28b6dc3d26ad2f authored almost 5 years ago#93
0dd5a7ce1dbfed17c461e7616569072eb79d99d5 authored almost 5 years agoMinimize `futures-*` dependencies
7105091e511da7e8c1e3aef2ab7c95c9abf6baec authored almost 5 years ago2792433ad6d77b218fa85d027e00947eb912f8f1 authored almost 5 years ago
08959dfc211040f781a8fe9a95c74f9f2a745266 authored almost 5 years ago
fbf7d6ef3371d2a837a97685f9e2417251d96b14 authored almost 5 years ago
437a7b05c67cb8de64ed9e1ee8ed1ca3927ff93b authored almost 5 years ago
3d125c5381e1a77606ac4357cab57962e95fb51f authored almost 5 years ago
e6b6f08369c06795bcfe77c2ac356acf0b88ce4a authored almost 5 years ago
dd3bec83bfdfdc9e7917024f0670db67dcbcce67 authored almost 5 years ago
f5b07053fc1d58a335f3dbc36c6375249dda73b0 authored almost 5 years ago
4e806b3e3f7e3bc33581b80f3ebb41ceb98aac64 authored almost 5 years ago
f955e499301ffadffecb0669e5c76ad2dff3b1ae authored almost 5 years ago
Release actix-http v2.0.0-alpha.2
4be11b541b86e9f609113ccac0abe199b3f22153 authored almost 5 years agobaba533407f36315ab4395e84e6a73a971681107 authored almost 5 years ago
2bf50826b0736db8852096b4d311f2842ba22d53 authored almost 5 years ago
actix-connect: Upgrade versions of trust-dns
41b2a3b2e2dea83523a68fa7e106a1fc253c045a authored almost 5 years ago
- `Address` trait is now required to have static lifetime;
- `start_resolver` and `start_default...
Signed-off-by: Jonathas-Conceicao <[email protected]>
cb30f9e86a37ba134e926d628535cfff8841e54d authored almost 5 years agoDisable windows-mingw builder temporarily
873f69be514d82aed252de2a9442a96037e104b6 authored almost 5 years agoUnpin quote version
0967061f30105a1e1d9e24d0ee2e54fd9e3bc429 authored almost 5 years ago59902cb3a3131a47665cdca94f54d230e429983e authored almost 5 years ago
857e50120bbada79555dec94dd219145df11d5f3 authored almost 5 years ago
Fix build with failing quote
36a2edf1cd16b06f920024cf186341ee182a4dd9 authored almost 5 years ago346bd072d37f9a2f440af690bc9f3d5f0d3044bd authored almost 5 years ago
Replace calls to `Pin::new_unchecked` with `pin_project`.
8d3d58b3b7e1158d1d68f8314c036f9121f851e0 authored almost 5 years ago
This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather tha...
actix-tls: Bump up to 2.0.0-alpha.1
693d5132a944b260b68071b938b6b2e532a7982c authored almost 5 years agof7dac3feb4e6345c2fadfd15851ebe77a71869e8 authored almost 5 years ago
Release `actix-connect` v2.0.0-alpha.1
ebc11d03f22e7eabe2e3382727e7e101bce80187 authored almost 5 years agoe3ad5de2702c663519b1f7630e14e4ca58d0b8fd authored almost 5 years ago
91118bb2ce4d51e887a6cf1b09bbb3e7ead3cad0 authored almost 5 years ago
Update `rustls` and `tokio-rustls`
6628688bcfc0cae9f422ba40729fa8389785f281 authored almost 5 years ago7dbc0264b1e8eeaf99a0197693f132e852133a6d authored almost 5 years ago
b9567359fd82d82c12bce74547bec3fc8dada1fc authored almost 5 years ago
* build(deps): minimize `futures` deps by using `futures-channel` and `futures-util` directly
...
1b7c969f6a9d39dba5485e6b54e2badc6caff47d authored almost 5 years ago
Arbiter::local_join function can be used to await for futures spawned
on current arbiter.
Signe...
f1685d82534e41a36ccff783e6af631d81db5247 authored almost 5 years ago
These initial tests validade basic usage with timed futures for:
- `System::block_on`;
- `Arbite...
Release actix-server 1.0.2
13b503435fbcfb49d15874848f2c62b9fe0c3182 authored almost 5 years ago98f0290f65e4321572d7c3c1c53637db8cf43f6a authored almost 5 years ago
b8f66f5e7fe70496c06df398af9e12dbe9fe4f2b authored almost 5 years ago
dd59ee498ed7716dd6a45e7b8b389bf2811a64c9 authored almost 5 years ago
83320efa31a4c3e7eaf2302d1322a1932a3102d7 authored almost 5 years ago
Add action to check benchmark
c69bc11e3ea010975942c643a7c5b1731e45ae95 authored almost 5 years agoaad5c42ad75376eb22dfab34422ebfa04bc328be authored almost 5 years ago
* add benchmark comparing unsafecell vs refcell
* fix syntax
* add benches for and_then im...
4d37858fc6e97edecb2e7b4f13e515186a696388 authored almost 5 years agoRemove single import
d402f08bb572f3b695a37123ea07dc562e39630e authored almost 5 years agofa25e30427d054200dbc0b8eedd047c8f4bf5cdf authored almost 5 years ago
* Expose is_set
* Update doc and changes.md
602db1779eb51d60e0fe5a33d725d1d7fdf540fd authored almost 5 years agoDisable coverage for PRs
4f2910c6b301032d09bc2cedd0f259bb008788e1 authored almost 5 years ago9f7d6bc0688e9bed45c781880983ad92af4d0f28 authored almost 5 years ago
Move script from Travis to Actions
6908b589435bac24fb69249ed0b9ebabc4f53b05 authored almost 5 years ago043057ecbdaeaf672eb8354dfb1623c44a19dc6e authored almost 5 years ago
e12bf9200b99f58e25020b6b54a2fbaeab7fdb6c authored almost 5 years ago
03d431e6635b3ec946e120702c6cb9264b1945de authored almost 5 years ago
f0d352604ef77c2437d2f44b943d38852c2f2aec authored almost 5 years ago
2f67e4f563f083a37fc846abccf10c73eddbf6e3 authored almost 5 years ago
d1155d60ecc71a84301560db17484fc92cd6b10e authored almost 5 years ago
Tweak GitHub Actions
28d9c6a7602046918e70397a2872738ebd0ceac8 authored almost 5 years agod5a6c83207e674bc5eef76a3de69adebdc8665fa authored almost 5 years ago
ee0db9a617668cfe3955e5c699add9299948d2de authored almost 5 years ago
a970c2c997f123de775cc20946f9565aaa123c98 authored almost 5 years ago
* optimize vector fill
e5b5df1261dd30dab2d2f55aeb253b2f751f5fb6 authored almost 5 years agodbfa13d6bec6e3233a6c0b8266d5d81009e993bd authored about 5 years ago
e7c24395431ba0191abf776512730f4b65143830 authored about 5 years ago
3116db5168c7125e9714d636d586f95e29f3c8b3 authored about 5 years ago
5940731ef0b30f64c9ff95b36adad02e9a0b62fe authored about 5 years ago
* Add support for tokio tracing for actix Service.
* Address comments
* Change trace's ret...
aed5fecc8a0b994cc871483bcf15b3c5fbb350df authored about 5 years ago