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

handle empty te

989cd61236cc3a766221cfaa6a8b0dd660fcba83 authored over 6 years ago
split encoding module

33260c7b3583d341baecebff968f846d7aafbb88 authored over 6 years ago
simplify write buffer

40ca9ba9c5a9aebd03c83a33c321b7645a00f1cc authored over 6 years ago
refactor content encoder

45682c04a873266aa732b72ce3b11dc58bd9bb55 authored over 6 years ago
fix alpn connector

348491b18c9a2f0920595a27732537f248e924e2 authored over 6 years ago
set max-age default value

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

3d2226aa9ea1487a1135cfe8f9a54cd1e189ba4d authored over 6 years ago
refactor client connector waiters maintenance

cf38183dcb345942bdef6b0cd5e403a99c7de5d6 authored over 6 years ago
refactor h1decoder

e3dc6f0ca80d91038e7089bd78f447ba11d2982e authored over 6 years ago
Changes a leaked box into an Rc<String> and makes resource() return an Option (#343)

a5369aed8b04f8a898ec1e8b0f1b46249c5a1dab authored over 6 years ago
remove unsafe from mask

ff0ab733e4cf2a463c09f60bcc87cdbae00ade8e authored over 6 years ago
remove unnecessary unsafes

d1318a35a0ac65529d4483f4bf6d21d06effeb06 authored over 6 years ago
custom cookie

ac93ee7cdb9a31cbd4448c3146fcff1ce40ce216 authored over 6 years ago
update set_date impl

756227896b354d3f9ad7d66f181ce4b58d513268 authored over 6 years ago
Use Box::leak for dynamic param names

4fadff63f4b1eec0dd3646df4beb69adb52c5204 authored over 6 years ago
Switch from fnv to a identity hasher in extensions (#342)

7bc7b4839b1ead19d8a2e8937ba78cff9ed307bc authored over 6 years ago
Changes the router to use atoms internally (#341)

dda6ee95dff239a386cb7d6d8f052b21545e1875 authored over 6 years ago
remove libc dependency

765c38e7b9adf7151d7aeef2c176bf190073b18f authored over 6 years ago
transmute names once

6c445759233e60f2ecb24232839df21cc8686ee4 authored over 6 years ago
refactor read_from_io

fc7238baee828054e1cd10f862483fca428abcb4 authored over 6 years ago
refactor read_from_io

edd22bb2790fb18ebce07d79996a99a1ec44d821 authored over 6 years ago
Revert "remove unnecessary use of unsafe in read_from_io"

This reverts commit da237611cb429da5fb42ab9d6be52837d1de3dda.

17c033030ba6deda3f32755f06e4da04f46ab532 authored over 6 years ago
Merge pull request #335 from gnzlbg/fix_unsafe

remove unnecessary use of unsafe in read_from_io

3afdf3fa7eeda660235e49c837bfed351af92aaa authored over 6 years ago
cleanup srver pipeline

50fbef88fce113a2d0c2972509f1f5ba6f7e9913 authored over 6 years ago
remove unneeded UnsafeCell

c9069e9a3c2e8975c8f888754856ec33a2b52aff authored over 6 years ago
use read only self for Middleware

65ca563579afc3b55279847cdd4ff6df41ee0e08 authored over 6 years ago
Handler::handle uses &self instead of mutabble reference

3de928459273a3c56f2a2ff823a17d549096d8be authored over 6 years ago
Merge pull request #339 from joshleeb/propogate-scope-default-resource

Propagate scope default resource

5a9992736f4e5948f3464f64d40554bc12beb7a3 authored over 6 years ago
Update CHANGES for default scope propagation

03387672648eb5644c423c46544b69926e499e3c authored over 6 years ago
Propagate default resources to underlying scopes

c5e8c1b710aad692f2baef654261bfa11a70d11e authored over 6 years ago
Fix doc api example

b5594ae2a5e16b1848619a0edb957ecd82039e16 authored over 6 years ago
switch to actix master

58d1f4a4aa4048734bd6b4a36b12b054fdeb0400 authored over 6 years ago
update tests

b7d813eeba571bf9aff9973eeb0fdb6e51eb5f8b authored over 6 years ago
clippy warning

8e160ebda777dfefd14c66e4619e5938046d1c35 authored over 6 years ago
refactor extractor configuration #331

0093b7ea5ae5f6e23a247adce968ce1694c4e745 authored over 6 years ago
fix condition

75eec8bd4f0cf0277d8934ffe7c69cfd8dec0396 authored over 6 years ago
add unsafe checks #331

ebc59cf7b941a9004e1d37a97dbd407fd74db125 authored over 6 years ago
fix failure Send+Sync compatibility

c2c4a5ba3f696f58ea67355da75c09de7b182e9f authored over 6 years ago
Merge pull request #338 from tbroadley/fix-typos

Fix typos

dbd093075d7a65351224390e3dca556fcc8389b1 authored over 6 years ago
convert timer error to io error

1be27e17f88b0f64ad374fd655f53dbdfbd39744 authored over 6 years ago
SendRequest execution fails with the entered unreachable code #329

8b0fbb85d135435c62325408f7e00a1d80b6f63a authored over 6 years ago
Allow to disable masking for websockets client

cfe6725eb4c8365502cab6be3a4eb9894deddb4a authored over 6 years ago
Add test for default_resource scope propagation

f815c1c096fe60a8d638d125c3c1bb08c11c081a authored over 6 years ago
Merge pull request #334 from Vurich/master

Fix some unsoundness

280eae43358ff96f16b8b534bc19a1265b490e0a authored over 6 years ago
docs: fix typos

bd8cbfff351e7a5b4ae06135c4290113308bb848 authored over 6 years ago
remove unnecessary use of unsafe in read_from_io

da237611cb429da5fb42ab9d6be52837d1de3dda authored over 6 years ago
Fix some unsoundness

This improves the sound implementation of `fn route`.
Previously this function would iterate twi...

234c60d473a529f353ab51c04f3c7cb9e402fb70 authored over 6 years ago
various cleanups and comments

2f917f37000a1ec72250aa5ec087df00f07e7538 authored over 6 years ago
cleanup more code

311f0b23a9f787f3dc809babb81df4f8d59afd82 authored over 6 years ago
remove unsafe from scope impl

a69c1e3de5c9753e3c12ab73f677518701908c39 authored over 6 years ago
Merge pull request #328 from xfix/remove-some-uses-of-unsafe-from-frame-message

Remove some uses of unsafe from Frame::message

c427fd1241390eb3ee18fc5c99b50a080b084556 authored over 6 years ago
Merge pull request #327 from xfix/remove-use-of-unsafe-from-pipeline-poll

Remove use of unsafe from Pipeline#poll

adcb4e1492a77291be2f7ccc6c166cee7c314ea7 authored over 6 years ago
Merge branch 'master' into remove-some-uses-of-unsafe-from-frame-message

3b1124c56cd950d7b5ac2a3b5b0e09d516241463 authored over 6 years ago
Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll

cafde76361a36c04f5e8dfeba5dc921cba451f0b authored over 6 years ago
Update connector.rs

bfb93cae669547cccd9acbdb6d44c8d1eee2dcf3 authored over 6 years ago
Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll

b5c1e42feb007b22c2f179fc41d8c833923af483 authored over 6 years ago
Remove some uses of unsafe from Frame::message

e884e7e84e965106424b781f11260dc38adc860b authored over 6 years ago
Remove use of unsafe from Pipeline#poll

877e177b603934f86ccdf0ad8d8e2e7e45459d05 authored over 6 years ago
refactor route matching

27b6af2800ca368cda314a94ff1936d5142bc782 authored over 6 years ago
better doc api examples

5c42b0902f9cc38b1e6e7c8a53637f1ca781a170 authored over 6 years ago
ClientBody is not needed

247e8727cbaa12742a95bea56319812888a4bb75 authored over 6 years ago
remove unsafe cell from ws client

362b14c2f734c33a7b96cc21ba82b50b7767c2eb authored over 6 years ago
remove some unsafe code

261ad31b9ad58060189fc9f7121c7d2422c964b9 authored over 6 years ago
Add test and fix for panic in Bearer::to_bytes (#1)

488b7bf6535dd3c8668e66a10431d6c2cad6ce6d authored over 6 years ago
use actix 0.6

68cd5bdf686a5290827d441e25824195be99b3a2 authored over 6 years ago
refactor HttpHandlerTask trait

26f37ec2e3a804c2f2087200146964ffe6780baf authored over 6 years ago
refactor edfault cpu pool

ef15646bd7036e9a666c1fd080163068f7110e19 authored over 6 years ago
cleanup mut transform

a5bbc455c05ca3b7b978937367e32b9ffef49b95 authored over 6 years ago
method only for tests

6ec83526122b94fa3afd2a832b98b8ab061ead07 authored over 6 years ago
remove wsclient

f0f19c14d28ab5efb2b1ba7fe4b7093adf104572 authored over 6 years ago
make mut api private

daed502ee5d055203c45a7eeea4e163a5b520549 authored over 6 years ago
remove Clone from ExtractorConfig

9d114d785e2403071ec08f24c7e2436f3a08593a authored over 6 years ago
do not use references in ConnectionInfo

ea118edf5663aec6ff2a1930e3712ad4966d647d authored over 6 years ago
refactor server settings

e1db47d550138dff8e496bd7f81debeaef20c438 authored over 6 years ago
fix doc string

38fe8bebec6bdf00eaa3ad16c3dc81dcb07500e4 authored over 6 years ago
use HashMap for HttpRequest::query()

c3f295182fdc99051d575d406fc436a6f721fb31 authored over 6 years ago
remove HttpMessage::range()

b6ed778775a83f9813ff067678dea72e02cf6756 authored over 6 years ago
remove unneed Send and Sync

0f2aac1a27d20e08cdc43bc7167799175a64c50b authored over 6 years ago
update doc api examples

70244c29e0398a38d934a35d39f3a52eee91e350 authored over 6 years ago
clippy warnings

a7a062fb684d5aca8eb946646cad3b249661e78c authored over 6 years ago
update changelog

f3a73d7ddef0826aa1e587c2f4aabde27ef9e165 authored over 6 years ago
port Extensions from http crate #315

879b2b5bde0be05a0809f797ded86b16a38f07f0 authored over 6 years ago
remove Context::actor() method

33050f55a3fa53bc1e51f1996c5ef53e71c331a1 authored over 6 years ago
update actix usage

e4443226f694035c7d6752389be45f4e5e781b0d authored over 6 years ago
fix handling ServerCommand #316

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

566b16c1f748b014422faf0bafa77a916af5cb86 authored over 6 years ago
update actix api

8261cf437deb4cf761c8fa412b94701e324b65f4 authored over 6 years ago
Merge pull request #314 from DJMcNab/app-cleanup

remove duplication of `App::with_state` in `App::new`

8a8e6add086340cd31750f09774ea7d2bcbedd68 authored over 6 years ago
Merge branch 'master' into app-cleanup

b79307cab1d69340be0069392b774b52bcd11935 authored over 6 years ago
Merge pull request #312 from eddomuke/master

Add HttpMessage::readlines()

4c646962a953a384bc09c2129f77ef2d0afb2c44 authored over 6 years ago
Add `HttpMessage::readlines()`

cb77f7e688985fa1f8d677c2a3013994ed487a60 authored over 6 years ago
move ReadlinesError to error module

1bee528018605f0eec143fcf6bd432e2c4b124c0 authored over 6 years ago
change poll method of Readlines

ad9aacf5213440a11f5a20021586729c4b31d8a0 authored over 6 years ago
remove duplication of `App::with_state` in `App::new`

f8854f951c27d9266fdabf857d55d77a7581db6a authored over 6 years ago
add HttpMessage::readlines()

6d95e34552e48b79aa6319a1ee71a8208ac985b9 authored over 6 years ago
add HttpMessage::readlines()

6c765739d08c4e414369cc220456a70a7f0c6fb7 authored over 6 years ago
Merge pull request #308 from eddomuke/master

Allow to override Form extractor error

c8528e8920f35ada090a90c7c000db5ede237fcb authored over 6 years ago
add test for form extractor

0a080d9fb4ff7659606ca41f49f00370f5f1f3aa authored over 6 years ago
Merge branch 'master' into master

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

1a91854270190257fffa98a8be07b8afb66ab6ec authored over 6 years ago