Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/actix/actix

Actor framework for Rust.
https://github.com/actix/actix

rename context address to mailbox

e781ba9a73f74be576065d1d340b7312c7f57c7d authored about 7 years ago
allow to change mailbox capacity

d28109956ab6dba47fd1aecaf69932628791ab61 authored about 7 years ago
update doc string

d69111d15d8aeafa838b34edbe02dd26f8fcaf39 authored about 7 years ago
added Context::handle() method, currently runnign future handle

63d6cc6bd2740240203911ca60bf012bbb57aaf3 authored about 7 years ago
drop handle attribute

fdca1dbdfbb7da6d1a242ca2b53bf0eefa48e3da authored about 7 years ago
refactor StreamHandler trait, move add_stream method to StreamHandler trait

a080d8857ef86490e96bf41ecbd811b2e0dcc61e authored about 7 years ago
use better name FramedHandler

f1214326596718832b34c8caaf63c90e08b7fe05 authored about 7 years ago
simplify StreamHandler

a1d223a3ed18933dbcc2672c195635532fd45f49 authored about 7 years ago
separate trait for stream handling

ae01d7feccd461ebbe4f374aca87ef4d591bf95f authored about 7 years ago
add StreamHandler trait

f1204ad50b853b1cd0af60cb0ba764d40a368c70 authored about 7 years ago
drop adress upgrade

c4b78edb4ecd4b4037128932146682257c837ef3 authored about 7 years ago
fix chat example

3f730d7b52378d36cbccc4ba1d2505de2521b3b3 authored about 7 years ago
Merge branch 'master' of github.com:actix/actix

1e06f5e31a0e2c42f943e2944e7474e47d43b789 authored about 7 years ago
backward compatibility

a5f255b3c5023484781532953428cfa72880d464 authored about 7 years ago
rename addresses back, backward compatibility

0d63890908421db1163d80f08178f85f6477c0d6 authored about 7 years ago
Merge pull request #41 from andreevlex/fix-1

spelling check

cda71f579ce2a885781cd0571604d1c76381a3c8 authored about 7 years ago
spelling check

2c444705c63f29ab55af68b414fac9c9fa162f67 authored about 7 years ago
move envelope mod to address submodule

9969753ea4bbc4fe696d9eafb54b60b98fe422f3 authored about 7 years ago
use drop_err

443bac68adf18410022845ba28d5667800018004 authored about 7 years ago
better system registry locking and simpler type

04d41c6c32cc93c33e7025808c7a74f1d5348279 authored about 7 years ago
remove unused code

c241ef1e4ec14fc48281732976f60fead0c0f7ca authored about 7 years ago
simplify Supervisor implementation

4f55953cb18a2b4dcf045923ad05da3853391665 authored about 7 years ago
move address related code to submodule

3bd67ce8af4585d374c33232a4dc2f31408be955 authored about 7 years ago
restart sync actor on error

704ad679220e51de506cc60253fa149e7955244c authored about 7 years ago
SyncContext::stop() acts like restart

7ec3bb0e97c2875676a85ef724189965f0bc265d authored about 7 years ago
timing for another sync test

583a2848642bb1832a6fd80a90b7342238a447a4 authored about 7 years ago
test timing

556c44d85dfc4f4a454a4da17ecdbb176d230717 authored about 7 years ago
tests for sync actor restart

f3131923750d524598bb691f4b2df4381b0e7683 authored about 7 years ago
fix test timing

d0138ab13ad46c7da0528c01cb8d2d065ec51de5 authored about 7 years ago
test for framed drain

305c9aeee24befc4f5bd433f459f4aa425c5f6c3 authored about 7 years ago
fix sync actor stopping process

b926f6ce2885f7d9dc11d9e28e3c2cc6f245713a authored about 7 years ago
Merge pull request #40 from radix/patch-1

Quick proofread/spelling/grammar fixes to README

d75239b5a5c50650ec077a8b47eacc0b104277f4 authored about 7 years ago
Quick proofread/spelling/grammar fixes to README

Hi, I'm just learning about Actix actors so I decided to do a quick pass over the README. Thanks...

4e28ad850ae0bb887e6747423ad327ae55cf8d71 authored about 7 years ago
refactor subscriber related methods

06e0fa96edfd89c4ddad8ffc5cf1946467cb1650 authored about 7 years ago
fix FramedCell::send(), wrong framed check

de5bbb8c83a1b66bd9fffca744e82882e99abf22 authored about 7 years ago
test more signals

2e114abecddd1b88fdc08233235d5fba1033aadc authored about 7 years ago
resolver test

e365e09a9a81b39eedac878a8ae73cebd938ca11 authored about 7 years ago
replace crossbeam with crossbeam-channel

d0d36ff262915002cff0ef383f630df6750fc4fb authored about 7 years ago
Add dns resolver and tcp connector utility actor

3c21543a617af4e3d5e9eee31bce39a5ea663e8e authored about 7 years ago
simplify sync channel

4ada030d2c0162dfc54931043c82aaf2362ded51 authored about 7 years ago
restore poll_unparked method for sync address channel

a61f8dae2218692dcff8e5449aedbc1c11e77050 authored about 7 years ago
missing import

ad82c518fcc7634a5185eaaed3a8d37ec3ce0109 authored about 7 years ago
use bounded channels for sync address

5e223a1fd1e8baf5241c96a588b3c709c0bb39aa authored about 7 years ago
refactor local address and local channel

50ec0f46b7342f3763c6b72e2d693e4aa9f432ad authored about 7 years ago
simplify unsync Receiver

5d8958afa3dde201e2d442e0b20d6fae9fa3df77 authored about 7 years ago
use bounded channel for local addresses

6984ddb8bb848eb0262f7b45a867c4a4f1595e80 authored about 7 years ago
rename SyncAddress to Address

94c7055a54eadbac1ff3f03ea1eb0b480706daaf authored about 7 years ago
rename Address to LocalAddress

446ea24495a1273d2beb495182e7e56095f8b84f authored about 7 years ago
check stopping condition in framed cell

bbebfa8860042dfbb8b28060d1f3d5e66d78e0cc authored about 7 years ago
fix typo

7165459fdace911e451648ddb5f22d7c99eb37cc authored about 7 years ago
Make rules of actor stopping more strict

4fe10396073e5213fa793367e09778379bdbb10a authored about 7 years ago
make waiting method explicit

fc3cf9c2eca304c5e2a01f05c0b788acf7b1c9a4 authored about 7 years ago
make framed cell generic over io and codec instead of assosiated types

8a7b4acd1c13f8d535589005f1ada4a320e745cd authored about 7 years ago
rename

c268a361cb58ec3c2792a3236ac18e4d9c64910d authored about 7 years ago
update changelog

1e780f9f3507e2562c0ba6bc92c0a8ded6d444d1 authored about 7 years ago
update chat example

1d1760c63ca8abb6ba77247ea0b3352cc4914346 authored about 7 years ago
drop FramedContext

7e2b60b053ac0e44f26e7610046e3423be7c1ec4 authored about 7 years ago
remove debug print

c36f5a5e1310e88ee235b3f136aecf00322e6a35 authored about 7 years ago
prepare release

1981adcc16f79d0b090b8949391964ac00768372 authored about 7 years ago
backward compatibility

aa02e7651f2e51e234c9d0fd3f9ec9914ea92503 authored about 7 years ago
better ctx.waiting support in stream handling

8a23133ea4d70d1fb2402e3f3f9f0ef215bef410 authored about 7 years ago
proper implementation for framed drain

0f99fd14ee60d8b2df6266ec48abb170a2c23101 authored about 7 years ago
clean up Supervisor api, make it similar to actor's api

c9cc06df9d1287c6529072e84015855dcb50addb authored about 7 years ago
consistent args

92eeeee6cb99b29072abdaae3527c3c616d71833 authored about 7 years ago
hide framed context

7e446fd457d8ca52b13cf648cf072699442caa16 authored about 7 years ago
better supervisor messages handling

7f8bbbd279fc73c1dfae57fde988901efb8c7c55 authored about 7 years ago
refactor framed cell, allow to use it with normal context

de96f31617b1d3b977271b14df09e46c9ef62e34 authored about 7 years ago
refactor supervisor impl

201564bf4de863ebf37909dced542996ec4c6bce authored about 7 years ago
fix 1.20 compatibility

85f513fedd6e7c1b51b5e644f67089d90fb3a8dc authored about 7 years ago
simplify context poll implementation

320a215c6d596d9c569eb3c3ec11bb11ded64b72 authored about 7 years ago
cleanups

7ca7109ac717af768333ffb5dce33eade1e0b310 authored about 7 years ago
cargo clippy warnings

bce972d63519872977710a085d0a4bdb9974a221 authored about 7 years ago
add doc string examples

d8ccd85e2064cfd8db9047efa2873c7e477234fc authored about 7 years ago
compatibility

5eaf8587ed0f5712e8c56ae6c30a1049c489f436 authored about 7 years ago
refactor context items handling

7919ae6b117db8f782f4ecf3ce731e08b3a8569e authored about 7 years ago
prepare release

76d849b2b56976a37e41d1870504e37c75778a55 authored about 7 years ago
Upgraded address stops working after all references are dropped #38

e964d7feeb88dea98f9dfde1498df94232c23891 authored about 7 years ago
better test

0f2239fa3c9948578524a1bdc71f64786162a70d authored about 7 years ago
Stop stream polling if context is wating for future completion

dbb147bd0044e4b31572be749787ca1bcb512735 authored about 7 years ago
add doc string

5ff8f10dab3d150214982d575c83c6be0af25d0f authored about 7 years ago
Merge branch 'master' of github.com:actix/actix

2ba4ec61b2c607d4556ea9b56f06e7ca9b7b24df authored about 7 years ago
Add Clone implementation for Box<Subscriber<M> + Send>

fcc8a0895671733e9ae9593227cb82fa82a76a0e authored about 7 years ago
Merge pull request #39 from andreevlex/spelling-check

spelling check

518dd59b20f1f07962cd22119836350499a586ad authored about 7 years ago
spelling check

f13df1041c63805a39a9ae59c5756c6b70d24fc1 authored about 7 years ago
Merge pull request #37 from fuchsnj/spelling

documentation spelling fixes

57413cc60915c1a85c63ebf48cae1869b414476f authored about 7 years ago
documentation spelling fixes

66f5fa0fb95f6ebc504923b193b8c9d607e17945 authored about 7 years ago
prepare release

198d8dc8fc6a55fcc9c5bf0412e0b35d5c54e23e authored about 7 years ago
fix chat example

d687e6cdee8e10c53bd64f71438c96bff8b985b2 authored about 7 years ago
simplify ActorDelayedMessageItem

94eb4c1e408dc88a3c18fed6516ff7897798f95c authored about 7 years ago
update doc strings

88eb3fa19d0b8e753f3a5bc5a5cf4a959def4214 authored about 7 years ago
cleanup imports

277d9c389e0e115201343d563cb12b46e9feee32 authored about 7 years ago
cleanup framed actor close and error handling

b0a80aac4bfe730ff0374bb55a05f2c1c4928aac authored about 7 years ago
Do not exit early from framed polling

d1d635f5f89f43e836e7ee6019b2b7effaa160a4 authored about 7 years ago
export Response

c808e0e1f7dd07d87774bf8c6b12d4b6cea69ae8 authored about 7 years ago
prep release

6d5b17d1427a588867b606f73f032a6ee1873797 authored about 7 years ago
fix bitflags usage

977382b07e794c6b173a79dbdb38a97d256218d0 authored about 7 years ago
refactor address api

442df34a310beb8a41ac968c650697caa6809b80 authored about 7 years ago
added started() context impl method; fixed 1.20 compilation error

980d4b5cf53e6a54811788bcc9d986b0dec51cba authored about 7 years ago
remove future item only from inside poll fn #36

b6514918a0e36b0bb2ff3739cd89efcd4f93e4c3 authored about 7 years ago
update example

feaa07c70e6e6089b79fd3fd7f159d700d702c34 authored about 7 years ago