[jira] [Resolved] (PROTON-538) fix install and readme

2014-04-02 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-538. Resolution: Fixed > fix install and readme > -- > >

[jira] [Resolved] (PROTON-539) Incorrect operator on line 283 of proton.php

2014-04-02 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-539. Resolution: Fixed Fix Version/s: 0.7 Assignee: Rafael H. Schloming

[jira] [Resolved] (PROTON-540) [proton-c] Messenger segfault when shutting down

2014-04-02 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-540. Resolution: Fixed > [proton-c] Messenger segfault when shutting down >

[jira] [Commented] (PROTON-552) examples fail to build on windows

2014-04-02 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957608#comment-13957608 ] Chuck Rolke commented on PROTON-552: This issue is a duplicate of PROTON-547 > exampl

proton's new event API - feedback

2014-04-02 Thread Ken Giusti
Folks, I've been playing with the new Event/Collector engine API that's been introduced in 0.7. I've found this API to be a nice fit for an event-oriented project I've been hacking on for the past few weeks: https://github.com/kgiusti/dingus After working with the new API for awhile, I'd lik

Re: proton's new event API - feedback

2014-04-02 Thread Rafael Schloming
On Wed, Apr 2, 2014 at 9:17 AM, Ken Giusti wrote: > Folks, > > I've been playing with the new Event/Collector engine API that's been > introduced in 0.7. I've found this API to be a nice fit for an > event-oriented project I've been hacking on for the past few weeks: > https://github.com/kgiusti

[jira] [Created] (PROTON-553) Proton-C does not URLdecode password before doing SASL-PLAIN

2014-04-02 Thread James Birdsall (JIRA)
James Birdsall created PROTON-553: - Summary: Proton-C does not URLdecode password before doing SASL-PLAIN Key: PROTON-553 URL: https://issues.apache.org/jira/browse/PROTON-553 Project: Qpid Proton

[jira] [Updated] (PROTON-553) Proton-C does not URLdecode password before doing SASL-PLAIN

2014-04-02 Thread James Birdsall (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Birdsall updated PROTON-553: -- Attachment: sasl.c I have hacked a quick fix into pn_sasl_plain() which unblocks my testing wit