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

Allow connection timeout to be set

be7e8d159bfb1abbb928ac53ee0920d135f52ab9 authored almost 7 years ago by Glade Miller <[email protected]>
Merge pull request #106 from niklasf/starting-url

give a url in the log when starting

ceb97cd6b9dae9127feec19808193650b0da0f10 authored almost 7 years ago by Nikolay Kim <[email protected]>
give a url in the log when starting

85b650048d7ab67fc56dfff940f69b6bd86e4150 authored almost 7 years ago by Niklas Fiekas <[email protected]>
Fix compression #103 and #104

a0e6313d56e7719741cfd7ee13b72f772ee1dfb4 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #102 from mockersf/gzip

add tests with large random bodies for gzip

9cc6f6b1e4e6c33550c79568dd5cd789f3010843 authored almost 7 years ago by Nikolay Kim <[email protected]>
update tests for stable compiler

526753ee88cecdaa9afe9e8ec1bd7fd117f658d1 authored almost 7 years ago by Nikolay Kim <[email protected]>
add tests with large random bodies for gzip

779e773185c0b81f43467ad26d4fb698176ff5bf authored almost 7 years ago by François Mockers <[email protected]>
fix guide

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

d573cf2d973d181148f6a3b84f20ab8dfed4abc5 authored almost 7 years ago by Nikolay Kim <[email protected]>
port hyper header

32b5544ad91d6b96d2640f37b1b41cda16c17e86 authored almost 7 years ago by Nikolay Kim <[email protected]>
add Header trait

e182ed33b1b4e937d577f8146d1edd25758a5d9d authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #98 from flip111/patch-2

Update qs_14.md

6f1836f80e070a52706ce045797e135711bc28ed authored almost 7 years ago by Nikolay Kim <[email protected]>
Update qs_14.md

fix missing semicolon

5b530f11b5a2597b6e3651f971205c20e8291e9a authored almost 7 years ago by flip111 <[email protected]>
move headers to separate module; allow custom HeaderValue conversion

0c30057c8cc2a0d54637c3ddf13918615b2a3b6c authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #97 from flip111/patch-1

Update qs_14.md

6078344eccbaa52a88afdf6a99c7a9d69744d9ad authored almost 7 years ago by Nikolay Kim <[email protected]>
Update qs_14.md

fix syntax error on use statement

67f5a949a4056c74f44e3bf73d1cb30103692b68 authored almost 7 years ago by flip111 <[email protected]>
allow only GET and HEAD for NamedFile

05e49e893ec163e7a0296641343e3424170f7752 authored almost 7 years ago by Nikolay Kim <[email protected]>
Enable compression support for NamedFile

c8844425ade02ae2cbc7cc47d7cd3c75affd7f6e authored almost 7 years ago by Nikolay Kim <[email protected]>
Add ResponseError impl for SendRequestError

b282ec106e3ae2161064b3ad3841009b1eebe4eb authored almost 7 years ago by Nikolay Kim <[email protected]>
add http proxy example

ea2a8f6908a78d0e4d34b21bac80feb7f4fd532c authored almost 7 years ago by Nikolay Kim <[email protected]>
add uds example readme

2b942ec5f2af1b60d05c7469ce9d209c27888c58 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #95 from messense/feature/unix-socket-example

Add unix domain socket example

bf77be0337df6f238b6cace9d21e09c73733be11 authored almost 7 years ago by Nikolay Kim <[email protected]>
Add unix domain socket example

c2741054bb7219f407cfcc055b8d5741d6b652c3 authored almost 7 years ago by messense <[email protected]>
prep release

e708f511560301fa39331b6a6284cae6a9b50b79 authored almost 7 years ago by Nikolay Kim <[email protected]>
explicitly set tcp nodelay

cbb821148b3a51c546c17033105aca2465c3912f authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #94 from messense/feature/str-repeat

Use str::repeat

d6b021e1855b83a6acb0efce119a1e28d14627af authored almost 7 years ago by Nikolay Kim <[email protected]>
Use str::repeat

0adb7e855327bfb4c83de7b27c531954353d7783 authored almost 7 years ago by messense <[email protected]>
fix example

dbfa1f0ac8bae940689be3f811310f432f72c135 authored almost 7 years ago by Nikolay Kim <[email protected]>
Allow to use Arc<Vec<u8>> as response/request body

11347e3c7dca973ef76b2626b731a2d24e1e606e authored almost 7 years ago by Nikolay Kim <[email protected]>
websockets text() is more generic

631fe72a46588292beda8ed7f2ea2abc916281d2 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix handling of requests with an encoded body with a length > 8192 #93

f673dba7596552d7b8dd78784b17c05cb6478b3e authored almost 7 years ago by Nikolay Kim <[email protected]>
unix only test

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

327df159c6a3b6e29900d674e558db31b4619b8e authored almost 7 years ago by Nikolay Kim <[email protected]>
fix socket polling

2ccbd5fa181dc15ead0adb843e6354f11e097a61 authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify channels list management

058630d0412797e1f1c1f306beaf59a4bcd44ee3 authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify linked nodes

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

9bd6cb03ac6d65b0668635344b263d3836cd6b78 authored almost 7 years ago by Nikolay Kim <[email protected]>
update changes

16afeda79c0ee785cef2be3ef864f4efd194bf91 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix potential bug in payload processing

83fcdfd91fa647025035b307a8405bbfd584a198 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #90 from rvlzzr/master

move reuse_address before bind

8f94ae41cc652879009cf1e38ea1b0301f8ffcf1 authored almost 7 years ago by Nikolay Kim <[email protected]>
move reuse_address before bind

4e41347de88caba72c122272a086e89f4698f15e authored almost 7 years ago by Anti Revoluzzer <[email protected]>
set release date

6acb6dd4e773257c41d4d0bd82fad15e6458b52c authored almost 7 years ago by Nikolay Kim <[email protected]>
update tests

791a980e2db66e4cc82285d7b9c3210447e83c01 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix disconnect on idle connections

c2d8abcee71b5289fb483813fc3f22b5cdb9d876 authored almost 7 years ago by Nikolay Kim <[email protected]>
make HttpRequest::match_info_mut() public

16c05f07ba8ef1574e2e16e51bd1c08d933664b6 authored almost 7 years ago by Nikolay Kim <[email protected]>
add Pattern::with_prefix, make it usable outside of actix

2158ad29ee97bae21c3a7a05e4867f3123f37b88 authored almost 7 years ago by Nikolay Kim <[email protected]>
bump version

feba5aeffd9b5c331e17dafb17dc9ed5f6550d84 authored almost 7 years ago by Nikolay Kim <[email protected]>
Update CHANGES.md

343888017ef6a0440a24c8ef307e927415f5b5f5 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #89 from niklasf/csrf-middleware

add csrf filter middleware

3a5d445b2f86e7bfe65dc691045527bb0aebfedb authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into csrf-middleware

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

bebfc6c9b5a2d47d1e8e02ea34ab4c32bed0f13a authored almost 7 years ago by Nikolay Kim <[email protected]>
Better naming for websockets implementation

3b2928a3914c8263f6f934388cff101287bcf65c authored almost 7 years ago by Nikolay Kim <[email protected]>
add csrf filter middleware

10f57dac31287b9c5deb1d4044fdd50f01e2e1a4 authored almost 7 years ago by Niklas Fiekas <[email protected]>
adjust low buf size

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

1fea4bd9a645808fafd5f14566b609580867333a authored almost 7 years ago by Nikolay Kim <[email protected]>
rename httpcodes

206c4e581adb8ec81f9fbf40c70c8d63706305cc authored almost 7 years ago by Nikolay Kim <[email protected]>
rename .p to a .filter

4e13505b92b72e5184d2c07f271b331cf7d88632 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix payload parse in situation when socket data is not ready

5b6d7cddbfb83bc556ae00c7738cea7f1f320350 authored almost 7 years ago by Nikolay Kim <[email protected]>
update readme

4aaf9f08f877326e1098922cc9a257eb2941ddbc authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #88 from rofrol/patch-2

be consistent with host - had CORS preflight once

b0ba23ff559824b150d9fc4d4194cd9ef7850318 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into patch-2

42b19b181929366544a107d12b9af3a0f4d688d6 authored almost 7 years ago by Nikolay Kim <[email protected]>
Update README.md

0335fde3f9fd2606d1ffea3e48a5f6554a36b340 authored almost 7 years ago by Nikolay Kim <[email protected]>
be consistent with host - had CORS preflight once

f27edbff892b899f8205933654bd7568ec10f9fc authored almost 7 years ago by Roman Frołow <[email protected]>
use new version of http crate

d62d6e68e003ef97f051e304c37bb2310e76fd3e authored almost 7 years ago by Nikolay Kim <[email protected]>
Update CHANGES.md

1284264511999f8ebcce4baffd7669b090ee26a0 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #87 from adwhit/fix-session-set

fix session mut borrow lifetime

d977fe563b4403f9b78c1abc6121140d8dd7e8f1 authored almost 7 years ago by Nikolay Kim <[email protected]>
add session borrow fix to changes

bb68f9dd905e84c262fe849ba61915328cbf09e8 authored almost 7 years ago by Alex Whitney <[email protected]>
fix session mut borrow lifetime

313396d9b50a44ef87492cf40e2b7a0c248d8549 authored almost 7 years ago by Alex Whitney <[email protected]>
export Drain

171a23561e8dcdaaec31e4a29f7cfcd9a5dede94 authored almost 7 years ago by Nikolay Kim <[email protected]>
add redis session example

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

08f80a5bff37e23623ed0eb6e8fdfef31d0c49bd authored almost 7 years ago by Nikolay Kim <[email protected]>
update categories

764421fe44b12180d1228aa1073e8f2e18949197 authored almost 7 years ago by Nikolay Kim <[email protected]>
update versions in guide

b339ea0a3a9fa0690f9e2f23157ba9b6d85a34a9 authored almost 7 years ago by Nikolay Kim <[email protected]>
doc strings

8994732227c59f549e1562eb17b1bb79abb71809 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix handle big data chunkd for parsing

7591592279129fc38ecf0ac80e4379931f5634d4 authored almost 7 years ago by Nikolay Kim <[email protected]>
big value

4a48b43927b3d1c3b189c5d156418997bbb83027 authored almost 7 years ago by Nikolay Kim <[email protected]>
check juniper example

b1ad4763a2c0f5577adca13bdcb74b932d1e1f20 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #86 from pyros2097/master

add juniper example

2f3a2115c0b0f474a65eaaaddbdd0f6f21c7517a authored almost 7 years ago by Nikolay Kim <[email protected]>
add juniper example

1283c005836cafec88169ab3b4cda63f2ba563ec authored almost 7 years ago by pyros2097 <[email protected]>
build docs on nightly

9f81eae21522ae750fa4833255f21719d488e805 authored almost 7 years ago by Nikolay Kim <[email protected]>
headers test

ccb6ebb2598767c032ae3839111e8fe6ced174a2 authored almost 7 years ago by Nikolay Kim <[email protected]>
upgrade sha crate

da76de76f04aa9f276ad4b5171347f1d65b60730 authored almost 7 years ago by Nikolay Kim <[email protected]>
stop server test

c316a99746b4c535228f736e5a434fa64a790e0c authored almost 7 years ago by Nikolay Kim <[email protected]>
mark context as modified after writing data

1e2aa4fc9062c608f40aa98c0807f660bb8a8457 authored almost 7 years ago by Nikolay Kim <[email protected]>
drop connection if handler get dropped without consuming payload

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

9b06eac720aac53c06c4dda24c70340f1c72d857 authored almost 7 years ago by Nikolay Kim <[email protected]>
add ws error tracing

4f99cd1580c417db77b02c69f5c4321afd4a777d authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #84 from mpaltun/patch-1

Fix typos in README

f56fa49a9b9406e6c8677507460f0eeb418f3940 authored almost 7 years ago by Nikolay Kim <[email protected]>
move with_connector method to ClientRequestBuilder

1f063e4136fdb5a06b92a8f751713a92ce5745a9 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix typos in README

33c935dccc5b2093b074209602616410a9ea364d authored almost 7 years ago by Mustafa Paltun <[email protected]>
unify headers and body processing for client response and server request

a7bf635158105f54758cf085ec27e380211a7e2a authored almost 7 years ago by Nikolay Kim <[email protected]>
update readme

aac9b5a97c63e617d21407893b41d46e619a163b authored almost 7 years ago by Nikolay Kim <[email protected]>
added HttpRequest::encoding() method; fix urlencoded parsing with charset

6c480fae90b9515c0615ad009deae09183b88375 authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor websockets handling

5dcb558f5000077a51aa50ffabae83a1ced21113 authored almost 7 years ago by Nikolay Kim <[email protected]>
remove read buffer management api

a344c3a02e035f4d0f086d076437b9e73d8112d1 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix guide example

0ab8bc11f3c8113440e1e7af4580e031e4fb93b1 authored almost 7 years ago by Nikolay Kim <[email protected]>
remove unused code

abae65a49efd20ac90824d3ea0ec64aca1d68683 authored almost 7 years ago by Nikolay Kim <[email protected]>
use buffer capacity; remove unused imports

d6fd4a3524bf2d57685c7cb50db4749d6fb23ca6 authored almost 7 years ago by Nikolay Kim <[email protected]>
clippy warnings

72aa2d9eaece38efb91efcb4aa50ce7ac9748565 authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor ws frame parser

644f1a951893bd0b1cc10d29cc97d542dc453878 authored almost 7 years ago by Nikolay Kim <[email protected]>