svn commit: r805809 - in /qpid/branches/java-network-refactor/qpid/java/common/src/main/java/org/apache/qpid/transport: NetworkDriver.java network/mina/MINANetworkDriver.java

2009-08-19 Thread aidan
Author: aidan Date: Wed Aug 19 14:03:25 2009 New Revision: 805809 URL: http://svn.apache.org/viewvc?rev=805809view=rev Log: QPID-2024: Change send to stash the future and have flush join on that so that it only returns when all data has been written. Add getLocalAddress. Modified:

svn commit: r805848 - in /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/util: LogMonitor.java LogMonitorTest.java

2009-08-19 Thread aidan
Author: aidan Date: Wed Aug 19 15:46:35 2009 New Revision: 805848 URL: http://svn.apache.org/viewvc?rev=805848view=rev Log: QPID-2060: make sure we clean up the logfile after each test run. Optionally print out the whole thing if the log monitor fails to find the text. Modified:

svn commit: r805904 - in /qpid/trunk/qpid/cpp/src/qpid: client/SessionImpl.cpp client/SessionImpl.h cluster/UpdateClient.cpp

2009-08-19 Thread gsim
Author: gsim Date: Wed Aug 19 17:59:25 2009 New Revision: 805904 URL: http://svn.apache.org/viewvc?rev=805904view=rev Log: QPID-2058: Add a flag to the version of SessionImpl::send() that takes a FrameSet as content. This flag indicates whether the frames in that frame set are valid for sending

svn commit: r805955 - in /qpid/trunk/qpid/cpp: docs/api/doxygen_mainpage.h docs/api/user.doxygen.in include/qmf/Agent.h include/qmf/AgentObject.h include/qmf/Connection.h include/qmf/ConnectionSetting

2009-08-19 Thread tross
Author: tross Date: Wed Aug 19 20:01:57 2009 New Revision: 805955 URL: http://svn.apache.org/viewvc?rev=805955view=rev Log: Fixed doxygen generation for the C++ APIs Modified: qpid/trunk/qpid/cpp/docs/api/doxygen_mainpage.h qpid/trunk/qpid/cpp/docs/api/user.doxygen.in