8000 Tags · neovasant/RxNetty · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: neovasant/RxNetty

Tags

v0.5.2-rc.4

Toggle v0.5.2-rc.4's commit message
Upgrade netty to 4.1.5.Final (ReactiveX#547)

v0.4.19

Toggle v0.4.19's commit message
Upgrade netty to 4.1.5-Final (ReactiveX#546)

v0.4.18

Toggle v0.4.18's commit message
Removed unused code (ReactiveX#540)

Cleanup for ReactiveX#525, removing unused methods and classes.

v0.4.17

Toggle v0.4.17's commit message
Update README.md

v0.5.2-rc.3

Toggle v0.5.2-rc.3's commit message
Disable `LocalEchoTest` (ReactiveX#519)

Travis does not seem to be happy about this test, although it passed for the PR.
Disabling this for now as this is not really critical functionality.

v0.5.2-rc.2

Toggle v0.5.2-rc.2's commit message
Fix project release (ReactiveX#508)

0.4.16

Toggle 0.4.16's commit message
Fixes ReactiveX#474 (disable auto release leaks buffers when content …

…not subscribed) (ReactiveX#497)

When auto-release it turned off and the HTTP content is not subscribed, the buffers which are disposed from `UnicastContentSubject` are not released (which otherwise would have been released by the subscriber).

This change properly release the disposed buffers when auto-release is turned off.

v0.4.15

Toggle v0.4.15's commit message
Release of 0.4.15

- b99f819: Merge pull request ReactiveX#455 from NiteshKant/0.4.x
- 8d80c2a: Including all ignored tests
- e6cf020: Disabling new infra on travis
- 65089a6: Disabling WS test
- 9198e67: Disabling WS test
- 7db1208: Reverting the previous ignore test and ignoring the context propagation test for now.
- ee9eb09: Change to run on better travis infrastructure
- 7c06277: Disabling the failing test.
- f4d8f35: Working around a failed test.
- c5617eb: Merge branch '0.4.x' of https://github.com/ReactiveX/RxNetty into 0.4.x
- edfb8c7: Enabling logs for tests.
- c5fa148: Disable auto-release buffers option.
- 9d6d436: Merge pull request ReactiveX#453 from edwinchoi/0.4.x
- c0ba4f1: remove cancellation check -- cause is set with CancellationException
- 25a9e4a: Check for success/failure on websocket handshake completion (fixes ReactiveX#452)

v0.4.14

Toggle v0.4.14's commit message
Release of 0.4.14

- 6f26324: Merge pull request ReactiveX#451 from NiteshKant/0.4.x
- 84b54d9: Upgrade netty to 4.1.0.Beta8

v0.4.13

Toggle v0.4.13's commit message
Release of 0.4.13

0