Ecosyste.ms: OpenCollective

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

github.com/actix/actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://github.com/actix/actix-extras

impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49

927a92fcac75f945c0f8e159f28c9b1878535654 authored almost 7 years ago by Nikolay Kim <[email protected]>
prepare release

2b0f3d2a9a2732104268614ab034b75f642826c2 authored almost 7 years ago by Nikolay Kim <[email protected]>
Allow to explicitly disable chunked encoding

93fdb596d438ab1c444617dcf421cbae35e5ffdc authored almost 7 years ago by Nikolay Kim <[email protected]>
Do not enable chunked encoding for HTTP/1.0

305666067e5f39a9e6971b07550790242b1986a1 authored almost 7 years ago by Nikolay Kim <[email protected]>
no need for custom cookie module

b805d87ee75007532fab9b59850ffd665600a10f authored almost 7 years ago by Nikolay Kim <[email protected]>
user guide spelling

bc6bb9984f35847dac935ae2b809b213855daf3d authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #47 from belltoy/master

fix directory entry path

c043fd791246e866d1fcae788c923477b2b9e56b authored almost 7 years ago by Nikolay Kim <[email protected]>
fix directory entry path

781282897ad943f6d22ace85357332f4cb50ed75 authored almost 7 years ago by belltoy <[email protected]>
add link to cors middleware

a9c71b28943e9a2833e80565061ebe5621e532dd authored almost 7 years ago by Nikolay Kim <[email protected]>
update dependency specs in user guide

edd26837dd76d18cfb1bef3612a47a2145e3e1de authored almost 7 years ago by Nikolay Kim <[email protected]>
use cookie-rs released create

3105bca13bdc7a13d8e0a9f8058b9f350d4d82ca authored almost 7 years ago by Nikolay Kim <[email protected]>
use flate2 released crate

c470e7a02bed3b0e7f26663f16197b79f161d1a9 authored almost 7 years ago by Nikolay Kim <[email protected]>
disable compression for static files

8a96e8fdd0c9ec9e99bdab01a7e2d66dd1964458 authored almost 7 years ago by Nikolay Kim <[email protected]>
cleanup http channel

e919ec485e65dfedf4c80b24cce3fda0d3bca969 authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor http protocol selection procedure

e482b887412a0c77c6662fd7e5355cf3ad8144db authored almost 7 years ago by Nikolay Kim <[email protected]>
fix cors tests

eb8052b9360e109d10f4c64dde5344e57899b356 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix cors allowed header validation

dab918261ceda42f227d458b91c3fbc068bbac2a authored almost 7 years ago by Nikolay Kim <[email protected]>
add link to gitter

11342e4566396df3033d265fd884b7e99e3c51bb authored almost 7 years ago by Nikolay Kim <[email protected]>
add link to github

f7b895b53a6a23fdeb7d174ec765bf502c51983c authored almost 7 years ago by Nikolay Kim <[email protected]>
move encoding to server

ac89880c0a2b39e9531fdfdd9398f29393d3acbc authored almost 7 years ago by Nikolay Kim <[email protected]>
move server protocol impl to submodule

8a058efb4e3fa0554579552abf0d34328c635c19 authored almost 7 years ago by Nikolay Kim <[email protected]>
upgrade packages

fa93701beebc1936eb5797b2710aaaee99e5be1e authored almost 7 years ago by Nikolay Kim <[email protected]>
flush stream on drain

0707dfe5bbde9061c87009283bf96d943b9c7460 authored almost 7 years ago by Nikolay Kim <[email protected]>
disable test

0a41ecd01d25985fb45507f81cbfacb084db3311 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix implicit chunked encoding

0648ad6f33d463bbde2952e648a4965b87b3d7e1 authored almost 7 years ago by Nikolay Kim <[email protected]>
clean cargo before running skeptic tests

728d4f1f57c94a85526418f162935f34fac34fa1 authored almost 7 years ago by Nikolay Kim <[email protected]>
add Cors::register method

d152860fa7bd5f71d513b3364930f3a70d7fc6b9 authored almost 7 years ago by Nikolay Kim <[email protected]>
properly enable encoding tests

43f14224b1b188cb30dc97833a25f8a95b3db8ca authored almost 7 years ago by Nikolay Kim <[email protected]>
travis config

f7d9b45e648d3369fbdf873b1fd05bd296362426 authored almost 7 years ago by Nikolay Kim <[email protected]>
encoding tests

448b73a4b59164e46e02df83e02ec975df676eed authored almost 7 years ago by Nikolay Kim <[email protected]>
travis config

1a31554ee666968bee6d2225c7e2189faa73779a authored almost 7 years ago by Nikolay Kim <[email protected]>
upgrade flate package

49cdddf479b28a22320a9d91a7fd274341f97e65 authored almost 7 years ago by Nikolay Kim <[email protected]>
rename payload

aed90ed4589514d31a54498b3c5ac027747ece75 authored almost 7 years ago by Nikolay Kim <[email protected]>
update session impl

abb6c6ba0ac487d9b5bbd328f1f0b359ad90ef2f authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor pipeline impl

e0faf3f69c38f2e1358ef695a0fa7aedb12b55cb authored almost 7 years ago by Nikolay Kim <[email protected]>
cleanup Binary type; more cors tests

f7807e43d8e89dd4243ca2323be75caaeb660244 authored almost 7 years ago by Nikolay Kim <[email protected]>
tests for cors response

fee54d1de09f1ed12463fd5263b7c5c5571fc23e authored almost 7 years ago by Nikolay Kim <[email protected]>
test for cors

1445cc7a2ccc20d6ab3edb8e7b0c3dd7cb78d0fa authored almost 7 years ago by Nikolay Kim <[email protected]>
better names for cors errors

16e9512457d2b7324798efb448bec0eab848b9cc authored almost 7 years ago by Nikolay Kim <[email protected]>
complete cors implementation

615db0d9d8f211add738b50e3625a529438df3b8 authored almost 7 years ago by Nikolay Kim <[email protected]>
move websocket code to submodule

3f3dcf413b94f5a7dc2dec28ea4e48d453762472 authored almost 7 years ago by Nikolay Kim <[email protected]>
update websocket examples

d85081b64e10e7bf76e785bfa2581b68cfaf1c3b authored almost 7 years ago by Nikolay Kim <[email protected]>
create custom WebsocketContext for websocket connection

4b72a1b3255500fb51e63ba79bfc592444386b7c authored almost 7 years ago by Nikolay Kim <[email protected]>
update example

8aae2daafaa66b9c09724ff399e701633ec985ce authored almost 7 years ago by Nikolay Kim <[email protected]>
add cors preflight request support

d7f59ce48133b2398c94066fb852ddc041a0079c authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor Middleware trait, use Result

ce78f17a79a1058e8a5d2f31a5d3430f5f9d6b1a authored almost 7 years ago by Nikolay Kim <[email protected]>
initial work on cors middleware

16310a5ebdd75fd51729cdcc7b870ced7d6a2103 authored almost 7 years ago by Nikolay Kim <[email protected]>
add resource level middlewares support

e8412672a26530d479872505bebfff252e849c38 authored almost 7 years ago by Nikolay Kim <[email protected]>
add very simple http/2 test

6c7dda495b52690342477ab9a13794a57cd3db27 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/actix-web

584d0c9e999911cd84f48c0127bcf08b1675e314 authored almost 7 years ago by Nikolay Kim <[email protected]>
cleanup doc tests

a159a9cd6ecdc51565becf0e40a68ac13b0d4d84 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #45 from ami44/master

fix url

9d4e926302076a6772155620b785c4134f3d25d2 authored about 7 years ago by Nikolay Kim <[email protected]>
fix url

41c94a1220bf644c452e2fc6b54745a138441b81 authored about 7 years ago by ami44 <[email protected]>
update examples

c7798ef45daf32b3ca903718081aaa9b9ea22456 authored about 7 years ago by Nikolay Kim <[email protected]>
use actix 0.4.2

ae28b1ad810e7b65408424b00848fb14072906ba authored about 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/actix-web

d696c1692e765838dc54ffb19fd9f2fb13f1145f authored about 7 years ago by Nikolay Kim <[email protected]>
do no stop on write_eof

f90bc0caaecc850c042d1b225bf70b7f2947da9f authored about 7 years ago by Nikolay Kim <[email protected]>
fix context poll

f802fe09e68c4d4bd16e7f65791b61bfe9d664f9 authored about 7 years ago by Nikolay Kim <[email protected]>
Update README.md

513fcd4a474f399dd05b3f7400d5e3f9d9a7194c authored about 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #44 from krircc/master

IT's not true, actix-web are more features than other rust web frameworks

c28d052d223016d27637b331be46f2f20fe9c294 authored about 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into master

550f68ca05d7de0386bf93c43a0514f2388ee73a authored about 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into master

3074071d03cfc3a97723fb1d2bee34e8fb536c83 authored about 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #42 from ami44/master

upd examples basics

3ffefb8b29394093be6c20053b7382424aa45828 authored about 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into master

3cf2fbbb2336ab52824b46fc5b09421c21633327 authored about 7 years ago by Ami44 <[email protected]>
update examples

896981cdf89e0bf23a98f100eb3c94bbdfd6adc7 authored about 7 years ago by Nikolay Kim <[email protected]>
use general context impl

71da72efdbbc3c1607356e38a7cf0bcfd3ce6d8d authored about 7 years ago by Nikolay Kim <[email protected]>
Update README.md

5e9b94a6ddb724e9a287b888b67542bd5dff238a authored about 7 years ago by krircc <[email protected]>
upd examples basics

665f4edf6b3b5c2eb5a349b19e24cef70ca27a13 authored about 7 years ago by ami44 <[email protected]>
no need for StreamHandler

247c23c1ea5de36e6abe36fc5c0416ad3057ff4a authored about 7 years ago by Nikolay Kim <[email protected]>
subscriber to os signals automatically

3ed9e872ada2eb96a33bf5ef7d43053108209a86 authored about 7 years ago by Nikolay Kim <[email protected]>
update actix to 0.4

cad71401e8b9c7454d8085022fb262ea6b9e2401 authored about 7 years ago by Nikolay Kim <[email protected]>
use dev cookies package as temp solution for ring problem

473ec38439097b3956945361d5446766c7d0685c authored about 7 years ago by Nikolay Kim <[email protected]>
pin nightly

524493e0b0642d348e18bd1b4265a404e8931ee5 authored about 7 years ago by Nikolay Kim <[email protected]>
update example to use actix 0.4

5ae646332e9c9efbebf41d643cfd4e894641ec02 authored about 7 years ago by Nikolay Kim <[email protected]>
upgrade to actix 0.4

5ff35f5b99e4bda221a3937dece60f75b864ff53 authored about 7 years ago by Nikolay Kim <[email protected]>
fix basic example in guide

dea354d6d889bd4ffa1852fea03fa230bd32a697 authored about 7 years ago by Nikolay Kim <[email protected]>
set nodelay for streams

20d5c61c11f14c10dec1d3b89a78512743fdff12 authored about 7 years ago by Nikolay Kim <[email protected]>
fix time calculations

91230afc44ef84d7e68ac8670afdacf157ba2472 authored about 7 years ago by Nikolay Kim <[email protected]>
encode returns result

afeffe4b19b0780cf23ea390e9262a6c3688d0a4 authored about 7 years ago by Nikolay Kim <[email protected]>
update changelog

fdf77268316ba19e73cf1825282865ac40202584 authored about 7 years ago by Nikolay Kim <[email protected]>
introduce IoStream trait for low level stream operations

9559f6a1759c3605ef1243a510ff36ec15018586 authored about 7 years ago by Nikolay Kim <[email protected]>
shutdown io streams before exit

1f7aee23dfddb40c4dc13994786a8e07ed479ed9 authored about 7 years ago by Nikolay Kim <[email protected]>
use explicit actix:: mod

bf11bfed8ef6f688f2f2a777e076da842a2d1047 authored about 7 years ago by Nikolay Kim <[email protected]>
* fix force_close

* shutdown io before exit

* fix response creation with body from pool

e439d0546b992687dc57ab4d7b3b7a1dc2e320a6 authored about 7 years ago by Nikolay Kim <[email protected]>
no need for mut ref

8348c830e2e6b8164b67dd8edf5617313ef54e61 authored about 7 years ago by Nikolay Kim <[email protected]>
added helper future for reading request body

ae084d1146acedd146cc80d80c29092df96ff7d1 authored about 7 years ago by Nikolay Kim <[email protected]>
remove debug prints

88031b7fdee56ed64a480edc33b1a0d01f8f1a17 authored about 7 years ago by Nikolay Kim <[email protected]>
fix drain support for actor; make pattern more reusable

70ea43b3c01e2355d7d34bb12b90fef4fdd4d5e1 authored about 7 years ago by Nikolay Kim <[email protected]>
update readme example

9e6d090fd04793d44352bbab45773ffc1f7eb8c9 authored about 7 years ago by Nikolay Kim <[email protected]>
update example

7af3b3f9560d1e2933ae240cebb3a3323a3753ae authored about 7 years ago by Nikolay Kim <[email protected]>
update h2 lib

3a59344ffbbf7ad6231edc0927b72c8ed1d590f6 authored about 7 years ago by Nikolay Kim <[email protected]>
fix examples

3768a2885d58415c057bac70a389533fd4b79b80 authored about 7 years ago by Nikolay Kim <[email protected]>
handle application prefix for handlers; use handler for StaticFiles

f0fdcc99365cc2c0f0d6cc7e679a8058b938abb2 authored about 7 years ago by Nikolay Kim <[email protected]>
flush encoder

77ba1de305cb1f3257060219efcee819c1682c6f authored about 7 years ago by Nikolay Kim <[email protected]>
add hello-world example

fb2c78d9fc058401a1d8d743876bdc83bcfed9a7 authored about 7 years ago by Nikolay Kim <[email protected]>
fix content length serialization #33

b49eadf7e55eee2b804046e88e2c864b7957047e authored about 7 years ago by Nikolay Kim <[email protected]>
allow to handle entire sub path

9040f588afeb785a5d2d20cdc01fd1b2d2f53af1 authored about 7 years ago by Nikolay Kim <[email protected]>
update websocket example

284b59722a429154bc18105ee77b888970dfe8e4 authored about 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #27 from ami44/master

move examples/websocket.rs to examples/websocket

e798af26a23789eae0d57512cb3e88ad1d21a5b0 authored about 7 years ago by Ami44 <[email protected]>
Merge remote-tracking branch 'upstream/master'

fc88bb294a1c78c08a990c24a32d752b7ec17392 authored about 7 years ago by ami44 <[email protected]>