[jira] [Assigned] (PROTON-780) RHEL 6 CXX Build Issue

2014-12-17 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway reassigned PROTON-780: -- Assignee: Alan Conway RHEL 6 CXX Build Issue -- Key:

[jira] [Created] (PROTON-781) Implement the Reactive APIs in Ruby

2014-12-17 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-781: --- Summary: Implement the Reactive APIs in Ruby Key: PROTON-781 URL: https://issues.apache.org/jira/browse/PROTON-781 Project: Qpid Proton Issue Type:

Re: [java] Message codec improvements

2014-12-17 Thread Rafael Schloming
A while back I implemented a relatively complete standalone codec here: https://github.com/rhs/qpid-proton-old/tree/codec/proton-j/src/main/java/org/apache/qpid/proton/codec2 It's quite a bit faster than the existing codec. I believe any new codec work should probably be based on this. It's

[jira] [Commented] (PROTON-697) SChannel SSL/TLS support for Proton-c on Windows

2014-12-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250302#comment-14250302 ] ASF subversion and git services commented on PROTON-697: Commit

[jira] [Commented] (PROTON-780) RHEL 6 CXX Build Issue

2014-12-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250426#comment-14250426 ] ASF subversion and git services commented on PROTON-780: Commit

[jira] [Resolved] (PROTON-780) RHEL 6 CXX Build Issue

2014-12-17 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved PROTON-780. Resolution: Fixed RHEL 6 CXX Build Issue -- Key: PROTON-780

[jira] [Commented] (PROTON-772) Remove all direct printing to stdout and stderr.

2014-12-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250729#comment-14250729 ] ASF subversion and git services commented on PROTON-772: Commit

Re: PROTON-772: New proton logging code

2014-12-17 Thread Alan Conway
On Tue, 2014-12-16 at 10:48 -0500, Andrew Stitcher wrote: On Mon, 2014-12-15 at 11:51 -0500, Alan Conway wrote: On Fri, 2014-12-12 at 15:09 -0500, Andrew Stitcher wrote: Alan recently landed a change which stops the proton library from writing directly to stderr/stdout - this is a good