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 #121 from glademiller/master

Send Query Parameters in client requests

8a50eae1e2f705dae3b825d486ba92ae4f8d1707 authored almost 7 years ago by Nikolay Kim <[email protected]>
If no path is available from the URI request /

38080f67b38fb4cddd11d0b3bde4159957979b27 authored almost 7 years ago by Glade Miller <[email protected]>
Move path call inline into write

08504e0892b855e7106360ca2896df695aaabe7d authored almost 7 years ago by Glade Miller <[email protected]>
https://github.com/actix/actix-web/issues/120 - Send Query Parameters in client requests

401c0ad809bd27cc251ac91b2e8e6206e2129f1f authored almost 7 years ago by Glade Miller <[email protected]>
change first release date

79fa52a661e27504eb860f27ae6d796b87384464 authored almost 7 years ago by kingxsp <[email protected]>
First release

e6bffa2b62d8480a02f92764526592fd5fec5149 authored almost 7 years ago by kingxsp <[email protected]>
Wake payload reading task when data is available

b4b0deb7fa692c63829447f3168184033e047960 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix server keep-alive handling

05ff35d383f98a974b93c50420432c71a6d27f64 authored almost 7 years ago by Nikolay Kim <[email protected]>
update test

29c3e8f7ea25520533d5005c024021687e1a7db6 authored almost 7 years ago by Nikolay Kim <[email protected]>
Allow to set read buffer capacity for server request

6657446433a9cecf65186fa6c217db1624e814cc authored almost 7 years ago by Nikolay Kim <[email protected]>
first commit

6861e9f71220ee312764f8fdd2b997fcb77fe75d authored almost 7 years ago by kingxsp <[email protected]>
update readme

46b9a9c88711c080e40db12968f8542c2cb3ad7b authored almost 7 years ago by Nikolay Kim <[email protected]>
remove reserved state for h2 write if buffer is empty

b3cdb472d0c63fef513cf2a61d03849adfd448c5 authored almost 7 years ago by Nikolay Kim <[email protected]>
do not log WouldBlock error from socket accept

31e1aab9a4898f3a27131acf5d30039bd5ad891f authored almost 7 years ago by Nikolay Kim <[email protected]>
typo

67f383f346eb21fbe1db460dbae24f6276b3114e authored almost 7 years ago by Nikolay Kim <[email protected]>
better sleep on error

49f5c335f693fb49dcc9bc052a7e469f66fa9b59 authored almost 7 years ago by Nikolay Kim <[email protected]>
bump version

692e11a5842fb3a9299fe99b784ba82c966b11bf authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #118 from messense/feature/sockets-vec

Use Vec instead of HashMap to store sockets in HttpServer

208117ca6f47f4581c906b6fb6e3973404ecd7ff authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into feature/sockets-vec

3e276ac9216748f3b5de54100ff33230c5030331 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix steraming response handling for http/2

4af115a19c63dbcfa7b538e96d9907497e742502 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix connection get closed too early

051703eb2c721d3a44f210ff29a784dfc6ecca9d authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix panic on unknown content encoding

31fbbd316812eeb1e100e8ea5ab16c69c4e6b6c2 authored almost 7 years ago by Nikolay Kim <[email protected]>
add comments

fee1e255acf74775f25c2aae900e1fee14121e39 authored almost 7 years ago by Nikolay Kim <[email protected]>
update doc string

a4c933e56e0cb9c10b2857bb289886b3def142c5 authored almost 7 years ago by Nikolay Kim <[email protected]>
better doc string for Either

9ddf5a35500b5aa804dae26fad1ad29ae6c804d3 authored almost 7 years ago by Nikolay Kim <[email protected]>
Use Vec instead of HashMap to store sockets in HttpServer

9ab0fa604d78c73fc94d3e26baaff19ee5c48a2e authored almost 7 years ago by messense <[email protected]>
return error on write zero bytes

6c709b33cc1ab2a15e759b75e12b273ea8ffad17 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix json content type detection

71b4c07ea47b60dc4871fc0e16078b6452ace4cb authored almost 7 years ago by Nikolay Kim <[email protected]>
add api doc for Either

ac9eba8261c800d754ddda7d91591d6384df8b6a authored almost 7 years ago by Nikolay Kim <[email protected]>
add Either responder

cad55f9c803b76d567e11211c8d48e3fa52d30a6 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix panic in cors if request does not contain origin header and send_wildcard is not set

4263574a589e04f17d76313e70bbac1522decabb authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #116 from messense/feature/from-usize-to-keepalive

Impl From<usize> and From<Option<usize>> for KeepAlive

84ef5ee410154afc33202337b640cf43649d1aaa authored almost 7 years ago by messense <[email protected]>
rerun build if USE_SKEPTIC env var changed

598fb9190d69214abdf592566fde2f488582d383 authored almost 7 years ago by messense <[email protected]>
Impl From<usize> and From<Option<usize>> for KeepAlive

9a404a0c0306785b3fdb34486293b72eb3275cdb authored almost 7 years ago by messense <[email protected]>
fix guide

3dd8fdf4505858e5e93863b0bbb3270816c5aaf0 authored almost 7 years ago by Nikolay Kim <[email protected]>
refactor keep-alive; fixed write to socket for upgraded connection

05f5ba00845bdbf32ef4f2c72b19d0695e0ab60b authored almost 7 years ago by Nikolay Kim <[email protected]>
update wstool

8169149554d905b0b50e27121ecf50a3e923b97b authored almost 7 years ago by Nikolay Kim <[email protected]>
ws client timeouts

8d1de6c497baf8a84ee830c3e080d65383e9f498 authored almost 7 years ago by Nikolay Kim <[email protected]>
export symbols

caaace82e3efe936fe88e34f962e68c8c1f1b40f authored almost 7 years ago by Nikolay Kim <[email protected]>
aling mask to 8 bytes

02dd5375a97e506d57061f1b33658a5f3efdcfc9 authored almost 7 years ago by Nikolay Kim <[email protected]>
clippy warnings

717602472a99325bbb2a79f02e1681e121e16338 authored almost 7 years ago by Nikolay Kim <[email protected]>
write buffer capacity for client

b56be8e5718367a9242035ba71edf5245e7c185e authored almost 7 years ago by Nikolay Kim <[email protected]>
add write buffer capacity config

2853086463ef184fbfce305ff74c16ce898ef370 authored almost 7 years ago by Nikolay Kim <[email protected]>
use small vec on hot path

e2107ec6f445e2653a574da0394b9d39e4ba52c8 authored almost 7 years ago by Nikolay Kim <[email protected]>
update tests

c33caddf572f12a73831b0ea95b3de703b0b0db9 authored almost 7 years ago by Nikolay Kim <[email protected]>
prepare release

db1e04e4180916f66640a61b8bd42a8f20a3c799 authored almost 7 years ago by Nikolay Kim <[email protected]>
add space to cookie header

f8b8fe3865f28d5746c45c5961ec261f8b5a1ce4 authored almost 7 years ago by Nikolay Kim <[email protected]>
naming

1c6ddfd34cabb67377868ca03524abc6087af59a authored almost 7 years ago by Nikolay Kim <[email protected]>
move protobuf support to the example

49e007ff2a54a356e6ef2dcefb508dbf304c4599 authored almost 7 years ago by Nikolay Kim <[email protected]>
update readme

2068eee669185b64645243e23e26d336f9ef77ce authored almost 7 years ago by Nikolay Kim <[email protected]>
add protobuf feature

f3c63e631a3cc7f2d2f9e3d5d1e415119ab12f8f authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/actix-web

3f0803a7d3584ca3d3b89d177881a26f1449a3d8 authored almost 7 years ago by Nikolay Kim <[email protected]>
more ws optimizations

f12b6132116a4488794a50a288e68411f10959fa authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #115 from kingxsp/master

Add protobuf support

695c052c5822af1f6101f725baef12626aa7801b authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into master

63634be5420294bdf77d05f1e2654e41af2d847a authored almost 7 years ago by kingxsp <[email protected]>
update tests

f88f1c65b6f9dab810c41aa52c5059838941356f authored almost 7 years ago by Nikolay Kim <[email protected]>
Add protobuf support

a0b589eb966b0afe0125f52cf2e92e62f28bec60 authored almost 7 years ago by kingxsp <[email protected]>
optimize websocket stream

ebdc983dfe34882e07addde9eb438a55f5e3bbce authored almost 7 years ago by Nikolay Kim <[email protected]>
another attempt to fix cookie handling

395243a539f694d3c6fc98874722cf871dc7603f authored almost 7 years ago by Nikolay Kim <[email protected]>
bump version and add some tests

1ab676d7eb379cae62d9926808c82af2fe34a929 authored almost 7 years ago by Nikolay Kim <[email protected]>
update doc string

47f01e5b7ee396acc8a810bb91846709129afb01 authored almost 7 years ago by Nikolay Kim <[email protected]>
update all features

ffb89935b60feecf9d4455d5577c4ef9f5f6f9a9 authored almost 7 years ago by Nikolay Kim <[email protected]>
prepare release

77a111b95c1a33ec6185b09818e58d71ebc4f124 authored almost 7 years ago by Nikolay Kim <[email protected]>
handle panics in worker threads

6c0fb3a7d299c7c983792fac6d7243f72d70dffa authored almost 7 years ago by Nikolay Kim <[email protected]>
update test

824244622fa3a2ebb6c80c18e5703a5361474602 authored almost 7 years ago by Nikolay Kim <[email protected]>
non-blocking processing for NamedFile

42d2a29b1d49eae5115091d17eb327217f01c75b authored almost 7 years ago by Nikolay Kim <[email protected]>
sleep on accept socket error

af8875f6ab2543da34978d67ec8b479f3c555dd7 authored almost 7 years ago by Nikolay Kim <[email protected]>
one more cookie handling fix

1db1ce1ca375ff4bc2d6a716758a0f27c7f23458 authored almost 7 years ago by Nikolay Kim <[email protected]>
create default CpuPool

f55ef3a05969b47ba1138534d1a28986e8a86037 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix HttpServer::listen method

67bf0ae79f676c98e30106f6c2d2303ad9c8ac5f authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #114 from DancingBard/master

BoyScoutRule: Fixed typo

b06cf3232968d03a83b4469d905c6d5c46fbc1a5 authored almost 7 years ago by Nikolay Kim <[email protected]>
BoyScoutRule: Fixed typo

7cce29b633e416145086d28d12dbd1cc395d5b25 authored almost 7 years ago by Thedancingbard <[email protected]>
map connector timeout error

c26d9545a50dda933ed9e84d8588298adf3468ee authored almost 7 years ago by Nikolay Kim <[email protected]>
add csrf link to readme

b950d6997d3ed3d47d52d33acb5f833f61761fef authored almost 7 years ago by Nikolay Kim <[email protected]>
Allow to use std::net::TcpListener for HttpServer

0bf29a522b89d73b7ef8d17282ef0d011e6c5940 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #113 from niklasf/csrf-upgrade

Let CSRF filter catch cross-site upgrades

24342fb745c8409f1f6970905e7dac08294c371c authored almost 7 years ago by Nikolay Kim <[email protected]>
add tests for csrf upgrade filter

0278e364ece20aca847c4084c24c7253e695ebb0 authored almost 7 years ago by Niklas Fiekas <[email protected]>
filter cross-site upgrades in csrf middleware

b9d6bbd35752cd301726650c4cb6166d130bff2f authored almost 7 years ago by Niklas Fiekas <[email protected]>
fix variable name: cors -> csrf

5816ecd1bc7f256107a34e2c7b2e6edc595e500e authored almost 7 years ago by Niklas Fiekas <[email protected]>
Update CHANGES.md

2ff55ee1c5b50399938eab7ee3538cb4e53626a5 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #111 from adwhit/cookie-handling

Fix client cookie handling

b42de6c41f019d30e86db52c9316a78e765f4da8 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into cookie-handling

9e0e081c90514f38051ca79d50bc49fd38c282c1 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #110 from messense/feature/tools-actix

Use actix from crates.io in tools/wsload

178f5a104e299c4108c8a0a2729450a481d74699 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into feature/tools-actix

1e42f9575a3e801c6d343c3f6dffb0d22c2b2461 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #109 from kingoflolz/master

make session an optional feature

24dfcf1303e55f91ca9d2f488e6c88241106b589 authored almost 7 years ago by Nikolay Kim <[email protected]>
add client cookie handling test

6cc3aaef1ba444d4526ea63a48192ade5cd541c2 authored almost 7 years ago by Alex Whitney <[email protected]>
Use actix from crates.io in tools/wsload

436a16a2c80acf94cb4f27d13ad71500e41131d1 authored almost 7 years ago by messense <[email protected]>
fix client cookie handling

9afad5885b6ec09846c0b490fb97dd899a7fb06e authored almost 7 years ago by Alex Whitney <[email protected]>
make session an optional feature

04d0abb3c78483b45d736e945a45c6c3c17e3729 authored almost 7 years ago by kindiana <[email protected]>
update changes

1e5daa1de8a84c0d39df738f1eee9b7ba71f5352 authored almost 7 years ago by Nikolay Kim <[email protected]>
bump version

d3c859f9f3acfb5c96408b0b53e9d8d68e568b35 authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix client cookie support

c1419413aaa9fc96cea57a2e0caaa17ef9ac85eb authored almost 7 years ago by Nikolay Kim <[email protected]>
add tls

acd33cccbba5e6221b9d37f489cc06f99707df87 authored almost 7 years ago by Nikolay Kim <[email protected]>
add client response timeout

57a1d68f89f5f1b9a1db6259b857d1ce42ff37cc authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #108 from glademiller/feature/allow_connection_timeout_to_be_set

Allow connection timeout to be set

5c88441cd77e9d362b54e8a38ff195a053a6b3e4 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into feature/allow_connection_timeout_to_be_set

6a3c5c4ce0b2427c626a73c090cbea7800a250c0 authored almost 7 years ago by Nikolay Kim <[email protected]>
use IntoHeaderValue and Header for client request

14a511bdad111f53b5feb38e3c1568c5229f4d18 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'feature/allow_connection_timeout_to_be_set' of https://github.com/glademiller/actix-web into feature/allow_connection_timeout_to_be_set

e4ed53d6910f7a95583607a1979a959318a3880e authored almost 7 years ago by Glade Miller <[email protected]>
Actix dependency needs to be updated to master

5bf4f3be8b60e39eb42e8a4b9001b1890469f74a authored almost 7 years ago by Glade Miller <[email protected]>
Merge branch 'master' into feature/allow_connection_timeout_to_be_set

6b9e51740bb8280fec9e8f2f84b573f0458218c8 authored almost 7 years ago by Glade Miller <[email protected]>