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

Remove `mem::uninitialized()` (#1090)

c1f99e0775b986d57244e4ef20faa8982f0dac88 authored over 5 years ago
Allow to re-construct ServiceRequest from HttpRequest and Payload #1088

a32573bb58727059afa470bf5d596b03f6616b7e authored over 5 years ago
prepare releases

e35d930ef9d2c7c33a36cd9760f44b0b3bb2d6f5 authored over 5 years ago
fmt & clippy

60b7aebd0a6de57cc480e8fdc9a755743654bde1 authored over 5 years ago
export frozen request related types; refactor code layout

45d2fd429928d243d80a6bce246d2542f9e8cde7 authored over 5 years ago
prepare awc release

71f8577713791a6991a2e7120077d52347d38a55 authored over 5 years ago
prepare actix-http release

043f763c51675b0d4bc0d8a66e8a6883e155bdd8 authored over 5 years ago
Added FrozenClientRequest for easier retrying HTTP calls (#1064)

* Initial commit

* Added extra_headers

* Added freeze() method to ClientRequest which prod...

8873e9b39ed776249e756195e46a5f295760146c authored over 5 years ago
fix h2 not using error response (#1080)

* fix h2 not using error response

* add fix change log

* fix h2 service error tests

5e8f1c338c2a45544359d03ce6ea5a3b0c0a3cfb authored over 5 years ago
actix-multipart: Correctly parse multipart body which does not end in CRLF (#1042)

* Correctly parse multipart body which does not end in CRLF

* Add in an eof guard for extra s...

1d96ae9bc372a9bb857cdb105fc89314e4ddc6c8 authored over 5 years ago
Ensure that awc::ws::WebsocketsRequest sets the Host header (#1070)

* Ensure that awc::ws::WebsocketsRequest sets the Host header before connecting.

* Make sure ...

8d61fe09257a2439a00c737728f6a26a5111c1cb authored over 5 years ago
Condition middleware (#1075)

* add condition middleware

* write tests

* update changes

* Update src/middleware/condi...

8a9fcddb3cad417bba5119111e044bb6ff11771d authored over 5 years ago
update actix-connect ver

c9400456f665fb30d61031289570aafae01b1b61 authored over 5 years ago
on_connect result isnt added to request extensions for http2 requests #1009

63ddd30ee44c710721b53c4d349c5d65655f217e authored over 5 years ago
prep actix-web release

bae29897d695f70860ab0134fea1f88180560bae authored over 5 years ago
clear extensions before reclaiming HttpRequests in their pool (#1063)

Issue #1062

616981ecf9a5be5de467f9d9753ca47aa44c9d21 authored over 5 years ago
enable rust-tls feature for actix_web::client #1045

98bf8ab0984356a78c15b2a02d8974e0063867eb authored over 5 years ago
actix_web::test::TestRequest::set_form (#1058)

c19313790547c7b7a3ea42d0a16b9fcfec208f05 authored over 5 years ago
Data::into_inner

a07cdd6533cb1e29c730da5811ba6d9928e3bbc9 authored over 5 years ago
Prepare actix-multipart 0.1.3 release

61e492e7e31fa1543f475b3cde465c89cc77f3b7 authored over 5 years ago
Add explicit `dyn`s (#1041)

* Add explicit `dyn`s

* Remove unnecessary lines

23d768a77b42c5df45ef76bbc1f84cfee62ee09c authored over 5 years ago
chore(readme): fix copy paste error (#1040)

Fix actix-cors README

87b71624734b57f416c234ee8a24b422a2a21b44 authored over 5 years ago
update awc dep

979c4d44f4626e4346714753106d2e94c9b845d1 authored over 5 years ago
prep release

5d248cad89758986bc27ada8744084202debd4cd authored over 5 years ago
update url crate

b1cb72d08803a6cb6d53dc2ed23a0dede058bff1 authored over 5 years ago
update dependencies

55179d6ab2c602617d5c1391728d041223ae8358 authored over 5 years ago
prepare actix-http 0.2.9 release

192dfff6805a9360ee1858419f98f98066ff87c0 authored over 5 years ago
Fixes a bug in OpenWaitingConnection where the h2 flow would panic a future (#1031)

915010e7338c4c119ff387296185aff8f177ca55 authored over 5 years ago
Replace deprecated methods in actix_files (#1027)

* Bump up mime_guess to 2.0.1

* Replace deprecated methods

* Update CHANGE.md

dbe4c9ffb5ccbb74105a22f9dc62b0846468f24d authored over 5 years ago
Update nightly to 2019-08-10 (#1028)

0ee69671bac0dba161d01d7a9435789476f9bdf6 authored over 5 years ago
Merge pull request #1023 from lukaslueg/byteorder_removed

Remove byteorder-dependency

80e1d16ab8078a46cd4ded9207f4d9b48f988d0b authored over 5 years ago
Update CHANGES.md

b70de5b99125479a718c00e99671c91c4669dcda authored over 5 years ago
Remove byteorder-dependency

0b9e6922985b1c3c69a89c04ca61f469dc34ad51 authored over 5 years ago
prepare awc release

cf1a60cb3a6e954e80eec8dd635114613ac41251 authored over 5 years ago
prepare actix-http release

0d15861e234a5aa8da4063df07f6effc33709eda authored over 5 years ago
add rustls support for actix-http and awc (#998)

* add rustls support for actix-http and awc

* fix features conflict

* remove unnecessary d...

cb19ebfe0c1bdbe69bdc71fdf77a7ccf26b065d8 authored over 5 years ago
update min rust version

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

e9b4aa205faf58d8b0aa3d5483bb3a38db8813db authored over 5 years ago
fix awc client panic #1016

7674f1173cd3af8466c62a240619b146382acfd6 authored over 5 years ago
Allow HeaderMap to be cloned (#1014)

* Allow HeaderMap to be cloned

* Add entry to changelog

511026cab01136d6e94f8fb234b66889b5cf27ef authored over 5 years ago
Fix two dyn warnings (#1015)

81ab37f23591e2404443d5cc260dca55abfa7cd5 authored over 5 years ago
Fix typo

6f2049ba9bc7303d6760366ca24417e1632e655b authored over 5 years ago
actix-files: "Specified path is not a directory" error now includes the path (#1004)

52372fcbea371c84bf2bf20f17a72577f7841d17 authored over 5 years ago
Modify response body only if encoder is not None #997

f3751d83f87d56d7d8b3e1ebea5f7931da7beec2 authored over 5 years ago
update CHANGES.md for Form impl Responder

b0b462581be1dc40c00f7bccf301d17c4433004a authored over 5 years ago
impl Responder for Form

8f48ed2597ffdf5f372c40d31c905dc3976078dd authored over 5 years ago
bump version

c96068e78df609bc1bc01a41caae1237ed5e0d54 authored over 5 years ago
Allow to disable Content-Disposition header #686

7bca1f7d8de013212fd35aff9f2f89162a023f40 authored over 5 years ago
update changes

3618a84164b553bc59ce417d965583521951d71f authored over 5 years ago
add support for specifying protocols on websocket handshake (#835)

* add support for specifying protocols on websocket handshake

* separated the handshake funct...

03ca408e9422946d4863d9d70b82e698e73d8cda authored over 5 years ago
Add the start_with_addr() function, to obtain an addr to the target websocket actor (#988)

e53e9c8ba3b7d0bed00b576344f7be68a27b8580 authored over 5 years ago
Remove unneeded actix-utils dependency

941241c5f097260f552dd988fa5292d872c823d9 authored over 5 years ago
add note about Query decoding (#992)

f8320fedd83e159ed78789815ad0765919d50284 authored over 5 years ago
make Query payload public (#991)

c808364c072f0b1e5fefc59229facce6ef3595c1 authored over 5 years ago
update changes

cccd82965653e951854ee293235ded2fb09a3baa authored over 5 years ago
Re-implement Host predicate (#989)

* update HostGuard implementation

* update/add tests for new HostGuard implementation

3650f6d7b888c823c2af60c507904e4700c77b3a authored over 5 years ago
prep actix-web release

6b7df6b242c1cf844ff95b26d963eb275b3d0ada authored over 5 years ago
update dependencies

b6ff786ed361cb2d1c4111629dd9c96e697a0cfe authored over 5 years ago
revert DateServiceInner changes

9c3789cbd0c607d58f024afd2e51dc2f6a1198d5 authored over 5 years ago
Add support for downcasting response errors (#986)

* Add support for downcasting response errors

* Added test for error casting

29098f8397ff8ec8b8d615d72c5a08bec08fec4d authored over 5 years ago
Unix domain sockets (HttpServer::bind_uds) #92

fbdda8acb191dcaaa02f582ed8fce0b9bb96a51e authored over 5 years ago
Log error results in Logger middleware (closes #938) (#984)

* Log error results in Logger middleware (closes #938)

* Log internal server errors with an E...

d03296237eb6cbfa019355eca5747032b0836539 authored over 5 years ago
Remove several usages of 'unsafe' (#968)

* Replace UnsafeCell in DateServiceInner with Cell

The previous API was extremely dangerous -...

b36fdc46db7b606615c417d538059d30427b82fd authored over 5 years ago
nightly clippy warnings

2a2d7f57687b635262b426f873702562b5395005 authored over 5 years ago
clippy warnings

4092c7f326fa18c65b40ae703c68dfa4128be92d authored over 5 years ago
bump version

ef3e1037a86f2d6d2176e9f60847fe3a1d7c84cd authored over 5 years ago
Replace ClonableService with local copy

baaa7b3fbb61cec96d9e0255d4b798334fb4518c authored over 5 years ago
Expose factory traits and some clippy fixes (#983)

32718b7e3101e6d1507f883318dcc050890eda37 authored over 5 years ago
prepare actix-web release

c01611d8b51ddc57841dce48270eaa66f0ab9030 authored over 5 years ago
cleanup deprecation warning for Box<dyn>

7b1dcaffda60648b77535c2cec34946ab57cb0ed authored over 5 years ago
expose app's ResourceMap via resource_map method

c65dbaf88ed6172484d10e18473aa27d7fcf7338 authored over 5 years ago
prep test server release

c45728ac01743aed6f12308aa2d1c3ef32aa2b19 authored over 5 years ago
Add DELETE, PATCH, OPTIONS methods to TestServerRunner (#973)

6f71409355d6c51501dfdad2deb2efac13a8174f authored over 5 years ago
update bench link

8d17c8651f5f1eb721ffe2ba550512aa7241ef1d authored over 5 years ago
Impl Responder for (T, StatusCode) where T: Responder (#954)

b1143168e53a65824b23b6cfff6d2db7921846ef authored over 5 years ago
update api doc example for client and add panic info for connection_info

69456991f6d19e056e13b5f7572f9ecbb959d802 authored over 5 years ago
prepare actix-session release

f410f3330fb771e8d51b7448ea2b0d3981d95891 authored over 5 years ago
Update the copyless version to 0.1.4 (#956)

< 0.1.4 failed to check for null when doing allocations which could lead to null dereferences.

e1fcd203f8f29b8e2c2cc38a9862c5c52a466af4 authored over 5 years ago
Drop a duplicated word (#958)

0d8a4304a922b8f2da0fd50579dc2cc3dacc3ded authored over 5 years ago
Merge pull request #912 from Dowwie/master

updated actix-session to support login and logout functionality

14cc5a5d6b60e35484bb3e797db399cdaa1ba086 authored over 5 years ago
Merge branch 'master' into master

287c2b1d18e4039b4cd7844ee691eee91a93fedf authored over 5 years ago
reverted actix-web/CHANGES.md

7596ab69e0b0a40a0c07627a55a2f2a47c8ecc6a authored over 5 years ago
reworded session info in CHANGES

1fdd77bffac9f16d780eff9aaefc23889eeae513 authored over 5 years ago
updated version in Cargo to 0.2

2d424957fb4d4feea0e3c104b84f60d4ac0af2cf authored over 5 years ago
updated actix-session/CHANGES with info

dabc4fe00b1b2cf149793fae40440e36a6e5e95f authored over 5 years ago
updated CHANGES with info about actix-session update

5bf5b0acd2b60c5d56ab60b0d33523b9952916c1 authored over 5 years ago
updated session cookie to support login, logout, changes

099a8ff7d82184512ae5862ca0e6d088a8838367 authored over 5 years ago
prepare awc release

a28b7139e6bd2dedeeb24d839aeaebf5276cc8ca authored over 5 years ago
disable travis cargo cache

a0a469fe8541466d38a4d8c963c505a486f4fb93 authored over 5 years ago
Bump rand crate version to 0.7 (#951)

dbab55dd6b971c97684d7deca23f327a3a2694f6 authored over 5 years ago
Actix-web client: Always append a colon after username in basic auth (#949)

* Always append a colon after username in basic auth

* Update CHANGES.md

d2eb1edac33f0617ca5d9869258f678365428803 authored over 5 years ago
Fix link to actix-cors (#950)

5901dfee1a1ed553cab216ad480ff784baa7435f authored over 5 years ago
updated cookie session to update on change

0e05b37082fa57444858b46e1a8b57b731777f1c authored over 5 years ago
Fixes typo in docs. (#948)

Small typo in docs.

37f4ce8604f3a3cc8cb789d17ee5b4aac8b5111c authored over 5 years ago
update deps

12b51748503d9802a51814bd49c032ec1e7344ce authored over 5 years ago
prepare actix-web release

b77ed193f79e1d5ad70cc34e479e12c315c5e98e authored over 5 years ago
Add on-connect callback #946

d286ccb4f5a86eca12c65b1632506a8bd8b37d19 authored over 5 years ago
update actix-http changes

cac162aed765431d1e405f7aeb276425bd62031a authored over 5 years ago
Do not set Content-Length header, let actix-http set it #930

a3a78ac6fb50c17b73f9d4ac6cac816ceae68bb3 authored over 5 years ago
prepare actix-web-actors release

596483ff55b6aceba1d78adec8a27b347130a789 authored over 5 years ago