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

fix dependencies

f55f96bc77ec1e773ebf753d1676869faf6b61f7 authored about 5 years ago
update tests

a08b1eba870082345b91700d5f5aee54cc277c6a authored about 5 years ago
remove deprecaed crate

d81e72cf063a2a91c81f6ba281a949282dd9c38c authored about 5 years ago
refactor server configuration and tls support

9fbe6a1f6d0ee5d08d7939c332549ce5490c7951 authored about 5 years ago
add metadata

16ff283fb269c5b61db7ab62968ade5ca6a47b33 authored about 5 years ago
re-export net primitives

503c2feb0827cc24fd7c064ddbb93642615fb602 authored about 5 years ago
add extra methods to pipeline

bec4efc6997b9c857b7d4e3c3d2a9138485dd4c8 authored about 5 years ago
restore stream dispatcher

5e5ae2ddec0f67d395e9fbd1d593a18ad5b6084b authored about 5 years ago
disable rustls

a02064592bd11364b0c1dafcf3db46a5d3b9c165 authored about 5 years ago
move BoxFuture to boxed mod

af720051594d1e116a5c1c701129e666e709a1c0 authored about 5 years ago
allow to wait on Server until server stops; restore signal handling

c254bb978c83f93879e85bbe4eb80775e824f124 authored about 5 years ago
allow to wait server exit

009f8e2e7caed2baf23f34f9c849df7b6aa4ab34 authored about 5 years ago
work around to rust#62127

f5aecdee8f11a17af7846ba64693141285a1fdc0 authored about 5 years ago
inclide fn ident to err message

4546774f4e88189477bf510461ee083694b28804 authored about 5 years ago
inclide fn token to err message

2cf140a869e06937ed2d21597913fa2d89eddcf6 authored about 5 years ago
re-export timeout

e76ea8e80ccf7a5abf6cad8b4c30010dfc690b90 authored about 5 years ago
use actix deps instead of tokio

52d03fa18c3d3bdf58df2396fe89de87339327c3 authored about 5 years ago
re-export time utils

5efac449b17006719067440017feaa4c030eec1e authored about 5 years ago
add test and main macros

4ceac79f2c2ec58340df0aabe0961bd5cd533b6f authored about 5 years ago
renamed boxed service

1fddd1e75b4759fac98b120cda5f2c2ac1f85735 authored about 5 years ago
upgrade derive_more

905d0584547be6d5aa1d0116c768187f33c56097 authored about 5 years ago
prep alpha.1 release

5265714f6867f8fcb893d18558fc6caaa1183923 authored about 5 years ago
fix uds server support

ae4394c0f202a591a819eaa29716523dd8cfb08b authored about 5 years ago
fix rustls acceptor

d3c5518646d954ecbda8fae7c4082842f18b7cf9 authored about 5 years ago
cleanup Unpin constraint; simplify Framed impl

3bf83c1d9846658442963c2a444d0c9e2d937126 authored about 5 years ago
fix framed_read

617e40a7e9bd8daaa792a9e7fb360529997ae9eb authored about 5 years ago
add Service impl for RefCell<S>

3105cde1681a007f5ae5ec6b95f957f422954c52 authored about 5 years ago
Simplify transform trait, remove map_init_err

5b74c79cf9430ba02fb07befd618b30987cb23b8 authored about 5 years ago
add IntoServiceFactory impl for servie_fn

8bf8ad86d6efaf6874b445c026d393b15f7105a4 authored about 5 years ago
use service types for ssl connectors

877f89eeb7a292d706a6f50083af2e8c6bf6a204 authored about 5 years ago
remove pin-project; update Unpin consrtaint

135494646055399f60cc0362ea8f0201375dd355 authored about 5 years ago
use concrete types

7404d82a9b71cc9ca74bd96e18d45a7652be6405 authored about 5 years ago
update deps and fix definitions

c1cdc9908a4e9e4732f26e7be2c4594ff718f7e5 authored about 5 years ago
Fix code style (#65)

* Fix clippy warnings

* cargo fmt

* Remove redundant lifetime

be7904fd576c24bd2ba3af042f7a3d0ccb2e85eb authored about 5 years ago
Migrate actix-net to std::future (#64)

* Migrate actix-codec, actix-rt, and actix-threadpool to std::future

* update to latest tokio...

13049b80cae3ee6e27c16d907329ff9731fc9a73 authored about 5 years ago
prepare actix-rt release

9fa2a36b4ec963ac81e13599f94de70c14c894e9 authored about 5 years ago
store the thread's handle with arbiter (#60)

ed5023128b14218ad5e5b06f4281d03043ca2d46 authored about 5 years ago
Re-register task on every future poll

2e8c2c77337ac3f7a1a0fd2d3c8636a163c8607a authored over 5 years ago
fix arbiter thread panic message

115e82329fe47f3aad5c3b946c01821bf849f90d authored over 5 years ago
update deps

0b0060fe47f1a5bc8921b33571b530df64ee17fe authored over 5 years ago
prepare actix-testing release

35e32d8e553924d26e4c729793618e72364c71a0 authored over 5 years ago
register current task in counters available method.

9982a9498d5c36be672101e939d9576cd681aa52 authored over 5 years ago
extra trace logging

fa72975f34d2f3b19860240a3b564afb02037ff7 authored over 5 years ago
Merge pull request #56 from actix/fix-52

Add an error message if we receive a non-hostname-based dest

fe5de2510d575e0ed090a4a4ae31ac6628d1ae2d authored over 5 years ago
Prepare actix-server release (#55)

e3155957a8db7ac8e2f429508da9459455a8e7ba authored over 5 years ago
Add an error message if we receive a non-hostname-based dest

This is more helpful than an unwrap and at least points users at the right location.
Upstream is...

f6f9e1fcdb1fcefad69adc8c4cb3f71e5d80738f authored over 5 years ago
Prepare actix-server-config release (#54)

* Prepare actix-server-config release

* Bump up actix-server-config to 0.2.0

2667850d6002942abce895ef8302dfafd8e831c7 authored over 5 years ago
Prepare actix-connect release (#53)

fba2002702295b82d98405db36d2b628831ba35f authored over 5 years ago
Update rustls, tokio-rustls and webpki across the board (#42)

* Update rustls, tokio-rustls and webpki across the board

* bump minimum rust version to 1.37...

e733c562d95cc5dca7637bb9bf64925fb7d41d65 authored over 5 years ago
Use `map()` instead of `and_then()` (#51)

8f05986a9f3cb5013b1cfea8d68b11c4bf1dfd33 authored over 5 years ago
prepare actix-ioframe release

aa9bbe2114e5ee4f772a2c885428a27253e2d159 authored over 5 years ago
prepare actix-server release

4837a901e2c2d3ced41c14ac9a09b492c0192ef9 authored over 5 years ago
remove actix-tower from workspace

a02ff17cb192b4b2c3614df47578e6971bdf5d9b authored over 5 years ago
drop tower intergration

dbf566928c0ab80a913134ed070bae123a81aba9 authored over 5 years ago
update workspace deps for tests

ca982b246753f05671f38ad829746150121a5df1 authored over 5 years ago
use actix-testing instead of test server

c859d13e3bcc861c5ea1f39001c5fe49fde43820 authored over 5 years ago
update changes

41e49e8093667c29584f7ee638937b645b49faf9 authored over 5 years ago
deprecate test server

715a770d7afa0aff1fda963649bc6a621dcc3b7d authored over 5 years ago
prep actix-testing release

5469d8c910f6e52ea5887066f10d1ba6a65f09ee authored over 5 years ago
add actix-testing crate

8be5f773f491d1f7db0437da1dcede9c6f49c374 authored over 5 years ago
Feature uds: Add listen_uds to ServerBuilder (#43)

Allows directly passing an Unix Listener instead of a path. Useful
for example when running as ...

b686b4c34ea96e9d8efcb5759ab5b74bd73099a7 authored over 5 years ago
add TcpStreamService

34a7b7f05a4a857263527197036626f60aa1064c authored over 5 years ago
Use arbiters storage for default async resolver

b1d9b06a876b2616031f827dc0147d030c32dfcb authored over 5 years ago
Add arbiter specific storage

94e673b50b7996ff0ab553f176eaee6a18fff2ab authored over 5 years ago
Check service readiness for new_apply_cfg combinator

1a644c6bb1e3710d7976b4a54fdca07e4c4af6c6 authored over 5 years ago
Fix clippy warnings (#40)

Add explicit `dyn`s

Remove let binding

Use +=

Return false

Derive Default for TcpCon...

aad013f5594178abe5e53b66a245138e74402e89 authored over 5 years ago
Add check for minimum rust version (#39)

7a18d9da260d5f9dfd6df0e0a09bc0262b455abc authored over 5 years ago
Fix invalid minimum version (#38)

d59b8ce62e9960ed34384ef77dec7e40b7c944ef authored over 5 years ago
prep actix-threadpool release

3821d511d0a737a46b5df2a9d877b4a7d02290f1 authored over 5 years ago
Merge branch 'master' of github.com:actix/actix-net

62e429cb0c20d8559794c902f59888fbf0d136ca authored over 5 years ago
Add ConnectService and OpensslConnectService

a2643d475a26a847fc6ffd1bb004413fa9b0cfdd authored over 5 years ago
Merge pull request #35 from ignatenkobrain/parking_lot

threadpool: Update parking_lot to 0.9

34c259a8b518e37e928dbdf2dc983fd7faf44f56 authored over 5 years ago
threadpool: Update parking_lot to 0.9

Signed-off-by: Igor Gnatenko <[email protected]>

8b398c33862bf456258a6cd72e33f66c75e10c41 authored over 5 years ago
Fix typo in desc (#34)

0baceb0e561b5e93da16bc54580ebce868741685 authored over 5 years ago
Minor typo corrections in docs (#33)

6be1f37f6c03bae9eef32cf297f936efbb2ec57e authored over 5 years ago
bump version

a742768feb7a5117f7f267046affe315a1cdc4ad authored over 5 years ago
add rustls support for connect (#31)

f91387215951658ae3d46b5222669b40f72035e2 authored over 5 years ago
remove ClonableService

41145040e142726707ba50eff3cac5646f13a771 authored over 5 years ago
add unix domain sockets support #3

311bb14d97e7530031149c561a907404b3753182 authored over 5 years ago
add unix domain sockets support

2955e49d78c5299fa8923c3b76d5e383baf829fc authored over 5 years ago
undeprecate framed transport

9d1b428b344c0d78cd70b8b481c58c43546b20da authored over 5 years ago
mark some fn as unsafe

42d526bced1b8f0642add9f067d915ef441d01be authored over 5 years ago
deprecate ClonableService and FramedTransport

23a230a83b1db7b89a2dd8ceeb772e3d6c5a8582 authored over 5 years ago
update actix-connect changes

411e31786f72d69a349204f04578929d9a5214c3 authored over 5 years ago
update actix-rt changes

b491d373b126caccf5d26fc4f38cd4cc137a7dcc authored over 5 years ago
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 memc...

9271b95c87d71d1c1b5539261db51e0ec4e53aee authored over 5 years ago
Expose Connect addrs (#30)

1b3cd0d88cf883d9c09e12d4cb9bcad3763e7c3c authored over 5 years ago
fix disconnect callback

da302d4b7a3faaeb5d041f8480d4437113d2e0d5 authored over 5 years ago
simple callback

922a919572d349b6c574855a278dee5ac1b829f2 authored over 5 years ago
add disconnect callback

5a62175b6e1d64329a6402e7ddcadb9a34a9cb7c authored over 5 years ago
give access to io object during connect stage

5445e341c34f313b8028c6e4f068424044b4c332 authored over 5 years ago
refactor connect stage

1b17d274a0ec6fb397b5b6aad2384b778ca2cc58 authored over 5 years ago
impl Stream and Sink for Connect

9d8b3e6275494d4c34fc827256809e5b44f3a3b2 authored over 5 years ago
Do not block on sink drop for FramedTransport

27baf03f64d6e63b3d610c31320ccdc6e26d501b authored over 5 years ago
add custom framed dispatcher service

205cac82ce372103bd6bb089c6ba81bb2a4dee4a authored over 5 years ago
prepare rt release

07708c5e9aa05a10d762919d18463e6ccdfed18f authored over 5 years ago
Merge pull request #22 from GeorgeHahn/with-external-runtime

Allow Actix to be started on an external CurrentThread runtime

1c04ad3238b842dd8b849d43cc3df3d662e82830 authored over 5 years ago
Merge pull request #28 from ignatenkobrain/deps

chore: Update derive_more to 0.15

66aa21740c54a7620346456cfcab48480cea8dad authored over 5 years ago
chore: Update derive_more to 0.15

Signed-off-by: Igor Gnatenko <[email protected]>

b183cb332410c82bae782a56ce4e7bca6b7bac82 authored over 5 years ago
Add new_apply_cfg function

158482cd2ff68f9a9c4f47b104e33db99a3968d6 authored over 5 years ago