Review Request 19792: basic C++ AMQP 1.0 ssl client connections broken

2014-03-28 Thread Cliff Jansen
/trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp 1582846 http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/sys/urlAdd.h 1582846 Diff: https://reviews.apache.org/r/19792/diff/ Testing --- ctest Thanks, Cliff Jansen

Re: Review Request 19792: basic C++ AMQP 1.0 ssl client connections broken

2014-03-28 Thread Cliff Jansen
false; } - Cliff --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19792/#review38929 --- On March 28, 2014, 6:37 p.m., Cliff Jansen wrote

Review Request 20122: SSL negotiation failed spurious error on connection close (Windows C++)

2014-04-08 Thread Cliff Jansen
/qpid/trunk/qpid/cpp/src/qpid/sys/windows/SslAsynchIO.cpp 1585645 Diff: https://reviews.apache.org/r/20122/diff/ Testing --- Windows 7, 32/64 bit clients, amqp1.0 and amqp0-10, C++ and C#, wifi/wired connections. Thanks, Cliff Jansen

Re: PROTON - amqp 1.0 support

2014-04-09 Thread Cliff Jansen
Thanks for asking! But please note that AMQP-1.0 support on Windows is incrementally being added at this point, with the latest bits being SSL capability. A push-button build and full ctest integration is still in the future. You will get the best results working from the latest pending

Re: Review Request 20319: Windows C++ broker SSL sends invalid negotiation token on shutdown

2014-04-14 Thread Cliff Jansen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20319/#review40305 --- On April 14, 2014, 3:44 p.m., Cliff Jansen wrote

Review Request 23122: Proton map/hash entries can disappear

2014-06-27 Thread Cliff Jansen
://svn.apache.org/repos/asf/qpid/proton/trunk/proton-c/src/object/object.c 1605943 Diff: https://reviews.apache.org/r/23122/diff/ Testing --- Thanks, Cliff Jansen

Re: Review Request 23122: Proton map/hash entries can disappear

2014-07-02 Thread Cliff Jansen
Diff: https://reviews.apache.org/r/23122/diff/ Testing --- Thanks, Cliff Jansen

Re: Review Request 23122: Proton map/hash entries can disappear

2014-07-02 Thread Cliff Jansen
1607407 Diff: https://reviews.apache.org/r/23122/diff/ Testing --- Thanks, Cliff Jansen

Review Request 24159: Provide a native IO completion port layer similar to the QPID version for Proton.

2014-07-31 Thread Cliff Jansen
://svn.apache.org/repos/asf/qpid/proton/trunk/proton-c/src/windows/write_pipeline.c PRE-CREATION Diff: https://reviews.apache.org/r/24159/diff/ Testing --- 2000 msgr-send simultaneous connections to a msgr-recv -R instance. 32/64 bit. winxp and win7. Thanks, Cliff Jansen

Re: Review Request 24159: Provide a native IO completion port layer similar to the QPID version for Proton.

2014-08-05 Thread Cliff Jansen
--- On July 31, 2014, 6 p.m., Cliff Jansen wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24159

Review Request 24851: Windows SSl: the system lacked sufficient buffer space

2014-08-19 Thread Cliff Jansen
/diff/ Testing --- Thanks, Cliff Jansen

Re: Review Request 24851: Windows SSl: the system lacked sufficient buffer space

2014-08-19 Thread Cliff Jansen
/trunk/qpid/cpp/src/qpid/sys/windows/AsynchIO.cpp 1618723 http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/sys/windows/SslAsynchIO.cpp 1618723 Diff: https://reviews.apache.org/r/24851/diff/ Testing --- Thanks, Cliff Jansen

Re: Review Request 24851: Windows SSl: the system lacked sufficient buffer space

2014-08-21 Thread Cliff Jansen
--- On Aug. 19, 2014, 3:01 p.m., Cliff Jansen wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24851

Review Request 25312: driver.c implemented with selectors and selectables

2014-09-03 Thread Cliff Jansen
. Diffs - http://svn.apache.org/repos/asf/qpid/proton/trunk/proton-c/src/windows/driver.c 1622332 Diff: https://reviews.apache.org/r/25312/diff/ Testing --- see above Thanks, Cliff Jansen

Review Request 26013: Basic client SSL/TLS support via SChannel on Windows

2014-09-24 Thread Cliff Jansen
/26013/diff/ Testing --- Tested against qpidd and Azure Service Bus Thanks, Cliff Jansen

Review Request 26075: Document Proton-c IO restrictions for 0.8 release

2014-09-26 Thread Cliff Jansen
, but understanding the intended supported capabilities needs to come first. Diffs - http://svn.apache.org/repos/asf/qpid/proton/trunk/proton-c/include/proton/io.h 1627716 Diff: https://reviews.apache.org/r/26075/diff/ Testing --- N/A Thanks, Cliff Jansen

Review Request 26142: Help Windows find getservbyname AMQP services

2014-09-29 Thread Cliff Jansen
://svn.apache.org/repos/asf/qpid/proton/trunk/proton-c/bindings/python/proton.py 1628229 Diff: https://reviews.apache.org/r/26142/diff/ Testing --- Windows + RHEL6 Thanks, Cliff Jansen

Review Request 26865: disable SSLV3 for proton-c with Windows SChannel

2014-10-17 Thread Cliff Jansen
/schannel.c 1632478 Diff: https://reviews.apache.org/r/26865/diff/ Testing --- Windoww XP - Windows 8.1 32/64 bit VS2008-VS2013 VS2008 failed first attempt for fix Thanks, Cliff Jansen

Re: Request for Proton code review: IO layer refactor.

2014-11-18 Thread Cliff Jansen
I say Ship it!. I don't feel strongly about the deprecated bits, but if we don't remove them now, when is the right or at least better time? Cliff On Mon, Nov 17, 2014 at 12:14 PM, Andrew Stitcher astitc...@redhat.com wrote: As we currently don't have reviewboard set up for Qpid Proton (since

Request for Proton code review: SSL certificate stores (Windows and more)

2014-11-18 Thread Cliff Jansen
Following Andrew's lead, I've posted a pull request for review feedback on an extended usage pattern to the Proton API to specify alternate certificate containers, for Windows in this case, but it should also apply to alternate SSL/TLS implementations such as NSS or Java keystores.

Review Request 30898: Reactor send and receive soak test programs

2015-02-11 Thread Cliff Jansen
://127.0.0.1/test_$i -c 10 -R echo $i; usleep 20; done Thanks, Cliff Jansen

Re: Review Request 30898: Reactor send and receive soak test programs

2015-02-11 Thread Cliff Jansen
: for i in 1 2 3 4 5 6 7 8 9 10 ; do ./reactor-send -a amqp://127.0.0.1/test_$i -c 10 -R echo $i; usleep 20; done Thanks, Cliff Jansen

Re: Review Request 30898: Reactor send and receive soak test programs

2015-02-19 Thread Cliff Jansen
10 -R echo $i; usleep 20; done Thanks, Cliff Jansen

Re: Review Request 30898: Reactor send and receive soak test programs

2015-02-19 Thread Cliff Jansen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30898/#review72105 --- On Feb. 19, 2015, 8:26 p.m., Cliff Jansen wrote

Review Request 32033: C reactor event samples, including external loop (libuv)

2015-03-13 Thread Cliff Jansen
/simple_echo.c PRE-CREATION examples/engine/c/simple_send.c PRE-CREATION examples/engine/c/uv_iohandler.c PRE-CREATION Diff: https://reviews.apache.org/r/32033/diff/ Testing --- fedora 20 so far. headwinds expected on Windows Thanks, Cliff Jansen

Re: Review Request 30898: Reactor send and receive soak test programs

2015-02-20 Thread Cliff Jansen
there is no need for this. You can avoid holding any per connection state by simply attaching your state to the connection, and it would probably simplify the memory management overall to use a single handler for this purpose. Cliff Jansen wrote: Two reasons. First this seemed

Review Request 37217: Switch from handlefoo to concrete class or reference in C++ client

2015-08-07 Thread Cliff Jansen
-CREATION proton-c/bindings/cpp/src/link.cpp 2cef0a2 proton-c/bindings/cpp/src/proton_event.cpp 46b43ee proton-c/bindings/cpp/src/session.cpp 5742f13 Diff: https://reviews.apache.org/r/37217/diff/ Testing --- passes ctest on rhel7 Thanks, Cliff Jansen

Re: Review Request 37217: Switch from handlefoo to concrete class or reference in C++ client

2015-08-07 Thread Cliff Jansen
p.m., Cliff Jansen wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37217/ --- (Updated Aug. 7, 2015, 1:46 p.m.) Review

Review Request 39694: C++ binding connection options and reconnect

2015-10-27 Thread Cliff Jansen
gs/cpp/src/container_impl.cpp fc97a3e proton-c/bindings/cpp/src/reconnect_timer.cpp PRE-CREATION proton-c/bindings/cpp/src/transport.cpp 58114ae Diff: https://reviews.apache.org/r/39694/diff/ Testing --- Linux only Thanks, Cliff Jansen

Re: Review Request 39222: C++ binding link options

2015-10-16 Thread Cliff Jansen
Testing --- Linux. Checked attach frames compared to Python. Thanks, Cliff Jansen

Review Request 39222: C++ binding link options

2015-10-12 Thread Cliff Jansen
proton-c/bindings/cpp/src/terminus.cpp 2c960d6 Diff: https://reviews.apache.org/r/39222/diff/ Testing --- Linux. Checked attach frames compared to Python. Thanks, Cliff Jansen

Review Request 38859: Application events: C++ binding

2015-09-29 Thread Cliff Jansen
Testing --- linux so far. Python binding to verify behavior there too. Thanks, Cliff Jansen

Review Request 44927: C++ api changes: handler options become link or connection options

2016-03-19 Thread Cliff Jansen
dings/cpp/src/messaging_adapter.cpp 4265644 proton-c/bindings/cpp/src/proton_event.hpp 8dd2f8f tests/tools/apps/cpp/reactor_send.cpp 3ba26e8 Diff: https://reviews.apache.org/r/44927/diff/ Testing --- linux build and ctest Thanks, Cliff Jansen

Review Request 45340: turn off async ANONYMOUS SASL negotiation by default

2016-03-25 Thread Cliff Jansen
/proton/sasl.h 354982f proton-c/src/sasl/sasl-internal.h b3f4c7f proton-c/src/sasl/sasl.c 29d377e tests/python/proton_tests/engine.py 0a6eb8d tests/python/proton_tests/sasl.py 6adb77d Diff: https://reviews.apache.org/r/45340/diff/ Testing --- linux ctest Thanks, Cliff Jansen

Review Request 50574: make messaging_handler copyable

2016-07-28 Thread Cliff Jansen
/messaging_adapter.cpp 37fc4e0 Diff: https://reviews.apache.org/r/50574/diff/ Testing --- ctest Thanks, Cliff Jansen

Re: Review Request 50759: Force periodic cleanup of EpollPoller memory

2016-08-03 Thread Cliff Jansen
-existent on busy brokers. Diffs (updated) - src/qpid/sys/epoll/EpollPoller.cpp 6fdf996 Diff: https://reviews.apache.org/r/50759/diff/ Testing --- Jira test case, PollerTest.cpp Thanks, Cliff Jansen

Re: Review Request 50759: Force periodic cleanup of EpollPoller memory

2016-08-03 Thread Cliff Jansen
where now() was past targetTimeout and caused a negative duration. I will load a newer version for review. - Cliff --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50759/#r

Review Request 50759: Force periodic cleanup of EpollPoller memory

2016-08-03 Thread Cliff Jansen
is small on brokers light thread load and non-existent on busy brokers. Diffs - src/qpid/sys/epoll/EpollPoller.cpp 6fdf996 Diff: https://reviews.apache.org/r/50759/diff/ Testing --- Jira test case, PollerTest.cpp Thanks, Cliff Jansen

Re: Review Request 50759: Force periodic cleanup of EpollPoller memory

2016-08-04 Thread Cliff Jansen
our. One minute is probably a decent balance. - Cliff --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50759/#review144647 -------

Re: Review Request 50759: Force periodic cleanup of EpollPoller memory

2016-08-04 Thread Cliff Jansen
pression of the code. Will do. - Cliff --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50759/#review144765 --- On Aug. 4, 20

Re: Review Request 59638: PROTON-1493: c-proactor make pn_proactor_interrupt async-signal-safe

2017-05-30 Thread Cliff Jansen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59638/#review176417 --- Ship it! Ship It! - Cliff Jansen On May 30, 2017, 4:48 p.m

[jira] [Commented] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-05-16 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13033898#comment-13033898 ] Cliff Jansen commented on QPID-3256: I can reproduce the problem with a program

[jira] [Updated] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-06-06 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-3256: --- Attachment: qpid-3256.patch Application which uses Qpid (in my case Excel) hangs on shutdown

[jira] [Commented] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-06-14 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13049564#comment-13049564 ] Cliff Jansen commented on QPID-3256: I requested that the reporter test the patch

[jira] [Updated] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-07-05 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-3256: --- Attachment: qpid-3256-3.patch New patch. Now uses Thread local storage (TLS) instead of a std::map

[jira] [Created] (QPID-3338) qpidxarm CMake target is missing in 0-12

2011-07-07 Thread Cliff Jansen (JIRA)
Versions: 0.12 Environment: Windows with Microsoft compilers (as opposed to mingw) Reporter: Cliff Jansen Assignee: Cliff Jansen Priority: Blocker Fix For: 0.12 cpp/src/CMakeLists.txt was altered for mingw builds in QPID-2905 (r1104662

[jira] [Commented] (QPID-3338) qpidxarm CMake target is missing in 0-12

2011-07-12 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13064014#comment-13064014 ] Cliff Jansen commented on QPID-3338: The patch tests fine on Fedora to generate

[jira] [Commented] (QPID-3338) qpidxarm CMake target is missing in 0-12

2011-07-13 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13064393#comment-13064393 ] Cliff Jansen commented on QPID-3338: updated trunk: r1145883 updated 0.12 branch

[jira] [Commented] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-07-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067898#comment-13067898 ] Cliff Jansen commented on QPID-3256: I wanted to see the patch run through Steve's

[jira] [Commented] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-07-21 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069054#comment-13069054 ] Cliff Jansen commented on QPID-3256: Steve, thanks for looking into the nightly

[jira] [Resolved] (QPID-3256) Application which uses Qpid (in my case Excel) hangs on shutdown

2011-07-21 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-3256. Resolution: Fixed Fix Version/s: (was: 0.13) 0.12 Applied to 0.12

[jira] [Resolved] (QPID-3338) qpidxarm CMake target is missing in 0-12

2011-07-21 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-3338. Resolution: Fixed qpidxarm CMake target is missing in 0-12

[jira] [Created] (QPID-3571) A generic Posix poller implementation

2011-11-02 Thread Cliff Jansen (Created) (JIRA)
Versions: Future Environment: Platforms that support the posix definition of the poll() call. Reporter: Cliff Jansen Assignee: Cliff Jansen An implementation of qpid::sys::Poller that is portable to any OS that supports poll() (as defined in the posix

[jira] [Updated] (QPID-3571) A generic Posix poller implementation

2011-11-02 Thread Cliff Jansen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-3571: --- Attachment: QPID-3571-1.patch This code satisfies make check on Linux. It also compiles with gcc

[jira] [Created] (QPID-3620) time conversions fail on solaris

2011-11-16 Thread Cliff Jansen (Created) (JIRA)
Environment: Solaris sparc 64 Reporter: Cliff Jansen Assignee: Cliff Jansen Condition::wait(Mutex, const AbsTime absoluteTime) fails for far future time during cast/truncation from 64 bit int to posix timespec.tv_sec. The time is actually in the past and the wait

[jira] [Updated] (QPID-3620) time conversions fail on solaris

2011-11-16 Thread Cliff Jansen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-3620: --- Attachment: QPID-3620-0.patch proposed fix. do not assign value larger than std

[jira] [Created] (QPID-3621) Basic Solaris porting 0.15

2011-11-16 Thread Cliff Jansen (Created) (JIRA)
Environment: Solaris Reporter: Cliff Jansen Assignee: Cliff Jansen A continuation of previous work to port Qpid to Solaris. This is for non-substantive build and compile/link issues that pertain only to the solaris port, i.e. cmake directives, compiler warnings, linker

[jira] [Updated] (QPID-3621) Basic Solaris porting 0.15

2011-11-16 Thread Cliff Jansen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-3621: --- Attachment: QPID-3621-0.patch These diffs provide a basic debug build using gcc and cmake. Also

[jira] [Commented] (QPID-3759) Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-22 Thread Cliff Jansen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13235731#comment-13235731 ] Cliff Jansen commented on QPID-3759: I chose CancelIoEx because it worked most

[jira] [Commented] (QPID-3759) Heartbeat timeout in Windows does not lead to timely reconnect

2012-04-07 Thread Cliff Jansen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13249416#comment-13249416 ] Cliff Jansen commented on QPID-3759: Thanks for the heads up. I can reproduce and have

[jira] [Created] (QPID-4008) tcpNoDelay connection setting causes fatal exception on Windows

2012-05-17 Thread Cliff Jansen (JIRA)
Cliff Jansen created QPID-4008: -- Summary: tcpNoDelay connection setting causes fatal exception on Windows Key: QPID-4008 URL: https://issues.apache.org/jira/browse/QPID-4008 Project: Qpid

[jira] [Commented] (QPID-4096) Change WCF to link static with Boost

2012-06-29 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403727#comment-13403727 ] Cliff Jansen commented on QPID-4096: I have misgivings that you can build something

[jira] [Commented] (QPID-4096) Change WCF to link static with Boost

2012-06-29 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403957#comment-13403957 ] Cliff Jansen commented on QPID-4096: What you are doing sounds fine. The worry

[jira] [Created] (QPID-4181) proton porting work on Windows

2012-08-01 Thread Cliff Jansen (JIRA)
Cliff Jansen created QPID-4181: -- Summary: proton porting work on Windows Key: QPID-4181 URL: https://issues.apache.org/jira/browse/QPID-4181 Project: Qpid Issue Type: Improvement

[jira] [Updated] (QPID-4071) Solaris native compiler port

2012-09-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-4071: --- Fix Version/s: Future Solaris native compiler port

[jira] [Commented] (QPID-4071) Solaris native compiler port

2012-09-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13458477#comment-13458477 ] Cliff Jansen commented on QPID-4071: Moved to future completion. Additional CMake

[jira] [Updated] (QPID-4071) Solaris native compiler port

2012-09-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-4071: --- Fix Version/s: (was: 0.17) Solaris native compiler port

[jira] [Updated] (QPID-4345) Windows memory leak

2012-09-30 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-4345: --- Assignee: Cliff Jansen Windows memory leak --- Key: QPID-4345

[jira] [Commented] (QPID-4345) Windows memory leak

2012-09-30 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13466517#comment-13466517 ] Cliff Jansen commented on QPID-4345: Nice. Hats off to you gentlemen. I will apply

[jira] [Resolved] (QPID-4330) windows clients hang or fault on exit (static destructors)

2012-10-01 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-4330. Resolution: Fixed fixed r1392093. See https://reviews.apache.org/r/7179

[jira] [Created] (QPID-4354) windows clients hang or fault on exit, round N+1

2012-10-02 Thread Cliff Jansen (JIRA)
Cliff Jansen created QPID-4354: -- Summary: windows clients hang or fault on exit, round N+1 Key: QPID-4354 URL: https://issues.apache.org/jira/browse/QPID-4354 Project: Qpid Issue Type: Bug

[jira] [Updated] (QPID-4354) windows clients hang or fault on exit, round N+1

2012-10-02 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-4354: --- Description: Windows clients continue to fault/hang on exit intermittently despite the fix in QPID

[jira] [Updated] (QPID-4354) windows clients hang or fault on exit, round N+1

2012-10-02 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-4354: --- Attachment: trace3.txt trace2.txt from windbg on XP 32 bit windows

[jira] [Resolved] (QPID-4345) Windows memory leak

2012-10-13 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-4345. Resolution: Fixed fixed r1397926. Windows memory leak

[jira] [Assigned] (QPID-4400) WCF HelloWorld example throws an XMLException

2012-11-05 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen reassigned QPID-4400: -- Assignee: Cliff Jansen WCF HelloWorld example throws an XMLException

[jira] [Resolved] (QPID-4400) WCF HelloWorld example throws an XMLException

2012-11-05 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-4400. Resolution: Fixed Fix Version/s: 0.19 Fixed r1405981. WCF HelloWorld

[jira] [Resolved] (QPID-4181) proton porting work on Windows

2013-01-17 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-4181. Resolution: Fixed Fix Version/s: 0.21 Fixed r1434577, r1434587, and r1434712 See also https

[jira] [Resolved] (QPID-2889) WCF client crash with corrupted heap if broker is not available

2013-02-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-2889. Resolution: Fixed Fix Version/s: 0.8 This appears fixed based on the comments in 0.8

[jira] [Resolved] (QPID-3620) time conversions fail on solaris

2013-02-20 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved QPID-3620. Resolution: Fixed fixed. r1242406 time conversions fail on solaris

[jira] [Created] (QPID-4792) Windows UUID processing mingles GUID values

2013-04-30 Thread Cliff Jansen (JIRA)
Cliff Jansen created QPID-4792: -- Summary: Windows UUID processing mingles GUID values Key: QPID-4792 URL: https://issues.apache.org/jira/browse/QPID-4792 Project: Qpid Issue Type: Bug

[jira] Created: (QPID-2378) WCF/C++ Client subtree lacks Apache licensing files

2010-01-29 Thread Cliff Jansen (JIRA)
Affects Versions: 0.6 Environment: Windows Reporter: Cliff Jansen Priority: Blocker Fix For: 0.6 Licence and Notice files are missing. Requirements described at http://www.apache.org/dev/apply-license.html -- This message is automatically

[jira] Updated: (QPID-2378) WCF/C++ Client subtree lacks Apache licensing files

2010-01-29 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2378: --- Attachment: QPID-2378.patch LICENSE.txt and NOTICE.txt WCF/C++ Client subtree lacks Apache

[jira] Created: (QPID-2397) CMake install to 64 bit Windows uses 32 bit install location

2010-02-08 Thread Cliff Jansen (JIRA)
: C++ Client Affects Versions: 0.6, 0.7 Environment: Windows 64 bit Reporter: Cliff Jansen When installing using the CMake generated installer for Windows 64 bit systems, the default location for the runtime binaries is Program Files (86), which suggests to the user

[jira] Created: (QPID-2410) perftest hang in SSL on Windows with large buffers

2010-02-17 Thread Cliff Jansen (JIRA)
Affects Versions: 0.7 Environment: Windows client, Linux broker Reporter: Cliff Jansen The following command: perftest --count 1 --size 102400 -P ssl --port 5671 --broker linuxhost --username testuser --password secret --mechanism PLAIN hangs on a Windows client. Reducing

[jira] Created: (QPID-2415) Update doc for new SSL support in Windows broker and client

2010-02-19 Thread Cliff Jansen (JIRA)
Components: C++ Broker Affects Versions: 0.7 Environment: Windows Reporter: Cliff Jansen Fix For: 0.7 SSL support has been added to Windows. The SSL related documentation should be updated to reflect that. -- This message is automatically generated by JIRA

[jira] Updated: (QPID-2415) Update doc for new SSL support in Windows broker and client

2010-02-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2415: --- Attachment: ssldoc.patch Notes specific to Windows Update doc for new SSL support in Windows broker

[jira] Created: (QPID-2483) Can't build samples from Windows installer

2010-04-06 Thread Cliff Jansen (JIRA)
Versions: 0.6 Environment: Windows Vista 64 bit Reporter: Cliff Jansen After installing the 64 bit version on a system without a boost environment, I tried building the direct sample. The following include file was wanted boost/preprocessor/logical/bool.hpp

[jira] Created: (QPID-2500) Transport security for the WCF channel

2010-04-12 Thread Cliff Jansen (JIRA)
Versions: 0.7 Environment: Windows Reporter: Cliff Jansen Fix For: 0.7 SSL and Sasl PLAIN capabilities have been recently ported to the C++ client on Windows. The WCF client can now be enhanced to use these features and to provide the expected transport level security

[jira] Updated: (QPID-2500) Transport security for the WCF channel

2010-04-12 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2500: --- Attachment: QPID-2500-1.patch This patch provides the base functionality and security classes

[jira] Updated: (QPID-2500) Transport security for the WCF channel

2010-04-12 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2500: --- Attachment: QPID-2500-3.patch Update WcfPerftest to use SSL and SASL plain Transport security

[jira] Updated: (QPID-2500) Transport security for the WCF channel

2010-04-12 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2500: --- Attachment: QPID-2500-2.patch This patch updates the DTC plugin module to be able to parse data

[jira] Created: (QPID-2501) WCF Binding Configuration parameters

2010-04-12 Thread Cliff Jansen (JIRA)
: 0.7 Environment: Windows Reporter: Cliff Jansen Fix For: 0.7 The existing configuration capabilities of the WCF channel should be fleshed out to handle transport level security. -- This message is automatically generated by JIRA. - If you think it was sent

[jira] Commented: (QPID-2500) Transport security for the WCF channel

2010-04-13 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856608#action_12856608 ] Cliff Jansen commented on QPID-2500: At a minimum the AmqpCredentialType enumeration

[jira] Commented: (QPID-2505) WCF project needs to encode/decode all AMQP data types

2010-04-14 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857098#action_12857098 ] Cliff Jansen commented on QPID-2505: Note that there are two levels of translation

[jira] Updated: (QPID-2516) New sample to show how to specify WCF bindings in config files

2010-04-18 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2516: --- Attachment: QPID-2516.patch A simple program and associated configuration file demonstrating binding

[jira] Created: (QPID-2557) Hello World example

2010-04-28 Thread Cliff Jansen (JIRA)
Reporter: Cliff Jansen Fix For: 0.7 The WCF client needs a Hello World example to match the existing client examples. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Updated: (QPID-2557) Hello World example

2010-04-28 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2557: --- Attachment: QPID-2557.patch This patch provides a close approximation to the C++ hello_world.cpp

[jira] Commented: (QPID-2560) WCF to WCF PubSub sample is mis-named or needs to be re-designed

2010-05-03 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863250#action_12863250 ] Cliff Jansen commented on QPID-2560: The sample is meant to be run by following

[jira] Created: (QPID-2590) Update install notes for transactions

2010-05-07 Thread Cliff Jansen (JIRA)
Environment: Windows Reporter: Cliff Jansen Fix For: 0.7 The install notes for the Qpid installer should include the necessary steps to configure transaction support on the machine. -- This message is automatically generated by JIRA. - You can reply

[jira] Updated: (QPID-2590) Update install notes for transactions

2010-05-07 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2590: --- Attachment: QPID-2590.patch Updated install notes file with configuration information

<    1   2   3   4   5   >