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

allow to create response with error message

148cf73003c10728b773d3d0fd6256c4ff6016f1 authored over 6 years ago
clippy warnings

c2540cc59b8967291cf8166bcfb256a5091420a0 authored over 6 years ago
Add async/await ref

cfd9a56ff74dd6cb6ad38b6a67b40ed1763d6071 authored over 6 years ago
Correct IoStream::set_keepalive for UDS (#564)

Enable uds feature in tests

5f91f5eda6f3b61d91a63b5ef651ef9f2617d7b7 authored over 6 years ago
add Debug impl

540ad18432ed7be876fe7deae9f00415c116dbf4 authored over 6 years ago
update Connector usage

cd0223e8b7387d57bbd32dacc97b8a6d4ef580d3 authored over 6 years ago
update deps; export api

bc6e62349c907f633377881f95fef69399fe8416 authored over 6 years ago
add DefaultClient type alias

4260692034d9f78f2e99ea4cd00c12dbacf42929 authored over 6 years ago
add client http codec; websockets client

09c94cb06be623d21aead3173707268b185ab78b authored over 6 years ago
ws services

9b94eaa6a8017cf203fef999c75366b56554216f authored over 6 years ago
add a way to configure error treatment for Query and Path extractors (#550)

* add a way to configure error treatment for Query extractor

* allow error handler to be cust...

42d5d48e7105270e89eb8af6b111c305c5536e00 authored over 6 years ago
Refactoring of server output to not exclude HTTP_10 (#552)

960274ada8540064364579cb5a7caeb289ae7340 authored over 6 years ago
Fix typo in error message (#554)

f383f618b537d6912ba9e2e7e27402b7bba964e1 authored over 6 years ago
rename service

20c693b39c0e80436cc6c1d0e3641a226f8c8fe1 authored over 6 years ago
added H1SimpleService

3c402a55da704ac6605d26500877bedab8565bf7 authored over 6 years ago
bump version

c04b4678f136b118fef40b979c0df90402a8e0e4 authored over 6 years ago
HttpServer not sending streamed request body on HTTP/2 requests #544

dd948f836e75b4edecb912203fe9f6fe89365115 authored over 6 years ago
do not handle upgrade and connect requests

d39c018c9384963030d0adda0e29a0735d7d5179 authored over 6 years ago
Correct build script

63a443fce0560f2d4275032cd12c3fb2d22dd931 authored over 6 years ago
Add individual check for TLS features

d145136e569b49caec0fe87735ab0c736b2eb5de authored over 6 years ago
export Uri

b960b5827c844d32bb85ea560d0d9e0783c2aaf7 authored over 6 years ago
fix after update tokio-rustls (#542)

32145cf6c31a9d149041b0894029190e3c4086ba authored over 6 years ago
update deps

06addd55232a866dd195149c3622c9b37f5b9ae5 authored over 6 years ago
refactor ws codec

47b47af01a6baf8258c1286d3c82f6f28524e2ba authored over 6 years ago
update dep versions

ec8aef6b433832d5ab384d7bf66f847356900189 authored over 6 years ago
remove unused code

f45038bbfe338661f3b958b10c37dd64d3d70650 authored over 6 years ago
fix 204 support for http/2

c63838bb71bfa96c46341982afd17cb3608aaf0b authored over 6 years ago
update version

4d17a9afcca0d8818f41feb6d5c24b58b960b45e authored over 6 years ago
Fixed panic during graceful shutdown

65e9201b4d586df303b7d0870cdb55a107d0327b authored over 6 years ago
update readme example

4a167dc89e7ce9b0c9fcd239bf7c4f5e17e0e7bc authored over 6 years ago
simplify h1 codec messages

1407bf4f7f2a0e0ec6302b792eef45acbc4656bf authored over 6 years ago
disable shutdown atm

c3ad516f56cfa59accd91b7d589a2c8e62969844 authored over 6 years ago
use actix-net release

cb78d9d41a4063b81b18d1218819740916693821 authored over 6 years ago
update deps

93b1c5fd46465f2e08b661811a28b968fb77de70 authored over 6 years ago
update appveyor config

fd5da5945efe16ef6e7f08027312286cc4c2829b authored over 6 years ago
fix tests on stable

2b4870e65b70bfd1600eecc3a61f82d437599482 authored over 6 years ago
add Default impl for ServiceConfig

f99a723643d3e0618068acb2631331e3c25f6dba authored over 6 years ago
separate ResponseLength::Zero is not needed

3984ad45dfb5f13a9e645b0f48265c5ec5b6834f authored over 6 years ago
do not override content-length header

4e7fac08b9675dad2965611e1c33cc734603de4f authored over 6 years ago
impl response body support

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

07f6ca4b716d6cc354488bad9e1a65a3002a7d85 authored over 6 years ago
refactor date rendering

03d988b898ab976bdf04658209c35239b6c4b1e7 authored over 6 years ago
add Date header to response

431e33acb2a73245dd7d99e9876d5ee37028c951 authored over 6 years ago
use TakeItem instead of TakeRequest

30db78c19cf8c3e65a4cfefdeb6f8ccf15cec921 authored over 6 years ago
enable slow request timeout for h2 dispatcher

cfad5bf1f343a472f8dbaf9c6dba525c59cb19b9 authored over 6 years ago
better keep-alive handling

8acf9eb98a505eb5f16d72af5424763989599c51 authored over 6 years ago
refactor http/1 dispatcher

13193a0721110f0ad0dd046af76480322ae46430 authored over 6 years ago
simplify H1Service configuration

9c4a55c95c106abf8edebad1a5db8188d0bea57a authored over 6 years ago
simplify error handling

8d85c45c1d1369f7e357e9f3f19c4beb75284740 authored over 6 years ago
refactor te encoding

b0ca6220f07fafd9862542cb703cefc1753c16e9 authored over 6 years ago
add content-length test

dda5b399ca56e966c34908756879f9489ac70481 authored over 6 years ago
cleanup dependencies

25af82c45a01d97ae65011665fa819c0edaa31df authored over 6 years ago
update tests, remove unused deps

87b83a34034416dcaed9ded3fea442a21c48f211 authored over 6 years ago
remove Json type

c368abdf5fcce199b7b2ff3560a7476e63da90ba authored over 6 years ago
split request decoder and payload decoder

ee62814216fb67697f2451803f31f006085c05fc authored over 6 years ago
test content length (#532)

10678a22af6a138a6106ffc3dccd281625bf7c4b authored over 6 years ago
httpresponse.rs doc fix (#534)

7ae5a43877966cb335a1a03b128f7cc6caefac51 authored over 6 years ago
add TakeRequest service; update ws test case

c0699a070efc7b72f120cb380a03cf5abaaa3bd8 authored over 6 years ago
add websocket transport and test

7e135b798b1f20368b62a9d2f7f03dbbc361bffe authored over 6 years ago
refactor ws to a websocket codec

5c0a2066cc901c136062121345684332a2e98ac3 authored over 6 years ago
rename HttpResponse

8c2244dd889ce4a1f2e216b379661aa3a22806e5 authored over 6 years ago
re-enable websockets

d53f3d718793aa9f7aed0feca1f6de74b970a4f7 authored over 6 years ago
fix connection keepalive support

2e27d7774089e21aecaea41f59657bc5c73882e4 authored over 6 years ago
remove unused code

fbf67544e5e4a4dcb49bff695b2282a76b94221d authored over 6 years ago
remove high level apis

c24a8f4c2d121a02e828be52712b9d4b43004f29 authored over 6 years ago
Update test_h1v2.rs

c99f9eaa63b87670fcf6cb5f15f859ed761bfdb8 authored over 6 years ago
fix test and remove unused code

caa5a54b8f965484d2fb1fb5584f9a6047dc57b8 authored over 6 years ago
calculate response parameters

7fdc18f9b9e278e6b64c14ddf3bff1a1f96e3c94 authored over 6 years ago
fix travis link in readme

e78014c65a0971c87e7913c8bf6b8aa46edf1ebd authored over 6 years ago
update readme

df50e636f19ee864e15ba38e404845f8fb88b9e2 authored over 6 years ago
disable gh-pages update

99a915e66870bc144aaab16eaf404c1f250f9288 authored over 6 years ago
cleanups and tests

829dbae609205d9245c927c6234d346957a1f94f authored over 6 years ago
refactor types

4ca711909b07b882f57fc76c395da37378bee649 authored over 6 years ago
remove ServerSettings

b15b2dda22dda5d13c58c457ec3ada773c03d5b8 authored over 6 years ago
remove actix-web artifacts

6aa2de7b8d655f9fd0dc25d67c90d32a580a101c authored over 6 years ago
stopping point

13b0ee735519795e29efe62ea3e021610b9232b3 authored over 6 years ago
use actix-net cell features

1e1a4f846e0f3a109b168bfb660ae781697688eb authored over 6 years ago
travis config

49eea3bf76d82aa1b4f31a6efb6dcf803f6623de authored over 6 years ago
fix stable compatibility

b0677aa0290adc94dbcf5da7ee4ae2ac35c08548 authored over 6 years ago
make AcceptorTimeout::new public

401ea574c03161ea0c9d1d935915381272c4d9aa authored over 6 years ago
export AcceptorTimeout

bbcd618304e7bee84413fbb74df70910e21b41ca authored over 6 years ago
fix tests

1f68ce85410a57d323297502559a46e912eaf4d5 authored over 6 years ago
add H1 transport

2710f70e394700c58dbf1951d19bd0b249fbf279 authored over 6 years ago
refactor http channels list; rename WorkerSettings

ae5c4dfb7812caaa95b550f379fa3312dd6fcd01 authored over 6 years ago
update server ssl tests; upgrade rustls

d7379bd10b19ac0aa8778b89c9d41a2538d5f5d3 authored over 6 years ago
add ssl handshake timeout tests

b59712c439c438ddc73efaf0df17c72b2fd5e9d9 authored over 6 years ago
fix ssh handshake timeout

724668910b5817e6e9a5f9efab92da871d2b6941 authored over 6 years ago
fix stream flushing

61c7534e0362953159f302416611ad9fa020ac80 authored over 6 years ago
Fix no_http2 flag in HttpServer (#526)

f8b176de9ec17bd338229f96a1adbdaaadda0abb authored over 6 years ago
content-length bug fix (#525)

* content-length bug fix

* changes.md is updated

* typo

c8505bb53f6d93d4f4091c4a491e4077a5df370d authored over 6 years ago
uneeded dep

eed377e77356f2c89b4cf9cda9ab4e76c0dbe146 authored over 6 years ago
fix client timer and add slow request tests

f3ce6574e4d7e6ec2308bbd2a0235a7b25b8caf4 authored over 6 years ago
cleanup warnings

f007860a1650e89deae7aae9c5835632a15db16b authored over 6 years ago
fix doc test for State

fdfadb52e1846e6dec09f205ddbbe830927ae949 authored over 6 years ago
set tcp-keepalive for test as well

368f73513a733f360c4edc63f6191510989ed8ac authored over 6 years ago
add StreamConfiguration service

c674ea912691d86379d610a4794a50cef4b2feac authored over 6 years ago
proper stop for test_ws_stopped test

7c78797d9b9acc1653d6cc8338ef4ef71a756422 authored over 6 years ago
increase sleep time

84edc57fd9d9a2075e5d3aaff5257eecc0c206b8 authored over 6 years ago
clippy warnings

127af925411604c57a42b96318ca83d7ca07db99 authored over 6 years ago
set socket linger to 0 on timeout

e4686f6c8d9519186061f4944cb6f0e3be0eb8e7 authored over 6 years ago