Ecosyste.ms: OpenCollective

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

github.com/actix/actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://github.com/actix/actix-web

update changes

7ec5ca88a1cd48f967173a7be8b2a4019083c543 authored about 5 years ago
Switch brotli compressor to rust. (#1197)

* Switch to a rustified version of brotli.

* Some memory optimizations.

* Make brotli not ...

e5f3d88a4eb92d6618e55077623c4d1868ec3ad2 authored about 5 years ago
Add impl ResponseBuilder for Error

0ba125444ade4dc67a7e1ac30c6674fd4973ccca authored about 5 years ago
prepare actix-web-actors release

6c226e47bdc80852cdae7bc371ac6d37b7701fe1 authored about 5 years ago
Allow comma-separated websocket subprotocols without spaces (#1172)

* Allow comma-separated websocket subprotocols without spaces

* [CHANGES] Added an entry to C...

8c3f58db9d80c117bec524ead43a1306da591b8a authored about 5 years ago
Fix rustls build. (#1195)

4921243adda22d6217fd26e1a608b44a308abb7b authored about 5 years ago
Fix dependency features. (#1196)

91b3fcf85c694cfad047d27fc725f4ded11e731c authored about 5 years ago
prepare alpha.3 release

1729a52f8b8013f84db9975feeeaad4ea971e57a authored about 5 years ago
use actix-net alpha.3 release

ed2f3fe80d0d9a94bcdb3f971e87c4de75f9d9ee authored about 5 years ago
Merge branch 'master' into master

f2ba389496cb6fe51d5fdc093ac4224705764f4c authored about 5 years ago
Update README.md

439f02b6b1051f3154a150e003cc0262b57c4c82 authored about 5 years ago
Update README.md

e32da08a2659c50766e1e922ee65c4431ca0c7bc authored about 5 years ago
Update README.md

82110e0927e1279da6364eb4cb891a45f551442e authored about 5 years ago
Update README.md

7b3354a9ad3e8a16b0d7d05b9b3e1b02d7834788 authored about 5 years ago
Update README.md

5243e8bacaa6d77d158e651c92235595b6534c87 authored about 5 years ago
Update README.md

98903028c7578a82e8dd8edb575ff06bf3578b81 authored about 5 years ago
update changes for actix-session

7dd676439c4c96f640b485e9128d51f7038be98a authored about 5 years ago
feat: add access to UserSession from RequestHead (#1164)

* feat: add access to UserSession from RequestHead

* add test case for session from RequestHe...

fbead137f0b1a5288661ac4ebb7375d5be93d68f authored about 5 years ago
upgrade to tokio 0.2

205a964d8f5a3fe750567ad4710c81195b16414d authored about 5 years ago
replace hashbrown with std hashmap

b45c6cd66b5fcb37a7b4b3afcd4cb35cc25f2d9b authored about 5 years ago
update version

0015a204aa223440405eb7ba97a50eac72a851a4 authored about 5 years ago
update version

c7ed6d34282abf1272ad1043d4aea57024aa95aa authored about 5 years ago
update md

cf30eafb49c62c5f4a7aa39fa0a8ddd9d54bc936 authored about 5 years ago
use released versions of actix-net

14075ebf7fc73e92473d97085522d37b9bb82b61 authored about 5 years ago
update service factory config

068f047dd5244981e962a4d551e152477e57c581 authored about 5 years ago
update to latest actix-net

f4c01384ecc7fb863e6e41e5b345920431accc68 authored about 5 years ago
Merge pull request #1 from actix/master

git pull

b7d44d6c4cf443f9fe372a45c4f4ee5b6b087b59 authored about 5 years ago
Remove `rustls` from `package.metadata.docs.rs` (#1182)

33574403b50a61f7cec47103e3a666b002e4845b authored about 5 years ago
Merge branch 'master' of github.com:actix/actix-web

dcc6efa3e6a95f33f07b596cfff6be70af3f1280 authored about 5 years ago
disable rustls

56b9f11c981f532556916b54205de2f5fc173fa7 authored about 5 years ago
Set name for each generated resource

f43a7063642bebe8b76f472beb5a9d6dfdb42ed6 authored about 5 years ago
update examples

f2b3dc5625e09e0cefc33983e4d87339f9780999 authored about 5 years ago
refactor ResponseError trait

f73f97353b812bbe3d872932c8ca51d5de2a1f84 authored about 5 years ago
use actix_rt::test for test setup

4dc31aac93977572f062a43e5a38c23160ea2d5d authored about 5 years ago
upgrade derive_more

c1c44a7dd69137d99fb05b6aca370eb26fb7ebe0 authored about 5 years ago
Remove implementation of Responder for (). Fixes #1108.

Rationale:

- In Rust, one can omit a semicolon after a function's final expression to make
it...

c5907747ad29d82c89b116a82a0aa3c214315fdf authored about 5 years ago
fix typos from updating to futures 0.3

525c22de157cc379c9944672897654b27c801b7a authored about 5 years ago
update tests to async handlers

57981ca04add91258c3302bdfb4901772ac5f3e8 authored about 5 years ago
update travis config

e668acc596334eeda3ebffdcef90467396087d7a authored about 5 years ago
disable rustls support

512dd2be636ba796ab8e345319e330902449088d authored about 5 years ago
rename .to_async() to .to()

8683ba8bb03c27d2839a087f9c24e0791929269f authored about 5 years ago
add test with custom connector

0b9e3d381b4e1a95a1e4d77732b1ae0d56903aa6 authored about 5 years ago
update test-server tests

687884fb940e7d4bf535f718cc3a0bab907b27ef authored about 5 years ago
migrate actix-cors

6ac4ac66b96aa73f694d8de7fde2e0a2cffa1af8 authored about 5 years ago
update awc tests

b510527a9fd64926aa7577dd17e050dc3976ab9e authored about 5 years ago
migrate actix-multipart

471f82f0e0f7ad201708e1bcc3ee6a66b3bb42dd authored about 5 years ago
migrate actix-web to std::future

3127dd4db62175e9960b879f7621415b755d9e06 authored about 5 years ago
cleanup api doc examples

1f0577f8d504e2a1c1f22c6b39acd3edf13d9f67 authored about 5 years ago
use response instead of result for asyn c handlers

53c5151692978ecf21dda31b5c93cb1469e5c36f authored about 5 years ago
migrade rest of middlewares

55698f252425733a7052fdf50835d5e180bf7d97 authored about 5 years ago
fix h2 client send body

d081e573167cc139debb00e78333310a18b2cdf2 authored about 5 years ago
migrate actix-session

60ada97b3d6959ee040ffb6bf4ca16de7e9d02dc authored about 5 years ago
update actix-web-codegen tests

0de101bc4d05068948a042b35ee18e6f04a61a17 authored about 5 years ago
migrate actix-identity

3646725cf634331a0f5162c4f3bb63637dc4e34b authored about 5 years ago
migrate awc and test-server to std::future

5ab29b2e62fca5159d93e6deea1e4a48bfa1bcad authored about 5 years ago
update ssl impls

a6a2d2f444fc9c7c744c44a7ccf53aab6707c1e5 authored about 5 years ago
disable unmigrated crates

ff62facc0d82e1410d1abc78d4191386308b13d8 authored about 5 years ago
make actix-http compile with std::future

8cba1170e6064ba6754abec97776fd25038768f7 authored about 5 years ago
drop unpin constraint

1ffa7d18d37e293e7659562d77059b44de38d122 authored about 5 years ago
migrate actix-framed

95e2a0ef2e5617264176e67fe9b5769717702a56 authored about 5 years ago
migrate actix-files

69cadcdedb139f6cdae4604dde128161be6d87cb authored about 5 years ago
migrate client to std::future

9e95efcc1604e88825c9fdfca19378b911b28f40 authored about 5 years ago
update actix-web-actors

5cb2d500d1289fe66c4fa8b4a10975c0f2399b46 authored about 5 years ago
prepare actix-web release

0212c618c6594de8c44df02677a2f607288cd0c5 authored about 5 years ago
Add security note to ConnectionInfo::remote() (#1158)

88110ed268a3e46ccce610486abfb2cf8f39fbde authored about 5 years ago
prep awc release

fba02fdd8cde150615772c7fde8d3dd0811bef06 authored about 5 years ago
prep actix-file release

b2934ad8d2c3315e0eae85634a209a17e7b4a6af authored about 5 years ago
fix test order dep

f7f410d033c8d34295892a7d52a4a6dc51ef2e77 authored about 5 years ago
prepare actox-http release

885ff7396e792403990f713df1cd3bfd0b018059 authored about 5 years ago
Increase timeouts in test-server (#1153)

61b38e8d0df8ae5b4db59ff1d72ca65fbd75b8a2 authored about 5 years ago
Fix escaping/encoding problems in Content-Disposition header (#1151)

* Fix filename encoding in Content-Disposition of acitx_files::NamedFile

* Add more comments ...

edcde6707657d3e8bdd1df21533fe80aa235f0dd authored about 5 years ago
awc: Add support for setting query from Serialize type for client request (#1130)

Signed-off-by: Jonathas-Conceicao <[email protected]>

f0612f757001dde1509892f386d5d3033194f540 authored over 5 years ago
support Host guards when Host header is unset (#1129)

ace98e3a1e62cdfac4c21e22955c05157e373d35 authored over 5 years ago
prep actix-web-codegen release

1ca9d87f0a4dc97cf9a427debc65c2c384b8110e authored over 5 years ago
Update `syn` & `quote` to 1.0 (#1133)

* chore(actix-web-codegen): Upgrade syn and quote to 1.0

* feat(actix-web-codegen): Generate ...

967f9654051a5bd73941a5f21441aadb23cc3b90 authored over 5 years ago
prep actix-file release

062e51e8ce6c2bfb34044e62682df7c8fa88f65a authored over 5 years ago
feat(files): add possibility to redirect to slash-ended path (#1134)

When accessing to a folder without a final slash, the index file will be loaded ok, but if it ha...

a48e616def6463826a47e20f84fdfaa43266d82d authored over 5 years ago
Removed httpcode 'MovedPermanenty'. (#1128)

effa96f5e4697d7dad7fd73f68b4cca055fa3f25 authored over 5 years ago
Fix typo in response.rs body() comment (#1126)

Fixes https://github.com/actix/actix-web/issues/1125

cc0b4be5b7efa51f58f7b97ec67c57d60c1f2849 authored over 5 years ago
prepare actix-files release

a464ffc23daea1e0bc02bfea9622ae7bf33a2c12 authored over 5 years ago
[actix-files] Allow user defined guards for NamedFile (actix#1113) (#1115)

* [actix-files] remove request method checks from NamedFile

* [actix-files] added custom guar...

4de2e8a8983f96937d3c7d660ec9bd76951b5ebc authored over 5 years ago
Convert documentation examples to Rust 2018 edition (#1120)

* Convert types::query examples to rust-2018 edition

* Convert types::json examples to rust-2...

0f09415469843eea4000dc48085101dcf8d75e9b authored over 5 years ago
Let ResponseError render w/ 'text/plain; charset=utf-8' header (#1118) (#1119)

* Let ResponseError render w/ 'text/plain; charset=utf-8' header (#1118)

Trait ResponseError ...

f089cf185b64cf1f337b47d814a9b6882e7f0d42 authored over 5 years ago
Update docs of guard.rs (#1116)

* Update guard.rs

15d3c1ae816b81ef6ff0b5aa284cbc909dfd39e3 authored over 5 years ago
Expose ContentDisposition in actix-multipart to fix broken doc link (#1114)

* Expose ContentDisposition in actix-multipart to fix broken doc link

* Revert "Expose Conten...

fba31d4e0aa87f1e7f8c59f00079b6ba1aa534cc authored over 5 years ago
Add From<Payload> for crate::dev::Payload (#1110)

* Add From<Payload> for crate::dev::Payload

* Make dev::Payload field of Payload public and a...

f81ae37677e36eba58ff059466efb5c66eb89824 authored over 5 years ago
update ConnectionInfo.remote() doc string

5169d306ae5311b0955b8927ad0fbdbdb348df1d authored over 5 years ago
prepare actix-web release

4f3e97fff800267c6c21440540d6c01a4f297538 authored over 5 years ago
Add changelog entry for #1101 (#1102)

3ff01a9fc487d729781c4206ab3c9ea920c8c23b authored over 5 years ago
prepare release

3d4e45a0e56979ba2f316e752e399f1ccb35154f authored over 5 years ago
Feature uds: Add listen_uds to ServerBuilder (#1085)

Allows using an existing Unix Listener instead of binding to a path.
Useful for when running as...

c659c33919c4880dbe3d220773f20fc6c5b58070 authored over 5 years ago
Merge pull request #1101 from actix/add-awc-get-head-methods

Add remaining getter methods from private head field

959f7754b267ed4a7a33eb585b9d79aa3977039b authored over 5 years ago
Add remaining getter methods from private head field

23f04c4f38ee3ff47eafb2f26338e2e6561f591e authored over 5 years ago
Use actix-testing for testing utils

d9af8f66ba7ab645f160ee195136fcd1147cea99 authored over 5 years ago
Add support for serde_json::Value to be passed as argument to ResponseBuilder.body() (#1096)

* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()

* Upda...

aa39b8ca6fe7160446cc1adbd943c63014413e30 authored over 5 years ago
Implement `register_data` method on `Resource` and `Scope`. (#1094)

* Implement `register_data` method on `Resource` and `Scope`.

* Split Scope::register_data te...

58c7065f08dddb2a9370eee468a10aa29d8cd641 authored over 5 years ago
Merge branch 'master' of github.com:actix/actix-web

b3783b403e0e7d9f6fa85f5fff0bf5d306460d49 authored over 5 years ago
Do not override current System

e4503046de1263148e1b56394144b1828bbfdac0 authored over 5 years ago
Make UrlencodedError::Overflow more informative (#1089)

32a1c365975acffb25959f5887a6530396788504 authored over 5 years ago
Add ability to use `Infallible` as `HttpResponse` error type (#1093)

* Add `std::convert::Infallible` implementantion for `ResponseError`

* Add from `std::convert...

7c9f9afc46d2bf1c0a69826b2de41fa4f59f97a9 authored over 5 years ago