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

add websocket stopped test

1bac65de4c11409ba09ff8b5b040ca1d07f72d30 authored over 6 years ago
add client shutdown timeout

16945a554abd5ddc9b3aaec4f102f9eeaae5e1a8 authored over 6 years ago
simplify h1 dispatcher

91af3ca148e7be9b48cd1d9bcaa316b442e2457c authored over 6 years ago
expose app error by http service

2217a152cb0fcbbc5a5485936ceeb684bb532e41 authored over 6 years ago
expose internal http server types and allow to create custom http pipelines

c1e0b4f32275b212992c9f9991e3f4797e66c152 authored over 6 years ago
add HttpServer::register() function, allows to register services in actix net server

5966ee6192bcd12580637f9f388244def7a80752 authored over 6 years ago
refactor keep-alive timer

4aac3d6a92ccdffc9eaf324a207c98ce6df8d4b4 authored over 6 years ago
log acctor init errors

e95babf8d3559b947b4a06c331a1cb505571f834 authored over 6 years ago
refactor acceptor error handling

f2d42e5e7719383fccdf97315437da27a4991dfb authored over 6 years ago
deprecate start_incoming

0f1c80ccc63840b9da646b268f2e07dd520c6837 authored over 6 years ago
fix tarpaulin args

fc5088b55ee4285d7f17dd58fd81982156d9b977 authored over 6 years ago
update travis config

bec37fdbd53f91e96ba161568ed6e191729c1411 authored over 6 years ago
fix ssl config for client connector

4b59ae24760b361c85b04967611c5ddeae16c912 authored over 6 years ago
simplify listen_ and bind_ methods

d0fc9d7b99961cbbcd8dc389292abdaf46337fcb authored over 6 years ago
restore rust-tls support

1ff86e5ac4f2378295b1d1880c3ec759b1d4b8cc authored over 6 years ago
add native-tls support

ecfda64f6d5b433e8ba11c918c579bac755b6927 authored over 6 years ago
fix ssl tests

0bca21ec6dd4205e5476b7eaf2c282a22f063300 authored over 6 years ago
diesable client timeout for tcp stream acceptor

3173c9fa830b71999424028bed4ccd4e19680cb4 authored over 6 years ago
refactor http service builder

9f1417af301024f07c964a0c28f56265676bd9af authored over 6 years ago
refactor acceptor pipeline add client timeout

d57579d70067e675ba47c09d52ac3bab4aa18edf authored over 6 years ago
rename and simplify ServiceFactory trait

85445ea8096e8e1edf018241cfb300c51ef19628 authored over 6 years ago
simplify application factory

6f3e70a92a39501c8655c9c8e45e4004e424efa6 authored over 6 years ago
cleanup ServerFactory trait

a63d3f9a7a0e5f4982404b66802c73eb9e6c65fd authored over 6 years ago
switch to actix-net server

1907102685a7a1b09a4689b304038f69b8f4b7ef authored over 6 years ago
refactor acceptor service

a3cfc242328c4e501c22728f73db8f94c27cc413 authored over 6 years ago
separate mod for HttpHandler; add HttpHandler impl for Vec<H>

dbb4fab4f7a91cb69d5356d5027193ba2c436dc4 authored over 6 years ago
enable ssl feature

6a61138bf80205342feb4140dfcb574a1e1cdf04 authored over 6 years ago
disable ssl for travis

7cf9af9b555e9360eab4c5dee4be5965d9e4e6c2 authored over 6 years ago
refactor date generatioin

c9a52e3197d3d34e41732f54cb99983b8d1bd8e7 authored over 6 years ago
update openssl support

b6a1cfa6ad4534c61da1646b7059785703ff234c authored over 6 years ago
fix changes from master

0aa0f326f72ecdfe51d1494ef1ec0b9a0fc1c379 authored over 6 years ago
update version

52195bbf167618039ef5b39c9e83c06643052e0b authored over 6 years ago
Try to separate HTTP/1 read & write disconnect handling, to fix #511. (#514)

59deb4b40d770d53690e354cde8de071d94d86a8 authored over 6 years ago
Reduced unsafe converage (#520)

782eeb5ded9bda6f41ad957315ce1e413873f83c authored over 6 years ago
Correct composing of multiple origins in cors (#518)

1b298142e3b954003b419db015796bbcc702adcd authored over 6 years ago
Send response to inform client of error (#515)

0dc96658f24f3e61842e1b5461a8492ef1c90649 authored over 6 years ago
fix node::insert() method, missing next element

f40153fca4374d30ee285b857f332664c96a765c authored over 6 years ago
update changes

764103566d7e8eeb23304702179304ef1a9a1d89 authored over 6 years ago
fix node.remove(), update next node pointer

bfb2f2e9e1ad254098c712eb7951273b9c997dce authored over 6 years ago
refactor channel node remove operation

599e6b3385e5d433779937d21229935c7d90220e authored over 6 years ago
update changes

03e318f44649aed6c00de19bdb93cc6b0377b1fd authored over 6 years ago
fix wrong error message for path deserialize for i32 #510

7449884ce3b7bb6a741b481bdb903622e90fb0aa authored over 6 years ago
update version

bbe69e5b8d914f6cc638db8fdeab6c1edbba3cfe authored over 6 years ago
use 5 seconds keep-alive timer by default

9d1eefc38ff3bd1fa79ad33518c701b8e320f88b authored over 6 years ago
use server keep-alive timer as slow request timer

d65c72b44d24cb098031284eaedbd8a8e8c50c0b authored over 6 years ago
clippy warnings

c3f8b5cf22c7d4b6c903a2a930d1cdd7c155c449 authored over 6 years ago
fix failing requests to test server #508

70a3f317d35b81089faf7dc0095cb336206e7a98 authored over 6 years ago
Merge pull request #505 from Neopallium/master

Fix issue with HttpChannel linked list.

513c8ec1ce971e3944a12a97789eed93eaec0e5e authored over 6 years ago
Update changes.

04608b2ea6bb925a09b979cce473068e5658a327 authored over 6 years ago
Make Node's `traverse` method take a closure instead of calling `shutdown` on each HttpChannel.

70b45659e235c53d81d2eb0814761ed14002e151 authored over 6 years ago
Fix bug with HttpChannel linked list.

e0ae6b10cdefe597870496bb81a2d68078d8f92c authored over 6 years ago
Don't ignore errors in std::fmt::Debug implementations (#506)

003b05b095e9b6f63b03341df5ba4dcae7554215 authored over 6 years ago
Update CHANGELOG.md

51035f78c883efda7f2a64d94d97d4904e32efa7 authored over 6 years ago
Bumping version since actix-web dependency version had changed

fe288f542299b3d4c73ee10bfff15b8c00f05ec3 authored over 6 years ago
Update actix-web to 0.7. (Closes #4)

411d08c121136e30d4bf3cf48364b1dce32f7742 authored over 6 years ago
prepare release

cdb57b840e138a60b6b733648008ca877a916e2b authored over 6 years ago
unhide SessionBackend and SessionImpl traits and cleanup warnings

002bb24b26fbdfa6a664a10a109d763ca2f3f989 authored over 6 years ago
Merge pull request #503 from uzytkownik/route-regex

Refactor resource route parsing to allow repetition in the regexes

51982b3fec632f317e216b6ece321dac9915455d authored over 6 years ago
Refactor resource route parsing to allow repetition in the regexes

4251b0bc10cd4f650d7470d297c563e0d02e3678 authored over 6 years ago
update changes

42f3773becb285ef4caff000540914b2f3282f6a authored over 6 years ago
Fix system_exit in HttpServer (#501)

86fdbb47a59f7b963ed2d03720420d22a2732c50 authored over 6 years ago
remove debug print

4ca9fd2ad165118d79be478fac0a6bd5750c1cc7 authored over 6 years ago
Read client response until eof if connection header set to close #464

f0f67072aece8f7cacb6be8fcf24d147ecfe1ee7 authored over 6 years ago
simplify handler path processing

24d12289435db12517741e818a23cb811cc5301b authored over 6 years ago
fix Scope::handler doc test

b7a73e0a4fd62a53da7fa0ee638f7e019ade390e authored over 6 years ago
Handling scoped paths without leading slashes #460

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

d5957a84664420f7a3a1969951523a8250dbeb0c authored over 6 years ago
allow to register handlers on scope level #465

f2f05e77155ba08348906ed31491a9fa9ae3cc5e authored over 6 years ago
doc: Add example for using custom nativetls connector (#497)

3439f552886e650ce5293575f9808e40f76909b6 authored over 6 years ago
Fix Issue #490 (#498)

* Add failing testcase for HTTP 404 response with no reason text.

* Include canonical reason ...

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

6464f96f8b5fbacc1227f85a958685fbd413de45 authored over 6 years ago
fmt

a2b170fec96d0d101dcd7e1abd31c5595d88e453 authored over 6 years ago
update tests

0b42cae08254768d7b16ab95ffce1d2269ff0b05 authored over 6 years ago
Fix typo

c313c003a4b8b3526b33f782996116263cba7140 authored over 6 years ago
update version

3fa23f5e10ce89ee7f06bddf0a8b3ac35062cd39 authored over 6 years ago
handle socket read disconnect

2d518318993bd1c5393136371acc0a74887c4e97 authored over 6 years ago
Merge pull request #496 from Neopallium/master

Fix issue with 'Connection: close' in ClientRequest

e59abfd7166c8616c084de21fecea71fc7ba55d9 authored over 6 years ago
If buffer is empty, read more data before calling parser.

66881d7dd196eb7a588b576e6e4654362c326cf4 authored over 6 years ago
Add some comments to clarify logic.

a42a8a2321bfb1d32599206f70105b085d08387e authored over 6 years ago
Simplify buffer reading logic. Remove duplicate code.

23416561734c925ba678284d02b4e4c56b11a699 authored over 6 years ago
Add client test for 'Connection: close' as reported in issue #495

487519acec5d419146a3493f03bd1fba44b56b5b authored over 6 years ago
Merge branch 'master' into master

af6caa92c8208c08ae98cce5f05150dc80a926ff authored over 6 years ago
Fix issue with 'Connection: close' in ClientRequest

3ccbce6bc833959c61f9fd2eb440b2cc7370d0cd authored over 6 years ago
Update CHANGES.md

797b52ecbf21bfd5cfec2306653af6741279b595 authored over 6 years ago
Add ability to pass a custom TlsConnector (#491)

4bab50c8611683e9e51c6f49130838e934155fff authored over 6 years ago
Merge pull request #483 from Neopallium/master

Fix bug with client disconnect immediately after receiving http request.

5906971b6d98103bbcaf7dd0dc643798b2806233 authored over 6 years ago
Fix tests.

8393d09a0fea7a303362bbae676386998d960f52 authored over 6 years ago
Fix bug with http1 client disconnects.

c3ae9997fc126988e7aec80453886b824b9d7b36 authored over 6 years ago
Merge pull request #482 from 0x1793d1/master

Fix server startup log message

d39dcc58cde683efbe0482ebf406fa227d472c24 authored over 6 years ago
Fix server startup log message

471a3e98064fd511466077984953368f08efd772 authored over 6 years ago
update changes

48ef18ffa9436260e6c5285d21c9982622d877d8 authored over 6 years ago
hide AcceptorService

9ef7a9c182cd38d791ce2ba32463827fa78a6f4a authored over 6 years ago
hide token and server flags

3dafe6c251187d9813e592e3f7b5d4ed4af37620 authored over 6 years ago
fix tokio-tls IoStream impl

8dfc34e7851a205cb457f067b3232dab03a1abfe authored over 6 years ago
fix tokio-tls dependency #480

810995ade026935cf0de10356138aded3d8db7a6 authored over 6 years ago
clippy fmt

1716380f0890a1e936d84181effeb63906c1e609 authored over 6 years ago
clippy warnings

e9c139bdea7519625c491407e86cedb2938ab90f authored over 6 years ago
hide new server api

cf54be2f1792593434021322fcacedf18c635106 authored over 6 years ago
Merge pull request #478 from fzgregor/master

Made extensions constructor public

f39b520a2d0f1c02f909070e91a06363ac4a804e authored over 6 years ago
Merge branch 'master' into master

89f414477c95d8010227906b3a92d6ae6efe6dd9 authored over 6 years ago