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

`new_async` -> `run_in_executor` and return future directly + builder cleanup

9e61f628711cd013aac351d825ecfdc3e60132fa authored over 5 years ago
prepare actix-threadpool release

7051888289c39f003a65b11b43488471db3fddf6 authored over 5 years ago
Merge pull request #27 from ignatenkobrain/license

Include license files into all sub-crates

0caa47fc4759bf316eb75037abe20a9f3339debb authored over 5 years ago
Merge pull request #26 from ignatenkobrain/master

chore: Update parking_lot to 0.8

6d1cbb2d2faf523e225a5b68ad55a31867ba3dec authored over 5 years ago
Include license files into all sub-crates

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

ca289ddf7fc609ec3b0c6147c40068ce8685e90f authored over 5 years ago
chore: Update parking_lot to 0.8

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

ad9a197916c6874fc03b7b1b2e0bd2031f0798de authored over 5 years ago
fixup: fix `new_async` doc comment

c4f05e033f9b15a0774dc66160e750677dcc7dd4 authored over 5 years ago
Enable System to be executed on an external CurrentThread runtime

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

c1b183e1cea13772f23b148e37d18c16dcec2d0a authored over 5 years ago
use u64 for shutdown_timeout

87bc3dacd9cd6bc36d2912ddf16fa8723f169287 authored over 5 years ago
Merge pull request #19 from pka/patch-1

Fix typo

0156f479a084c5593fd7e327883b66bfe67946ee authored over 5 years ago
Fix typo

139fa3b9a26d254863723130f7b6c15cc2de96d1 authored over 5 years ago
remove debug prints

a14f6123827a48eab85930622a34cc8f81e60f31 authored over 5 years ago
Fix checked resource match

059e2ad04279372537f75b728adb3557cdd96183 authored over 5 years ago
prepare actix-utils release

fdf2a6f422700620ae3b440adfa5f2f57ef82293 authored over 5 years ago
merge remote

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

d51b210ae7f76908bafb949bbdaf1e4b9582b362 authored over 5 years ago
change Either constructor

0a6cded9753c938b95e6128350f608914d4946e1 authored over 5 years ago
Merge pull request #17 from neoeinstein/tower-interop

Second iteration on tower interop

14e3933d8b4c68859fb0bea9d99d712280e0cce4 authored over 5 years ago
update deps

837504c10f8be3c2c57d25931316aca898d4f49c authored over 5 years ago
prepare actix-connect release

802d808aca39ad1676a3e1f9af3cc050c43c03ae authored over 5 years ago
update deps

7712de3d8e8b26c5131b1adec80f2a8bad319f23 authored over 5 years ago
prepare actix-server release

f1d0d5f6f98f200b6be0a51fc096fe2b40daf819 authored over 5 years ago
prepare actix-utils release

a76fcaf4d8029aee03babe5fcb7057f51ec70c3d authored over 5 years ago
prepare actix-service release

a2134035d6ea37d71101070008bdcb3dd691c6d1 authored over 5 years ago
merge master

5f8599faf150533320912cd99ee87f5f7f7c5cc8 authored over 5 years ago
Use associated type for NewService config

f0776fca94902d92e789fd72d38fbeb16eb0be8f authored over 5 years ago
Add documentation and doctests

c7676df697f0117135cac7a9a94bbe93f14bf256 authored over 5 years ago
Add convenience methods to wrap with middleware

ecf7a11a202bf97fd1f3987356aa72e01a1e614b authored over 5 years ago
Add reciprical compatibility layer for tower

686958fe0c11112e412e3e6fc918b4284fb28e8c authored over 5 years ago
Update CHANGES.md

49ade171f6cae9ae48051279f3b18e91c7a06346 authored over 5 years ago
Merge pull request #16 from boustrophedon/derive_debug

Derive debug for Server and ServerCommand

0a2a520c352b1dfeb64679ff8f9202dbf1c356f1 authored over 5 years ago
Derive debug for Server and ServerCommand

b0c37dfc878d6b1dbc3c361b1bbb327c6f59704f authored over 5 years ago
Merge pull request #15 from neoeinstein/tower-interop

Add compatibility layer for tower-service

91e28a4312f73223b7f76a6b819b6e871296b0fc authored over 5 years ago
Add compatibility crate for tower-service

Introduces a new crate `actix-tower`, which makes it easier to use
services built on the `tower-...

508dce8bf15438a03437aad98bf5c58ff87d80ab authored over 5 years ago
Merge pull request #14 from Bobo1239/master

Increase compiler recursion limit

8ed1099a2e5008402b22cf1e15e0d15070ff1045 authored over 5 years ago
Increase compiler recursion limit

Fixes `cargo doc` on Windows. (actix/actix#189)

83544bd9716f84b3c8e6c501f90a430bde57ea7d authored over 5 years ago
Added support for remainder match

76c317e0b20ca6d24109d7fefc32c5f9c9f09e23 authored over 5 years ago
Connect::set_addr()

3b314e4c8cef48d13069aeb79d7125f1c13696b2 authored almost 6 years ago
IoStream trait and impls for TcpStream, SslStream and TlsStream

ae27b87641f0812f931baebf9e2f1cf5819ba4d5 authored almost 6 years ago
use stable version of trust-dns-resolver

fc2dcadc7a1249a2f1d91437466680c4ddb11dc6 authored almost 6 years ago
prep release

54f62b5035ed52e84f2b279a06021a1df3d6d23a authored almost 6 years ago
Do not start default resolver immediately for default connector.

d3208bf7a841908c4c623bdf79d6ee6bddd7324d authored almost 6 years ago
add TestServerRuntime::run_on() method

21507d3da14928068b1eddd0de4f0c2c8a8a1d27 authored almost 6 years ago
Start trust-dns default resolver on first use

b9d8a215b42f3a68796754f453a8a1a71c340b85 authored almost 6 years ago
Allow to reset Path instance; export Quoter type

51c4dfe5cb8325935ce2e63d5477075827120479 authored almost 6 years ago
Poll boxed service call result immediately

a60112c71e41133e9b6cc9395417f0383be0326c authored almost 6 years ago
re-export trust-dns types

bd814d6f807da7c3149b9ff82dd3c1383b8ac596 authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-net

a4e0c71baad3c02ee1b42e3b7b551ad931331e21 authored almost 6 years ago
Log error if dns system config could not be loaded

b9ea445e709a718da933d5bd4ee7a153d66604aa authored almost 6 years ago
Merge pull request #11 from Dowwie/master

added docs for trait Service, trait Transform

ba2901269de40e9ccd28d3e2fb3bf86082253f9e authored almost 6 years ago
updated as per comments

5cbc29306aa65e57836cf4ec1e140e3f60deb3eb authored almost 6 years ago
remove unneeded static

810fa869ae54b5a6d50cd90d503caedad094416c authored almost 6 years ago
added docs for trait Service, trait Transform

33cd51aabf930ed18444c7304da519b1c4cf278d authored almost 6 years ago
Get dynamic segment by name instead of iterator

629ed05f8244b5ef2a1a7d3b37d757be0da9bb42 authored almost 6 years ago
Rename connect Connector to TcpConnector #10

5e8ae210f7e688c065db876565ed7430218785a9 authored almost 6 years ago
Fix SIGINT force shutdown

3add90628f3871797794bbd727c5828ff661dc4f authored almost 6 years ago
prepare actix-service release

02ab804e0bf80aa90494bc95bf4b344a0b607158 authored almost 6 years ago
add impl Service for Rc<RefCell<S>>

feac0b43d9ae69b82dd26278f4fb85526ac51f5a authored almost 6 years ago
use release

1441355d4f7049faf61595720b409c9449d4e9e4 authored almost 6 years ago
move threadpool to separate crate

7c5afc09a6f8f39e6b9461f42584501400607270 authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-net

16856c7d3fa725c65ccec5940ab8331ad3c270fc authored almost 6 years ago
Added Framed::map_io() method

95d02659d56489b33c338ef3495e6a3f8c27570f authored almost 6 years ago
Fix unnecessary arbiter clone at builder rt

bcbd7e6ddf39237a575083bde5aaafacc5f4267b authored almost 6 years ago
allow to send messages to framed transport via mpsc channel

e0d3581239cbfc9f037446be87913a92e948af98 authored almost 6 years ago
update travis config

ef1bdb2eb2cfc1b1f65d34d6cea85b8f195e9a88 authored almost 6 years ago
temp tarpaulin fix

10301ff49d795f693630eae973114333d736520b authored almost 6 years ago
Fix error handling for single address

27c28d6597b064e93b6fad3e95f75e880948734e authored almost 6 years ago
prepare actix-connect release

b290273e8186145611f5e1fc44e5a1e7e01472d3 authored almost 6 years ago
Merge pull request #8 from Firstyear/2019-03-15-arbiter-docs

Improve Arbiter documentation

720230b8522fd58653bb750f8690d926dab731d9 authored almost 6 years ago
prepare actix-server release

44c2639fd69c6e9b5121fa182d00971a22ec0d7c authored almost 6 years ago
merge travis branch

9a5705d1b66b514ee5b23e6f3ef3ef7fde800a29 authored almost 6 years ago
stop tests threads

7ff923a58fa9d75b1ea0877ea45a68cd1fc13e82 authored almost 6 years ago
travis config

6659b192d3dc951829a7890cf5f034c986dc1c58 authored almost 6 years ago
fix init order

1146d9cf30eb32b74f2e87db582c5cdc89ff4d7a authored almost 6 years ago
rename method

b7b76c47e5c13da771e8028fa6e5f9668dfa199a authored almost 6 years ago
Allow to run future before server service initialization

d23dc6f6af0515ccf2e0696c95c2ff2a414f72cd authored almost 6 years ago
Improve Arbiter documentation

9b6a955da4e7b31bf1a2f19db5b5bf0371b29c55 authored almost 6 years ago
travis config

f3aa48309f41ca263c51691d8c88fcc2b95dafd2 authored almost 6 years ago
reinstall tarpaulin

c9b86712e5bb855995359b61a5ad107a14807747 authored almost 6 years ago
impl Address for http::Uri

0f74f280f9d44403ed5f0907891d142567d9e1b9 authored almost 6 years ago
use specific version of nightly

eb37e1555473a915e09c8fd342eee317429befbe authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-net

ad007b8b420c9a78a332c16b0e1766e8edbc284d authored almost 6 years ago
update travis config

7c0d1f227306c8b3c03e1c428f1be879b3a68cf5 authored almost 6 years ago
Merge pull request #7 from najamelan/fix/compiler_warnings

Fix compiler warnings.

d82bc7c52b2a6b57433bdc7eea674100e70615eb authored almost 6 years ago
allow to override port

265229b44b012b3225df73fff49068c01c4f9a7b authored almost 6 years ago
refactor Connect type and add tests

38545dedc71d98b25b988c18eebb1c4a9c3fcc18 authored almost 6 years ago
simplify name

6ebff22601ff5ae0cb4f38cccff0e938c6e18882 authored almost 6 years ago
add specific constructors

2c9b91b366f2bdf496745d8a9c869922e6c7204d authored almost 6 years ago
remove generic

b48320003779116879605fcf6b0c565620b4b637 authored almost 6 years ago
remove generic E

a73600fbcd5016d894c2999945993789abe31c5e authored almost 6 years ago
add Connect::with_request

084a28ca07557a3bc93ae7e765c0d4586b463503 authored almost 6 years ago
store request in Connect request

a7c74c53ea1feafc4f582915b8b259f0ae752283 authored almost 6 years ago
update travis

3e7d737e73bf4e88a5520acc4f001077911a2798 authored almost 6 years ago
changes

87db4bf741dc9ad2f8b1e1f0834fd5a2a33ee2d8 authored almost 6 years ago
rename crate

8b0fe6f79606529f73ba948d431eb8b7a622c809 authored almost 6 years ago
redesign actix-connector

52a45fda53626273b4596a81fa9fb422dd8ffa60 authored almost 6 years ago
Fix compiler warnings.

Compiles in stable and nightly

2c7de7e0fbd231073f1354769484d1751071285d authored almost 6 years ago
prep release

1fcc0734b55d6536cf59b98073595cb4d19d3cb5 authored almost 6 years ago
remove constraint

b6f952b0362b66e538c088355507445ed8fa8d65 authored almost 6 years ago