qpid-proton git commit: release checklist

2015-08-03 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master c18625bff - b7a1fe9ac release checklist Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b7a1fe9a Tree:

Git Push Summary

2015-07-21 Thread rhs
Repository: qpid-proton Updated Tags: refs/tags/0.10-beta1 [created] 46e0dda6b - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-proton git commit: add the jython shim to the class path in the JythonTest launcher

2015-07-06 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 23a4e3bbb - 1d8a0a41b add the jython shim to the class path in the JythonTest launcher Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1d8a0a41 Tree:

qpid-proton git commit: wired in allowSkip

2015-07-06 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 1d8a0a41b - 940d843f3 wired in allowSkip Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/940d843f Tree:

[18/38] qpid-proton git commit: PROTON-881: build the reactor interop test into the proton-j jar

2015-07-05 Thread rhs
PROTON-881: build the reactor interop test into the proton-j jar Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9daab5f8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9daab5f8 Diff:

[16/38] qpid-proton git commit: dummy commit

2015-07-05 Thread rhs
dummy commit Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bfb5dcd3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bfb5dcd3 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bfb5dcd3

[27/38] qpid-proton git commit: PROTON-881: added Extendable interface for things that support attachments and modified the reactor code to use it for handlers

2015-07-05 Thread rhs
PROTON-881: added Extendable interface for things that support attachments and modified the reactor code to use it for handlers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/09c190f2 Tree:

[11/38] qpid-proton git commit: PROTON-881: Tidy up Selectable to remove bits of a c style record implementation

2015-07-05 Thread rhs
PROTON-881: Tidy up Selectable to remove bits of a c style record implementation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/51529f67 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/51529f67

[34/38] qpid-proton git commit: PROTON-881: Add relativePath to pom.xml for reactor examples

2015-07-05 Thread rhs
PROTON-881: Add relativePath to pom.xml for reactor examples Reference the parent pom.xml from the .pom in the reactor examples directory. This fixes a problem whereby Proton cannot be built unless there is already a copy of Proton in the local Maven repository. Project:

[29/38] qpid-proton git commit: PROTON-881: indent more for markdown

2015-07-05 Thread rhs
PROTON-881: indent more for markdown Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3c379923 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3c379923 Diff:

[33/38] qpid-proton git commit: PROTON-881: Graceful handling of runtime exceptions thrown within handlers

2015-07-05 Thread rhs
PROTON-881: Graceful handling of runtime exceptions thrown within handlers When a runtime (unchecked) exception is thrown from within a handler, the reactor now catches it and rethrows it as a HandlerException (which is also an unchecked exception). The HandlerException references the handler

[32/38] qpid-proton git commit: added more shim for selectabes; cat and echo still don't work because you can't select on files in java

2015-07-05 Thread rhs
added more shim for selectabes; cat and echo still don't work because you can't select on files in java Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5ed6de43 Tree:

[02/38] qpid-proton git commit: PROTON-881: Initial commit of proton-j reactor implementation

2015-07-05 Thread rhs
PROTON-881: Initial commit of proton-j reactor implementation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e0187017 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e0187017 Diff:

[06/38] qpid-proton git commit: PROTON-881: Add Recv sample and required code changes / additions to the reactor

2015-07-05 Thread rhs
PROTON-881: Add Recv sample and required code changes / additions to the reactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0ac98e76 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0ac98e76

[04/38] qpid-proton git commit: PROTON-881: Add a Cat example.

2015-07-05 Thread rhs
PROTON-881: Add a Cat example. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/88df5e74 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/88df5e74 Diff:

[30/38] qpid-proton git commit: PROTON-881: make unittests check for Java I/O object leaks

2015-07-05 Thread rhs
PROTON-881: make unittests check for Java I/O object leaks Implements something similar to pn_io so that the various Java I/O resources are created in a single place. Reactor unit tests are parameterized to run once with the reactor implementation returned from Proton.reactor() and once from a

[17/38] qpid-proton git commit: Merge branch 'reactor' of https://github.com/prestona/qpid-proton into proton-j-reactor

2015-07-05 Thread rhs
Merge branch 'reactor' of https://github.com/prestona/qpid-proton into proton-j-reactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a65760ab Tree:

[31/38] qpid-proton git commit: first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and torna

2015-07-05 Thread rhs
first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and tornado Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[12/38] qpid-proton git commit: PROTON-881: Add error handling for accept socket connection path through Acceptor

2015-07-05 Thread rhs
PROTON-881: Add error handling for accept socket connection path through Acceptor Adds error handling for various problems that can occur when accepting a connection (to a listening socket). Also adds unittests that cover these cases. Project:

[05/38] qpid-proton git commit: PROTON-881: Add a Send example, and supporting changes in the reactor.

2015-07-05 Thread rhs
PROTON-881: Add a Send example, and supporting changes in the reactor. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cd09de66 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cd09de66 Diff:

[24/38] qpid-proton git commit: make the timer selectable read from the wakeup pipe

2015-07-05 Thread rhs
make the timer selectable read from the wakeup pipe Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/76cb49a8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/76cb49a8 Diff:

[38/38] qpid-proton git commit: implemented sasl sniffing for proton-j; this allows the reactor interop tests to pass

2015-07-05 Thread rhs
implemented sasl sniffing for proton-j; this allows the reactor interop tests to pass Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/46edaebe Tree:

[07/38] qpid-proton git commit: PROTON-881: Rough first pass at a proton-j - proton-c interop. test.

2015-07-05 Thread rhs
PROTON-881: Rough first pass at a proton-j - proton-c interop. test. This adds a Python test case which starts both a Python (proton-c) reactor and also spawns a JVM running a (proton-j) reactor. The expected outcome is that the proton-j reactor is able to send a message to the proton-c reactor.

[23/38] qpid-proton git commit: fixed version and launcher scripts

2015-07-05 Thread rhs
fixed version and launcher scripts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5c7f59cf Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5c7f59cf Diff:

[20/38] qpid-proton git commit: PROTON-881: added a pom.xml for the reactor exampes

2015-07-05 Thread rhs
PROTON-881: added a pom.xml for the reactor exampes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/06c451f0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/06c451f0 Diff:

[15/38] qpid-proton git commit: PROTON-881: tidy up comments and TODO's

2015-07-05 Thread rhs
PROTON-881: tidy up comments and TODO's Remove TODO's if they were already done, downgrade some TODO's to comments (if they were simply observations), and remove some comments that consisted of proton-c code - pasted in as a reference. Project:

[25/38] qpid-proton git commit: added launcher script for examples; added null check to IOHandler.java

2015-07-05 Thread rhs
added launcher script for examples; added null check to IOHandler.java Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1cbba24d Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1cbba24d Diff:

[09/38] qpid-proton git commit: PROTON-881: Only try interoperation tests with proton-j if proton-j has been built!

2015-07-05 Thread rhs
PROTON-881: Only try interoperation tests with proton-j if proton-j has been built! Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7faa7e23 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7faa7e23

[21/38] qpid-proton git commit: PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers

2015-07-05 Thread rhs
PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f870 Tree:

[37/38] qpid-proton git commit: Revert PROTON-877: workaround by forcing anonymous from the client

2015-07-05 Thread rhs
Revert PROTON-877: workaround by forcing anonymous from the client This reverts commit 20cdff183f7ce2c79012d5c7028eefc19a23ae28. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bf81c44d Tree:

[36/38] qpid-proton git commit: Merge branch 'proton-j-reactor'

2015-07-05 Thread rhs
Merge branch 'proton-j-reactor' Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/92eb75e8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/92eb75e8 Diff:

[03/38] qpid-proton git commit: PROTON-881: Write an Echo example and get it working

2015-07-05 Thread rhs
PROTON-881: Write an Echo example and get it working Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/739005e7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/739005e7 Diff:

[14/38] qpid-proton git commit: PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.)

2015-07-05 Thread rhs
PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.) The proton-j codebase does not, generally, implement cleanup logic in the same way as proton-c (explicit reference counting) and for some resources (such as sockets, selectors, etc.) cannot always way for garbage collection

[08/38] qpid-proton git commit: PROTON-881: Tidy up proton-j to proton-c reactor interop tests

2015-07-05 Thread rhs
PROTON-881: Tidy up proton-j to proton-c reactor interop tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2e6f5cdd Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2e6f5cdd Diff:

[19/38] qpid-proton git commit: PROTON-877: workaround by forcing anonymous from the client

2015-07-05 Thread rhs
PROTON-877: workaround by forcing anonymous from the client Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/20cdff18 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/20cdff18 Diff:

[22/38] qpid-proton git commit: fixed version

2015-07-05 Thread rhs
fixed version Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ad0f0295 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ad0f0295 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ad0f0295

[35/38] qpid-proton git commit: Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37.

2015-07-05 Thread rhs
Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cd42324e Tree:

[28/38] qpid-proton git commit: PROTON-881: added a README with a bit of explanation of the reactor processing model

2015-07-05 Thread rhs
PROTON-881: added a README with a bit of explanation of the reactor processing model Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2405ca0f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2405ca0f

[26/38] qpid-proton git commit: Replace localhost with 127.0.0.1 in interop tests

2015-07-05 Thread rhs
Replace localhost with 127.0.0.1 in interop tests The test was proving unrealiable when localhost resolved to IPv6 ::1 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7115d0df Tree:

[10/38] qpid-proton git commit: PROTON-881: Add reactor interop tests that send messages from proton-c to proton-j

2015-07-05 Thread rhs
PROTON-881: Add reactor interop tests that send messages from proton-c to proton-j Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1eb41f60 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1eb41f60

[3/4] qpid-proton git commit: PROTON-881: Tidy up and doc reactor interfaces

2015-07-05 Thread rhs
PROTON-881: Tidy up and doc reactor interfaces Tidy up the Java interfaces for the proton-j reactor by removing a few unnecessary setters. Document the interfaces using Javadoc. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[2/4] qpid-proton git commit: PROTON-881: Tidy up TODOs in proton-j reactor code

2015-07-05 Thread rhs
PROTON-881: Tidy up TODOs in proton-j reactor code About half the TODOs were me being overly paranoid. The rest generally required some tidy-up. One decision I made was to swallow IOExceptions thrown from closing something - because there was no other cleanup action that could be taken - and

[1/4] qpid-proton git commit: PROTON-881: Tidy up proton-j reactor examples

2015-07-05 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 46edaebeb - 149725943 PROTON-881: Tidy up proton-j reactor examples Tidy up comments and more closely mirror the Python examples. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[4/4] qpid-proton git commit: PROTON-881: Make connect a non-blocking operation

2015-07-05 Thread rhs
PROTON-881: Make connect a non-blocking operation Previously connecting was a blocking operation which meant that if the server being connected to took a long time to accept the connection this blocked all other work in an instance of the Reactor. This commit makes connect a non-blocking

[2/3] qpid-proton git commit: PROTON-881: Graceful handling of runtime exceptions thrown within handlers

2015-06-18 Thread rhs
PROTON-881: Graceful handling of runtime exceptions thrown within handlers When a runtime (unchecked) exception is thrown from within a handler, the reactor now catches it and rethrows it as a HandlerException (which is also an unchecked exception). The HandlerException references the handler

[1/3] qpid-proton git commit: PROTON-881: Add relativePath to pom.xml for reactor examples

2015-06-18 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 5ed6de432 - cd42324ed PROTON-881: Add relativePath to pom.xml for reactor examples Reference the parent pom.xml from the .pom in the reactor examples directory. This fixes a problem whereby Proton cannot be built unless

[3/3] qpid-proton git commit: Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37.

2015-06-18 Thread rhs
Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cd42324e Tree:

[1/2] qpid-proton git commit: first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and tornado

2015-06-18 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 2d3cefc45 - 5ed6de432 first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and tornado Project:

[2/2] qpid-proton git commit: added more shim for selectabes; cat and echo still don't work because you can't select on files in java

2015-06-18 Thread rhs
added more shim for selectabes; cat and echo still don't work because you can't select on files in java Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5ed6de43 Tree:

qpid-proton git commit: PROTON-881: make unittests check for Java I/O object leaks

2015-05-20 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 3c3799238 - 2d3cefc45 PROTON-881: make unittests check for Java I/O object leaks Implements something similar to pn_io so that the various Java I/O resources are created in a single place. Reactor unit tests are

qpid-proton git commit: PROTON-881: added a README with a bit of explanation of the reactor processing model

2015-05-15 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 09c190f2b - 2405ca0f1 PROTON-881: added a README with a bit of explanation of the reactor processing model Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-881: indent more for markdown

2015-05-15 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 2405ca0f1 - 3c3799238 PROTON-881: indent more for markdown Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3c379923 Tree:

qpid-proton git commit: added launcher script for examples; added null check to IOHandler.java

2015-05-12 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 76cb49a87 - 1cbba24d6 added launcher script for examples; added null check to IOHandler.java Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: modify PN_CLASSDEF macro to provide accessor for the pn_class_t

2015-05-12 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 1fe0aa244 - 0e155e292 modify PN_CLASSDEF macro to provide accessor for the pn_class_t Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0e155e29 Tree:

qpid-proton git commit: fixed version and launcher scripts

2015-05-11 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master c8f2d8a3a - 196ef80bc fixed version and launcher scripts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/196ef80b Tree:

qpid-proton git commit: make the timer selectable read from the wakeup pipe

2015-05-11 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 5c7f59cf6 - 76cb49a87 make the timer selectable read from the wakeup pipe Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/76cb49a8 Tree:

qpid-proton git commit: fixed version

2015-05-10 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor f8703 - ad0f02957 fixed version Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ad0f0295 Tree:

qpid-proton git commit: PROTON-882: allow python to set transport tracer

2015-05-08 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master beaea0c1c - 223bbc8bd PROTON-882: allow python to set transport tracer Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/223bbc8b Tree:

[07/19] qpid-proton git commit: PROTON-881: Rough first pass at a proton-j - proton-c interop. test.

2015-05-07 Thread rhs
PROTON-881: Rough first pass at a proton-j - proton-c interop. test. This adds a Python test case which starts both a Python (proton-c) reactor and also spawns a JVM running a (proton-j) reactor. The expected outcome is that the proton-j reactor is able to send a message to the proton-c reactor.

[14/19] qpid-proton git commit: PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.)

2015-05-07 Thread rhs
PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.) The proton-j codebase does not, generally, implement cleanup logic in the same way as proton-c (explicit reference counting) and for some resources (such as sockets, selectors, etc.) cannot always way for garbage collection

[17/19] qpid-proton git commit: PROTON-881: build the reactor interop test into the proton-j jar

2015-05-07 Thread rhs
PROTON-881: build the reactor interop test into the proton-j jar Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9daab5f8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9daab5f8 Diff:

[01/19] qpid-proton git commit: PROTON-881: Initial commit of proton-j reactor implementation

2015-05-07 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor bfb5dcd37 - 06c451f0a http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e0187017/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java

[16/19] qpid-proton git commit: Merge branch 'reactor' of https://github.com/prestona/qpid-proton into proton-j-reactor

2015-05-07 Thread rhs
Merge branch 'reactor' of https://github.com/prestona/qpid-proton into proton-j-reactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a65760ab Tree:

[06/19] qpid-proton git commit: PROTON-881: Add Recv sample and required code changes / additions to the reactor

2015-05-07 Thread rhs
PROTON-881: Add Recv sample and required code changes / additions to the reactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0ac98e76 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0ac98e76

[18/19] qpid-proton git commit: PROTON-877: workaround by forcing anonymous from the client

2015-05-07 Thread rhs
PROTON-877: workaround by forcing anonymous from the client Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/20cdff18 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/20cdff18 Diff:

[12/19] qpid-proton git commit: PROTON-881: Add error handling for accept socket connection path through Acceptor

2015-05-07 Thread rhs
PROTON-881: Add error handling for accept socket connection path through Acceptor Adds error handling for various problems that can occur when accepting a connection (to a listening socket). Also adds unittests that cover these cases. Project:

[10/19] qpid-proton git commit: PROTON-881: Add reactor interop tests that send messages from proton-c to proton-j

2015-05-07 Thread rhs
PROTON-881: Add reactor interop tests that send messages from proton-c to proton-j Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1eb41f60 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1eb41f60

[02/19] qpid-proton git commit: PROTON-881: Initial commit of proton-j reactor implementation

2015-05-07 Thread rhs
PROTON-881: Initial commit of proton-j reactor implementation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e0187017 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e0187017 Diff:

[05/19] qpid-proton git commit: PROTON-881: Add a Send example, and supporting changes in the reactor.

2015-05-07 Thread rhs
PROTON-881: Add a Send example, and supporting changes in the reactor. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cd09de66 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cd09de66 Diff:

[13/19] qpid-proton git commit: PROTON-881: Add reactor unit tests based on those in proton-c/src/tests/reactor.c

2015-05-07 Thread rhs
PROTON-881: Add reactor unit tests based on those in proton-c/src/tests/reactor.c Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e9d4a78d Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e9d4a78d

[19/19] qpid-proton git commit: PROTON-881: added a pom.xml for the reactor exampes

2015-05-07 Thread rhs
PROTON-881: added a pom.xml for the reactor exampes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/06c451f0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/06c451f0 Diff:

[15/19] qpid-proton git commit: PROTON-881: tidy up comments and TODO's

2015-05-07 Thread rhs
PROTON-881: tidy up comments and TODO's Remove TODO's if they were already done, downgrade some TODO's to comments (if they were simply observations), and remove some comments that consisted of proton-c code - pasted in as a reference. Project:

[09/19] qpid-proton git commit: PROTON-881: Only try interoperation tests with proton-j if proton-j has been built!

2015-05-07 Thread rhs
PROTON-881: Only try interoperation tests with proton-j if proton-j has been built! Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7faa7e23 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7faa7e23

[08/19] qpid-proton git commit: PROTON-881: Tidy up proton-j to proton-c reactor interop tests

2015-05-07 Thread rhs
PROTON-881: Tidy up proton-j to proton-c reactor interop tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2e6f5cdd Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2e6f5cdd Diff:

[04/19] qpid-proton git commit: PROTON-881: Add a Cat example.

2015-05-07 Thread rhs
PROTON-881: Add a Cat example. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/88df5e74 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/88df5e74 Diff:

[11/19] qpid-proton git commit: PROTON-881: Tidy up Selectable to remove bits of a c style record implementation

2015-05-07 Thread rhs
PROTON-881: Tidy up Selectable to remove bits of a c style record implementation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/51529f67 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/51529f67

[03/19] qpid-proton git commit: PROTON-881: Write an Echo example and get it working

2015-05-07 Thread rhs
PROTON-881: Write an Echo example and get it working Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/739005e7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/739005e7 Diff:

qpid-proton git commit: PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers

2015-05-07 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 06c451f0a - f8703 PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

Git Push Summary

2015-05-06 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor [created] cb4f9b9ff - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-proton git commit: dummy commit

2015-05-06 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor cb4f9b9ff - bfb5dcd37 dummy commit Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bfb5dcd3 Tree:

qpid-proton git commit: print connection errors

2015-05-05 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 9272dea26 - 8d1d20eb3 print connection errors Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8d1d20eb Tree:

svn commit: r1677297 - in /qpid/site: docs/ docs/proton/ docs/releases/ docs/releases/qpid-proton-0.4/ docs/releases/qpid-proton-0.5/ docs/releases/qpid-proton-0.6/ docs/releases/qpid-proton-0.7/ docs

2015-05-02 Thread rhs
Author: rhs Date: Sat May 2 10:50:28 2015 New Revision: 1677297 URL: http://svn.apache.org/r1677297 Log: Release 0.9.1 [This commit notification would consist of 152 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r1677298 - in /qpid/site/docs/releases/qpid-proton-0.9.1: ./ messenger/ messenger/c/ messenger/c/examples/ messenger/perl/ messenger/perl/examples/ messenger/php/ messenger/php/examples/ m

2015-05-02 Thread rhs
Author: rhs Date: Sat May 2 11:01:13 2015 New Revision: 1677298 URL: http://svn.apache.org/r1677298 Log: Release 0.9.1 [This commit notification would consist of 160 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

Git Push Summary

2015-05-02 Thread rhs
Repository: qpid-proton Updated Tags: refs/tags/0.9.1 [created] a513b7a1d - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

svn commit: r8789 - in /release/qpid/proton: 0.9.1/ 0.9.1/latest 0.9.1/qpid-proton-0.9.1.tar.gz 0.9.1/qpid-proton-0.9.1.tar.gz.asc 0.9.1/qpid-proton-0.9.1.tar.gz.md5 0.9.1/qpid-proton-0.9.1.tar.gz.sha

2015-05-02 Thread rhs
Author: rhs Date: Sat May 2 10:08:26 2015 New Revision: 8789 Log: Release 0.9.1 Added: release/qpid/proton/0.9.1/ release/qpid/proton/0.9.1/latest (with props) release/qpid/proton/0.9.1/qpid-proton-0.9.1.tar.gz (with props) release/qpid/proton/0.9.1/qpid-proton-0.9.1

qpid-proton git commit: PROTON-874: update build to use point release

2015-04-30 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master b482e7745 - bcf01ac40 PROTON-874: update build to use point release Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bcf01ac4 Tree:

[1/2] qpid-proton git commit: Update release script to specify version and tag seperately.

2015-04-29 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/0.9.x 611cfa495 - df9fc10ee Update release script to specify version and tag seperately. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6cb0422d Tree:

[2/3] qpid-proton git commit: make release scripts fail fast

2015-04-29 Thread rhs
make release scripts fail fast Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/820724eb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/820724eb Diff:

[1/3] qpid-proton git commit: Update release script to specify version and tag seperately.

2015-04-29 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master fe3290be1 - b37c72eb9 Update release script to specify version and tag seperately. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/22f1bf3c Tree:

[3/3] qpid-proton git commit: detach even when not on a branch

2015-04-29 Thread rhs
detach even when not on a branch Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b37c72eb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b37c72eb Diff:

[2/2] qpid-proton git commit: make release scripts fail fast

2015-04-29 Thread rhs
make release scripts fail fast Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/df9fc10e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/df9fc10e Diff:

Git Push Summary

2015-04-29 Thread rhs
Repository: qpid-proton Updated Tags: refs/tags/0.9.1-rc1 [created] c5e48e44a - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-proton git commit: detach even when not on a branch

2015-04-29 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/0.9.x df9fc10ee - 4381b473e detach even when not on a branch Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4381b473 Tree:

qpid-proton git commit: bump master version to 0.10-SNAPSHOT

2015-04-29 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master b37c72eb9 - 0db016f53 bump master version to 0.10-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0db016f5 Tree:

qpid-proton git commit: reproducer and fix for sasl infinite event loop

2015-04-29 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 5f06462f3 - fe3290be1 reproducer and fix for sasl infinite event loop Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fe3290be Tree:

qpid-proton git commit: further refined the assert statement

2015-04-28 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 0c1de249e - 2d899d1f5 further refined the assert statement Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2d899d1f Tree:

qpid-proton git commit: modify testSelectable to allow for in-flight messages

2015-04-28 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master da117ea28 - 9ab060fda modify testSelectable to allow for in-flight messages Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9ab060fd Tree:

qpid-proton git commit: fixed braino

2015-04-28 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 9ab060fda - 0c1de249e fixed braino Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0c1de249 Tree:

qpid-proton git commit: give up on ever more specific asserts

2015-04-28 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master a6d38181d - 0d266c679 give up on ever more specific asserts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0d266c67 Tree:

qpid-proton git commit: added error info for assertion

2015-04-28 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 73d8ff9af - da117ea28 added error info for assertion Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/da117ea2 Tree:

  1   2   3   4   5   6   7   8   9   10   >