svn commit: r750456 - in /qpid/trunk/qpid/cpp: src/ src/qpid/ src/qpid/broker/ src/qpid/cluster/ src/tests/ xml/

2009-03-05 Thread aconway
Author: aconway Date: Thu Mar 5 13:28:14 2009 New Revision: 750456 URL: http://svn.apache.org/viewvc?rev=750456view=rev Log: cluster: fix delivery-property.exchange-name set on updated messages. Logging improvements, useful for debugging: - qpid/SessionState.cpp: show frame bodies with command

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

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 15:59:17 2009 New Revision: 750482 URL: http://svn.apache.org/viewvc?rev=750482view=rev Log: Prepend std namespace to atoi since we are including cstdlib Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Socket.cpp Modified:

svn commit: r750483 - /qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:00:31 2009 New Revision: 750483 URL: http://svn.apache.org/viewvc?rev=750483view=rev Log: Define the QPID_TSS macro for the Sun Studio Compilers Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Thread.h URL:

svn commit: r750485 - /qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:02:31 2009 New Revision: 750485 URL: http://svn.apache.org/viewvc?rev=750485view=rev Log: Remove the argument type in the boost::function template since it's no needed and hurts the Sun compiler Modified: qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h

svn commit: r750487 - in /qpid/trunk/qpid/cpp/src/qpid/sys: Codec.h CopyOnWriteArray.h

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:07:55 2009 New Revision: 750487 URL: http://svn.apache.org/viewvc?rev=750487view=rev Log: Add a pair of missing std:: namespaces Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Codec.h qpid/trunk/qpid/cpp/src/qpid/sys/CopyOnWriteArray.h Modified:

svn commit: r750488 - /qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.cpp

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:09:52 2009 New Revision: 750488 URL: http://svn.apache.org/viewvc?rev=750488view=rev Log: In qpid::client::SessionImpl Force the construction of a sys::ExceptionHolder to avoid the Sun Compiler to throw an ambiguity error, since it things that

svn commit: r750489 - /qpid/trunk/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:12:09 2009 New Revision: 750489 URL: http://svn.apache.org/viewvc?rev=750489view=rev Log: Replace PF_LOCAL with PF_UNIX, since it seems to be equivalent, and the former doesn't exist on Solaris (for instance) Modified:

svn commit: r750491 - /qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:14:48 2009 New Revision: 750491 URL: http://svn.apache.org/viewvc?rev=750491view=rev Log: qpid::log::Selector: Include strings.h for ::strlen Modified: qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp

svn commit: r750494 - /qpid/trunk/qpid/cpp/configure.ac

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:22:06 2009 New Revision: 750494 URL: http://svn.apache.org/viewvc?rev=750494view=rev Log: configure.ac: - Check for existence of LOG_FTP and LOG_AUTHPRIV to create proper defines - Define SUNOS properly - Reverse SUNCC detection to make it work properly -

svn commit: r750497 - in /qpid/trunk/qpid/cpp/src/qpid/broker: QueuePolicy.cpp TxAccept.cpp

2009-03-05 Thread mteira
Author: mteira Date: Thu Mar 5 16:29:22 2009 New Revision: 750497 URL: http://svn.apache.org/viewvc?rev=750497view=rev Log: qpid/broker/QueuePolicy.cpp - Add a missing std namespace qpid/broker/TxAccept.cpp - Add a missing std namespace Modified:

svn commit: r750525 - in /qpid/branches/qpid-1673/qpid/cpp/src: client.vcproj common.vcproj qmfconsole.vcproj

2009-03-05 Thread shuston
Author: shuston Date: Thu Mar 5 17:59:03 2009 New Revision: 750525 URL: http://svn.apache.org/viewvc?rev=750525view=rev Log: Add deploy step for headers and built result Modified: qpid/branches/qpid-1673/qpid/cpp/src/client.vcproj qpid/branches/qpid-1673/qpid/cpp/src/common.vcproj

[CONF] Apache Qpid: Qpid Management Framework (page edited)

2009-03-05 Thread confluence
Page Edited : qpid : Qpid Management Framework Qpid Management Framework has been edited by Ted Ross (Mar 05, 2009). Change summary: Removed object-id

svn commit: r750574 - in /qpid/trunk/qpid/cpp/src/qpid/cluster: Cluster.cpp Cluster.h ExpiryPolicy.cpp ExpiryPolicy.h

2009-03-05 Thread aconway
Author: aconway Date: Thu Mar 5 20:24:41 2009 New Revision: 750574 URL: http://svn.apache.org/viewvc?rev=750574view=rev Log: Cluster: restore separate event/frame threads. Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.h

svn commit: r750586 - in /qpid/trunk/qpid/cpp/src: qpid/replication/ReplicationExchange.cpp tests/replication_test

2009-03-05 Thread gsim
Author: gsim Date: Thu Mar 5 21:06:17 2009 New Revision: 750586 URL: http://svn.apache.org/viewvc?rev=750586view=rev Log: QPID-1717: Check that target queue for replication events exists before attempting to process it. Modified:

svn commit: r750616 - in /qpid/branches/qpid-1673/qpid/cpp/docs/api: developer.doxygen.in user.doxygen.in

2009-03-05 Thread shuston
Author: shuston Date: Thu Mar 5 21:52:06 2009 New Revision: 750616 URL: http://svn.apache.org/viewvc?rev=750616view=rev Log: Use PREDEFINED to make QPID_*_EXTERN tags disappear from docs Modified: qpid/branches/qpid-1673/qpid/cpp/docs/api/developer.doxygen.in

svn commit: r750622 - in /qpid/trunk/qpid/cpp/src: qpid/client/Dispatcher.cpp tests/ClientSessionTest.cpp

2009-03-05 Thread gsim
Author: gsim Date: Thu Mar 5 22:05:26 2009 New Revision: 750622 URL: http://svn.apache.org/viewvc?rev=750622view=rev Log: QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get() doesn't close dispatch queue. Modified: