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

Merge pull request #71 from rbtcollins/patch-1

Wait for spawned thread

096dee519c1e05a313f3750840ae135ad79c224a authored almost 7 years ago
Merge branch 'master' into patch-1

8bce3b9d101f2de405a65985d67db7e446266287 authored almost 7 years ago
Update qs_2.md

b28ecbcf0c6ed07cb041f61500870aa6c3877a03 authored almost 7 years ago
fix doc test

8f9ec5c23cb675f3813c7859382cb6eaa8a58591 authored almost 7 years ago
update examples

96b87761d10dc238485590709bd563bea116b0a5 authored almost 7 years ago
use newer api

b1eec3131fda1c05a08f2b6e39f14f5cc3d2960b authored almost 7 years ago
use Recipient

a544034c06cde998f621044199531492f92c4927 authored almost 7 years ago
consistently use `#[cause]` and display causing errors (#73)

4b8181476c8f6ccedf85f20e9085ae607197e7d8 authored almost 7 years ago
update examples

eb041de36d99935903cf8cc70790a352a9876bd2 authored almost 7 years ago
fix doc test

80285f2a322a126a23c4cd14449d3da9249e275b authored almost 7 years ago
Merge pull request #72 from rbtcollins/patch-2

Use AtomicUsize properly

de869ed87907453f4ab5b3a3c9f8b020204a1fde authored almost 7 years ago
update websocket-chat example

7ccacb92ce80aaf5716141d1e81a8f531a0c72fa authored almost 7 years ago
Use AtomicUsize properly

doing a read+write on an atomic int will lose updates from other threads.

57655d8153c3976ce14985f67417e2dc1a50095e authored almost 7 years ago
use new actix api

335ca8ff3388c3b83e68c71ef9b02fbcdb001caa authored almost 7 years ago
update names

720d8c36c1e664e741e087baa651fc263cf8dd75 authored almost 7 years ago
sync with latest actix

8c1b5fa94549d6710b2b4fb3776058ceeba19604 authored almost 7 years ago
Wait for spawned thread

A spawned thread doesn't block the main thread exiting unless explicitly joined.
The demo as wr...

232aba20806c5ae2b06fbfd5dadbf82871e4a30e authored almost 7 years ago
update actix api

30bdf9cb5ebed33207fa8ec4de1196e31f2e7d88 authored almost 7 years ago
build docs for apln and tls features

285c66e7d8700f611684b408a816a165763bbd7d authored almost 7 years ago
simplify HttpServer::start_tls() method

856055c6cab7ede3b26c0cb4d1888bbc2a9f6475 authored almost 7 years ago
update doc string

e3081306da37f20175849410f6ad529d73fb036b authored almost 7 years ago
more HttpServer type simplification

94c4053cb5ef5d1f20c7a5ed08934d2cf31d4de7 authored almost 7 years ago
simplify HttpServer type definition

762961b0f4fb7e18deea50badd9a85ff2df25634 authored almost 7 years ago
special handling for upgraded pipeline

3109f9be629db32d64e02381ab8e758567c5adc6 authored almost 7 years ago
update example

2d049e4a9fbac793a87204ebc89d4d476724ba31 authored almost 7 years ago
refactor h1 stream polling

0c98775b51e4935dfc5e20312dc58fd645794ba6 authored almost 7 years ago
optimize ws frame generation

b4b5c78b510257c41912820fa39449e48f84065b authored almost 7 years ago
add wsload tool; optimize ws frame parser

78da98a16dcef73bfeb4c7e71ffaa70726b9d701 authored almost 7 years ago
fix back pressure for h1 import stream

74377ef73df060dffdb123f74808158bc5a2d435 authored almost 7 years ago
fix example

728377a447219ed4c8ef5e9399dd68d08897f3b6 authored almost 7 years ago
more actix compatibility

73ed1342eb1446746cacb522b6aad776a2588ba9 authored almost 7 years ago
actix compatibility

bc6300be34bb754f00a88a122caea3d5625ad602 authored almost 7 years ago
fix deprecation warnings, update actix

2faf3a5eb691ce1c5f0f1405df69da180e34a09d authored almost 7 years ago
update websocket-chat example

6181a84d7be75bdf2b2ffb46d3c64475ead45cbf authored almost 7 years ago
Disable signals in HttpServers started by the tests. (#69)

Something is wrong with signals on windows.
This change causes the unit tests to pass on Windows.

f8f99ec0c7190c4f1793bcf189d439f9085393c6 authored almost 7 years ago
Update most examples to use actix from git (#68)

bd03ba119201e14fb8610497e01d4f2cbeafb367 authored almost 7 years ago
upgrade trust-dns-resolver

d0cbf7cd2538bedc2aff34967235c3dfe6396430 authored almost 7 years ago
remove default impl for std error, it prevents use of Fail

93aa220e8d0b07d1dfe2d4952f4ad02531eb67e2 authored almost 7 years ago
Avoid using `Path` to calculate URIs, because it doesn't do the right thing on Windows (#67)

Redirecting to index files now always uses `/` instead of backslash on windows.

81e4fb935316905867ab27903a50302dcd3af351 authored almost 7 years ago
Allow returning failure::Error from handlers (#65)

This implements From<failure::Error> for Error (by way of `failure::Compat`)
and ResponseError ...

884ea02f5cc2cb93a4919dd4bf0e5373340832da authored almost 7 years ago
remove rust_backtrace for appveyor

b6d5516e3a603b0d99b8adcfec71cd075e25ef4e authored almost 7 years ago
update config for appveyor

46841cc87e76c4efbe07b6507e4ba7b77e5b0f2f authored almost 7 years ago
add HttpRequest::uri_mut(), allows to modify request uri

7ad66956b237394744e8b2bfab0122d4fa8460aa authored almost 7 years ago
update websocket-chat example

d5681618529055486571c51dc351d5b854821651 authored almost 7 years ago
re enable 1.21

671ab35cf606e1e309664b82417da9d03c6f1024 authored almost 7 years ago
appveyor cfg

c63ad4b6f1bab8f8608b1f9f15e4132221409202 authored almost 7 years ago
update actix version

eb713bd60e05ce652c1988991b31d1d72cd5b92b authored almost 7 years ago
fix websocket example

2b74fbf58613ff9f9c0be48c0f43323316c74189 authored almost 7 years ago
update actix

58f85658bd7411dbffef5a5169dffd30996d6d9b authored almost 7 years ago
missing http codes

7e9fbfca72ebdff263f8831c723f6ae6855c3538 authored almost 7 years ago
Merge pull request #64 from andreevlex/fix-2

spelling check

5115384501b18ed088f77d7a9ec539ababff7c5f authored almost 7 years ago
return "chnked" value

a1b96b1cf453a75cf3a02e38ca5bfce682778730 authored almost 7 years ago
spelling check

a565e71018faa1193521121afd0eb0ed83cf5ba3 authored almost 7 years ago
Update README.md

e41b175e3d905ec29417aa0efb7157424d4f3dcc authored almost 7 years ago
Update README.md

db39f122bee6dd98f9e699fdbdeb13c6055a9207 authored almost 7 years ago
Update README.md

afd2dc4666e1228268751ca67337ac6c547361c2 authored almost 7 years ago
Update README.md

cba7e426a5ea3ac55e74fb3851c5ce227c6bd904 authored almost 7 years ago
Update README.md

01e7cc9620ea606d92cf3d12c71ae897e9b14ccd authored almost 7 years ago
add close ws test

5a5497b7450c2753ea5285837b92fc36dd3bffff authored almost 7 years ago
link to websocket example

b698e3546b1a3e4ae7d0bb844fb2f18e50924a88 authored almost 7 years ago
drop local actix ref

e99a5e81443277ff2fa25d4be63db13b57cb3318 authored almost 7 years ago
added support for websocket testing

577f91206cbfbb69c1fb13802db6b484446299f6 authored almost 7 years ago
rename module

76f9542df7be93537b5f2db245c7565ca80d41a4 authored almost 7 years ago
fix limit usage for Request/Response Body future

9739168d487ebc48974fb2ff7a5a8d4d963d837f authored almost 7 years ago
add client ssl support

5cbaf3a1b86a271cca1a771b181809523fb73846 authored almost 7 years ago
initial work on client connector

a02e0dfab60041061cb1a7c7d6fb08e18d85f08e authored almost 7 years ago
change ws client names

5cc3bba5cc5c8794fc46cb40f9590f4b94ec1039 authored almost 7 years ago
app veyor config

6e5157397549bbcfe21ba7b47583672a1708a62c authored almost 7 years ago
complete impl for client request and response

b686f39d0b625648e5bf89afaa015bedeb1443e0 authored almost 7 years ago
add ClientRequest and ClientRequestBuilder

6416a796c3c951105674f991cfa94e98440afe82 authored almost 7 years ago
added StaticFiles::inex_file config

b6a394a11343dd9a92c7d6e3c674b00fcfdfcdae authored almost 7 years ago
add handle method to contexts

456fd1364ad983de93dc5abf3c4d91b1683de69e authored almost 7 years ago
update websocket example

f3cce6a04cd1374d60f736342aec4e1c7e37e119 authored almost 7 years ago
update websocket example

9835a4537a4cddc0f77832a15c67210848467edd authored almost 7 years ago
update actix

715ec4ae2fd6b07bf96765a5cf72643a93b12ed0 authored almost 7 years ago
update example

55b2fb7f7791e169ad29f334d011bb420acbc7e5 authored almost 7 years ago
use right path

7c7743c145264a0c2c2ccfdf79139a7aed29b178 authored almost 7 years ago
disable websocket-chat example

826fc62299f0f27b6ddb96a7935a652e31d81e1f authored almost 7 years ago
basic websocket client

5dd2e7523d770684e9e433934344e7d1690cdf1f authored almost 7 years ago
fix actix compatibility

4821d51167066b4d62f39fffc5d59e1014cb7279 authored almost 7 years ago
min rust version 1.21

c446be48e3d3f96864ed539912ec4d9217f88920 authored almost 7 years ago
Merge branch 'master' of github.com:actix/actix-web

042f8391bbb9685717c0cbf06930c0eeb17f802b authored almost 7 years ago
actix compatibility

d4bc3294a35dfb74da03242079b0ec97c09a5f07 authored almost 7 years ago
Merge pull request #59 from andreevlex/fix-cors

spelling check cors example

04d53d6f5790ba1b48fba6a1d6e6c9fb8dd68fb1 authored almost 7 years ago
spelling check

881e0e0346db354a1c874599dd2a3a82c219addd authored almost 7 years ago
update cors example readme

b9f8a00ba3c570a3f27abcc9fa636a5d24a8ddf3 authored almost 7 years ago
rename cors example

99bed67becc4b7ca6038ba122f66ec90d1f79dd7 authored almost 7 years ago
cleanup cors example

52a454800f62ab9fdc0ed50b041b215daf57003d authored almost 7 years ago
Merge pull request #58 from krircc/master

add actix-web-cors example

c09c8e4980b2fae31cee7682cfb0a49d1548aea8 authored almost 7 years ago
Merge branch 'master' into master

b931dda1fe117638944b25db552cbb1ed76952a5 authored almost 7 years ago
add actix-web-cors example

74166b48344be1fea9b4ef36a8a3c056a3d43e0e authored almost 7 years ago
fix request json loader; mime_type() method

4abb769ee5c2d0e3525df12cf0420820d9deeef8 authored almost 7 years ago
refactor alpn support; upgrade openssl to 0.10

e8e2ca1526783b2fe4f32dc62e5d6d108c76ea2b authored almost 7 years ago
stop http context immediately

78967dea13bc55638ee0a7f5f2fa0774d1d5d1d7 authored about 7 years ago
re-eanble write backpressure for h1 connections

58a5d493b7d82e9680bc7c4e1cc39fb3e3c58b96 authored about 7 years ago
fix typo

c5341017cdb3d8637f3bd6a73ae4524143513440 authored about 7 years ago
stop websocket context

f4873fcdee2acb1189cbda04bdd67866aba0d14b authored about 7 years ago
impl waiting for HttpContext

35efd017bbbf1b10bab4a9a7b0e81cb3aee2f1a7 authored about 7 years ago
mention tokio handle in guide

fb76c490c6246bc422386ebca9c7fabccc0ebf18 authored about 7 years ago
check example on stable

3653c78e92252eee32db66bd7bbfe5eac6fb203b authored about 7 years ago