Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/playframework/netty-reactive-streams

Reactive streams implementation for Netty.
https://github.com/playframework/netty-reactive-streams

Merge pull request #13 from Spikhalskiy/netty-upgrade

Upgrade netty to new minor version release 4.0.36.Final

ee038f8479495cd44daedd3b4dd09ebc7f44ecbd authored over 8 years ago by James Roper <[email protected]>
Merge pull request #14 from schmitch/patch-1

Fixes #11 Adds a License.txt

a0783088324e201f87d6517a72d45156bd85756e authored over 8 years ago by James Roper <[email protected]>
Only remove channel handlers when active

If the connection is disconnected before the HTTP body terminates, body
handler won't be in the ...

d625ce25753ceb8f51cf5470472dc8f878d68132 authored over 8 years ago by James Roper <[email protected]>
Adds a License

Actually I guess this should be Apache 2 Licensed, but it missed the License.txt (just to match ...

909241a0479562ce8b665a1a11519995d32f81f4 authored over 8 years ago by Schmitt Christian <[email protected]>
Upgrade netty to new minor version release 4.0.36.Final

b1e36c02fe4b3f0f29e425d5feae47977a16319b authored over 8 years ago by Dmitry Spikhalskiy <[email protected]>
Add code coverage using jacoco and codecov

5cb22cbe152ef57929d2386cc2b7212e50865ac6 authored over 8 years ago by Marcos Pereira <[email protected]>
[maven-release-plugin] prepare for next development iteration

bc95dc77ea31d5ce7139a436615efca4f136467f authored almost 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.5

4cd2a0f865a12ce722c69f090a1b72bbaec3e32f authored almost 9 years ago by James Roper <[email protected]>
Merge pull request #9 from schmitch/master

Fixes a Bug inside the ServerHandler

bb66cf1cb684cd5279e619fd15fabbce04a47271 authored almost 9 years ago by James Roper <[email protected]>
Fixes a Bug inside the ServerHandler

It was assumed that all Http Responses without a Content-Length or Transfer-Encoding should be cl...

60979855ace152e970b1f686af0014494ae183d7 authored almost 9 years ago by Christian Schmitt <[email protected]>
[maven-release-plugin] prepare for next development iteration

58006dd2e2f3cc20dc38a4601fd0fd11de9c43ef authored almost 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.4

0ef0d6d42848846082da5aafbcf339bec2dd13f1 authored almost 9 years ago by James Roper <[email protected]>
Merge pull request #8 from jroper/last-chunk-wait

Ensure the last chunk gets sent before connection is closed

aa1305496b003ce42a7b3a49b96c0c797785d457 authored almost 9 years ago by Greg Methvin <[email protected]>
Ensure the last chunk gets sent before connection is closed

71c4791056a1241f9882eaa111b28560d8cf7f88 authored almost 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare for next development iteration

7a6ebd0fc009b4e881d032904f8868b67b02fd13 authored almost 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.3

80d38f7b42ea1d2fa036697d2d2e88561d5d6091 authored almost 9 years ago by James Roper <[email protected]>
Merge pull request #7 from jroper/close-overtake-flush

Ensure that connection is not closed before response is fully writen

f122533c250947cd879d61b9aec6108f3aa5bc61 authored almost 9 years ago by James Roper <[email protected]>
Ensure that connection is not closed before response is fully writen

The HttpStreamsHandler is notifying that a FullHttpMessage is fully sent
after it's written and ...

d5df6194ca18268a326af7958756b668c7b43ee5 authored almost 9 years ago by James Roper <[email protected]>
Merge pull request #6 from marcospereira/update-akka-streams

Upgrade to akka-streams 2.4.2

6ada04ac948ea7dc9dd4e74701dd2929f164a74b authored almost 9 years ago by James Roper <[email protected]>
Also, upgrade netty to version 4.0.34.Final

07718f203fb93bd0ff34da773430b82c060e008d authored almost 9 years ago by Marcos Pereira <[email protected]>
Added warning about reference counting and streams

175c66d415f80c02efd27ff8cff4a6d1e2c1f5e8 authored almost 9 years ago by James Roper <[email protected]>
Added README

414b32c9d0d9d4746e4ab867568ba92a0bf3138a authored almost 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare for next development iteration

9814dbe44dd59e627c23c2fbb6d5dedc2f20aeeb authored about 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.2

d1cb7cd33680acfe4774117cb990dabb857f92e2 authored about 9 years ago by James Roper <[email protected]>
Merge pull request #4 from jroper/read-race-condition

Don't invoke channel until after registered

7ee447739d9f5cdad9e547017388a5a1678b4451 authored about 9 years ago by James Roper <[email protected]>
Don't invoke channel until after registered

This fixes a race condition described in
https://github.com/netty/netty/issues/4571. The soluti...

b6ad04f1a643c180949b64171fdd1154160091a2 authored about 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare for next development iteration

ad010afd4495fa02f764d538b926b7331b674323 authored about 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.1

7f1e856aa4e9e5046ea3e8350450137280feb4fd authored about 9 years ago by James Roper <[email protected]>
Merge pull request #3 from jroper/fix-error-publishing

Fixed a bug in error publishing

0ba8bb8d4b18340856e32f27d4b0f02641b42f2f authored about 9 years ago by James Roper <[email protected]>
Fixed a bug in error publishing

If an exception was caught before a subscriber was provided to the
HandlerPublisher, and then th...

62322ce17e851a67a5dd89c7d1967bf14b722f87 authored about 9 years ago by James Roper <[email protected]>
Merge pull request #2 from mchv/patch-1

Update to netty 4.0.33

c85e92c0348b35c7db00a3e21f939fdd51900b20 authored about 9 years ago by James Roper <[email protected]>
Update to netty 4.0.33

See http://netty.io/news/2015/11/04/4-0-33-Final.html

cdbff4df7fc641936afd59bdced613b78d292a88 authored about 9 years ago by Mariot Chauvin <[email protected]>
[maven-release-plugin] prepare for next development iteration

998a06af046459e7f33ce27c3f8b95a8879b0e81 authored about 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release netty-reactive-streams-parent-1.0.0

a76c4643fb2c220a4ab0fc7e96549a43fbddf472 authored about 9 years ago by James Roper <[email protected]>
Try increasing subscriber probe timeout to fix CI

dd755a50d8b776e48079b4c8f3c3189df907dba2 authored over 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare for next development iteration

12dd6f947c7d9920fc334a8e45169c478f670db7 authored over 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release 1.0.0-M2

4f041c9ebd7448dc8752c9be844979a4fa0edb6f authored over 9 years ago by James Roper <[email protected]>
Fix race condition with handling websockets

513e594d5c9483c62a34c7c6ee2866b23e8182cc authored over 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare for next development iteration

7d33471da75486db59463d38048ab2f312b126fd authored over 9 years ago by James Roper <[email protected]>
[maven-release-plugin] prepare release 1.0.0-M1

c579b76c6b8c9aa2258060d9b3e5f7a66eada3af authored over 9 years ago by James Roper <[email protected]>
Fixed up javadocs

4eb2f271d84b3a9e224aaf91d3394335b28abbd9 authored over 9 years ago by James Roper <[email protected]>
Added close support

2569b1defa0fedc4f667d1a315772870404dcb15 authored over 9 years ago by James Roper <[email protected]>
Added support for server side WebSockets

ec92822b28067afe2ddfff89fedf82051a0e7e73 authored over 9 years ago by James Roper <[email protected]>
Added tests for HTTP handlers

* Implemented support for 100-continue
* Implemented support for cancelling body subscriptions
*...

36480c94688cc54551029e452aa152b792e34d6a authored over 9 years ago by James Roper <[email protected]>
Added test to verify server channel publishing

2394f2e8a6a6c91dde35afbfb1d8fd4feea3f668 authored over 9 years ago by James Roper <[email protected]>
Simplified publisher/subscriber initial state

Publishers/subscribers now require an executor on startup, this greatly
simplifies their initial...

0d46e0fd4b2c956408c2505bd6cb4d6d9beb5277 authored over 9 years ago by James Roper <[email protected]>
Renamed ClosedChannel to ClosedLoopChannel

f6ad05f44150c3109584f3f1e8eb9a8b8b5932aa authored over 9 years ago by James Roper <[email protected]>
Fixed tests

bac8815051a0107806851188fe5586cae9ebca6e authored over 9 years ago by James Roper <[email protected]>
Got HTTP stream handler processor TCK working

84ab9764194692e60fa0df9ed5d4a75fe6525277 authored over 9 years ago by James Roper <[email protected]>
Restructured for http

3ef02ff5b72802167435156e034c325b1ce22800 authored over 9 years ago by James Roper <[email protected]>
Work around more issue 277 problems

11f2afd62abde5073ae97430753e49520d37bae7 authored over 9 years ago by James Roper <[email protected]>
Work around errors in tests

f463b0b510b2c7e8add8e1c6ed1956c10b3419ad authored over 9 years ago by James Roper <[email protected]>
Added subscriber

4f671a2d502276a17a09505c4fba91ccc0c2c8a3 authored over 9 years ago by James Roper <[email protected]>
Switch to noScheduled tests for travis

14dc5c68bd0b43af52c6f2b48171f4b819f41b24 authored over 9 years ago by James Roper <[email protected]>
Fix race condition when two subscribers are passed at once

ff53f258edb20cbb6d28e312a207dbe71814e0e7 authored over 9 years ago by James Roper <[email protected]>
Schedule completion by going inactive

dfa7ee889334c859aca3c32d9cf2ebbe3a8c077f authored over 9 years ago by James Roper <[email protected]>
Added CI

9a93ed9c449953af9893fbf9b75c68aa9eaa977c authored over 9 years ago by James Roper <[email protected]>
Massively simplified HandlerPublisher

It now simply expects a handler before it to do all the work of
refining/transforming/completing...

f8dcfb2432321f13d26bd55bee7e13107daed1cf authored over 9 years ago by James Roper <[email protected]>
Implemented reference counting cleanup

3360a15afb1f68dea444fa3408271e9c65cd617e authored over 9 years ago by James Roper <[email protected]>
Fixed bugs and more comprehensive tests

Now runs the TCK on the publisher in a wide permutation of
configurations.

aa3ba00e6f07dcc40c3938177dc5f97152b825e7 authored over 9 years ago by James Roper <[email protected]>
Implemented HandlerPublisher

28af80edcc22e06cc27021fdbfa96f7787fe0c1b authored over 9 years ago by James Roper <[email protected]>