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

add r2d2 example link

2e7d323e1a25f50c2a7e21e62427fce160db4022 authored almost 7 years ago
comments

b66566f610a5ac6543af62bcc580ce5c0de65aed authored almost 7 years ago
Allow to use rust backend for flate2 crate #199

2477afcf309da0fa16df113054c18fd2b1960c59 authored almost 7 years ago
link to askama example

bcd03a9c6263649e7623749169586c516b41156c authored almost 7 years ago
refactor keep-alive

f8af3ef7f4be60ae35800adeedc8dcf8597e1f2a authored almost 7 years ago
fix style

f8b75c157fafeb244f2b1bd741a82508cde18b78 authored almost 7 years ago
add ws close description parse test

b7b61afaccf718ecb37cbc67260ad59ef34908c3 authored almost 7 years ago
Merge branch 'master' into websocket_close_reason

507361c1dfd565c8dcdc829734db77dbc652ead0 authored almost 7 years ago
code cleanup

f6fd9e70f96039ccc6116414e475a21966765b01 authored almost 7 years ago
use Optional with websocket close reason

de8a09254d913334ab6f59269767df530369f2f7 authored almost 7 years ago
Merge pull request #194 from actix/brandur-allowed-origin-into

Let CSRF's `allowed_origin()` be specified as a type supporting `Into<String>`

f89b7a9bb800965e263575ebd7bb09e2866cd852 authored almost 7 years ago
Let CSRF's `allowed_origin()` be specified as a type supporting `Into<String>`

A very minor addition: I'm using this middleware on specific resources,
and given a non-static s...

59244b203c1948b9ff8986b066b74ceaa83826a6 authored almost 7 years ago
add changelog entry

2adf8a3a48c75ba8eaa835d78001a2223df92c71 authored almost 7 years ago
Merge pull request #192 from fuchsnj/check_if_close_code_exists

check if close code exists before reading it

805dbea8e717ad5fe7c6d44522e180d93f29f41c authored almost 7 years ago
add websocket empty close status test

dc9a24a189f5b32e0815b09d290f6154a7871341 authored almost 7 years ago
check if close code exists before reading it

5528cf62f05397087ba3140206f9f418556e565d authored almost 7 years ago
Merge pull request #189 from drklee3/patch-1

Update README links to use new guide

9880a95603b9f147ac39c97c2d1d17715f81fb40 authored almost 7 years ago
Update README links to use new guide

2579c498652b4f328828f6f0b28270ecd01a7541 authored almost 7 years ago
remove unused dependency

01a0f3f5a05f295b20493cb49ba4c4ca4cc4d839 authored almost 7 years ago
Use Display formatting for InternalError Display implementation #188

2c8d987241fea923f2cb7e35355385abf96af629 authored almost 7 years ago
doc strings layout

813d1d6e6653308cf97c88b78fa6395b5981622a authored almost 7 years ago
fmt

48b02abee7a28e84a5c8b368ccec30c2f5a0e67b authored almost 7 years ago
export session module

ce1081432b8354e0d3f20586ccdd5b53adb43b15 authored almost 7 years ago
Add identity service middleware

e9bdba57a0fff218e16668314a55f4ea18e433dc authored almost 7 years ago
Middleware response() is not invoked if there was an error in async handler #187

f907be585e0aaad21e1289bdb5c84c27b1a85550 authored almost 7 years ago
formatting

022f9800edc1797bea746a16319392cc00620ff7 authored almost 7 years ago
prep release

a9a54ac4c66e31894bff1e1bedf9bde50b57aed3 authored almost 7 years ago
Merge branch 'master' of github.com:actix/actix-web

50b9fee3a764e63fbd6430c92376a7999d7b844d authored almost 7 years ago
fix doc strings

bf9a90293fe4c725a532f6ad461bf6775932270a authored almost 7 years ago
Merge pull request #185 from kornelski/master

Replace use of try!() with ?

17ec3a3a26c9e407b994425dbf536daf6d714b1c authored almost 7 years ago
Replace use of try!() with ?

5b4b885fd6079b6e909212217d319515bc445cc1 authored almost 7 years ago
better doc string for Application::with_state()

65b819787668046866ffdfb181ad52ea7f516ec1 authored almost 7 years ago
add custom request path quoter #182

a826d113eed19c3b4b3b25dd275bf1ea77ebc4b3 authored almost 7 years ago
update doc string

3a79505a448ccf2e795ffc49d80a5fd27501081b authored almost 7 years ago
Merge pull request #184 from ivanovaleksey/patch-1

Fix route in App::resource example

5f3a7a6a525873797558875075334defe136b24c authored almost 7 years ago
Fix route in App::resource example

6a7b097bcf70f08100b4f4818c153c2cc6b85eef authored almost 7 years ago
fix doc example

30a36bed9d58e41bc7fc24d9ee0107ebb9bdab96 authored almost 7 years ago
cleanup doc strings; prepare release

79818560b2dfe7b1578e730c10d49c32904b35ba authored almost 7 years ago
Fix Client Request with custom Body Stream halting on certain size requests #176

58cc0dfbc5fad1cab85e61724c98dd4655bb43d8 authored almost 7 years ago
Allow to configure StaticFiles CpuPool, via static method or env variable

a9ea649348d210922fa8d51d8cb7eef5c6dcb902 authored almost 7 years ago
update changelog

634c5723a0638e50fd8c09a8f2929b353a934779 authored almost 7 years ago
update doc strings

a5b5ff089426b50015b26614440fb4b440952bb8 authored almost 7 years ago
allow to use castom error handler for json extractor

5140fea8d1424c9887cd85d945be1e9c884ffb9e authored almost 7 years ago
use different directory for tests

333b4f57d3f9a6e32b3042ad03300098c538ad17 authored almost 7 years ago
remove skeptic tests

827ca5eada6758cd968999c10cabb549b642b731 authored almost 7 years ago
drop skeptic

ebc1f6eff9359827436f153ab79e367e71f9b80a authored almost 7 years ago
move guide to separate repo; update links

a8567da3e266e873f70b58466574ac8ddd283ac3 authored almost 7 years ago
add rustfmt config

113f5ad1a884743350c38bf02b101e8f0afec551 authored almost 7 years ago
fix typo

95f6277007332cf593e9f8ead3c6e0e57d243cfb authored almost 7 years ago
Fix StaticFiles does not support percent encoded paths #177

22c776f46ea169a29d5a34572d71a966db25044b authored almost 7 years ago
fix test

c0976bfa1742d385e13272d543b334f0772248c9 authored almost 7 years ago
fix workspace links

5e9ec4299c9f949ef59a01f043d26a5877782dc8 authored almost 7 years ago
examples moved to separate repo

e05aba65de7cd24771e7a160098f6f0031600d5c authored almost 7 years ago
prepare release

c5b18c6d3073698b3530dcc2ef364a5ad233364a authored almost 7 years ago
add helper method for returning inner value

94c5bb5cddf95c700b680f9f1bc5a15741029bb5 authored almost 7 years ago
use one default cpu pool for StaticFiles #174

2ca0ea70c406736d9612c5075f2feac5fefad4bc authored almost 7 years ago
add timeouts stats to client connector

0b01884fca14a7b9a460c69a87cb550acb345dea authored almost 7 years ago
update user guide content compression section

83168731fc5e265f61dd25265a6ac11634c28175 authored almost 7 years ago
Merge pull request #173 from jannic/pr

fix end-of-stream handling in parse_payload

729584642648659b03d29a7f2cab836941bcc763 authored almost 7 years ago
fix end-of-stream handling in parse_payload

parse_payload can be called with a pre-filled buf.

In this case, it's totaly fine for read_from...

72bc1546c484ea9419c3a913c9de217ed3b2aeaa authored almost 7 years ago
Merge branch 'master' of github.com:actix/actix-web

d39b531537e2560439d608fd5659ce0b7044e70e authored almost 7 years ago
use older mdbook

35e68723df6be34a98b706d2c77cf0adf8da6123 authored almost 7 years ago
Update MIGRATION-0.4-0.5.md

0624f9b9d9ef780a02cbaa2cdd033fe2e6106ad4 authored almost 7 years ago
Update MIGRATION-0.4-0.5.md

0e3820afdffc63316ada8bb86e04e5662b6b721b authored almost 7 years ago
migration to 0.5

839d67ac6a6753e4268a13bd1b11dfd194a96167 authored almost 7 years ago
fix stats for tls and alpn features

b5179577614024685e8a95a707cb7728ce5b83f4 authored almost 7 years ago
add clinet connector stats

d18f9c590531b201ead5c1f77c36a0fcb6c5f475 authored almost 7 years ago
Merge pull request #171 from DoumanAsh/without_state_public

Make HttpRequest::without_state public

76fcdc13a3fa1e4f1b68326145249039d0b54655 authored almost 7 years ago
Rename HttpRequest::without_state into drop_state and make it public

62a9b4c53cd857d9976dbf47b3a08c5256bab29c authored almost 7 years ago
Update README.md

c5702293510f2ae7ccb078ecdcaf53b7aa34270c authored almost 7 years ago
update example

9ac0edbac6d6272d4edd7421f96be905d7d701c3 authored almost 7 years ago
update links

d041df6c4b294c035ea7c3f0247bbf65f0e217b4 authored almost 7 years ago
add homepage link

bc28e54976450a6d552aa1bdd26bffc2ce4f8512 authored almost 7 years ago
forgot to include

26ab5cbd01ee596d50502abfb0346407ceabbfe1 authored almost 7 years ago
update basic example

50c2a5ceb05411a083234a73c97e3e7e53527f98 authored almost 7 years ago
update guide

8dbbb0ee07a1c6f376cbccea05ebf8881cde8505 authored almost 7 years ago
update redis example

ca76dff5a70e78ab0bad2134084bae480d9249bd authored almost 7 years ago
fix readme example

4273b9506614c944a8eeac199036f20215ec56d6 authored almost 7 years ago
update readme example

d9ba78526e36cb7276249a8a0d95b2099e9f9272 authored almost 7 years ago
add protobuf extractor

69c73c52cda487c7c40e964c05e088ab89cc2ed5 authored almost 7 years ago
update readme

2a7ffe6e0a88d50fb2c9ed3b39c92a1609100d14 authored almost 7 years ago
changes

af3a8d6775f65743ecbeb3519bbadd14fd31ac46 authored almost 7 years ago
prepare release

f77a4f8865910a9a2a91cfccbcbfe025bd0b6b45 authored almost 7 years ago
openssl features

88f66d49d0a90f861972672a814c9891a92b43c4 authored almost 7 years ago
for NamedFile process etag and last modified only if status code is 200

be288fa00af234c797aeaa7dd516dfdbf0e8f0f5 authored almost 7 years ago
simplier example in readme

5e6a0aa3dfda610eb3e6aef647f3aa9a9ae59649 authored almost 7 years ago
remove reference to master

fd87eb59f8928c240579c54885ab63ea28843c28 authored almost 7 years ago
fix prefix and static file serving #168

81ac905c7b0ff1528cf26121541fae3b60029155 authored almost 7 years ago
update client mod doc string

bb11fb3d242477ad0d61458b4c1dca7b146b4f3c authored almost 7 years ago
update cors doc string

23eea54776170f4f5255a04acfe60244f54baa29 authored almost 7 years ago
proper test for CorsBuilder::resource

2881859400f6b1efbfe866ab13c0809c236172b3 authored almost 7 years ago
extend CorsBuilder api to make it more user friendly

1686682c190f0f63fb2190efa2e408e9a18b3ca9 authored almost 7 years ago
use actix-web master

f1e5126a1d24d64980e7fade1f208104b6eb78e8 authored almost 7 years ago
update version

d04ff13955e88626c0e81afd5076c79435490046 authored almost 7 years ago
clippy warnings

e757dc5a717c2097cee208c5cde53723e3b8de8f authored almost 7 years ago
CorsBuilder::finish() panics on any configuration error

be358db422055a7245495e887540735f38414196 authored almost 7 years ago
clippy warnings; extend url_for example in user guide

7df2d6b12a00e8e806145644186f2868e1bde9e3 authored almost 7 years ago
Merge pull request #170 from adwhit/private-cookies

Public, signed and private cookies

458e6bdcc23be84ac405c0f291a618d892191b74 authored almost 7 years ago
Merge branch 'master' into private-cookies

0b0bbd6bd947fe93416f9f502eeadf49d32aca7a authored almost 7 years ago
cleanup doc tests

561789678089b5ad05a66f4b8a38a0a640b97189 authored almost 7 years ago