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

Merge pull request #13 from ryanmcgrath/master

Re-export SameSite so it's immediately usable from this package...

25cca6783415c0c1c83d43d763532e8a8b69db2e authored over 6 years ago
merge

31de5a1d2475ddcb773fce8d83e8d270cf359a11 authored over 6 years ago
update changes

ac5a83134dec6f2644eca3b34ae3075055a4fb66 authored over 6 years ago
upgrade to actix/actix-web 0.7

62c382d28049b84071bbd27e5c58298966a493d3 authored over 6 years ago
update changes

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

040d9d275521a3c4b39fecc1872e38b60d269ca7 authored over 6 years ago
do not reallocate waiters

2043bb5ece54391f898fe7aab5b388d0f268839d authored over 6 years ago
Initial config for static files (#405)

a751df258966e1fbe409358f16963dd09bf34e98 authored over 6 years ago
Just a bit of sanity check for short paths (#409)

f6e35a04f0f58f5f94f3d37dd9c03428392027b0 authored over 6 years ago
Re-export SameSite so it's immediately usable from this package...

6c8801dc8caebe901257e8ea41e465e62db94c3f authored over 6 years ago
ws/context: Increase `write()` visibility to public (#402)

This type is introduced to avoid confusion between the `.binary()` and `.write_raw()` methods on...

0925a7691ab9df8e6f1ae56ded68bc55514be5b0 authored over 6 years ago
Expose leaked private ContentDisposition (#406)

2988a84e5f0f70171667383396993457de2ceb06 authored over 6 years ago
rename PayloadHelper

6b10e1eff6fb3455a4a56ea07367d18623198283 authored over 6 years ago
fix client connector wait queue

85672d1379d54dd3521afcd9ab3a2e2faf77e403 authored over 6 years ago
add release stat

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

f9f259e718350a4ceabcaca95f1b5b1dde4ac86b authored over 6 years ago
proper handling for client connection release

d43902ee7cfbcfeb3689c72004bb8a9a99c4e639 authored over 6 years ago
Add few missing entries to changelog

a7ca5fa5d8ba3499caf41da4f7fc87f7cd85bffb authored over 6 years ago
Session should write percent encoded cookies and add cookie middleware test (#393)

* Should write percent encoded cookies to HTTP response

* Add cookie middleware test

29a275b0f5594b13ec815215b48cc61712cf0194 authored over 6 years ago
calculate client request timeout

1af5aa3a3ea4d897ca598b0528e1c70ddfc46cff authored over 6 years ago
add wait queue size stat to client connector

bccd7c76715eac46f92191c5fbd4d6391af1aeae authored over 6 years ago
export Payload

2a8c2fb55eca2b404c60f6a96f40ced5741a5d6a authored over 6 years ago
checks nested scopes in has_resource()

2dd57a48d63c62006bc56eef416ba45c9d45a5e5 authored over 6 years ago
clippy warnings and fmt

22385505a3b868fcac63e6b7f15eb2bc5d22c71b authored over 6 years ago
use has_prefixed_route for NormalizePath helper

5888f01317d30c1f98f90ad99f5c75078f24dfd4 authored over 6 years ago
simplify has_prefixed_route()

b7a3fce17b8bf7bf823386e016d908945a3fd6ba authored over 6 years ago
Merge pull request #381 from OtaK/fix/has_route_prefixes

Add prefix aware RouteInfo::has_prefixed_route()

bce05e4fcbd294614812d5e9735e8d81a68198bc authored over 6 years ago
allocate buffer for request payload extractors

3373847a14e69969e02bc7347f4f5f808432a040 authored over 6 years ago
Added RouteInfo::has_prefixed_route() method for route matching with prefix awareness

8f645088878380b40485dedff5eb51020aa5f353 authored over 6 years ago
Merge pull request #399 from actix/router-refactor

Router refactoring

30c84786b707a1a02b712798ef01325439de9337 authored over 6 years ago
do not force install tarpaulin

2e5f62705050d9edc2bab6a8f77670d439858483 authored over 6 years ago
use assert and restore test case

2214492792aff5e5e2b507b441c885d6e1c48ab9 authored over 6 years ago
cargo tarpaulin

c43b6e3577d1cb3097b879aa05efdcfbc019c12f authored over 6 years ago
refactor router

da915972c0e32198c924b716e3904e5066a4966a authored over 6 years ago
rename RouteInfo

9570c1cccd25bdf58f6d879e29096d6f0cd6a435 authored over 6 years ago
calculate prefix dynamicly

42d3e86941f8f9b9aa471eec670d7e2c053eb842 authored over 6 years ago
simplify application prefix impl

b759dddf5a40aa52b693b99fb512d2139f0bf9c1 authored over 6 years ago
Merge pull request #1 from cdituri/fix-typo-in-fail-display

fix typo in Fail display of ProtoBufEncodeError and ProtoBufDecodeError

99e4e1c3ec0d776d7214fdb1d93d2924d756e2d4 authored over 6 years ago
Merge pull request #397 from actix/Turbo87-patch-1

error: Fix documentation typo

cf976d296f8c8da153ae6bd3b6bb791dd99b2941 authored over 6 years ago
error: Fix documentation typo

9012cf43fe30c14f0748259f6975411b80a548d8 authored over 6 years ago
Private serde fork (#390)

* Fork serde_urlencoded

* Apply enum PR https://github.com/nox/serde_urlencoded/pull/30

* ...

7d753eeb8c5744dd2f6c0e647c1a73b34a7022dd authored over 6 years ago
update travis config

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

35911b832ab2b5f1d99dfa618272cb4e1f493b0e authored over 6 years ago
rename ResourceHandler to Resource

b8b90d9ec9ab449ad2f967604ec8b8a27e646bff authored over 6 years ago
Merge pull request #387 from actix/fix-missing-content-length

fix missing content length

422a870cd72dc3cab11faa10e8905ec47bd1ef44 authored over 6 years ago
clippy warnings

db005af1af8f35f405883ac9ee3913731a11b51b authored over 6 years ago
use write instead format

8e462c5944320e804db041b8a11ae264ef141a09 authored over 6 years ago
pin failure crate

86e44de7874b40c32ab7d79358d059c34367ea01 authored over 6 years ago
fix typo in Fail display of ProtoBufEncodeError and ProtoBufDecodeError

Signed-off-by: Chris Dituri <[email protected]>

ca37d058470ef8d669d70cb510206a85438b0be9 authored over 6 years ago
fix missing content length

fix missing content length when no compression is used

d9988f3ab68ad074b7367354419bb2ac582f20c0 authored over 6 years ago
Merge pull request #377 from Diggsey/apply-mask

Refactor `apply_mask` implementation, removing dead code paths and re…

696152f7635933c5d834551b207bf0e3c30f6baa authored over 6 years ago
update changes

f38a370b945972c14ed72bf23b46d7826680d11b authored over 6 years ago
fix h2 compatibility

28b36c650a9558d6afee231703b5f869b8ddaec0 authored over 6 years ago
Merge branch 'master' into apply-mask

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

19ae5e9489e8d18b11ff87cf31176ba6d2a8bca2 authored over 6 years ago
remove & to &mut transmute #385

9aef34e768574d9af4eb33880652749419eba446 authored over 6 years ago
Lessen numbers of jobs for AppVeyor

bed961fe350c8c34c5d18a0ce87152088a3c1962 authored over 6 years ago
Refactor `apply_mask` implementation, removing dead code paths and reducing scope of unsafety

87824a9cf636c36bb4812416bc91015b0a192f6d authored over 6 years ago
Do not override user settings on signals and stop handling (#375)

82920e1ac1e6cdd12915fee127665625b7900378 authored over 6 years ago
stop actor context on error #311

110605f50bb08b86d789081554c8ce1fe2db2f62 authored over 6 years ago
Merge pull request #368 from Diggsey/master

Remove reimplementation of `LazyCell`

00c97504b6d938399c1aab03525c5774e9c2fc72 authored over 6 years ago
Remove reimplementation of `LazyCell`

85012f947a33f515c4a66e588b4882f022e521ed authored over 6 years ago
update changes

62ba01fc15ea933613134d342ceb3c1fa38c2ce5 authored over 6 years ago
remove unsafe

5b7aed101a39232a11a62519af1422cb7954027f authored over 6 years ago
remove stream from WebsocketsContext::with_factory

1c3b32169eefff2eef4a79ade2be20d9af7a673f authored over 6 years ago
close conneciton for head requests

cfa470db50f9a41173261262ca91b388bda31562 authored over 6 years ago
clippy warnings

a5f7a67b4d28028e3ecacadec1e082f6ff81a54c authored over 6 years ago
do not drop content-encoding header in case of identity #363

185e710dc87d407d57004c199c9a7552dde38af8 authored over 6 years ago
do not read head payload

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

2a25caf2c5d8786bfcf4b2b5ddb47bb3d6c3abda authored over 6 years ago
add check for usize cast

7d96b92aa363bd1d28cb2aec788943d0a6c5971a authored over 6 years ago
Introduce method to set header if it is missing only (#364)

Also let default headers use it.

Closes #320

67e4cad2819ab9c57632172d75b9c4262dad6c33 authored over 6 years ago
Use StaticFile default handler when file is inaccessible (#357)

* Use Staticfile default handler on all error paths

* Return an error from StaticFiles::new()...

080f232a0f675e0f9eb13cba8f57133008c7f3b5 authored over 6 years ago
update httparse version

ac3a76cd3224f2b42fd1910e885e8b638f360728 authored over 6 years ago
clippy warnings

8058d15624c2a802a8b1f78b466e89ffae868ecd authored over 6 years ago
remove unsafe

05a43a855e320a86779bdf7fc761d1133788153e authored over 6 years ago
call disconnect on write error

80339147b925cb3e2df762c3826326933028c805 authored over 6 years ago
re-enable start_incoming support

6af2f5d6429e6855d20fdc5bfe8195850e4b50b1 authored over 6 years ago
update actix dependency

d7762297da02da64ab49a04260cb3a521888dbdc authored over 6 years ago
remove public Clone for Request

d5606625a21803c2a627fdf2f2449c1c9d96ee02 authored over 6 years ago
optimize Request handling

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

f559f23e1c84b2c545161401f124e356053622b8 authored over 6 years ago
cleanup warnings

6fd686ef98214a998596c76ec38d90680f487af7 authored over 6 years ago
use new actix context api

4c5a63965e72afc838d8a6d4e9346ff33420451d authored over 6 years ago
plain/text -> text/plain in comment (#362)

09aabc7b3b23be7c4ae02dada73138b2b57a97e5 authored over 6 years ago
Merge pull request #348 from actix/request-mutability

Request mutability

b6d26c9faf2f75c38dcd45faf8b07afb4ec7b85b authored over 6 years ago
refactor HttpRequest mutability

fec6047ddc4179b68831892b12b031cb23248a5c authored over 6 years ago
remove unsafes

445ea043dd3af69547c7a367aba7b65412b549e1 authored over 6 years ago
Create CHANGELOG.md

f79a253f1ecae7dbca4adde1f33b9edaf4e4f1b9 authored over 6 years ago
Bumping version

0495d783846ae3fbffbf111e2adc960550403256 authored over 6 years ago
Account for joining ':' in basic auth (#2)

67f0aceea6f08c98a7aed321d92bb176aee57f93 authored over 6 years ago
Properly escape special characters in fs/directory_listing. (#355)

0be54485970fb31d81b5ea2ca28846da1038212e authored over 6 years ago
set length of vector to max_bytes (closes #345) (#346)

0f27389e7207fb286ac47cd81f7b6a5e0622cf29 authored over 6 years ago
Fix duplicate tail of StaticFiles with index_file

Map from 0.6 to master

a9425a866bdb7d2be8cd2ab0ab9232541f93258a authored over 6 years ago
Merge pull request #11 from yinyanlv/fix-cookie

custom cookie

06248900b9dda072c2e8c7ceae7e94c7be7a7781 authored over 6 years ago
explicit response release

800c404c72a254ebac67b04b3588c6dae19f3a53 authored over 6 years ago
simplify http response pool

32212bad1f36790bfbb16be823624a41d9e2327b authored over 6 years ago
update comments

d1b73e30e079796e5c79472f79af4bd1e0218e51 authored over 6 years ago
do not store cookies on client response

c0cdc39ba9ccdc3c7b0243fccd118fdeed44163e authored over 6 years ago
add empty output stream

8e8a68f90b49d0d01aa522efd8546c15ef453669 authored over 6 years ago