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

Merge pull request #140 from JohnTitor/replace-net2

Replace deprecated `net2` crate with `socket2`

aad4812ba6eb6251166e229d25280ae90399b8bd authored over 4 years ago
testing: Replace `net2` crate with `socket2`

ac6c78c476f4cd8a8f670bf6ee9b14d313e56a47 authored over 4 years ago
server: Replace `net2` crate with `socket2`

8218a098e8fc4d7bded7e38218b74345ee60d3f3 authored over 4 years ago
Merge pull request #139 from JohnTitor/next-macros

macros: Bump up to 0.1.2

49a6f525be92789b847e3e80fa0c288001c0dabe authored over 4 years ago
macros: Bump up to 0.1.2

f59ff8239517d8ef29b87c2f982e1782d6912703 authored over 4 years ago
Merge pull request #136 from JohnTitor/connect-alpha-3

actix-connect: Bump up to 2.0.0-alpha.3

f7cc62564d9662640839899e2c47bdd06679f51a authored over 4 years ago
actix-connect: Bump up to 2.0.0-alpha.3

b125e2bdce60584d34972aabd4af5291b4139735 authored over 4 years ago
Merge pull request #135 from actix/fix/unresolverd

correct spelling of ConnectError::Unresolved

a5c185e80e56d44ea88b4485729abdefb08b1c2a authored over 4 years ago
correct spelling of ConnectError::Unresolved

523cee0351a5e1d9a5390789c6d54aaa6585830d authored over 4 years ago
Merge pull request #134 from JohnTitor/new-rt

Bump up `actix-rt` to 1.1.1

343b3c09fc1e2e37cbd1f40679610cc94273fe0c authored over 4 years ago
Bump up `actix-rt` to 1.1.1

8a10580663eb521e4971fce90d5612b4a2206bc3 authored over 4 years ago
Merge pull request #128 from Jonathas-Conceicao/topic/fix_memory_leak

actix-rt: Spawn future to cleanup pending JoinHandles

1b4a1170636fca42ea213207290ba480f21f689b authored over 4 years ago
Merge pull request #133 from actix/macro-compile-testing

add macro compile tests

700997fe485e9be74261d8c83723bf65e18c8bf7 authored over 4 years ago
add trybuild compile tests

4c5568ed70a54de94e4a41be8054d96fc053ff70 authored over 4 years ago
Merge pull request #131 from danpintara/pull-1

actix-macros: Simplify test macros by using original signature

7d0cfe1b4db34fd434cb9d45c1ab9cddf2080b43 authored over 4 years ago
actix-macros: test: Simplify by using #sig instead of #name(#inputs) #ret

e35c261c9fe609bbb779ad5ca4298b101575ac77 authored almost 5 years ago
Merge pull request #130 from JohnTitor/dont-clone

Remove unnecessary clone usage

115ef3fcb3c092136441fc580649f8edfe45e5c1 authored almost 5 years ago
Remove unnecessary clone usage

c0482e25322bcd372a6e5c6fe7c9a51df638e7d0 authored almost 5 years ago
actix-rt: Set threshold size for arbiter's pending futures list

Signed-off-by: Jonathas-Conceicao <[email protected]>

6906f25e014ec76869b8e7ebffb1b38590edda3d authored almost 5 years ago
actix-rt: Spawn future to cleanup pending JoinHandles

Signed-off-by: Jonathas-Conceicao <[email protected]>

06bca19524b73a0bd71b12b752acd35c8916964c authored almost 5 years ago
Merge pull request #127 from rubdos/test-fixture-integration

Forward actix_rt::test arguments to test function.

e9e2185296ba0e80f65044fa0e6a47f8c947d411 authored almost 5 years ago
Forward actix_rt::test arguments to test function.

Previously,

```rust
async fn foo(_a: u32) {}
```

would compile to

```rust
fn foo() {/* someth...

aae52a80ab2df410538e62f8bcc0bccc5d9dcd0f authored almost 5 years ago
Release actix-rt 1.1.0 (#126)

* Release actix-rt 1.1.0

* Update actix-rt/CHANGES.md

65e2e8052e28b8d67a60673355a8e3decc8c68c1 authored almost 5 years ago
actix-rt: Run rustfmt

Signed-off-by: Jonathas-Conceicao <[email protected]>

69e8df9d6214f1b66d04bebd6588558c11bacce2 authored almost 5 years ago
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 ...

783880bb0a053515864dcecf593f1564f8c0c1b2 authored almost 5 years ago
Merge pull request #125 from actix/fix/noisy-check

fix noisy check warning

9addf1a36be74fdde58276af4a09be5e4ea25ac5 authored almost 5 years ago
fix noisy check warning

187a58472dbe2a8ad256c03a92186f7bcf44a4a7 authored almost 5 years ago
add serde support to bytestring

30aa0b7bb6c45ce5fa4305168ec4f5708fd133fc authored almost 5 years ago
Merge pull request #122 from actix/JohnTitor-patch-1

Upload coverage on PRs

e775d08d762a677dfb34a6c7b89aaa0619aa4d4f authored almost 5 years ago
Upload coverage on PRs

d5f95b54b7862dd95f1cf6a5f3346fec71a5a865 authored almost 5 years ago
Merge pull request #121 from actix/revert-115-JohnTitor-patch-2

Revert "Disable windows-mingw builder temporarily"

904f90abc203f864e4de8ec8588ab0b2451b7085 authored almost 5 years ago
Revert "Disable windows-mingw builder temporarily"

950c73077c1b9d80431fe282a17d36e755088c22 authored almost 5 years ago
Merge pull request #120 from kornelski/err

std Error for BlockingError

732731a9c823b59c5f68984d4e28b6dc3d26ad2f authored almost 5 years ago
std Error for BlockingError

#93

0dd5a7ce1dbfed17c461e7616569072eb79d99d5 authored almost 5 years ago
Merge pull request #119 from JohnTitor/futures

Minimize `futures-*` dependencies

7105091e511da7e8c1e3aef2ab7c95c9abf6baec authored almost 5 years ago
actix-codec: Minimize `futures-*` dependencies

2792433ad6d77b218fa85d027e00947eb912f8f1 authored almost 5 years ago
actix-tracing: Minimize `futures-util` dependencies

08959dfc211040f781a8fe9a95c74f9f2a745266 authored almost 5 years ago
Update examples

fbf7d6ef3371d2a837a97685f9e2417251d96b14 authored almost 5 years ago
actix-rt: Fix build

437a7b05c67cb8de64ed9e1ee8ed1ca3927ff93b authored almost 5 years ago
actix-testing: Remove unused deps

3d125c5381e1a77606ac4357cab57962e95fb51f authored almost 5 years ago
actix-utils: Minimize `futures-*` dependencies

e6b6f08369c06795bcfe77c2ac356acf0b88ce4a authored almost 5 years ago
actix-ioframe: Minimize `futures-*` dependencies

dd3bec83bfdfdc9e7917024f0670db67dcbcce67 authored almost 5 years ago
actix-server: Minimize `futures-*` dependencies

f5b07053fc1d58a335f3dbc36c6375249dda73b0 authored almost 5 years ago
actix-tls: Minimize `futures-*` dependencies

4e806b3e3f7e3bc33581b80f3ebb41ceb98aac64 authored almost 5 years ago
actix-connect: Minimize `futures-*` dependencies

f955e499301ffadffecb0669e5c76ad2dff3b1ae authored almost 5 years ago
Merge pull request #117 from actix/new-connect

Release actix-http v2.0.0-alpha.2

4be11b541b86e9f609113ccac0abe199b3f22153 authored almost 5 years ago
Update `actix-http` dependency

baba533407f36315ab4395e84e6a73a971681107 authored almost 5 years ago
Bump up to 2.0.0-alpha.2

2bf50826b0736db8852096b4d311f2842ba22d53 authored almost 5 years ago
Merge pull request #116 from Jonathas-Conceicao/topic/upgrade_trust_dns

actix-connect: Upgrade versions of trust-dns

41b2a3b2e2dea83523a68fa7e106a1fc253c045a authored almost 5 years ago
actix-connect: Upgrade versions of trust-dns

- `Address` trait is now required to have static lifetime;
- `start_resolver` and `start_default...

7fdd4a1118cac838254bbd6d77fec5d7ff5f97cc authored almost 5 years ago
actix-connect: Run cargo fmt

Signed-off-by: Jonathas-Conceicao <[email protected]>

cb30f9e86a37ba134e926d628535cfff8841e54d authored almost 5 years ago
Merge pull request #115 from actix/JohnTitor-patch-2

Disable windows-mingw builder temporarily

873f69be514d82aed252de2a9442a96037e104b6 authored almost 5 years ago
Merge pull request #114 from actix/JohnTitor-patch-1

Unpin quote version

0967061f30105a1e1d9e24d0ee2e54fd9e3bc429 authored almost 5 years ago
Disable windows-mingw builder temporarily

59902cb3a3131a47665cdca94f54d230e429983e authored almost 5 years ago
Unpin quote version

857e50120bbada79555dec94dd219145df11d5f3 authored almost 5 years ago
Merge pull request #111 from dunnock/master

Fix build with failing quote

36a2edf1cd16b06f920024cf186341ee182a4dd9 authored almost 5 years ago
fix build with failing quote

346bd072d37f9a2f440af690bc9f3d5f0d3044bd authored almost 5 years ago
Merge pull request #110 from Aaron1011/fix/better-pin

Replace calls to `Pin::new_unchecked` with `pin_project`.

8d3d58b3b7e1158d1d68f8314c036f9121f851e0 authored almost 5 years ago
Replace calls to `Pin::new_unchecked` with `pin_project`.

This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather tha...

c41b5d8dd4235ccca84d0b687996615c0c64d956 authored almost 5 years ago
Merge pull request #109 from JohnTitor/new-tls

actix-tls: Bump up to 2.0.0-alpha.1

693d5132a944b260b68071b938b6b2e532a7982c authored almost 5 years ago
Bump up to 2.0.0-alpha.1

f7dac3feb4e6345c2fadfd15851ebe77a71869e8 authored almost 5 years ago
Merge pull request #108 from JohnTitor/new-connect

Release `actix-connect` v2.0.0-alpha.1

ebc11d03f22e7eabe2e3382727e7e101bce80187 authored almost 5 years ago
Update `actix-connect` dependency

e3ad5de2702c663519b1f7630e14e4ca58d0b8fd authored almost 5 years ago
Bump up to 2.0.0-alpha.1

91118bb2ce4d51e887a6cf1b09bbb3e7ead3cad0 authored almost 5 years ago
Merge pull request #107 from JohnTitor/rustls-017

Update `rustls` and `tokio-rustls`

6628688bcfc0cae9f422ba40729fa8389785f281 authored almost 5 years ago
actix-connect: Update `rustls` and `tokio-rustls`

7dbc0264b1e8eeaf99a0197693f132e852133a6d authored almost 5 years ago
actix-tls: Update `rustls` and `tokio-rustls`

b9567359fd82d82c12bce74547bec3fc8dada1fc authored almost 5 years ago
`actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104)

* build(deps): minimize `futures` deps by using `futures-channel` and `futures-util` directly

...

1b7c969f6a9d39dba5485e6b54e2badc6caff47d authored almost 5 years ago
Add Arbiter::local_join associated function

Arbiter::local_join function can be used to await for futures spawned
on current arbiter.

Signe...

f1685d82534e41a36ccff783e6af631d81db5247 authored almost 5 years ago
Add integration tests

These initial tests validade basic usage with timed futures for:
- `System::block_on`;
- `Arbite...

e3b6a33b97d1af2485d0bf84620fc4139ec59494 authored almost 5 years ago
Merge pull request #106 from JohnTitor/server-102

Release actix-server 1.0.2

13b503435fbcfb49d15874848f2c62b9fe0c3182 authored almost 5 years ago
actix-server: Bump up to 1.0.2

98f0290f65e4321572d7c3c1c53637db8cf43f6a authored almost 5 years ago
Update changelog

b8f66f5e7fe70496c06df398af9e12dbe9fe4f2b authored almost 5 years ago
Add FIXME comment

dd59ee498ed7716dd6a45e7b8b389bf2811a64c9 authored almost 5 years ago
Avoid error by `register()` on Windows (#103)

83320efa31a4c3e7eaf2302d1322a1932a3102d7 authored almost 5 years ago
Merge pull request #105 from actix/bench

Add action to check benchmark

c69bc11e3ea010975942c643a7c5b1731e45ae95 authored almost 5 years ago
Add action to check benchmark

aad5c42ad75376eb22dfab34422ebfa04bc328be authored almost 5 years ago
Benchmarks for actix-service: focused around UnsafeCell usage (#98)

* add benchmark comparing unsafecell vs refcell

* fix syntax

* add benches for and_then im...

4d37858fc6e97edecb2e7b4f13e515186a696388 authored almost 5 years ago
Merge pull request #102 from JohnTitor/single-import

Remove single import

d402f08bb572f3b695a37123ea07dc562e39630e authored almost 5 years ago
Remove single import

fa25e30427d054200dbc0b8eedd047c8f4bf5cdf authored almost 5 years ago
Expose is_set (#99)

* Expose is_set

* Update doc and changes.md

602db1779eb51d60e0fe5a33d725d1d7fdf540fd authored almost 5 years ago
Merge pull request #96 from actix/JohnTitor-patch-1

Disable coverage for PRs

4f2910c6b301032d09bc2cedd0f259bb008788e1 authored almost 5 years ago
Disable coverage for PRs

9f7d6bc0688e9bed45c781880983ad92af4d0f28 authored almost 5 years ago
Merge pull request #92 from actix/bye-travis

Move script from Travis to Actions

6908b589435bac24fb69249ed0b9ebabc4f53b05 authored almost 5 years ago
Fix import scopes

043057ecbdaeaf672eb8354dfb1623c44a19dc6e authored almost 5 years ago
Clean up metadata

e12bf9200b99f58e25020b6b54a2fbaeab7fdb6c authored almost 5 years ago
Add badges on README

03d431e6635b3ec946e120702c6cb9264b1945de authored almost 5 years ago
Remove travis config

f0d352604ef77c2437d2f44b943d38852c2f2aec authored almost 5 years ago
Use markdown format

2f67e4f563f083a37fc846abccf10c73eddbf6e3 authored almost 5 years ago
Tweak Actions

d1155d60ecc71a84301560db17484fc92cd6b10e authored almost 5 years ago
Merge pull request #90 from actix/fix-ci

Tweak GitHub Actions

28d9c6a7602046918e70397a2872738ebd0ceac8 authored almost 5 years ago
Suppress/fix clippy warnings

d5a6c83207e674bc5eef76a3de69adebdc8665fa authored almost 5 years ago
Tweak GitHub Actions

ee0db9a617668cfe3955e5c699add9299948d2de authored almost 5 years ago
Remove AppVeyor config

a970c2c997f123de775cc20946f9565aaa123c98 authored almost 5 years ago
Optimize vector fill in builder. (#89)

* optimize vector fill

e5b5df1261dd30dab2d2f55aeb253b2f751f5fb6 authored almost 5 years ago
Fixed unsoundness in .and_then()/.then() service combinators

dbfa13d6bec6e3233a6c0b8266d5d81009e993bd authored about 5 years ago
prep release

e7c24395431ba0191abf776512730f4b65143830 authored about 5 years ago
revert 1.0.3 changes

3116db5168c7125e9714d636d586f95e29f3c8b3 authored about 5 years ago
Fix actix-service 1.0.3 compatibility

5940731ef0b30f64c9ff95b36adad02e9a0b62fe authored about 5 years ago
Add support for tokio tracing for actix Service. (#86)

* Add support for tokio tracing for actix Service.

* Address comments

* Change trace's ret...

aed5fecc8a0b994cc871483bcf15b3c5fbb350df authored about 5 years ago