First cut at a C++ "binding" for proton comments please [Fwd: Review Request: C++ wrappers for proton pn_message_t and pn_messenger_t]

2012-09-10 Thread Andrew Stitcher
.cpp PRE-CREATION /proton/trunk/examples/c++/server.cpp PRE-CREATION /proton/trunk/proton-c/include/proton/message.h 1381265 /proton/trunk/proton-c/include/proton/messenger.h 1381265 Diff: https://reviews.apache.org/r/6929/diff/ Testing --- Compiled and ran the transcribed c++ examples Thanks, Andrew Stitcher

Re: First cut at a C++ "binding" for proton comments please [Fwd: Review Request: C++ wrappers for proton pn_message_t and pn_messenger_t]

2012-09-10 Thread Andrew Stitcher
On Mon, 2012-09-10 at 14:16 -0400, William Henry wrote: > It looks very attractive. Any plans to include exceptions? I was debating exceptions: On the one hand I wanted a very slim layer with no hidden code - what is there now will pretty much compile directly in to the same code as the equivalent

Re: First cut at a C++ "binding" for proton comments please [Fwd: Review Request: C++ wrappers for proton pn_message_t and pn_messenger_t]

2012-09-10 Thread Andrew Stitcher
On Mon, 2012-09-10 at 15:01 -0400, Rafael Schloming wrote: > Can you comment on why you decided to inline it directly into the C header > files as opposed to splitting it out somehow? Given William's comment on > exceptions, it seems like it might well expand/evolve enough to make it > awkward to i

Re: First cut at a C++ "binding" for proton comments please [Fwd: Review Request: C++ wrappers for proton pn_message_t and pn_messenger_t]

2012-09-10 Thread Andrew Stitcher
On Mon, 2012-09-10 at 15:28 -0400, Rafael Schloming wrote: > On Mon, Sep 10, 2012 at 3:23 PM, Andrew Stitcher wrote: > > > On Mon, 2012-09-10 at 15:01 -0400, Rafael Schloming wrote: > > > Can you comment on why you decided to inline it directly into the C > > heade

Small proton (mostly build) issues

2012-09-28 Thread Andrew Stitcher
the proton version can get it in an obvious place - there seems no other reason for pn_config.h so it could be removed. Thoughts, plaudits, criticisms... Andrew >From 4c2c2b9af578275aece106a62ca54d66864d9269 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 27 Sep 2012 16:26:08 -0400

Re: initial release candidate

2012-10-23 Thread Andrew Stitcher
On Tue, 2012-10-23 at 14:41 -0400, Rafael Schloming wrote: > Hi Everyone, > > I've posted an initial release candidate here: > > http://people.apache.org/~rhs/qpid-proton-0.1/ > > Please keep in mind there hasn't been a wide variety of install testing so > go ahead and try on as many different

Re: RC2

2012-10-24 Thread Andrew Stitcher
On Wed, 2012-10-24 at 10:32 -0400, Rafael Schloming wrote: > I think this may be related to the cmake version. Can you guys run cmake > -version and tell me what it reports? I think it's more likely missing quotes around a variable expansion that in this case expands to nothing. Andrew

Re: RC2

2012-10-24 Thread Andrew Stitcher
On Wed, 2012-10-24 at 10:33 -0400, Darryl L. Pierce wrote: > On Wed, Oct 24, 2012 at 09:00:07AM -0400, Darryl L. Pierce wrote: > > I'm hitting a very strange error while doing a koji build for i686. For > > some reason the build environment is installing the file to /usr/lib64 > > rather than /usr/

Re: initial release candidate

2012-10-24 Thread Andrew Stitcher
On Wed, 2012-10-24 at 08:01 -0400, Rafael Schloming wrote: > On Tue, Oct 23, 2012 at 4:00 PM, Andrew Stitcher wrote: > > > On Tue, 2012-10-23 at 14:41 -0400, Rafael Schloming wrote: > > > Hi Everyone, > > > > > > I've posted an initia

Re: RC2

2012-10-24 Thread Andrew Stitcher
On Wed, 2012-10-24 at 11:27 -0400, Rafael Schloming wrote: > According to the cmake docs for 2.6.x, the install (DIRECTORY ...) command > doesn't have the OPTIONAL argument. Any ideas on how to work around this? > Why not force the doc build? That's what I did with the qpid cmake build - it's rea

Re: RC2

2012-10-24 Thread Andrew Stitcher
On Wed, 2012-10-24 at 13:44 -0400, Rafael Schloming wrote: > On Wed, Oct 24, 2012 at 12:54 PM, Andrew Stitcher wrote: > ... > How do you force the doc build? As below. > I couldn't figure out how to add > dependencies between built-in and custom targets. There is no way

Re: review request: patch to cmake for windows builds

2012-10-31 Thread Andrew Stitcher
On Wed, 2012-10-31 at 13:46 -0400, Ken Giusti wrote: > Hi Cliff/Mary, > > I'm trying to add support for building proton using Microsoft Visual C++ > express. This patch updates cmake to enable generation of the VC++ project > files for proton. Can you review and try it out - let me know what y

Re: Proton Port for Windows

2012-11-14 Thread Andrew Stitcher
On Wed, 2012-11-14 at 09:19 -0500, Mary Hinton wrote: > ... > I'd like to share the status of the Windows port of the proton code. > ... > In the meantime, I would like to have a public place to put the port so that > others can join in with the Windows version. > > What is the best way to do thi

Re: Using script-native drivers for Proton messenger bindings

2012-11-14 Thread Andrew Stitcher
On Wed, 2012-11-14 at 17:49 +0100, Rafael Schloming wrote: > ... > How does the packaging prevent this? Not to put words in Ted's mouth, but I think what he is talking about here is that the messenger API code itself depends on the driver code. Andrew

Re: Proton Port for Windows

2012-11-15 Thread Andrew Stitcher
[List added back in, because this is generally useful information] On Thu, 2012-11-15 at 09:41 -0500, Mary Hinton wrote: > Wanted to check a little more on how the github works. If I push a branch to > github, does it just stay in the github? > Do I have to worry about the Apache subversion proce

Please review portability changes

2012-12-03 Thread Andrew Stitcher
There is no qpid-proton group on reviewboard so I'm posting this manually. I've some putative changes that improve the portability of proton (especially to BSD based systems at the moment). I'd like someone to try them on OS X as I don't have access to that myself. Note that you will manually ha

Re: Please review portability changes

2012-12-03 Thread Andrew Stitcher
On Mon, 2012-12-03 at 13:41 -0500, Andrew Stitcher wrote: > There is no qpid-proton group on reviewboard so I'm posting this > manually. > Too eager, too eager... You can find the review here: https://reviews.apache.org/r/8321/ Andrew > I've some putative ch

Re: Problems building and running proton-c on Linux RHEL 5

2012-12-04 Thread Andrew Stitcher
On Tue, 2012-12-04 at 17:46 +, Phil Harvey wrote: > ... > Linking C shared module _cproton.so > /usr/bin/ld: /usr/local/lib/python2.6/config/libpython2.6.a(abstract.o): > relocation R_X86_64_32 against `a local symbol' can not be used when making > a shared object; recompile with -fPIC > /usr/l

Re: Perl language bindings are now pushed...

2012-12-04 Thread Andrew Stitcher
On Thu, 2012-11-29 at 17:16 -0500, Darryl L. Pierce wrote: > I've pushed the Perl language bindings as well as the send/recv examples > for using the qpid::proton::Messenger and qpid::proton::Message classes. These changes break "make install" for a developer build installing in a non system locat

Re: Perl language bindings are now pushed...

2012-12-05 Thread Andrew Stitcher
On Wed, 2012-12-05 at 11:12 -0500, Rafael Schloming wrote: > On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce wrote: > > > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > > It seems like this new stuff just ignores CMAKE_INSTALL_PREFIX. > > > > > > Yeah, it appears that th

Some proton portability work.

2012-12-05 Thread Andrew Stitcher
I've committed some portability work on proton today. At this point, proton should configure and compile without error on FreeBSD and MacOS X. I've also done a bit of work which improves compilation under gcc on Solaris too, but this isn't finished (Solaris is missing any functionality to easily

Re: Perl language bindings are now pushed...

2012-12-06 Thread Andrew Stitcher
On Wed, 2012-12-05 at 17:51 -0500, Rafael Schloming wrote: > On Wed, Dec 5, 2012 at 4:38 PM, Darryl L. Pierce wrote: I disagree: There are two scenarios that we care about: 1. The install prefix of proton is the same as the install prefix of the perl/php/etc. In this case everything just works

Re: Perl language bindings are now pushed...

2012-12-06 Thread Andrew Stitcher
On Thu, 2012-12-06 at 13:24 -0500, Rafael Schloming wrote: > ... > The best way to cater to the developer scenario you mention is to simply > look at install_manifest.txt. This file is generated whenever you type make > install and will provide a much more accurate check on whether the install > i

Re: Perl language bindings are now pushed...

2012-12-06 Thread Andrew Stitcher
On Thu, 2012-12-06 at 13:35 -0500, Andrew Stitcher wrote: > On Thu, 2012-12-06 at 13:24 -0500, Rafael Schloming wrote: > > ... > > > The best way to cater to the developer scenario you mention is to simply > > look at install_manifest.txt. This file is generated whenever y

Re: Can't build proton-c undefined symbols ERR_get_error etc

2012-12-12 Thread Andrew Stitcher
On Wed, 2012-12-12 at 14:22 +, Keith W wrote: > Hi all > > We are having problems building proton-c on our dev boxes (Red Hat > Enterprise Linux Server release 5.3 (Tikanga)). I've done a git > bisect and discovered that it was Andrew's commit last Wednesday (rev > 1417553) that has introduce

Re: Can't build proton-c undefined symbols ERR_get_error etc

2012-12-12 Thread Andrew Stitcher
On Wed, 2012-12-12 at 17:44 +, Keith W wrote: > Hi Andrew, > > Thanks for the rapid response. I confirm that the workaroud you > suggest works successfully. > > Here are the details: > > > Could you run "make VERBOSE=1" and post the final link line (only). > ... > CMakeFiles/qpid-proton.dir/

Re: [VOTE] 0.3 RC3

2013-01-11 Thread Andrew Stitcher
+1 Tested on FreeBSD 9.1: + cproton builds with gcc + cproton tests clean with manual PYTHONPATH setup. But there are some install caveats (but not enough imo to nack this release) - by default make install puts the libraries in the wrong place for freebsd (in /usr/local/lib64 instead of /usr/loca

Re: 0.4 RC2

2013-02-21 Thread Andrew Stitcher
On Wed, 2013-02-20 at 12:31 -0800, Rafael Schloming wrote: > Source posted here: > - http://people.apache.org/~rhs/qpid-proton-0.4rc2/ > > Java binaries here: > - https://repository.apache.org/content/repositories/orgapacheqpid-280/ > > I'd like to call an official vote soon, e.g. tomorrow, s

Re: 0.4 RC2

2013-02-21 Thread Andrew Stitcher
On Thu, 2013-02-21 at 11:01 -0500, Andrew Stitcher wrote: > On Wed, 2013-02-20 at 12:31 -0800, Rafael Schloming wrote: > > Source posted here: > > - http://people.apache.org/~rhs/qpid-proton-0.4rc2/ > > > > Java binaries here: > > - https://repositor

Re: [VOTE] 0.4 RC3

2013-02-22 Thread Andrew Stitcher
[X] Yes, I believe we should make 0.4 RC3 into 0.4 final [ ] No, because ...

Re: [VOTE] Subversion to JIRA integration

2013-05-24 Thread Andrew Stitcher
On Fri, 2013-05-24 at 12:03 +0100, Robbie Gemmell wrote: > ... I also note it'd be nice to get the info in there retrospectively too. Andrew > QPID: > Yes [ X ] > No [ ] > > PROTON: > Yes [ X ] > No [ ] > > > Robbie

[jira] [Commented] (PROTON-356) PHP bindings are not built on MacOS 10.8

2013-10-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802011#comment-13802011 ] Andrew Stitcher commented on PROTON-356: It looks to me (although I have no

[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-18 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-506: --- Attachment: proton-506.diff Suggested fix for this bug > Queue names with '@'

[jira] [Commented] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905544#comment-13905544 ] Andrew Stitcher commented on PROTON-506: I believe the problem is that

[jira] [Commented] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906639#comment-13906639 ] Andrew Stitcher commented on PROTON-506: The java code seems to have the

[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-506: --- Attachment: 0001-PROTON-506-Fix-address-URL-parser-to-correctly-ident.patch > Queue na

[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-506: --- Attachment: (was: proton-506.diff) > Queue names with '@' symbol ca

[jira] [Assigned] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-03-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-506: -- Assignee: Andrew Stitcher (was: Rafael H. Schloming) > Queue names with '@

[jira] [Resolved] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-03-11 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-506. Resolution: Fixed > Queue names with '@' symbol cause incorrect ho

[jira] [Created] (PROTON-536) Make exported cmake files more idiomatic

2014-03-15 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-536: -- Summary: Make exported cmake files more idiomatic Key: PROTON-536 URL: https://issues.apache.org/jira/browse/PROTON-536 Project: Qpid Proton Issue Type

[jira] [Resolved] (PROTON-536) Make exported cmake files more idiomatic

2014-03-15 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-536. Resolution: Fixed Fix Version/s: 0.7 > Make exported cmake files more idioma

[jira] [Closed] (PROTON-547) C Build failure on Windows

2014-04-04 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher closed PROTON-547. -- Resolution: Fixed > C Build failure on Wind

[jira] [Updated] (PROTON-552) Examples fail to build on windows

2014-04-04 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-552: --- Summary: Examples fail to build on windows (was: examples fail to build on windows

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

2014-04-04 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960008#comment-13960008 ] Andrew Stitcher commented on PROTON-552: The Visual Studio C compiler be

[jira] [Resolved] (PROTON-552) Examples fail to build on windows

2014-04-04 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-552. Resolution: Fixed Fix Version/s: 0.7 > Examples fail to build on wind

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-15 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998279#comment-13998279 ] Andrew Stitcher commented on PROTON-558: The current size (in bytes) of

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-16 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000173#comment-14000173 ] Andrew Stitcher commented on PROTON-558: The checkin above reduces the space

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-16 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000184#comment-14000184 ] Andrew Stitcher commented on PROTON-558: [~MarkusHorstmann]: Could you com

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002323#comment-14002323 ] Andrew Stitcher commented on PROTON-558: I think that if you built using st

[jira] [Commented] (PROTON-562) More gracefully handle connections to non-1.0 parties

2014-05-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002374#comment-14002374 ] Andrew Stitcher commented on PROTON-562: If there is nothing listening on

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003751#comment-14003751 ] Andrew Stitcher commented on PROTON-558: I have now tried building a st

[jira] [Created] (PROTON-583) Can move a bunch of things from .data to .rodata by adding const

2014-05-20 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-583: -- Summary: Can move a bunch of things from .data to .rodata by adding const Key: PROTON-583 URL: https://issues.apache.org/jira/browse/PROTON-583 Project: Qpid

[jira] [Comment Edited] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003751#comment-14003751 ] Andrew Stitcher edited comment on PROTON-558 at 5/20/14 6:2

[jira] [Assigned] (PROTON-583) Can move a bunch of things from .data to .rodata by adding const

2014-05-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-583: -- Assignee: Andrew Stitcher > Can move a bunch of things from .data to .rodata by add

[jira] [Resolved] (PROTON-583) Can move a bunch of things from .data to .rodata by adding const

2014-05-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-583. Resolution: Fixed Fix Version/s: 0.8 > Can move a bunch of things from .data

[jira] [Resolved] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-558. Resolution: Fixed Fix Version/s: 0.8 I'm going to mark this resolved as I thin

[jira] [Created] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-585: -- Summary: Can improve memory use by rearranging structs to eliminate padding Key: PROTON-585 URL: https://issues.apache.org/jira/browse/PROTON-585 Project: Qpid

[jira] [Commented] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005981#comment-14005981 ] Andrew Stitcher commented on PROTON-585: There is a very useful tool &qu

[jira] [Updated] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-585: --- Fix Version/s: 0.8 > Can improve memory use by rearranging structs to eliminate padd

[jira] [Resolved] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-585. Resolution: Fixed Tested that no padding holes remain by using: {code} pahole -H1 libqpid

[jira] [Assigned] (PROTON-429) pn_bytes(size_t size, char *start) needs a const on the 'start' argument

2014-05-23 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-429: -- Assignee: Andrew Stitcher > pn_bytes(size_t size, char *start) needs a const on

[jira] [Commented] (PROTON-429) pn_bytes(size_t size, char *start) needs a const on the 'start' argument

2014-05-27 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009872#comment-14009872 ] Andrew Stitcher commented on PROTON-429: See https://reviews.apache.org/r/2

[jira] [Commented] (PROTON-587) Proton 0.7 fails to compile with Visual Studio 2008

2014-05-28 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011348#comment-14011348 ] Andrew Stitcher commented on PROTON-587: #include seems to be the correct

[jira] [Resolved] (PROTON-429) pn_bytes(size_t size, char *start) needs a const on the 'start' argument

2014-05-29 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-429. Resolution: Fixed Fix Version/s: 0.8 > pn_bytes(size_t size, char *start) need

[jira] [Commented] (PROTON-516) [proton-c] Dispatcher frame buffer set to peer's max frame size.

2014-06-02 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14015507#comment-14015507 ] Andrew Stitcher commented on PROTON-516: It looks to me like we can just re

[jira] [Created] (PROTON-590) If Proton receives a frame with an unexpected performative number it will SEGV

2014-06-03 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-590: -- Summary: If Proton receives a frame with an unexpected performative number it will SEGV Key: PROTON-590 URL: https://issues.apache.org/jira/browse/PROTON-590

[jira] [Created] (PROTON-591) There is are two large, mostly empty tables used for dispatching incoming frames

2014-06-03 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-591: -- Summary: There is are two large, mostly empty tables used for dispatching incoming frames Key: PROTON-591 URL: https://issues.apache.org/jira/browse/PROTON-591

[jira] [Updated] (PROTON-591) There are two large, mostly empty tables used for dispatching incoming frames

2014-06-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-591: --- Description: The frame dispatch for the raw amqp and sasl layers use a table with 256

[jira] [Updated] (PROTON-591) There are two large, mostly empty tables used for dispatching incoming frames

2014-06-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-591: --- Summary: There are two large, mostly empty tables used for dispatching incoming frames (was

[jira] [Resolved] (PROTON-516) [proton-c] Dispatcher frame buffer set to peer's max frame size.

2014-06-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-516. Resolution: Fixed > [proton-c] Dispatcher frame buffer set to peer's max fr

[jira] [Resolved] (PROTON-591) There are two large, mostly empty tables used for dispatching incoming frames

2014-06-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-591. Resolution: Fixed Fix Version/s: 0.8 > There are two large, mostly empty tab

[jira] [Resolved] (PROTON-590) If Proton receives a frame with an unexpected performative number it will SEGV

2014-06-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-590. Resolution: Fixed Fix Version/s: 0.8 > If Proton receives a frame with

[jira] [Commented] (PROTON-541) Problems with multi-frame deliveries

2014-06-06 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019909#comment-14019909 ] Andrew Stitcher commented on PROTON-541: My reading of the standard is that

[jira] [Commented] (PROTON-595) Python test function MessengerApp.start fails on Windows

2014-06-09 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025279#comment-14025279 ] Andrew Stitcher commented on PROTON-595: This change is not sufficient

[jira] [Commented] (PROTON-611) [proton-c] transport buffer increased to peer's max frame size if initial output_size is not enough

2014-06-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037488#comment-14037488 ] Andrew Stitcher commented on PROTON-611: Dominic, * Can we confirm that thi

[jira] [Assigned] (PROTON-608) seg fault if attach is sent before open and begin

2014-06-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-608: -- Assignee: Andrew Stitcher > seg fault if attach is sent before open and be

[jira] [Created] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-615: -- Summary: Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i) Key: PROTON-615 URL: https://issues.apache.org/jira

[jira] [Assigned] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-615: -- Assignee: Andrew Stitcher > Cmake binding dependencies wrong (building python bind

[jira] [Resolved] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-615. Resolution: Fixed Fix Version/s: 0.8 > Cmake binding dependencies wrong (build

[jira] [Created] (PROTON-619) The heuristics in config.sh don't work for all build directory locations

2014-06-27 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-619: -- Summary: The heuristics in config.sh don't work for all build directory locations Key: PROTON-619 URL: https://issues.apache.org/jira/browse/PROTON-619 Pr

[jira] [Resolved] (PROTON-619) The heuristics in config.sh don't work for all build directory locations

2014-06-27 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-619. Resolution: Fixed Fix Version/s: 0.8 > The heuristics in config.sh don't

[jira] [Created] (PROTON-620) Remove unnecessary wrapped types from proton low level bindings

2014-06-27 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-620: -- Summary: Remove unnecessary wrapped types from proton low level bindings Key: PROTON-620 URL: https://issues.apache.org/jira/browse/PROTON-620 Project: Qpid

[jira] [Commented] (PROTON-619) The heuristics in config.sh don't work for all build directory locations

2014-06-30 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048080#comment-14048080 ] Andrew Stitcher commented on PROTON-619: Change is here (with bad comment so

[jira] [Resolved] (PROTON-620) Remove unnecessary wrapped types from proton low level bindings

2014-07-01 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-620. Resolution: Fixed Fix Version/s: 0.8 > Remove unnecessary wrapped types from pro

[jira] [Commented] (PROTON-620) Remove unnecessary wrapped types from proton low level bindings

2014-07-01 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048919#comment-14048919 ] Andrew Stitcher commented on PROTON-620: This change has been committed to t

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-07-18 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066421#comment-14066421 ] Andrew Stitcher commented on PROTON-558: I did a bit more work reducing the s

[jira] [Created] (PROTON-633) pn_data_clear() doesn't clear embedded error.

2014-07-18 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-633: -- Summary: pn_data_clear() doesn't clear embedded error. Key: PROTON-633 URL: https://issues.apache.org/jira/browse/PROTON-633 Project: Qpid Proton

[jira] [Created] (PROTON-635) PN_TRANSPORT event not generated after protocol header

2014-07-24 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-635: -- Summary: PN_TRANSPORT event not generated after protocol header Key: PROTON-635 URL: https://issues.apache.org/jira/browse/PROTON-635 Project: Qpid Proton

[jira] [Resolved] (PROTON-608) seg fault if attach is sent before open and begin

2014-07-28 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-608. Resolution: Fixed > seg fault if attach is sent before open and be

[jira] [Assigned] (PROTON-635) PN_TRANSPORT event not generated after protocol header

2014-07-31 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-635: -- Assignee: Andrew Stitcher > PN_TRANSPORT event not generated after protocol hea

[jira] [Updated] (PROTON-635) PN_TRANSPORT event not genPN_TRANSPORT events not generated in enough placeserated after protocol header

2014-08-01 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-635: --- Summary: PN_TRANSPORT event not genPN_TRANSPORT events not generated in enough placeserated

[jira] [Updated] (PROTON-635) PN_TRANSPORT events not generated in enough places

2014-08-01 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-635: --- Summary: PN_TRANSPORT events not generated in enough places (was: PN_TRANSPORT event not

[jira] [Updated] (PROTON-635) PN_TRANSPORT events not generated in enough places

2014-08-01 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-635: --- Description: In writing a custom driver for Proton I noticed thatthe new events code does

[jira] [Resolved] (PROTON-611) [proton-c] transport buffer increased to peer's max frame size if initial output_size is not enough

2014-08-11 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-611. Resolution: Fixed Fix Version/s: 0.8 > [proton-c] transport buffer increased

[jira] [Commented] (PROTON-611) [proton-c] transport buffer increased to peer's max frame size if initial output_size is not enough

2014-08-11 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093435#comment-14093435 ] Andrew Stitcher commented on PROTON-611: This is issue should now be fixed (

[jira] [Commented] (PROTON-610) proton-c: messenger doesn't honour an advertised remote idle timeout

2014-08-14 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097153#comment-14097153 ] Andrew Stitcher commented on PROTON-610: [~dnwe] If you could add a unit

[jira] [Resolved] (PROTON-655) URL parser fails to parse ActiveMQ dynamically generated address

2014-09-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-655. Resolution: Fixed I used the supplied unit test, but not the suggested code. > URL par

[jira] [Commented] (PROTON-657) OSX: build proton with homebrew openssl

2014-09-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120966#comment-14120966 ] Andrew Stitcher commented on PROTON-657: It seems to me that the APPLE spe

[jira] [Commented] (PROTON-657) OSX: build proton with homebrew openssl

2014-09-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120981#comment-14120981 ] Andrew Stitcher commented on PROTON-657: [~bozzo] I've committed wha

[jira] [Resolved] (PROTON-657) OSX: build proton with homebrew openssl

2014-09-04 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-657. Resolution: Fixed > OSX: build proton with homebrew open

<    1   2   3   4   5   6   >