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

Extensions module improvement and tests. (#1297)

* replace get.is_some to contains_key

* Add tests

* remove unnecessary box cast

* fix m...

728b944360e38706de8100c9d2294e46374c2f39 authored almost 5 years ago
Fix minor grammatical errors (#1341)

3851a377dffd6ef37e6d3ddac8ea58b19cb4ef74 authored almost 5 years ago
Use `Pin<Box<S>>` in `BodyStream` and `SizedStream` (#1328)

Fixes #1321

A better fix would be to change `MessageBody` to take a `Pin<&mut
Self>`, rather...

fe13789345f6307e8ac1e1545770f82a14b6588b authored almost 5 years ago
Enforce safety of `downcast_ref` at compile time. (#1326)

* Enforce safety of `downcast_ref` at compile time.

The safety of `downcast_ref` requires tha...

3033f187d2214fdb40c815d982fbf6f8a31bcd3f authored almost 5 years ago
Replace `UnsafeCell` with `Cell` in `DateServiceInner` (#1325)

* Replace `UnsafeCell` with `Cell` in `DateServiceInner`

This ensures that it's impossible to...

276a5a3ee444bcfb57ac5b8927129c000b5a91fb authored almost 5 years ago
Long lasting auto-prolonged session (#1292)

Co-authored-by: Yuki Okushi <[email protected]>

664f9a8b2db3ebf5f365efebb0ce42cb993486a0 authored almost 5 years ago
Don't use cache in Windows CI (#1327)

c73c2dc12cc96fd519dcd7c32d4d2804df73c197 authored almost 5 years ago
Upgrade `time` to 0.2.5 (#1254)

* Use `OffsetDateTime` instead of `PrimitiveDateTime`

* Parse time strings with `PrimitiveDat...

e634e6484713d213794105758725b7f291488254 authored almost 5 years ago
Skip empty chucks for BodyStream and SizedStream (#1308)

* Skip empty chucks for BodyStream and SizedStream when streaming response (#1267)

* Fix test...

cdba30d45fc5814c0cd9657deec55968d04787ad authored almost 5 years ago
Remove several uses of `Pin::new_unchecked` (#1294)

Most of the relevant struct already had a `#[pin_project]` attribute,
but it wasn't being used....

74dcc7366d8ffa0316d4fccf773dff0ff2bb94c8 authored almost 5 years ago
Replace `Pin::new_unchecked` with #[pin_project] in `tuple_from_req!` (#1293)

Using some module trickery, we can generate a tuple struct for each
invocation of the macro. Th...

d137a8635b455a8b36c1df7a4ec9d698cbf27468 authored almost 5 years ago
Update `call_service` documentation (#1302)

Co-authored-by: Christian Battaglia <[email protected]>

a2d4ff157ea981a09d56e4284fd484e88a5c498d authored almost 5 years ago
Add ability to name a handler function as 'config' (#1290)

* eliminate handler naming restrictions #1277

* Update actix-web-codegen/CHANGES.md

Co-aut...

71d11644a71b243f8f4506b715db4f7c5dddbae1 authored about 5 years ago
Add benchmark for full stack request lifecycle (#1298)

* add benchmark for full stack request lifecycle

* add direct service benchmarks

* fix new...

8888520d83b43ccd217f1cfb9ba764a39cb72668 authored about 5 years ago
Tweak caches (#1319)

* Try to use `cargo-cache`

* Tweak issue template

cf3577550c04f6004f5fc33a57f7af814b0872cb authored about 5 years ago
Fixing #1295 convert UnsafeCell to RefCell in CloneableService (#1303)

Co-authored-by: Yuki Okushi <[email protected]>

58844874a0e56c51d964ab78f4d426da00541674 authored about 5 years ago
Initial Issue template (#1311)

* Initial Issue template

* First round of changes for the bug report

Co-authored-by: Yuki ...

78f24dda037bf7f4350cfefca54a876a0e7ae162 authored about 5 years ago
Remove codecoverage for tests and examples (#1299)

* Ignore Tests & Examples for CodeCoverage

Ignore Tests & Examples for CodeCoverage

e17b3accb9327ab962af62599d37f78fd59e569b authored about 5 years ago
Fix vcpkg cache (#1312)

c6fa007e726386544b0ebc8b7dd459d62bfd5e69 authored about 5 years ago
allow explicit SameSite=None cookies (#1282)

fixes #1035

a3287948d19bbdc9e7cf9957403961eeb2d8b94d authored about 5 years ago
Tweak actions (#1305)

* Add benchmark action

* Fix Windows build

2e9ab0625e9e58995d8376bf3d41b62bce9d2640 authored about 5 years ago
Add dependencies instruction (#1281)

3a5b62b5502d8c2ba5d824599171bb381f6b1b49 authored about 5 years ago
Fixed documentation typo for actix-files (#1278)

412e54ce1071e22da11a8a53e89f807814e7e0e4 authored about 5 years ago
Changes to Cors builder (#1266)

Co-authored-by: Yuki Okushi <[email protected]>

bca41f8d4006bb567eb1ab258c49b24d65e7ef59 authored about 5 years ago
Update doc comment for `HttpRequest::app_data` (#1265)

* update doc comment for `HttpRequest::app_data`

* add `no_run` to doc comment

* add `igno...

7c974ee6687229a61760331baf3f749843c23d6c authored about 5 years ago
Replace sha1 dependency with sha-1 (#1258)

* Replace sha1 dependency with sha-1

This other crate is being maintained, and it offers bett...

abb462ef8540b170d518fea968a3adb13d809ddc authored about 5 years ago
add extra constraints

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

39f4b2b39ee86814ccca9d54dfab4a0c57464be2 authored about 5 years ago
Fix panic with already borrowed: BorrowMutError #1263

f6ff056b8a496d1e629ecab16ba50c7f8e5094a3 authored about 5 years ago
Tweak actions to use cache and not to be stuck on the way (#1264)

51ab4fb73dd1fce8de44184d08cc916c060a4d41 authored about 5 years ago
Fix actix-http examples (#1259)

Fix actix-http examples

f5fd6bc49fd0886cf4a1c76de44c259aff7426c9 authored about 5 years ago
Small grammaritical update to lib.rs (#1248)

2803fcbe229203326007d31490e3ba87499425f6 authored about 5 years ago
add ssl feature migration

67793c5d92e06f3ec9c2131c580df842889b3718 authored about 5 years ago
Added 2.0.0 rustls feature name change (#1244)

bcb5086c9183de549ddcd2a96543d7af96dbd2d6 authored about 5 years ago
Fix link to example in readme.md (#1236)

* Fix link to example in readme.md

* Add links to openssl and rustls examples

* Rustls sho...

7bd22702907dfde91f9e8697cfb223a5c89b85ab authored about 5 years ago
update timeouts for test server

a4ad5e6b69e1f9205d76ff40d56260bc125bbd08 authored about 5 years ago
update migration

6db909a3e7fe7ad91c642531f98fc7bdc3f40469 authored about 5 years ago
prep actix-web release

642ae161c01fa303c0439fa63a2a2db1d3243348 authored about 5 years ago
prep actix-framed release

7b3c99b9337a8a237469c4bc37e512205f39b982 authored about 5 years ago
allow to specify multi pattern for resources

f86ce0390ecfc66504fc878483a7ca26bf99da38 authored about 5 years ago
Allow to gracefully stop test server via TestServer::stop()

7882f545e5ff3efaadb2095ca2dfcbd59135855d authored about 5 years ago
update migration

1c75e6876b0d749c41d27f8ebce480beafe8d649 authored about 5 years ago
Rename HttpServer::start() to HttpServer::run()

6a0cd2dced8b085865e966e2d40baf1b8ad9d640 authored about 5 years ago
update actix-service dep

c7f39157799d4ef5703e4b80e7d6215be6ef570e authored about 5 years ago
Enable GitHub Actions and fix file URL behavior (#1232)

* Use GitHub Actions

* Fix unused imports on Windows

* Fix test for Windows

* Stop to r...

f45db1f909d9247e5cba5bef1d897f17e3fd9241 authored about 5 years ago
fixed test::init_service api docs (missing await) (#1230)

3751a4018e7a541ab81fdce60a7c3cd16c714e64 authored about 5 years ago
add test server data test

0cb1b0642f17ca2906a02bcaa9405ce8368fec89 authored about 5 years ago
update changes

48476362a31e303904066e5acdb26cc8fd1fa533 authored about 5 years ago
add links to configs

2b4256baab0247923c6caf2af055919c15a4100c authored about 5 years ago
Make web::Data deref to Arc<T> #1214

e5a50f423d79132f8acbab8b715480e734772de6 authored about 5 years ago
bump ver

8b8a9a995d74a8aea5efaa99ffa3e629701e84a4 authored about 5 years ago
fix awc tests

74fa4060c2138dd070e9bfac65429d2ff81568cf authored about 5 years ago
rename App::register_data to App::app_data and HttpRequest::app_data returns Option<&T> instead of Option<&Data<T>>

c877840c07d657fd7379d4bc8381f7c38c29edd2 authored about 5 years ago
Allow to set peer_addr for TestRequest #1074

20248daedad5bee1fcfe3847ea02c38d6ba85a0e authored about 5 years ago
AppConfig::secure() is always false. #1202

a08d8dab7060b5ff2c5a97522786cfbfa27fd7ac authored about 5 years ago
feat: add access to the session also from immutable references (#1225)

fbbb4a86e91b207354383b2627b0d55465bbcb79 authored about 5 years ago
Replace brotli with brotli2 #1224

1d12ba9d5ff691178c3fe61f3f662ca7d98080d2 authored about 5 years ago
Use .advance() intead of .split_to()

8c54054844fd859c04c89410af2f5e1fc8e63283 authored about 5 years ago
fix Bodyencoding trait usage

1732ae8c79efe46df294e6b64a80ef8ddfbaa719 authored about 5 years ago
Fix poll_ready call for WebSockets upgrade (#1219)

* Fix poll_ready call for WebSockets upgrade

* Poll upgrade service from H1ServiceHandler too

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

29ac6463e1d4b34deb5214ae8d21765012922a00 authored about 5 years ago
Move BodyEncoding to dev module #1220

01613f334bdfe81abe4a6934e590ad7f70ba3935 authored about 5 years ago
fix deprecated Error::description (#1218)

30dcaf9da0a57336860d6137169658697b2e92b1 authored about 5 years ago
prep actix-web alpha.6 release

b0aa9395daf6e76c28a6216831b030e7713c662a authored about 5 years ago
migrate actix-web-actors

a153374b6149e8315bcb61ff846c107d4c70571c authored about 5 years ago
prep awc release

a791aab41825ba0a0f10388583c79c1352f11665 authored about 5 years ago
compile with default-features off

cb705317b8f70ecb4681806836c70d4cb3a0aedf authored about 5 years ago
fix docs.rs features list

e8e0f98f96c1ae09fd2c2cf32f4c47a443e5e852 authored about 5 years ago
fix docs.rs features list

c878f66d0593b01f4671eac2977af9b46ddfde47 authored about 5 years ago
update deps

fac6dec3c96cfa1caaf2abdc233a43076f6830c3 authored about 5 years ago
update changes

232f71b3b529955b9effa7e410847faee076d694 authored about 5 years ago
update changes

8881c13e600c36e082b3a80365caf2b774712cfb authored about 5 years ago
update changes

d006a7b31f81db36cd63f986858bc4fce81e5fc4 authored about 5 years ago
fix warnings

3d64d565d9aa7636f9faa56ff6bde59e73ce773a authored about 5 years ago
cleanup imports

c1deaaeb2f98a7dd6e3cbce81947c495f281fdfe authored about 5 years ago
fix warnings

b81417c2fa980c7a2157796ca74b2dc68769b710 authored about 5 years ago
refactor http-test server

4937c9f9c23d700cdc826db0d43faa5a66544c45 authored about 5 years ago
refactor test server impl

db1d6b7963ba5a4ddc2e54f10bfe04a42e225e7d authored about 5 years ago
Replace flate2-xxx features with compress

fa07415721fa09738b4e33cfd6fd94e75f60bf3a authored about 5 years ago
Add websockets continuation frame support

b4b3350b3e4b857daec140ff60981aaa1d4388ab authored about 5 years ago
fixes missing import in example (#1210)

4a1695f719ffb5b906ecba4f22b8d25d8173c60e authored about 5 years ago
Fix extra line feed (#1209)

1b8d74793728573c719ac887df8135dfb8618d9d authored about 5 years ago
Log path if it is not a directory (#1208)

a43a005f59902a88c31645e3aeedc8112da72671 authored about 5 years ago
actix-multipart: Fix multipart boundary reading (#1205)

* actix-multipart: Fix multipart boundary reading

If we're not ready to read the first line a...

a612b74aeb17bfe5ef822b3c626012a1fbb32eb1 authored about 5 years ago
upgrade to actix-net release

131c89709977335c1150be99e367780fe619398e authored about 5 years ago
use std mutext instead of parking_lot

ef3a33b9d6e67ace0dcd5a1d7889d1844f1de466 authored about 5 years ago
Fix buffer remaining capacity calcualtion

5132257b0dee34fb52de039626ea3ffb0964d524 authored about 5 years ago
Check Upgrade service readiness before calling it

0c1f5f9edc581878da5a6c1d4b40a90ed22d1b99 authored about 5 years ago
Fix broken docs (#1204)

Fixed un escaped brackets in lib.rs, and reflowed links to ConnectionInfo in app, config, and se...

e4382e4fc126a495baca0e583fd95d7aaee10c0a authored about 5 years ago
ws ping and pong uses bytes #1049

a3ce371312c12fb70d855d85a5ede2b98504ffa1 authored about 5 years ago
deps

42258ee2896db29cd8012d489f3d41c47b04faa9 authored about 5 years ago
prepare actix-http release

b92eafb8391c0433a53e35ca8f7987b5453eff5e authored about 5 years ago
add link to chat

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

63da1a5560c821cab4e5a498ac99e701718007cb authored about 5 years ago
update actix-service dep

1f3ffe38e886c7bcde10604976861e30f3ac4e6c authored about 5 years ago
Merge pull request #1192 from krircc/master

Add rich project metadata

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

909c7c8b5bb47252c002e70b03a7af5979c5f32b authored about 5 years ago
update tests and clippy warnings

4a8a9ef4050ce76ba94afedc6810f05953af22db authored about 5 years ago
clippy warnings

6c9f9fff735023005a99bb3d17d3359bb46339c0 authored about 5 years ago
remove HttpServer::run() as it is not useful with async/await

8df33f7a81fa98c77e0dc25dfd5288cff41557f7 authored about 5 years ago