qpid-proton git commit: PROTON-883: Fixed using a pointer value as a size - It's not clear to me how the warning message this caused went ignored - It's also not clear to me why this error passed the

2015-05-21 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master c1f9ed41a -> e349a0212 PROTON-883: Fixed using a pointer value as a size - It's not clear to me how the warning message this caused went ignored - It's also not clear to me why this error passed the tests without crashing, probably t

qpid-proton git commit: NO-JIRA: Fix SSL tests to correctly create server transports.

2015-05-22 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master e349a0212 -> 3bd4aba5f NO-JIRA: Fix SSL tests to correctly create server transports. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3bd4aba5 Tree: ht

qpid-proton git commit: NO-JIRA: Remove SSL autodetect protocol hack which is no longer necessary - Add API to get ssf from SSL layer - Wired up pn_ssl_domain_allow_unsecured() (to pn_transport_requir

2015-05-26 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 3bd4aba5f -> a3fc3ffa2 NO-JIRA: Remove SSL autodetect protocol hack which is no longer necessary - Add API to get ssf from SSL layer - Wired up pn_ssl_domain_allow_unsecured() (to pn_transport_require_encryption() functionality) Pr

qpid-proton git commit: PROTON-334: Delete removed SASL APIs from PHP binding

2015-05-29 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 238617325 -> 1d9eb12a8 PROTON-334: Delete removed SASL APIs from PHP binding Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1d9eb12a Tree: http://git

[1/2] qpid-proton git commit: PROTON-334: Added in missing python SASL object level bindings - Fixed an obsolete transport API comment

2015-06-02 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 1d9eb12a8 -> 78b4873f5 PROTON-334: Added in missing python SASL object level bindings - Fixed an obsolete transport API comment Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/rep

[2/2] qpid-proton git commit: PROTON-879: Restricted this fix for only ANONYMOUS mech

2015-06-02 Thread astitcher
PROTON-879: Restricted this fix for only ANONYMOUS mech Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a9468f60 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a9468f60 Diff: http://git-wip-us.apache

qpid-proton git commit: PROTON-334: Mark transport as authenticated on client side - Make sure we don't send init SASL frames if an error happened

2015-06-03 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master cedb47633 -> 89ef63b46 PROTON-334: Mark transport as authenticated on client side - Make sure we don't send init SASL frames if an error happened Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip

qpid-proton git commit: PROTON-866: Tell SASL the external ssf and authid when we detect SASL - Add Internal API to set external ssf/authid to SASL

2015-06-10 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master f252261b9 -> 1cfeef1c0 PROTON-866: Tell SASL the external ssf and authid when we detect SASL - Add Internal API to set external ssf/authid to SASL Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wi

qpid-proton git commit: PROTON-866: Add support for EXTERNAL mechanism to default SASL impl

2015-06-11 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 060b1aa8a -> 8108bd760 PROTON-866: Add support for EXTERNAL mechanism to default SASL impl Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8108bd76 Tr

[4/4] qpid-proton git commit: PROTON-909: Tests for Cyrus SASL mechs

2015-06-11 Thread astitcher
PROTON-909: Tests for Cyrus SASL mechs Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/990b11e8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/990b11e8 Diff: http://git-wip-us.apache.org/repos/asf/qp

[3/4] qpid-proton git commit: NO-JIRA: Add in SASL pieces to Travis CI build

2015-06-11 Thread astitcher
NO-JIRA: Add in SASL pieces to Travis CI build Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e55fe323 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e55fe323 Diff: http://git-wip-us.apache.org/repo

[1/4] qpid-proton git commit: NO-JIRA: Code tidying

2015-06-11 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 8108bd760 -> 990b11e8a NO-JIRA: Code tidying Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7346d23d Tree: http://git-wip-us.apache.org/repos/asf/qpi

[2/4] qpid-proton git commit: PROTON-334: Add capability to detect extended SASL support

2015-06-11 Thread astitcher
PROTON-334: Add capability to detect extended SASL support Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d7df5760 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d7df5760 Diff: http://git-wip-us.apa

qpid-proton git commit: PROTON-909: Rearrange the test code to create the Cyrus SASL configuration - Make the Cyrus SASL configuration global for all the testing - This fixes test failures against ear

2015-06-16 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 56af1189c -> 0f90a7e4c PROTON-909: Rearrange the test code to create the Cyrus SASL configuration - Make the Cyrus SASL configuration global for all the testing - This fixes test failures against earlier versions of the Cyrus library -

[1/2] qpid-proton git commit: PROTON-916: Avoid unnecessary heap allocation

2015-06-17 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 5b611b704 -> 3aab9a07b PROTON-916: Avoid unnecessary heap allocation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/638c18b3 Tree: http://git-wip-us.

[2/2] qpid-proton git commit: PROTON-915: Send correct AMQP header upon protocol mismatch - Split apart the transport tests into client and server tests

2015-06-17 Thread astitcher
PROTON-915: Send correct AMQP header upon protocol mismatch - Split apart the transport tests into client and server 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/3aab9a07 Tree: http://git-wip-us.apache.org

[1/2] qpid-proton git commit: NO-JIRA: Rearrange file order and small tidying changes

2015-06-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 70a463f00 -> 2c383aaa8 NO-JIRA: Rearrange file order and small tidying changes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/37730cc8 Tree: http://g

[2/2] qpid-proton git commit: PROTON-911: Create SASL encryption layer, and logic which switches it on - Currently no encryption is implemented - Simplify SASL state a little too

2015-06-30 Thread astitcher
PROTON-911: Create SASL encryption layer, and logic which switches it on - Currently no encryption is implemented - Simplify SASL state a little too Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2c383aaa Tree: ht

qpid-proton git commit: PROTON-911: Implemented encryption/decryption functionality for Cyrus SASL

2015-07-01 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master c78392f19 -> 395b23f5f PROTON-911: Implemented encryption/decryption functionality for Cyrus SASL Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/395b

qpid-proton git commit: PROTON-929: Fix for ANONYMOUS cut through - Previously client wasn't reading anything after the SASL interchange

2015-07-01 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 395b23f5f -> f99337f1a PROTON-929: Fix for ANONYMOUS cut through - Previously client wasn't reading anything after the SASL interchange Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache

qpid-proton git commit: PROTON-911: Signed/unsigned confusion fix - Fixes a warning picked up by the clang compiler.

2015-07-02 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master f99337f1a -> c1a1df200 PROTON-911: Signed/unsigned confusion fix - Fixes a warning picked up by the clang compiler. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

qpid-proton git commit: NO-JIRA: Small tidy up

2015-07-02 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 5638c5a86 -> 7e3190306 NO-JIRA: Small tidy up Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7e319030 Tree: http://git-wip-us.apache.org/repos/asf/qp

qpid-proton git commit: PROTON-933: Workaround for seeming bug in Cyrus SASL GSSAPI buffer size reporting

2015-07-06 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 89fca58f4 -> c6499b687 PROTON-933: Workaround for seeming bug in Cyrus SASL GSSAPI buffer size reporting Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/com

qpid-proton git commit: PROTON-904: No longer need to include libuuid header

2015-07-10 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master ed8e0144a -> 7e43dc32d PROTON-904: No longer need to include libuuid header Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7e43dc32 Tree: http://git-

qpid-proton git commit: - Fix 2 Code Analysis warnings in iocp.c - Fix one realloc leak and the fact that the realloc result was not checked. This rippled through codec.c as more functions needed to h

2015-07-10 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 7e43dc32d -> 6d873ebed - Fix 2 Code Analysis warnings in iocp.c - Fix one realloc leak and the fact that the realloc result was not checked. This rippled through codec.c as more functions needed to have error checking. Fix amended b

[1/3] qpid-proton git commit: NO-JIRA: Minor changes to CMake to detect and pass some extra things to tests

2015-07-17 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 4ee726002 -> 71f0be88e NO-JIRA: Minor changes to CMake to detect and pass some extra things to 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/e

[2/3] qpid-proton git commit: NO-JIRA: Skip Extended SASL tests if we can't find saslpasswd2

2015-07-17 Thread astitcher
NO-JIRA: Skip Extended SASL tests if we can't find saslpasswd2 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/198af3db Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/198af3db Diff: http://git-wip-us

[3/3] qpid-proton git commit: NO-JIRA: Make tox get the path for swig from the SWIG env var if present

2015-07-17 Thread astitcher
NO-JIRA: Make tox get the path for swig from the SWIG env var if present Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/71f0be88 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/71f0be88 Diff: http://

qpid-proton git commit: NO-JIRA: Pass in some more env vars to the tox tests to run them without skipping any

2015-07-19 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 71f0be88e -> 22ca57e14 NO-JIRA: Pass in some more env vars to the tox tests to run them without skipping any Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton

[2/2] qpid-proton git commit: This closes #47

2015-07-19 Thread astitcher
This closes #47 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/02789482 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/02789482 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/02789482

[1/2] qpid-proton git commit: NO-JIRA: Change travis configuration to use container based builds

2015-07-19 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 22ca57e14 -> 02789482e NO-JIRA: Change travis configuration to use container based builds Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4476e975 Tre

qpid-proton git commit: PROTON-923: New tests to test the events emitted associated with SASL

2015-07-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 343d742f5 -> 236ee166e PROTON-923: New tests to test the events emitted associated with SASL Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/236ee166

qpid-proton git commit: PROTON-923: Added some more test and fixed tests to work with default SASL impl

2015-07-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 236ee166e -> 66cef4a31 PROTON-923: Added some more test and fixed tests to work with default SASL impl Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit

[2/4] qpid-proton git commit: NO-JIRA: Reordered transport code - To put layer handler routines together

2015-07-27 Thread astitcher
NO-JIRA: Reordered transport code - To put layer handler routines together Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/873b2377 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/873b2377 Diff: http:

[4/4] qpid-proton git commit: NO-JIRA: Remove SASL debug logging

2015-07-27 Thread astitcher
NO-JIRA: Remove SASL debug logging Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ae2b71ec Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ae2b71ec Diff: http://git-wip-us.apache.org/repos/asf/qpid-p

[1/4] qpid-proton git commit: PROTON-959/PROTON-960: Split error handling code to be layer sensitive - Each protocol will be called whenever a protocl error is detected to handle its own clean up.

2015-07-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 66cef4a31 -> 0773d9b19 PROTON-959/PROTON-960: Split error handling code to be layer sensitive - Each protocol will be called whenever a protocl error is detected to handle its own clean up. Project: http://git-wip-us.apache.org/rep

[3/4] qpid-proton git commit: NO-JIRA: Change interface to pni_post_close()

2015-07-27 Thread astitcher
NO-JIRA: Change interface to pni_post_close() Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a1c99bc7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a1c99bc7 Diff: http://git-wip-us.apache.org/repos

qpid-proton git commit: PROTON-963: Raise Transport Error event with correct condition on authentication failure

2015-07-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 0773d9b19 -> 0dea44515 PROTON-963: Raise Transport Error event with correct condition on authentication failure Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-pro

qpid-proton git commit: PROTON-950: Allow PLAIN over clear text if you ask nicely

2015-07-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 0fa93bcbc -> c954cf3e4 PROTON-950: Allow PLAIN over clear text if you ask nicely Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c954cf3e Tree: http:/

qpid-proton git commit: NO-JIRA: Silence SASL logging by default

2015-07-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master c954cf3e4 -> a942b492d NO-JIRA: Silence SASL logging by default Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a942b492 Tree: http://git-wip-us.apach

qpid-proton git commit: Fix to PROTON-963: Don't hang if Cyrus SASL detects "no worthy mech"

2015-08-03 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 9d1604984 -> 7f9be5c3b Fix to PROTON-963: Don't hang if Cyrus SASL detects "no worthy mech" Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7f9be5c3 T

[2/2] qpid-proton git commit: NO-JIRA: Add a valgrind suppression for memory leak cyrus sasl before v2.1.26

2015-08-04 Thread astitcher
NO-JIRA: Add a valgrind suppression for memory leak cyrus sasl before v2.1.26 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7c9e5673 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7c9e5673 Diff: ht

[1/2] qpid-proton git commit: PROTON-950: Add a flag to the messenger API to allow PLAIN over an unencrypted connection

2015-08-04 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 28f2d1c01 -> 7c9e5673f PROTON-950: Add a flag to the messenger API to allow PLAIN over an unencrypted connection Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-pr

[3/3] qpid-proton git commit: NO-JIRA: Add a valgrind suppression for memory leak cyrus sasl before v2.1.26

2015-08-04 Thread astitcher
NO-JIRA: Add a valgrind suppression for memory leak cyrus sasl before v2.1.26 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/54d4c098 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/54d4c098 Diff: ht

[1/3] qpid-proton git commit: Fix to PROTON-963: Don't hang if Cyrus SASL detects "no worthy mech"

2015-08-04 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/0.10.x b7a1fe9ac -> 54d4c098d Fix to PROTON-963: Don't hang if Cyrus SASL detects "no worthy mech" Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/134a3c53 T

[2/3] qpid-proton git commit: PROTON-950: Add a flag to the messenger API to allow PLAIN over an unencrypted connection

2015-08-04 Thread astitcher
PROTON-950: Add a flag to the messenger API to allow PLAIN over an unencrypted connection Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e26e5976 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e26e

qpid-proton git commit: NO-JIRA: Include selected mechanism with authentication failures - This shoiuld help with the cases where GSSAPI gets selected without the user realising

2015-08-04 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 9e7cb674c -> 64fa59ce2 NO-JIRA: Include selected mechanism with authentication failures - This shoiuld help with the cases where GSSAPI gets selected without the user realising Project: http://git-wip-us.apache.org/repos/asf/qpid-p

qpid-proton git commit: NO-JIRA: Include selected mechanism with authentication failures - This shoiuld help with the cases where GSSAPI gets selected without the user realising

2015-08-04 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/0.10.x 39b3dd56a -> 1cff839b8 NO-JIRA: Include selected mechanism with authentication failures - This shoiuld help with the cases where GSSAPI gets selected without the user realising Project: http://git-wip-us.apache.org/repos/asf/qpid-p

svn commit: r1625865 - in /qpid/proton/trunk/proton-c: bindings/python/cproton.i src/windows/iocp.c src/windows/write_pipeline.c

2014-09-17 Thread astitcher
Author: astitcher Date: Thu Sep 18 00:33:57 2014 New Revision: 1625865 URL: http://svn.apache.org/r1625865 Log: PROTON-???: Make previous changes compile under Windows Modified: qpid/proton/trunk/proton-c/bindings/python/cproton.i qpid/proton/trunk/proton-c/src/windows/iocp.c qpid

svn commit: r1626051 - /qpid/proton/trunk/proton-c/bindings/python/cproton.i

2014-09-18 Thread astitcher
Author: astitcher Date: Thu Sep 18 19:10:04 2014 New Revision: 1626051 URL: http://svn.apache.org/r1626051 Log: PROTON-???: Fix the new python extension code to work with earlier pythons Modified: qpid/proton/trunk/proton-c/bindings/python/cproton.i Modified: qpid/proton/trunk/proton-c

svn commit: r1626861 - /qpid/proton/trunk/proton-c/src/url.c

2014-09-22 Thread astitcher
Author: astitcher Date: Mon Sep 22 18:04:17 2014 New Revision: 1626861 URL: http://svn.apache.org/r1626861 Log: PROTON-693: Fix for windows build Modified: qpid/proton/trunk/proton-c/src/url.c Modified: qpid/proton/trunk/proton-c/src/url.c URL: http://svn.apache.org/viewvc/qpid/proton

svn commit: r1627104 - /qpid/trunk/qpid/cpp/INSTALL

2014-09-23 Thread astitcher
Author: astitcher Date: Tue Sep 23 18:01:58 2014 New Revision: 1627104 URL: http://svn.apache.org/r1627104 Log: QPID-6008: Fixed up FreeBSD 10 build instructions to work Modified: qpid/trunk/qpid/cpp/INSTALL Modified: qpid/trunk/qpid/cpp/INSTALL URL: http://svn.apache.org/viewvc/qpid/trunk

svn commit: r1627219 - in /qpid/proton/trunk: examples/include/pncompat/ proton-c/bindings/php/ proton-c/include/proton/ proton-c/src/ proton-c/src/codec/ proton-c/src/dispatcher/ proton-c/src/engine/

2014-09-23 Thread astitcher
Author: astitcher Date: Wed Sep 24 05:11:27 2014 New Revision: 1627219 URL: http://svn.apache.org/r1627219 Log: PROTON-696: Rearrange the header files: - Reduce transitive header inclusions - Remove proton/util.h and move its contents to src/util.h. All the defined symbols were internal. - Stop

svn commit: r1627222 - /qpid/proton/trunk/proton-c/include/proton/url.h

2014-09-23 Thread astitcher
Author: astitcher Date: Wed Sep 24 05:37:59 2014 New Revision: 1627222 URL: http://svn.apache.org/r1627222 Log: PROTON-693: Export pn_url... symbols as C not C++ Modified: qpid/proton/trunk/proton-c/include/proton/url.h Modified: qpid/proton/trunk/proton-c/include/proton/url.h URL: http

svn commit: r1628314 - /qpid/proton/trunk/proton-c/src/messenger/messenger.c.orig

2014-09-29 Thread astitcher
Author: astitcher Date: Mon Sep 29 21:00:12 2014 New Revision: 1628314 URL: http://svn.apache.org/r1628314 Log: PROTON-676: Removed file added in error Removed: qpid/proton/trunk/proton-c/src/messenger/messenger.c.orig

svn commit: r1628315 - in /qpid/proton/trunk: proton-c/bindings/python/proton.py tests/python/proton_tests/url.py

2014-09-29 Thread astitcher
Author: astitcher Date: Mon Sep 29 21:02:37 2014 New Revision: 1628315 URL: http://svn.apache.org/r1628315 Log: PROTON-693: If the system doesn't have port definitions for amqp/amqps use the default values of 5672/5671. - Not all systems have /etc/service (or similar) files that define

svn commit: r1628467 - in /qpid/proton/trunk: CMakeLists.txt proton-c/src/tests/CMakeLists.txt

2014-09-30 Thread astitcher
Author: astitcher Date: Tue Sep 30 15:18:23 2014 New Revision: 1628467 URL: http://svn.apache.org/r1628467 Log: PROTON-705: Fix tests on windows so that they run directly from a build (without having to fix up the environment with config.bat) Modified: qpid/proton/trunk/CMakeLists.txt

svn commit: r1628503 - /qpid/proton/trunk/proton-c/src/tests/CMakeLists.txt

2014-09-30 Thread astitcher
Author: astitcher Date: Tue Sep 30 17:59:28 2014 New Revision: 1628503 URL: http://svn.apache.org/r1628503 Log: PROTON-705: Work with older versions of CMake too Modified: qpid/proton/trunk/proton-c/src/tests/CMakeLists.txt Modified: qpid/proton/trunk/proton-c/src/tests/CMakeLists.txt URL

svn commit: r1628509 - /qpid/proton/trunk/proton-c/CMakeLists.txt

2014-09-30 Thread astitcher
Author: astitcher Date: Tue Sep 30 18:17:07 2014 New Revision: 1628509 URL: http://svn.apache.org/r1628509 Log: NO-JIRA: If we didn't build the python bindings then we can't run python tests Modified: qpid/proton/trunk/proton-c/CMakeLists.txt Modified: qpid/proton/trun

svn commit: r1628523 - /qpid/proton/trunk/CMakeLists.txt

2014-09-30 Thread astitcher
Author: astitcher Date: Tue Sep 30 19:46:27 2014 New Revision: 1628523 URL: http://svn.apache.org/r1628523 Log: NO-JIRA: Fix broken CMake initialisation of BUILD_WITH_CXX Modified: qpid/proton/trunk/CMakeLists.txt Modified: qpid/proton/trunk/CMakeLists.txt URL: http://svn.apache.org/viewvc

svn commit: r1628548 - /qpid/proton/trunk/CMakeLists.txt

2014-09-30 Thread astitcher
Author: astitcher Date: Tue Sep 30 20:38:30 2014 New Revision: 1628548 URL: http://svn.apache.org/r1628548 Log: NO-JIRA: Really make BUILD_WITH_CXX worl properly (sigh) Modified: qpid/proton/trunk/CMakeLists.txt Modified: qpid/proton/trunk/CMakeLists.txt URL: http://svn.apache.org/viewvc

Git Push Summary

2014-11-17 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/deleteme [deleted] 88f44a166 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[6/9] qpid-proton git commit: PROTON-749: Server transport autodetect: - Defer layer initialisation until first send/receive - Move layer initialisation entirely to transport - Server transports will

2014-11-20 Thread astitcher
PROTON-749: Server transport autodetect: - Defer layer initialisation until first send/receive - Move layer initialisation entirely to transport - Server transports will now autodetect the client protocol layers talking to them and configure themselves automatically - There are still some hacks i

[1/9] qpid-proton git commit: PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose.

2014-11-20 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 7b91e1ffe -> b4e06d34a PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apach

[8/9] qpid-proton git commit: PROTON-749: Fix erroneous windows change due to previous version to changeset.

2014-11-20 Thread astitcher
PROTON-749: Fix erroneous windows change due to previous version to changeset. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0cc91340 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0cc91340 Diff: h

[7/9] qpid-proton git commit: PROTON-749: Add the deprecated C APIs back in for backward compatibility.

2014-11-20 Thread astitcher
PROTON-749: Add the deprecated C APIs back in for backward compatibility. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0fd34e83 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0fd34e83 Diff: http:/

[4/9] qpid-proton git commit: PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be c

2014-11-20 Thread astitcher
PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be cast internally on use Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/r

[5/9] qpid-proton git commit: PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL cl

2014-11-20 Thread astitcher
PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL client/server from the transport setting - There are some workarounds in the tests because the full logic isn't implemented in

[9/9] qpid-proton git commit: PROTON-749, PROTON-750: Merge these changes into development stream.

2014-11-20 Thread astitcher
PROTON-749, PROTON-750: Merge these changes into development stream. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b4e06d34 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b4e06d34 Diff: http://git-

[2/9] qpid-proton git commit: PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member f

2014-11-20 Thread astitcher
PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member from pn_transport_t Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/

[3/9] qpid-proton git commit: PROTON-749: Change tick layer callbacks so that they're not chained just called in sequence

2014-11-20 Thread astitcher
PROTON-749: Change tick layer callbacks so that they're not chained just called in sequence Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/120639bf Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/12

svn commit: r1641658 - /qpid/trunk/qpid/cpp/src/qpid/sys/Timer.h

2014-11-25 Thread astitcher
Author: astitcher Date: Tue Nov 25 17:39:54 2014 New Revision: 1641658 URL: http://svn.apache.org/r1641658 Log: NO-JIRA: Improve the Timer/TimerTask documentation. Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.h Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.h URL: http

svn commit: r738247 - in /qpid/trunk/qpid/cpp/src: ./ qpid/broker/ qpid/client/ qpid/sys/ tests/

2009-01-27 Thread astitcher
Author: astitcher Date: Tue Jan 27 21:17:47 2009 New Revision: 738247 URL: http://svn.apache.org/viewvc?rev=738247&view=rev Log: Producer side rate throttling: This uses the Message.Flow command to send credit from broker to client to ensure that the client doesn't exce

svn commit: r738273 - /qpid/trunk/qpid/cpp/src/qpid/sys/rdma/rdma_wrap.cpp

2009-01-27 Thread astitcher
Author: astitcher Date: Tue Jan 27 22:14:44 2009 New Revision: 738273 URL: http://svn.apache.org/viewvc?rev=738273&view=rev Log: Fix compile breakage with different versions of librdma_cm Modified: qpid/trunk/qpid/cpp/src/qpid/sys/rdma/rdma_wrap.cpp Modified: qpid/trunk/qpid/cpp/src/

svn commit: r740135 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Connection.h broker/ConnectionHandler.cpp broker/ConnectionState.h broker/SessionState.cpp client/ConnectionHandler.cpp

2009-02-02 Thread astitcher
Author: astitcher Date: Mon Feb 2 22:28:17 2009 New Revision: 740135 URL: http://svn.apache.org/viewvc?rev=740135&view=rev Log: Send client property indicating that client supports producer throttling in the Connection.OpenOK message. Broker only tries to apply flow control to client if it

svn commit: r740433 - in /qpid/trunk/qpid: cpp/src/qpid/broker/SessionState.cpp cpp/src/qpid/broker/SessionState.h cpp/src/qpid/client/SessionImpl.cpp cpp/src/qpid/client/SessionImpl.h specs/managemen

2009-02-03 Thread astitcher
Author: astitcher Date: Tue Feb 3 20:41:04 2009 New Revision: 740433 URL: http://svn.apache.org/viewvc?rev=740433&view=rev Log: Add in management statistics for client flow control. Really fixed Client library to count credit the same way the broker does. Modified: qpid/trunk/qpid/cpp

svn commit: r740933 - in /qpid/trunk/qpid/cpp/src: qpid/broker/RateFlowcontrol.h qpid/broker/SessionState.cpp qpid/broker/SessionState.h tests/RateFlowcontrolTest.cpp

2009-02-04 Thread astitcher
Author: astitcher Date: Wed Feb 4 22:57:34 2009 New Revision: 740933 URL: http://svn.apache.org/viewvc?rev=740933&view=rev Log: Fixes to producer flow control to reduce the number of flow messages sent to the client and to eliminate a concurrency issue updating the broker flow control s

svn commit: r747587 - in /qpid/trunk/qpid/cpp/src/qpid/broker: Connection.cpp Connection.h ConnectionState.h SessionState.cpp

2009-02-24 Thread astitcher
Author: astitcher Date: Tue Feb 24 22:38:08 2009 New Revision: 747587 URL: http://svn.apache.org/viewvc?rev=747587&view=rev Log: Changed the producer rate limit timer callback so that it generates a callback serialised with the connection Modified: qpid/trunk/qpid/cpp/src/qpid/br

svn commit: r749406 - in /qpid/trunk/qpid/cpp/src: qpid/client/Connector.cpp qpid/client/SslConnector.cpp qpid/sys/DispatchHandle.cpp qpid/sys/DispatchHandle.h qpid/sys/Poller.h qpid/sys/epoll/EpollPo

2009-03-02 Thread astitcher
Author: astitcher Date: Mon Mar 2 18:42:02 2009 New Revision: 749406 URL: http://svn.apache.org/viewvc?rev=749406&view=rev Log: - Reworked DispatchHandler state machine to eliminate race conditions particularly when deleting a DispatchHandle - Reworked Poller interrupt mechanism elimina

svn commit: r749432 - in /qpid/trunk/qpid/cpp/src/tests: DispatcherTest.cpp Makefile.am

2009-03-02 Thread astitcher
Author: astitcher Date: Mon Mar 2 20:46:16 2009 New Revision: 749432 URL: http://svn.apache.org/viewvc?rev=749432&view=rev Log: Remove -Wno-missing-field-initializers which is not supported by gcc3.4 Modified: qpid/trunk/qpid/cpp/src/tests/DispatcherTest.cpp qpid/trunk/qpid/cpp

svn commit: r749752 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp

2009-03-03 Thread astitcher
Author: astitcher Date: Tue Mar 3 21:02:10 2009 New Revision: 749752 URL: http://svn.apache.org/viewvc?rev=749752&view=rev Log: Correct Socket error reporting so that it gives a useful message Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r749894 - in /qpid/trunk/qpid/cpp/src/qpid/sys: Socket.h posix/AsynchIO.cpp posix/Socket.cpp ssl/SslIo.cpp ssl/SslSocket.cpp ssl/SslSocket.h

2009-03-03 Thread astitcher
Author: astitcher Date: Wed Mar 4 04:22:50 2009 New Revision: 749894 URL: http://svn.apache.org/viewvc?rev=749894&view=rev Log: QPID-1710 Removed unnecessary nonportable internal API Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO

svn commit: r751751 - /qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp

2009-03-09 Thread astitcher
Author: astitcher Date: Mon Mar 9 16:58:16 2009 New Revision: 751751 URL: http://svn.apache.org/viewvc?rev=751751&view=rev Log: Close a potential race between closing a connection and sending data Modified: qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r751844 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/Socket.cpp

2009-03-09 Thread astitcher
Author: astitcher Date: Mon Mar 9 21:21:27 2009 New Revision: 751844 URL: http://svn.apache.org/viewvc?rev=751844&view=rev Log: QPID-1722 Replace use of non thread safe gethostbyname() with more useful getaddrinfo() Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Socket.cpp Modified:

svn commit: r752220 - /qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp

2009-03-10 Thread astitcher
Author: astitcher Date: Tue Mar 10 19:08:18 2009 New Revision: 752220 URL: http://svn.apache.org/viewvc?rev=752220&view=rev Log: Really close the potential race on the client between sending and closing a connection Modified: qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp Modified:

svn commit: r752560 - /qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp

2009-03-11 Thread astitcher
Author: astitcher Date: Wed Mar 11 18:40:54 2009 New Revision: 752560 URL: http://svn.apache.org/viewvc?rev=752560&view=rev Log: Remove race condition in low level IO when throttling input to avoid overloading the clustering service Modified: qpid/trunk/qpid/cpp/src/qpid

svn commit: r768027 - in /qpid/trunk/qpid/cpp/src/qpid/client: LocalQueue.cpp Message.h Subscription.cpp SubscriptionImpl.cpp

2009-04-23 Thread astitcher
Author: astitcher Date: Thu Apr 23 19:32:06 2009 New Revision: 768027 URL: http://svn.apache.org/viewvc?rev=768027&view=rev Log: Fixes to build under Visual Studio 2008 Modified: qpid/trunk/qpid/cpp/src/qpid/client/LocalQueue.cpp qpid/trunk/qpid/cpp/src/qpid/client/Message.h

svn commit: r769559 - in /qpid/trunk/qpid/cpp: CMakeLists.txt managementgen/CMakeLists.txt src/CMakeLists.txt src/cluster.cmake src/config.h.cmake src/rdma.cmake src/ssl.cmake

2009-04-28 Thread astitcher
Author: astitcher Date: Tue Apr 28 21:51:54 2009 New Revision: 769559 URL: http://svn.apache.org/viewvc?rev=769559&view=rev Log: Fixed to allow use of cmake 2.4 Fixes to allow cmake to build all the plugin modules as before Modified: qpid/trunk/qpid/cpp/CMakeLists.txt qpid/trunk/qpid

svn commit: r769566 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

2009-04-28 Thread astitcher
Author: astitcher Date: Tue Apr 28 22:14:50 2009 New Revision: 769566 URL: http://svn.apache.org/viewvc?rev=769566&view=rev Log: Removed code that prevents cmake build from raw checkout Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt

svn commit: r770330 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt cluster.cmake rdma.cmake ssl.cmake

2009-04-30 Thread astitcher
Author: astitcher Date: Thu Apr 30 17:16:06 2009 New Revision: 770330 URL: http://svn.apache.org/viewvc?rev=770330&view=rev Log: Made cmake config more like the autotools version - By default if it detects a dependency it will build the module that needs it, otherwise it won't -

svn commit: r770826 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

2009-05-01 Thread astitcher
Author: astitcher Date: Fri May 1 21:28:21 2009 New Revision: 770826 URL: http://svn.apache.org/viewvc?rev=770826&view=rev Log: Fixed CMake build Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/t

svn commit: r771020 - in /qpid/trunk/qpid/cpp/src: qpid/ qpid/acl/ qpid/broker/ qpid/client/ qpid/console/ tests/

2009-05-02 Thread astitcher
Author: astitcher Date: Sun May 3 03:52:37 2009 New Revision: 771020 URL: http://svn.apache.org/viewvc?rev=771020&view=rev Log: Some more fixes to build under Visual Studio 2008 Remove some simple Visual Studio 2008 warnings Fix qmfconsole build under Windows and CMake Modified: qpid/t

svn commit: r771021 - /qpid/trunk/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp

2009-05-02 Thread astitcher
Author: astitcher Date: Sun May 3 04:04:00 2009 New Revision: 771021 URL: http://svn.apache.org/viewvc?rev=771021&view=rev Log: Fixed ExchangeRegistry definitions to match changed declarations in previous checkin Modified: qpid/trunk/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp Modi

svn commit: r771338 - in /qpid/trunk/qpid/cpp/src: qpid/cluster/ qpid/sys/ qpid/sys/epoll/ qpid/sys/posix/ qpid/sys/windows/ tests/

2009-05-04 Thread astitcher
Author: astitcher Date: Mon May 4 15:55:21 2009 New Revision: 771338 URL: http://svn.apache.org/viewvc?rev=771338&view=rev Log: Refactored the DispatchHandle/Poller code to remove a long standing set of race conditions. - Changed Poller naming for better clarity with new semantics. - Cha

svn commit: r771462 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

2009-05-04 Thread astitcher
Author: astitcher Date: Mon May 4 21:58:50 2009 New Revision: 771462 URL: http://svn.apache.org/viewvc?rev=771462&view=rev Log: Add missing file to CMake Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt URL: http://svn.apache.org/vi

svn commit: r771989 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt qpid/agent/QmfAgentImportExport.h qpid/sys/windows/Condition.h qpid/sys/windows/Mutex.h qpid/sys/windows/uuid.cpp qpid/sys/windows/uui

2009-05-05 Thread astitcher
Author: astitcher Date: Tue May 5 22:13:18 2009 New Revision: 771989 URL: http://svn.apache.org/viewvc?rev=771989&view=rev Log: Hack around the namespace pollution in QPID-1737 Hack around simultaneous import and definition of ManagementAgent::Singleton in qpidbroker Make ACL plugin opti

svn commit: r771992 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

2009-05-05 Thread astitcher
Author: astitcher Date: Tue May 5 22:26:53 2009 New Revision: 771992 URL: http://svn.apache.org/viewvc?rev=771992&view=rev Log: Get the sense of the BUILD_ACL option the correct way round Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt

svn commit: r772681 - in /qpid/trunk/qpid/cpp/src/tests: CMakeLists.txt test_wrap

2009-05-07 Thread astitcher
Author: astitcher Date: Thu May 7 15:38:43 2009 New Revision: 772681 URL: http://svn.apache.org/viewvc?rev=772681&view=rev Log: More work on cmake: Get many more tests working on Linux now Added: qpid/trunk/qpid/cpp/src/tests/test_wrap (with props) Modified: qpid/trunk/qpid/cpp

svn commit: r773636 - in /qpid/trunk/qpid/cpp: examples/ examples/xml-exchange/ src/ src/qpid/management/ src/tests/

2009-05-11 Thread astitcher
Author: astitcher Date: Mon May 11 18:18:40 2009 New Revision: 773636 URL: http://svn.apache.org/viewvc?rev=773636&view=rev Log: Cmake fixes: Mirrored recent management code update. Don't build failover_soak without cluster Remove some unnecessary #includes from examples

svn commit: r773933 - /qpid/trunk/qpid/cpp/src/cluster.cmake

2009-05-12 Thread astitcher
Author: astitcher Date: Tue May 12 15:13:50 2009 New Revision: 773933 URL: http://svn.apache.org/viewvc?rev=773933&view=rev Log: (empty) Modified: qpid/trunk/qpid/cpp/src/cluster.cmake (props changed) Propchange: qpid/trunk/qpid/cpp/src/cluster.c

  1   2   3   4   5   6   7   8   9   10   >