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

Bump v_htmlescape version to 0.4

f5bec968c754d7777fa69a1258c49f6f3ca07cbd authored about 6 years ago
Add io handling for ECONNRESET when data has already been received

a534fdd1257f5b5625fe6afdea356bdaf6ae76f0 authored about 6 years ago
Fixed example in client documentation. This closes #665.

3431fff4d7f2c39576f8c6070df09f169abf12a8 authored about 6 years ago
Fix HttpResponse doc spelling "os" to "of"

d6df2e33999c01e5346705a51fc404479b9d4b4b authored about 6 years ago
0.7.18 Bump

1fbb52ad3be39add2811f2a79be4dbf2fe63f68b authored about 6 years ago
Fix test server listener thread leak (#655)

e5cdd22720b6273114f153c47b78a08ce0ef9063 authored about 6 years ago
Tidy up CHANGES.md

4f2e9707325d02401bdeeb119b0ca12b91135469 authored about 6 years ago
Decode special characters when handling static files

4d45313f9d21c5b9835f5effc260c54a4507ce84 authored about 6 years ago
Improve change askama_escape in favor of v_htmlescape (#651)

55a2a59906c05f834fe1278fafb8a8dd5c746510 authored about 6 years ago
Add with-cookie init-method for TestRequest (#647)

61883042c2ff103b9fcf2aa94e66c0f3a50ef45c authored about 6 years ago
0.7.17 Bump

799c6eb71991daef3e08732f33f3f4c98fde3b39 authored about 6 years ago
Bump min version of rustc

Due to actix & trust-dns requirement

037a1c6a24d916ac0f0eb02c40c6b4bb72a5d858 authored about 6 years ago
Only return a single Origin value (#644)

Only return a single origin if matched.

bfdf762062e936aabfb068e7a0575adbfb407ecb authored about 6 years ago
Send HTTP/1.1 100 Continue if request contains expect: continue header #634

477bf0d8ae0b22a4ac2d1f52d0cdcd91599546bd authored about 6 years ago
Support custom content types in JsonConfig

e9fe3879df46fd066ca4bd3abd27919a0eadbfbf authored about 6 years ago
Merge branch 'master' of github.com:fafhrd91/actix-http

f2251b8059037efe37bddc31d14213c8677f8f49 authored about 6 years ago
drop failure crate

cc74435b0155b11c7405e5b9b3288721c9b5edcd authored about 6 years ago
Merge pull request #10 from DoumanAsh/http1_case

H1 decoder should ignore headers case

3bd5167ac2c37123af0d6264996f28d7a7d2c428 authored about 6 years ago
H1 decoder should ignore headers case

67df9399df8faa7983e4831d3de2abab37ef49dd authored about 6 years ago
H1 decoded should ignore header cases

1a940d4c18d7ab234800857817f087c9121272b1 authored about 6 years ago
Update min version of http

Closes #630

e8bdcb1c08967431c825751e5c110b37ecde512f authored about 6 years ago
upgrade actix-service dependency

b1001b80b7cf150737e830bb11f144cf09ad61a6 authored about 6 years ago
Prepare release 0.7.16

46db09428c2a38cab4daa8f272b36fb4112ff235 authored about 6 years ago
use released crates

1c60992723eff00f05832b499ed9b0fbaa954c80 authored about 6 years ago
impl ResponseError for SendError when possible (#619)

90eef31cc0ee0304bb1d0eaab7e44aaa6181e99e authored about 6 years ago
use new actix crates

aaae368ed9e59d41ec03a7025bb95fc419e89566 authored about 6 years ago
add impl FromRequest for Either<A,B> (#618)

86af02156bbaee37ebd2c0f6be95cc53e785e910 authored about 6 years ago
update tests

9f4d48f7a1b28f23537b043f17d48bdcb1a2f10b authored about 6 years ago
convert to 2018 edition

e9121025b7abde064124584118c7689a3e5b519e authored about 6 years ago
Bump version to 0.7.15

ac9fc662c625f5c6273744b98d804019249f887e authored about 6 years ago
Remove usage of upcoming keyword async

AsyncResult::async is replaced with AsyncResult::future

0745a1a9f8d43840454c6aae24df5e2c6f781c36 authored about 6 years ago
Update some dependencies (#612)

* Update rand to 0.6

* Update parking_lot to 0.7

* Update env_logger to 0.6

b1635bc0e6ab116c2ccb684c0440935fe6ac5395 authored about 6 years ago
Add set_mailbox_capacity() function

08c7743bb8431033b180a872f39eb006db0933fd authored about 6 years ago
impl `From<Cow<'static, [u8]>>` for `Binary` (#611)

impl `From` for `Cow<'static, [u8]>` and `From<Cow<'static, str>>` for `Binary`

68c5d6e6d69f14c14c62d03b9e280ebfc320b6e9 authored about 6 years ago
fix ssl support

c0f8bc9e902036ef72b7be105e2fe0a7e8b7c6b3 authored about 6 years ago
use new Service and NewService traits

5003c00efbdeb8ef76b8137a3d604d7ba4c16d4d authored about 6 years ago
add cause for nested errors

d269904fbffe4b24a35508d44796b7e3373f9e36 authored about 6 years ago
display parse error for ws client errors

06387fc778f8d941921127a72f29d9777566b804 authored about 6 years ago
Merge pull request #9 from alishir/new-example

echo example with `impl Future`

617b8557e1c07e1ead4c18bcf129552872fdd1cf authored about 6 years ago
http crate removed, cargo fmt

4028f6f6fd63cad32636d5f1b461f372302c9af4 authored about 6 years ago
echo example with `impl Future`

397804a786d0a4e8167706b46a4bb08808bd17cd authored about 6 years ago
Merge pull request #5 from alishir/echo-example

Two other simple examples.

756bf0af58305a10471583f79cfbcfe3943a02bc authored about 6 years ago
Merge branch 'master' of https://github.com/fafhrd91/actix-http

f1bfdc73957ad992a96511be491bcff4cdac00e6 authored about 6 years ago
allow to use Uri for client request

9c038ee1891afe204b06c2e22dcdc947f6d3469b authored about 6 years ago
comments aligned.

ca1b460924219f0cc2e10bf500094238e953c45e authored about 6 years ago
decode reserved characters when extracting path with configuration (#577)

* decode reserved characters when extracting path with configuration

* remove useless clone
...

c386353337cff83626941fca2b58628845b440f0 authored about 6 years ago
update readme.

7a97de3a1e222fa15e8495315dcbcedea11bdfd8 authored about 6 years ago
add framed_hello.rs

d5b264034299bcaa75f3bd21b4d36dba574c2295 authored about 6 years ago
An other hello word example and update sample in README.md

c3c2286e3ac3c1c9ac6914cc430a9a20dd899721 authored about 6 years ago
simple echo server.

d5ca6e21e2daef2637b0be028990e7264055436c authored about 6 years ago
Allow user to provide addr to custom resolver

We basically swaps Addr with Recipient to enable user to use custom resolver

9aab382ea89395fcc627c5375ddd8721cc47c514 authored about 6 years ago
Merge pull request #3 from alishir/examples

hello-world example added.

7ef6eab9af660b17be11bbbded7789d58e17e9d5 authored about 6 years ago
hello-world example added.

41d68c87d926899cdce05ae3bf9c89c23fa1ac50 authored about 6 years ago
handle response errors

1a322966ff2b25af1213459bd6d62fb9d4b6fcbd authored about 6 years ago
Export PathConfig and QueryConfig

Closes #597

389cb13cd63704a024d7e668592c2aca06bcd876 authored about 6 years ago
set server response version

ab3e12f2b4a8a177421120bca0239a9e4cf3d874 authored about 6 years ago
add kee-alive tests

186d3d727a07bccb6423d36aa9475ece16ef7211 authored about 6 years ago
Complete error helper functions.

6a9317847979a17fa8d39f05d15188cbb7dde902 authored about 6 years ago
restore execute method

e1fc6dea844f0ffe47d12d2b724b93cb6c23479b authored about 6 years ago
add debug impl for H1ServiceResult

6b60c9e2302abb1a40d06af271a08c7cf19a1cc8 authored about 6 years ago
unify requedt/response encoder

3901239128ac9d076cdaaeb46220117a8043f7ad authored about 6 years ago
add TestServer

1ca6b44bae381f9042795fea63665aa9d480ccf2 authored about 6 years ago
remove backtrace dep

18fcddfd637b77f11bea8d17826ff31bd019f277 authored about 6 years ago
move url module to different crate

7d6643032408720bbcb4355cf3bc453e8724c272 authored about 6 years ago
update actix-net

22d4523c93db4f750ea2866a1e34ad3142773554 authored about 6 years ago
replace message flags with ConnectionType

7d3adaa6a8f47ef4101ba1a16e9e6360453237d4 authored about 6 years ago
refactor encoder/decoder impl

adad2033141499ee071e75cc3a74eba67b2bcd6a authored about 6 years ago
re-introduce Body type, use Body as default body type for Response

8fea1367c739224f6365185a6ec6b1c4efdd5a8f authored about 6 years ago
refactor response body management

7fed50bcaefde84c6e9424112e220fe789f99a57 authored about 6 years ago
do not allow to set server response version

e73a97884af8d0c738aaf32cb6142b703620d46f authored about 6 years ago
simplify server response type

f0bd4d868e12f2f1b227c681e9cadd007937d94a authored about 6 years ago
use BodyLength for request and response body

3a4b16a6d57458f9071cb22732d07ab7f2d864e2 authored about 6 years ago
refactor h1 dispatcher

aa20e2670d44b893ae47ad01c61fc1fd3b65dcce authored about 6 years ago
refactor decoder

625469f0f421fef4ee7266fd459c6efed31cbdb0 authored about 6 years ago
use RequestHead for Request

3b7bc41418ad51a8e2acea2b7dbbc84a68914a29 authored about 6 years ago
define generic client Connection trait

6d9733cdf79ae196015624e13be16515c96d9479 authored about 6 years ago
remove debug print

acd42f92d8f507358c5884dd387b48c69e4eeca4 authored about 6 years ago
SendResponse service sends body as well

6e7560e28781c71318af9fc28b29bd54a50fa83f authored about 6 years ago
prepare release

cd9901c928bfb7b016484f8c0c81c3629eca3e9f authored about 6 years ago
simplify client decoder

03ad9a3105d95aaf5c8f3bb2a58cd8d600380344 authored about 6 years ago
refactor client response payload handling

6297fe0d4117bd93a4e215b36fee91e7bcb8d750 authored about 6 years ago
add simple http client

550c5f55b68a1eb00793c71f0bdd41c7ac12e3dd authored about 6 years ago
add http client connector service

537144f0b9ef865935c3e542c40dab52da1bba96 authored about 6 years ago
do not stop on keep-alive timer if sink is not completly flushed

1ef0eed0bde2d66ea38762e7a8d1ec65b68e2cf4 authored over 6 years ago
do not stop on keep-alive timer if sink is not completly flushed

b25b083866be7369af890e74a401b33767c856f2 authored over 6 years ago
properly handle upgrade header if content-length header is set

dea39030bcf882c879c724d6b4d803735424e1dd authored over 6 years ago
Fix websockets connection drop if request contains content-length header #567

61b1030882781f93c0228b5605041a197e5eb8f5 authored over 6 years ago
set nodelay on socket #560

7065c540e1822fb15d4d040703c314c15ce81e95 authored over 6 years ago
Merge branch 'master' of github.com:actix/actix-web

aed3933ae8c7d09b8ada2a1fb302881b1c4ee6d5 authored over 6 years ago
hide ChunkedReadFile

5b7740dee3f0ddd5ff953755b62f1371c95e7489 authored over 6 years ago
Fix unnecessary owned string and change htmlescape in favor of askama_escape (#584)

1a0bf32ec76411e6ae017ea680b4dad7db3f0c69 authored over 6 years ago
update actix-net dep

9ab586e24e1ea4be98c31e6b0eed09f962fad1f9 authored over 6 years ago
fix keep-alive timer reset

6a1d560f227294b0edfb7a6e11e4acbc75cd8015 authored over 6 years ago
update base64 dep

62f1c90c8d245d3854e1ff2d7228c0c705aa1eb7 authored over 6 years ago
fix keep-alive timer reset

2677d325a727508e0d2b17ac412173b06528eb7a authored over 6 years ago
Add SameSite option to identity middleware cookie (#581)

8e354021d47b2131180de1a312d308ca96e7eb9a authored over 6 years ago
fix body decoding

f1587243c264af76aa731162687c3ba752b8a42e authored over 6 years ago
Use old clippy attributes syntax (#562)

3b536ee96c0118e8cf452b28f6acab6085db22a6 authored over 6 years ago
render error message as body

da82e249547530a809fe5b3c3c4252d4abbbfef5 authored over 6 years ago
use error message

79bcbb8a101cf448ebb8bc7e7c11f3249f0b0e19 authored over 6 years ago