svn commit: r774069 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/Time.cpp

2009-05-12 Thread astitcher
Author: astitcher Date: Tue May 12 20:34:13 2009 New Revision: 774069 URL: http://svn.apache.org/viewvc?rev=774069&view=rev Log: Fix typo Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Time.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Time.cpp URL: http://svn.apache.org/vi

svn commit: r774051 - in /qpid/trunk/qpid/cpp/src/qpid: agent/QmfAgentImportExport.h client/Connector.cpp client/Connector.h log/Logger.cpp sys/Time.h sys/posix/Time.cpp sys/windows/Time.cpp sys/windo

2009-05-12 Thread astitcher
Author: astitcher Date: Tue May 12 19:50:45 2009 New Revision: 774051 URL: http://svn.apache.org/viewvc?rev=774051&view=rev Log: QPID-1852 Removed thread unsafe code in Logger Fixed some potentially iffy code in Connector.h if a derived Connector doesn't have activateSecurityLayer()

svn commit: r774814 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt tests/CMakeLists.txt tests/XmlClientSessionTest.cpp

2009-05-14 Thread astitcher
Author: astitcher Date: Thu May 14 15:19:56 2009 New Revision: 774814 URL: http://svn.apache.org/viewvc?rev=774814&view=rev Log: More work on cmake: Make tests build on Linux Fix XML tests to run Fix cmake installed locations for modules/config files Modified: qpid/trunk/qpid/cpp

svn commit: r777146 - /qpid/trunk/qpid/cpp/managementgen/qmfgen/generate.py

2009-05-21 Thread astitcher
Author: astitcher Date: Thu May 21 15:04:56 2009 New Revision: 777146 URL: http://svn.apache.org/viewvc?rev=777146&view=rev Log: Fix managementgen so to avoid trying to move files cross fs Modified: qpid/trunk/qpid/cpp/managementgen/qmfgen/generate.py Modified: qpid/trunk/qpid

svn commit: r777695 - /qpid/trunk/qpid/cpp/src/ssl.cmake

2009-05-22 Thread astitcher
Author: astitcher Date: Fri May 22 20:28:51 2009 New Revision: 777695 URL: http://svn.apache.org/viewvc?rev=777695&view=rev Log: Fix to cmake build to account for some ssl include changes Modified: qpid/trunk/qpid/cpp/src/ssl.cmake Modified: qpid/trunk/qpid/cpp/src/ssl.cmake URL:

svn commit: r778892 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/SystemInfo.cpp

2009-05-26 Thread astitcher
Author: astitcher Date: Tue May 26 21:27:06 2009 New Revision: 778892 URL: http://svn.apache.org/viewvc?rev=778892&view=rev Log: [Linux] Small tidy up of SystemInfo code to get executable name Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/SystemInfo.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r778914 - /qpid/trunk/qpid/cpp/src/qmf/Message.h

2009-05-26 Thread astitcher
Author: astitcher Date: Tue May 26 22:39:05 2009 New Revision: 778914 URL: http://svn.apache.org/viewvc?rev=778914&view=rev Log: Small include file fix highlighted by using gcc4.4 Modified: qpid/trunk/qpid/cpp/src/qmf/Message.h Modified: qpid/trunk/qpid/cpp/src/qmf/Message.h URL:

svn commit: r779435 - in /qpid/trunk/qpid/cpp/src/qpid/client: ConnectionImpl.cpp Connector.cpp Connector.h RdmaConnector.cpp SslConnector.cpp

2009-05-27 Thread astitcher
Author: astitcher Date: Thu May 28 05:18:09 2009 New Revision: 779435 URL: http://svn.apache.org/viewvc?rev=779435&view=rev Log: QPID-1879 Don't use a thread for every new client Connection - By default the max number of threads now used for network io is the number of cpus availabl

svn commit: r779445 - in /qpid/trunk/qpid/cpp/src/qpid/client: Connector.cpp RdmaConnector.cpp SslConnector.cpp

2009-05-27 Thread astitcher
Author: astitcher Date: Thu May 28 06:07:19 2009 New Revision: 779445 URL: http://svn.apache.org/viewvc?rev=779445&view=rev Log: QPID-1879 Removed some code obsoleted by this change Modified: qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp qpid/trunk/qpid/cpp/src/qpid/cl

svn commit: r779446 - in /qpid/trunk/qpid/cpp/src/qpid/sys: epoll/EpollPoller.cpp rdma/RdmaIO.cpp rdma/RdmaIO.h

2009-05-27 Thread astitcher
Author: astitcher Date: Thu May 28 06:13:57 2009 New Revision: 779446 URL: http://svn.apache.org/viewvc?rev=779446&view=rev Log: Whitespace fixes Modified: qpid/trunk/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp qpid/trunk/qpid/cpp/src/qpid/sys/rdma/RdmaIO.cpp qpid/trunk/qpid/cpp

svn commit: r779757 - in /qpid/trunk/qpid/cpp/src: cluster.mk qpid/sys/posix/SystemInfo.cpp

2009-05-28 Thread astitcher
Author: astitcher Date: Thu May 28 20:11:13 2009 New Revision: 779757 URL: http://svn.apache.org/viewvc?rev=779757&view=rev Log: Fixes to get qpid to build with gcc4.4 with optimisation Fix for non thread safe use of inet_ntoa(). Modified: qpid/trunk/qpid/cpp/src/cluster.mk qpid/t

svn commit: r780855 - in /qpid/trunk/qpid/cpp/src: qpid/client/ConnectionImpl.cpp qpid/sys/epoll/EpollPoller.cpp tests/cluster.mk

2009-06-01 Thread astitcher
Author: astitcher Date: Mon Jun 1 22:30:24 2009 New Revision: 780855 URL: http://svn.apache.org/viewvc?rev=780855&view=rev Log: Some fixes to QPID-1879 so that clustering still works: Change client io threading to be initialised at first use Stop linking loadable modules with tests Add

svn commit: r781040 - in /qpid/trunk/qpid/cpp/bindings/qmf: python/Makefile.am ruby/Makefile.am

2009-06-02 Thread astitcher
Author: astitcher Date: Tue Jun 2 14:21:06 2009 New Revision: 781040 URL: http://svn.apache.org/viewvc?rev=781040&view=rev Log: Fixed out of tree build broken by QPID-1874 Modified: qpid/trunk/qpid/cpp/bindings/qmf/python/Makefile.am qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefil

svn commit: r781046 - in /qpid/trunk/qpid/cpp/bindings/qmf: python/Makefile.am ruby/Makefile.am

2009-06-02 Thread astitcher
Author: astitcher Date: Tue Jun 2 14:45:39 2009 New Revision: 781046 URL: http://svn.apache.org/viewvc?rev=781046&view=rev Log: Bit more fixed for QPID-1874 Modified: qpid/trunk/qpid/cpp/bindings/qmf/python/Makefile.am qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am Modified:

svn commit: r781375 - /qpid/trunk/qpid/cpp/src/qpid/client/ConnectionImpl.cpp

2009-06-03 Thread astitcher
Author: astitcher Date: Wed Jun 3 13:52:37 2009 New Revision: 781375 URL: http://svn.apache.org/viewvc?rev=781375&view=rev Log: Revert "Change client io threading to be initialised at first use" This reverts commit 2e77e9b85912ccbfd29763710a973d0bbff9c684. Modified: qpid/trun

svn commit: r781376 - in /qpid/trunk/qpid/cpp/src/qpid/client: Connector.cpp RdmaConnector.cpp SslConnector.cpp

2009-06-03 Thread astitcher
Author: astitcher Date: Wed Jun 3 13:52:44 2009 New Revision: 781376 URL: http://svn.apache.org/viewvc?rev=781376&view=rev Log: Revert "QPID-1879 Removed some code obsoleted by this change" This reverts commit 60d66cae76b2bea90f076875e35cb69049fb2d3a. Modified: qpid/trunk/qpi

svn commit: r781378 - in /qpid/trunk/qpid/cpp/src/qpid/client: ConnectionImpl.cpp Connector.cpp Connector.h RdmaConnector.cpp SslConnector.cpp

2009-06-03 Thread astitcher
Author: astitcher Date: Wed Jun 3 13:52:51 2009 New Revision: 781378 URL: http://svn.apache.org/viewvc?rev=781378&view=rev Log: Revert "QPID-1879 Don't use a thread for every new client Connection" This reverts commit b54680d4b3341fa280a237a6d80952b9830ae3c5. Modified:

svn commit: r782649 - in /qpid/trunk/qpid/cpp/src/qpid: amqp_0_10/ broker/ sys/ sys/ssl/

2009-06-08 Thread astitcher
Author: astitcher Date: Mon Jun 8 14:34:45 2009 New Revision: 782649 URL: http://svn.apache.org/viewvc?rev=782649&view=rev Log: Plumbed in an a connection abort operation to the OutputHandler Modified: qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.cpp qpid/trunk/qpid/cpp/src/

svn commit: r782650 - /qpid/trunk/qpid/cpp/src/qpid/broker/Timer.cpp

2009-06-08 Thread astitcher
Author: astitcher Date: Mon Jun 8 14:34:52 2009 New Revision: 782650 URL: http://svn.apache.org/viewvc?rev=782650&view=rev Log: Fixed broker Timer implementation so that you can correctly change the expiry time of a queued TimerTask. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Timer

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

2009-06-08 Thread astitcher
Author: astitcher Date: Mon Jun 8 14:35:01 2009 New Revision: 782651 URL: http://svn.apache.org/viewvc?rev=782651&view=rev Log: - Added heartbeat generation to the client (actually echo back any broker generated heartbeat) - Broker now disconnects client if it receives no traffic in

svn commit: r782696 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Connection.cpp broker/ConnectionHandler.cpp cluster/NoOpConnectionOutputHandler.h cluster/OutputInterceptor.cpp cluster/OutputInterceptor

2009-06-08 Thread astitcher
Author: astitcher Date: Mon Jun 8 16:43:28 2009 New Revision: 782696 URL: http://svn.apache.org/viewvc?rev=782696&view=rev Log: Fix of the previous client heartbeat changes: - Changes to the cluster code were previously missed - It's neater and more correct to reset the traffic timeou

svn commit: r782715 - /qpid/trunk/qpid/cpp/src/qpid/cluster/OutputInterceptor.cpp

2009-06-08 Thread astitcher
Author: astitcher Date: Mon Jun 8 18:06:09 2009 New Revision: 782715 URL: http://svn.apache.org/viewvc?rev=782715&view=rev Log: YA Fix to the cluster behaviour of the client heartbeat (non) detection code Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/OutputInterceptor.cpp Modified:

svn commit: r783789 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Connection.cpp broker/Connection.h cluster/Connection.cpp

2009-06-11 Thread astitcher
Author: astitcher Date: Thu Jun 11 14:24:05 2009 New Revision: 783789 URL: http://svn.apache.org/viewvc?rev=783789&view=rev Log: Add flag to broker Connection so that it knows if it is a local or shadow connection Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp qpid/t

svn commit: r783790 - /qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp

2009-06-11 Thread astitcher
Author: astitcher Date: Thu Jun 11 14:24:14 2009 New Revision: 783790 URL: http://svn.apache.org/viewvc?rev=783790&view=rev Log: Stop timers on receiving Connection::closed() from lower levels as well as sending close() to them. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Connection

svn commit: r783791 - /qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp

2009-06-11 Thread astitcher
Author: astitcher Date: Thu Jun 11 14:24:21 2009 New Revision: 783791 URL: http://svn.apache.org/viewvc?rev=783791&view=rev Log: Don't start the broker Connection heartbeat timers if the connection isn't a local connection. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/

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

2009-06-11 Thread astitcher
Author: astitcher Date: Thu Jun 11 14:24:27 2009 New Revision: 783792 URL: http://svn.apache.org/viewvc?rev=783792&view=rev Log: Avoid the case where we can receive bytes from the socket after the heartbeat timer has disconnected it Modified: qpid/trunk/qpid/cpp/src/qpid

svn commit: r787809 - /qpid/trunk/qpid/cpp/src/qpid/client/ConnectionImpl.cpp

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:13 2009 New Revision: 787809 URL: http://svn.apache.org/viewvc?rev=787809&view=rev Log: Make sure you close down heartbeatTimer for every close even if you don't need to do anything else Modified: qpid/trunk/qpid/cpp/src/qpid/client/Connectio

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

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:18 2009 New Revision: 787810 URL: http://svn.apache.org/viewvc?rev=787810&view=rev Log: Don't schedule eof() in response to traffic timeout if already disconnecting and make sure that this is true for all close down paths Modified: qpid/trunk

svn commit: r787811 - /qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:24 2009 New Revision: 787811 URL: http://svn.apache.org/viewvc?rev=787811&view=rev Log: Once we're aborting the connection due to traffic timeout make sure we cancel heartbeats Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp

svn commit: r787812 - in /qpid/trunk/qpid/cpp/src/qpid/broker: Timer.cpp Timer.h

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:29 2009 New Revision: 787812 URL: http://svn.apache.org/viewvc?rev=787812&view=rev Log: Add blocking to broker::Timer/TimerTask so cancel and fire() cannot be interleaved. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Timer.cpp qpid/trunk/qpid

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

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:35 2009 New Revision: 787813 URL: http://svn.apache.org/viewvc?rev=787813&view=rev Log: Add blocking to sys::Timer so that timer callback and cancel can't happen interleaved Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp qpid/trunk

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

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:41 2009 New Revision: 787814 URL: http://svn.apache.org/viewvc?rev=787814&view=rev Log: Client side fix to make sure we don't schedule a disconnect due to timeout when we are already disconnecting Modified: qpid/trunk/qpid/cpp/src/qp

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

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:47 2009 New Revision: 787815 URL: http://svn.apache.org/viewvc?rev=787815&view=rev Log: Fix for issue where a broker with single io thread can get stuck if it runs out of file handles. Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO

svn commit: r787816 - /qpid/trunk/qpid/cpp/src/tests/perftest.cpp

2009-06-23 Thread astitcher
Author: astitcher Date: Tue Jun 23 20:02:51 2009 New Revision: 787816 URL: http://svn.apache.org/viewvc?rev=787816&view=rev Log: Fix to perftest to make sure that all threads are joined even if there is an exception Modified: qpid/trunk/qpid/cpp/src/tests/perftest.cpp Modified: qpid/t

svn commit: r790464 - in /qpid/trunk/qpid/cpp: examples/CMakeLists.txt src/CMakeLists.txt src/ssl.cmake

2009-07-01 Thread astitcher
Author: astitcher Date: Thu Jul 2 05:46:42 2009 New Revision: 790464 URL: http://svn.apache.org/viewvc?rev=790464&view=rev Log: Fix cmake build for recent gnu ld which needs all libs used by prog and dependencies linked into prog, also fix for older versions of cmake with more limited b

svn commit: r790465 - in /qpid/trunk/qpid/cpp: examples/CMakeLists.txt managementgen/qmfgen/templates/CMakeLists.cmake src/CMakeLists.txt

2009-07-01 Thread astitcher
Author: astitcher Date: Thu Jul 2 05:46:51 2009 New Revision: 790465 URL: http://svn.apache.org/viewvc?rev=790465&view=rev Log: Fix make build to generate code into the build tree Modified: qpid/trunk/qpid/cpp/examples/CMakeLists.txt qpid/trunk/qpid/cpp/managementgen/qmfgen/templ

svn commit: r793118 - /qpid/trunk/qpid/cpp/build-aux/ltmain.sh

2009-07-10 Thread astitcher
Author: astitcher Date: Fri Jul 10 21:41:40 2009 New Revision: 793118 URL: http://svn.apache.org/viewvc?rev=793118&view=rev Log: Remove libtool file that no longer needs tobe checked in Removed: qpid/trunk/qpid/cpp/build-aux/ltmai

svn commit: r793119 - in /qpid/trunk/qpid/cpp/src/qpid: broker/NullMessageStore.cpp sys/DispatchHandle.h sys/Timer.h

2009-07-10 Thread astitcher
Author: astitcher Date: Fri Jul 10 21:41:49 2009 New Revision: 793119 URL: http://svn.apache.org/viewvc?rev=793119&view=rev Log: Typos/Whitespace fixes Modified: qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.h qpid/trunk/

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

2009-07-10 Thread astitcher
Author: astitcher Date: Fri Jul 10 21:41:54 2009 New Revision: 793120 URL: http://svn.apache.org/viewvc?rev=793120&view=rev Log: Allow TimerTasks to be delayed correctly by separating out the time used to sort in the priority queue and the firing time Modified: qpid/trunk/qpid/cpp/src/

svn commit: r793121 - in /qpid/trunk/qpid/cpp/src/qpid: broker/ cluster/ management/

2009-07-10 Thread astitcher
Author: astitcher Date: Fri Jul 10 21:42:11 2009 New Revision: 793121 URL: http://svn.apache.org/viewvc?rev=793121&view=rev Log: Change all broker users of broker::Timer to use sys::Timer Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h qpid/trunk/qpid/cpp/src/qpid/br

svn commit: r793122 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Broker.h broker/LinkRegistry.cpp broker/LinkRegistry.h management/ManagementAgent.cpp management/ManagementAgent.h

2009-07-10 Thread astitcher
Author: astitcher Date: Fri Jul 10 21:42:19 2009 New Revision: 793122 URL: http://svn.apache.org/viewvc?rev=793122&view=rev Log: Change remaining broker Timer clients to use the single broker Timer Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h qpid/trunk/qpid/cpp/src/qpid/br

svn commit: r796936 - in /qpid/trunk/qpid/cpp/src/qpid/sys: DispatchHandle.cpp DispatchHandle.h

2009-07-22 Thread astitcher
Author: astitcher Date: Thu Jul 23 03:10:10 2009 New Revision: 796936 URL: http://svn.apache.org/viewvc?rev=796936&view=rev Log: Avoid creating unnecessary new deques (keep on recycling old ones) Modified: qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.cpp qpid/trunk/qpid/cpp/src/

svn commit: r798383 - in /qpid/trunk/qpid/cpp/src/qpid/broker: LinkRegistry.cpp LinkRegistry.h

2009-07-27 Thread astitcher
Author: astitcher Date: Tue Jul 28 03:23:49 2009 New Revision: 798383 URL: http://svn.apache.org/viewvc?rev=798383&view=rev Log: Add a default constructor to LinkRegistry so that you don't need a broker to create one for the store tests Modified: qpid/trunk/qpid/cpp/src/qp

svn commit: r798386 - /qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp

2009-07-27 Thread astitcher
Author: astitcher Date: Tue Jul 28 03:37:12 2009 New Revision: 798386 URL: http://svn.apache.org/viewvc?rev=798386&view=rev Log: Oops: eliminated a ternary operator giving the "else" instead of the "then". Modified: qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.c

svn commit: r798397 - /qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

2009-07-27 Thread astitcher
Author: astitcher Date: Tue Jul 28 04:37:32 2009 New Revision: 798397 URL: http://svn.apache.org/viewvc?rev=798397&view=rev Log: Suppression for boost 1.37 unit_test problem Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

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

2009-07-30 Thread astitcher
Author: astitcher Date: Thu Jul 30 14:06:35 2009 New Revision: 799271 URL: http://svn.apache.org/viewvc?rev=799271&view=rev Log: Fix sys::Timer code to push into priority list using the correct time - fixes bug where timers get acted on out of sequence Modified: qpid/trunk/qpid/cpp/src/

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

2009-07-30 Thread astitcher
Author: astitcher Date: Thu Jul 30 14:06:39 2009 New Revision: 799272 URL: http://svn.apache.org/viewvc?rev=799272&view=rev Log: Added diagnostics to tell if timer callbacks overrun their allowed time Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r799273 - in /qpid/trunk/qpid/cpp/src/qpid: broker/ cluster/ management/

2009-07-30 Thread astitcher
Author: astitcher Date: Thu Jul 30 14:06:49 2009 New Revision: 799273 URL: http://svn.apache.org/viewvc?rev=799273&view=rev Log: Change all broker users of broker::Timer to use sys::Timer Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h qpid/trunk/qpid/cpp/src/qpid/br

svn commit: r799274 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Broker.h broker/LinkRegistry.cpp broker/LinkRegistry.h management/ManagementAgent.cpp management/ManagementAgent.h

2009-07-30 Thread astitcher
Author: astitcher Date: Thu Jul 30 14:06:55 2009 New Revision: 799274 URL: http://svn.apache.org/viewvc?rev=799274&view=rev Log: Change remaining broker Timer clients to use the single broker Timer Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h qpid/trunk/qpid/cpp/src/qpid/br

svn commit: r800555 - in /qpid/trunk/qpid/cpp/src/tests: qrsh.cpp qrsh_server.cpp

2009-08-03 Thread astitcher
Author: astitcher Date: Mon Aug 3 20:45:46 2009 New Revision: 800555 URL: http://svn.apache.org/viewvc?rev=800555&view=rev Log: Fixed missing #include lines Modified: qpid/trunk/qpid/cpp/src/tests/qrsh.cpp qpid/trunk/qpid/cpp/src/tests/qrsh_server.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r800921 - in /qpid/trunk/qpid/cpp/src/qpid/cluster: Cluster.cpp Cluster.h Cpg.cpp Cpg.h

2009-08-04 Thread astitcher
Author: astitcher Date: Tue Aug 4 19:04:43 2009 New Revision: 800921 URL: http://svn.apache.org/viewvc?rev=800921&view=rev Log: Fixes for cluster code to compile with new stricter corosync header files Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp qpid/trunk/qpid/cpp

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

2009-08-05 Thread astitcher
Author: astitcher Date: Wed Aug 5 16:37:47 2009 New Revision: 801290 URL: http://svn.apache.org/viewvc?rev=801290&view=rev Log: Improved Timer delay/overrun warnings Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp URL:

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

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 01:53:34 2009 New Revision: 801857 URL: http://svn.apache.org/viewvc?rev=801857&view=rev Log: When setting up the next fire time for a Timer make sure it can't be in the past. Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp Modified: qpid/t

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

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 01:53:39 2009 New Revision: 801858 URL: http://svn.apache.org/viewvc?rev=801858&view=rev Log: Further improve the delay/overrun Timer warnings when both occur at once Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp Modified: qpid/trunk/qpid/cpp

svn commit: r801859 - /qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 01:53:44 2009 New Revision: 801859 URL: http://svn.apache.org/viewvc?rev=801859&view=rev Log: Revert "Stop timer thread before users are deleted (as they don't all clean up prior to being destroyed)" This reverts commit cfbbe6093b1353f389624

svn commit: r801860 - in /qpid/trunk/qpid/cpp/src/qpid/broker: LinkRegistry.cpp LinkRegistry.h

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 01:53:50 2009 New Revision: 801860 URL: http://svn.apache.org/viewvc?rev=801860&view=rev Log: Change LinkRegistry to cancel its TimerTask in its destructor Modified: qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp qpid/trunk/qpid/cpp/src/

svn commit: r801861 - in /qpid/trunk/qpid/cpp/src/qpid/broker: LinkRegistry.cpp QueueCleaner.cpp QueueCleaner.h

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 01:53:56 2009 New Revision: 801861 URL: http://svn.apache.org/viewvc?rev=801861&view=rev Log: Change QueueCleaner so that it cancels any outstanding TimerTask on destruction Modified: qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp qpid/trunk/

svn commit: r801871 - /qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp

2009-08-06 Thread astitcher
Author: astitcher Date: Fri Aug 7 03:14:20 2009 New Revision: 801871 URL: http://svn.apache.org/viewvc?rev=801871&view=rev Log: Fixed LinkRegistry destructor to only cancel TimerTask if there is one! (the only time there might not be one is in the store tests) Modified: qpid/trunk/qpid

svn commit: r802160 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt Makefile.am qpid/broker/BrokerSingleton.cpp qpid/broker/BrokerSingleton.h qpid/broker/Timer.cpp qpid/broker/Timer.h qpid/sys/Timer.cpp

2009-08-07 Thread astitcher
Author: astitcher Date: Fri Aug 7 19:45:56 2009 New Revision: 802160 URL: http://svn.apache.org/viewvc?rev=802160&view=rev Log: Removed unused files Removed unused functions from Timer Switched TimerTest to sys::Timer Removed: qpid/trunk/qpid/cpp/src/qpid/broker/BrokerSingleton.cpp

svn commit: r802990 - in /qpid/trunk/qpid/cpp/src/qpid/sys: DispatchHandle.cpp epoll/EpollPoller.cpp

2009-08-10 Thread astitcher
Author: astitcher Date: Tue Aug 11 05:34:59 2009 New Revision: 802990 URL: http://svn.apache.org/viewvc?rev=802990&view=rev Log: Fix for re-entering DispatchHandle::processEvent more than once on disconnection Modified: qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.cpp qpid/trunk/

svn commit: r802991 - /qpid/trunk/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp

2009-08-10 Thread astitcher
Author: astitcher Date: Tue Aug 11 05:35:05 2009 New Revision: 802991 URL: http://svn.apache.org/viewvc?rev=802991&view=rev Log: Ensure that a PollerHandle that has had a disconnected event can never be returned with any more events Modified: qpid/trunk/qpid/cpp/src/qpid/sys/e

svn commit: r802992 - /qpid/trunk/qpid/cpp/src/tests/PollerTest.cpp

2009-08-10 Thread astitcher
Author: astitcher Date: Tue Aug 11 05:35:10 2009 New Revision: 802992 URL: http://svn.apache.org/viewvc?rev=802992&view=rev Log: Add tests to check for correct Poller DISCONNECT behaviour Modified: qpid/trunk/qpid/cpp/src/tests/PollerTest.cpp Modified: qpid/trunk/qpid/cpp/src/t

svn commit: r802993 - /qpid/trunk/qpid/cpp/src/tests/Makefile.am

2009-08-10 Thread astitcher
Author: astitcher Date: Tue Aug 11 05:35:14 2009 New Revision: 802993 URL: http://svn.apache.org/viewvc?rev=802993&view=rev Log: Reinstate reliable_replication_test Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am URL:

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

2009-08-19 Thread astitcher
Author: astitcher Date: Wed Aug 19 22:10:17 2009 New Revision: 805994 URL: http://svn.apache.org/viewvc?rev=805994&view=rev Log: Fix for previous qmf change to carry on building with cmake Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt

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

2009-08-21 Thread astitcher
Author: astitcher Date: Fri Aug 21 20:54:05 2009 New Revision: 806719 URL: http://svn.apache.org/viewvc?rev=806719&view=rev Log: Use more friendly time setting for the Timer warnings Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer

svn commit: r809781 - in /qpid/trunk/qpid/cpp: include/qpid/framing/Uuid.h include/qpid/sys/uuid.h include/qpid/sys/windows/uuid.h src/Makefile.am src/qpid/framing/Uuid.cpp src/qpid/sys/uuid.h src/qpi

2009-08-31 Thread astitcher
Author: astitcher Date: Mon Aug 31 23:41:53 2009 New Revision: 809781 URL: http://svn.apache.org/viewvc?rev=809781&view=rev Log: Working towards abstracting away the cross platform uuid mess: * Stop including indirectly from uuid.h in qpid/framing/Uuid.h and move inline definitions there

svn commit: r810103 - /qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 15:54:29 2009 New Revision: 810103 URL: http://svn.apache.org/viewvc?rev=810103&view=rev Log: Some QPID_COMMON_EXTERNs missed from previous uuid commit Modified: qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h Modified: qpid/trunk/qpid/cpp/include/

svn commit: r810104 - /qpid/trunk/qpid/cpp/src/tests/Variant.cpp

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 15:55:48 2009 New Revision: 810104 URL: http://svn.apache.org/viewvc?rev=810104&view=rev Log: Remove some warnings picked up by MSVC compiler Modified: qpid/trunk/qpid/cpp/src/tests/Variant.cpp Modified: qpid/trunk/qpid/cpp/src/tests/Variant.cpp URL:

svn commit: r810227 - in /qpid/trunk/qpid/cpp: include/qpid/management/ include/qpid/sys/windows/ src/qpid/agent/ src/qpid/broker/ src/qpid/management/

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 20:47:15 2009 New Revision: 810227 URL: http://svn.apache.org/viewvc?rev=810227&view=rev Log: Revisit fix for QPID-1737: (clash with Win32 symbol) Change all use of STATUS_INVALID_PARAMETER to STATUS_PARAMETER_INVALID Modified: qpid/trunk/qpid/cpp/inc

svn commit: r810256 - /qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 21:37:27 2009 New Revision: 810256 URL: http://svn.apache.org/viewvc?rev=810256&view=rev Log: Avoid failed test where ruby-devel isn't installed Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am Modified: qpid/trunk/qpid/cpp/bindings/qmf/Ma

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

2009-09-02 Thread astitcher
Author: astitcher Date: Wed Sep 2 16:24:00 2009 New Revision: 810591 URL: http://svn.apache.org/viewvc?rev=810591&view=rev Log: Change Async buffer returning logic to only watch reads when necessary Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp Modified: qpid/trunk/qpid

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

2009-09-08 Thread astitcher
Author: astitcher Date: Tue Sep 8 17:29:24 2009 New Revision: 812590 URL: http://svn.apache.org/viewvc?rev=812590&view=rev Log: Fixed code that pushes a buffer into the read queue if closed for write Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp Modified: qpid/trunk/

svn commit: r813123 - /qpid/trunk/qpid/cpp/src/tests/XmlClientSessionTest.cpp

2009-09-09 Thread astitcher
Author: astitcher Date: Wed Sep 9 21:17:25 2009 New Revision: 813123 URL: http://svn.apache.org/viewvc?rev=813123&view=rev Log: Fixed wrong namespace placement in previous check in Modified: qpid/trunk/qpid/cpp/src/tests/XmlClientSessionTest.cpp Modified: qpid/trunk/qpid/cpp/src/t

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

2009-09-18 Thread astitcher
Author: astitcher Date: Fri Sep 18 19:55:47 2009 New Revision: 816763 URL: http://svn.apache.org/viewvc?rev=816763&view=rev Log: Rearrange readCredit logic for correctness Modified: qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp Modified: qpid/trunk/qpid/cpp/src/qpid

svn commit: r817396 - /qpid/trunk/qpid/cpp/src/tests/qpid_stream.cpp

2009-09-21 Thread astitcher
Author: astitcher Date: Mon Sep 21 20:15:39 2009 New Revision: 817396 URL: http://svn.apache.org/viewvc?rev=817396&view=rev Log: More namespace cleaning Modified: qpid/trunk/qpid/cpp/src/tests/qpid_stream.cpp Modified: qpid/trunk/qpid/cpp/src/tests/qpid_stream.cpp URL:

svn commit: r817711 - in /qpid/trunk/qpid/cpp/src/qpid/sys: AsynchIO.h AsynchIOHandler.cpp AsynchIOHandler.h posix/AsynchIO.cpp windows/AsynchIO.cpp

2009-09-22 Thread astitcher
Author: astitcher Date: Tue Sep 22 15:59:53 2009 New Revision: 817711 URL: http://svn.apache.org/viewvc?rev=817711&view=rev Log: Make the AsynchIO API more consistent Modified: qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp qpid/t

svn commit: r1196319 - in /qpid/trunk/qpid/cpp/src: qpid/sys/TCPIOPlugin.cpp tests/ssl_test

2011-11-01 Thread astitcher
Author: astitcher Date: Tue Nov 1 22:09:27 2011 New Revision: 1196319 URL: http://svn.apache.org/viewvc?rev=1196319&view=rev Log: QPID-3514: Allow SSL and non SSL connections on the same port. - Fixes to allow tcp to report the correct port so that the correct name gets used for the pid

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

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 14:31:33 2011 New Revision: 1197144 URL: http://svn.apache.org/viewvc?rev=1197144&view=rev Log: QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski] - Fix cmake build to only require actually needed boost libraries Modified: qpid/t

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

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 14:31:39 2011 New Revision: 1197145 URL: http://svn.apache.org/viewvc?rev=1197145&view=rev Log: QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski] - Detect whether uuid library and headers are installed Modified: qpid/trunk/qpid/cpp

svn commit: r1197146 - in /qpid/trunk/qpid/cpp: ./ bindings/qmf/ bindings/qmf/python/ bindings/qmf/ruby/ bindings/qmf2/ bindings/qmf2/python/ bindings/qmf2/ruby/ bindings/qpid/perl/ bindings/qpid/pyth

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 14:32:01 2011 New Revision: 1197146 URL: http://svn.apache.org/viewvc?rev=1197146&view=rev Log: QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski] - Improved CMake build significantly bringing it closer in parity to autotools build A

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

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 14:32:09 2011 New Revision: 1197147 URL: http://svn.apache.org/viewvc?rev=1197147&view=rev Log: QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski] - Turn off optimisations based on strict aliasing analysis for cluster code as we seem t

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

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 21:17:49 2011 New Revision: 1197312 URL: http://svn.apache.org/viewvc?rev=1197312&view=rev Log: QPID-3464: Build Improvements (CMake) - Fixed windows build Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists

svn commit: r1197313 - /qpid/branches/0.14/qpid/cpp/src/CMakeLists.txt

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 21:19:04 2011 New Revision: 1197313 URL: http://svn.apache.org/viewvc?rev=1197313&view=rev Log: QPID-3464: Build Improvements (CMake) - Fixed windows build Modified: qpid/branches/0.14/qpid/cpp/src/CMakeLists.txt Modified: qpid/branches/0.14/qpid/cpp

svn commit: r1197326 - in /qpid/trunk/qpid/cpp: bindings/qmf/python/Makefile.am bindings/qmf2/python/Makefile.am bindings/qpid/python/Makefile.am configure.ac managementgen/Makefile.am

2011-11-03 Thread astitcher
Author: astitcher Date: Thu Nov 3 22:11:11 2011 New Revision: 1197326 URL: http://svn.apache.org/viewvc?rev=1197326&view=rev Log: QPID-3464: Build Improvements (autotools) [inspired by Jan-Marek Glogowski] - Simplified the python binding build QPID-3458: Install compiled _cqpid.so for

svn commit: r1198929 - in /qpid/trunk/qpid/cpp: bindings/qmf/ bindings/qmf/python/ bindings/qmf/ruby/ bindings/qmf2/ bindings/qmf2/python/ bindings/qmf2/ruby/ docs/man/ src/ src/tests/

2011-11-07 Thread astitcher
Author: astitcher Date: Mon Nov 7 20:56:53 2011 New Revision: 1198929 URL: http://svn.apache.org/viewvc?rev=1198929&view=rev Log: QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution - Added in the new CMake files to EXTRA_DIST in the Makefile.am files so that they

svn commit: r1199451 - in /qpid/branches/0.14/qpid/cpp: bindings/qmf/ bindings/qmf/python/ bindings/qmf/ruby/ bindings/qmf2/ bindings/qmf2/python/ bindings/qmf2/ruby/ docs/man/ src/ src/tests/

2011-11-08 Thread astitcher
Author: astitcher Date: Tue Nov 8 20:51:12 2011 New Revision: 1199451 URL: http://svn.apache.org/viewvc?rev=1199451&view=rev Log: QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution - Added in the new CMake files to EXTRA_DIST in the Makefile.am files so that they

svn commit: r1199809 - /qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk

2011-11-09 Thread astitcher
Author: astitcher Date: Wed Nov 9 15:49:52 2011 New Revision: 1199809 URL: http://svn.apache.org/viewvc?rev=1199809&view=rev Log: QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution - The previous fix for this problem broke the autotools build, so remove the StoreSt

svn commit: r1199811 - /qpid/trunk/qpid/cpp/src/tests/cluster.mk

2011-11-09 Thread astitcher
Author: astitcher Date: Wed Nov 9 15:54:12 2011 New Revision: 1199811 URL: http://svn.apache.org/viewvc?rev=1199811&view=rev Log: QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution - The previous fix for this problem broke the autotools build, so remove the StoreSt

svn commit: r1199929 - in /qpid/trunk/qpid/cpp: bindings/qpid/Makefile.am bindings/qpid/perl/Makefile.PL.in bindings/qpid/perl/Makefile.am configure.ac

2011-11-09 Thread astitcher
Author: astitcher Date: Wed Nov 9 19:38:16 2011 New Revision: 1199929 URL: http://svn.apache.org/viewvc?rev=1199929&view=rev Log: QPID-3464: Build improvements (autotools) [from Jan-Marek Glogowski] - Improved the perl bindings build Added: qpid/trunk/qpid/cpp/bindings/qpid/

svn commit: r1200392 - /qpid/trunk/qpid/cpp/src/qpid.pc.in

2011-11-10 Thread astitcher
Author: astitcher Date: Thu Nov 10 15:50:41 2011 New Revision: 1200392 URL: http://svn.apache.org/viewvc?rev=1200392&view=rev Log: QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs - Added in -lqpidtypes Modified: qpid/trunk/qpid/cpp/src/qpid.pc.in Modified: q

svn commit: r1200477 - /qpid/branches/0.14/qpid/cpp/src/qpid.pc.in

2011-11-10 Thread astitcher
Author: astitcher Date: Thu Nov 10 18:51:31 2011 New Revision: 1200477 URL: http://svn.apache.org/viewvc?rev=1200477&view=rev Log: QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs - Added in -lqpidtypes Modified: qpid/branches/0.14/qpid/cpp/src/qpid.pc.in

svn commit: r1200597 - in /qpid/trunk/qpid/cpp: configure.ac src/CMakeLists.txt src/Makefile.am src/qmf.mk

2011-11-10 Thread astitcher
Author: astitcher Date: Thu Nov 10 22:14:40 2011 New Revision: 1200597 URL: http://svn.apache.org/viewvc?rev=1200597&view=rev Log: QPID-3607: pkg config for qmf2 library - Added new qmf2.pc file and make install logic for it Modified: qpid/trunk/qpid/cpp/configure.ac qpid/trunk/qpid

svn commit: r1200910 - /qpid/trunk/qpid/cpp/src/qmf2.pc.in

2011-11-11 Thread astitcher
Author: astitcher Date: Fri Nov 11 14:56:59 2011 New Revision: 1200910 URL: http://svn.apache.org/viewvc?rev=1200910&view=rev Log: QPID-3607: pkg config for qmf2 library - Actually add the qmf2.pc.in file this time Added: qpid/trunk/qpid/cpp/src/qmf2.pc.in Added: qpid/trunk/qpid/cpp

svn commit: r1200925 - in /qpid/trunk/qpid/cpp/src/qpid/sys: posix/AsynchIO.cpp ssl/SslIo.cpp

2011-11-11 Thread astitcher
Author: astitcher Date: Fri Nov 11 16:06:08 2011 New Revision: 1200925 URL: http://svn.apache.org/viewvc?rev=1200925&view=rev Log: QPID-3608: Improve C++ broker consume performance Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp qpid/trunk/qpid/cpp/src/qpid/sys

svn commit: r1202310 - /qpid/trunk/qpid/cpp/src/tests/ssl_test

2011-11-15 Thread astitcher
Author: astitcher Date: Tue Nov 15 17:13:49 2011 New Revision: 1202310 URL: http://svn.apache.org/viewvc?rev=1202310&view=rev Log: NO-JIRA: Added some error checking to ssl test Modified: qpid/trunk/qpid/cpp/src/tests/ssl_test Modified: qpid/trunk/qpid/cpp/src/tests/ssl_test URL:

svn commit: r1208733 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties

2011-11-30 Thread astitcher
Author: astitcher Date: Wed Nov 30 19:48:47 2011 New Revision: 1208733 URL: http://svn.apache.org/viewvc?rev=1208733&view=rev Log: QPID-3654: ANONYMOUS SASL mechanism does not work on Java client Added a CallbackHandler for the ANONYMOUS mechanism (even though it should never be called) - Thi

svn commit: r1208879 - /qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties

2011-11-30 Thread astitcher
Author: astitcher Date: Wed Nov 30 23:30:29 2011 New Revision: 1208879 URL: http://svn.apache.org/viewvc?rev=1208879&view=rev Log: QPID-3654: ANONYMOUS SASL mechanism does not work on Java client Added a CallbackHandler for the ANONYMOUS mechanism (even though it should never be called) - Thi

svn commit: r1220336 [8/8] - in /qpid/trunk/qpid/java: ./ client/src/main/java/org/apache/qpid/client/ jca/ jca/example/ jca/example/conf/ jca/example/src/ jca/example/src/main/ jca/example/src/main/j

2011-12-17 Thread astitcher
Added: qpid/trunk/qpid/java/jca/src/main/java/org/apache/qpid/ra/tm/JBoss7TransactionManagerLocator.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/src/main/java/org/apache/qpid/ra/tm/JBoss7TransactionManagerLocator.java?rev=1220336&view=auto ==

svn commit: r1221477 - /qpid/trunk/qpid/java/jca/example/build-properties.xml

2011-12-20 Thread astitcher
Author: astitcher Date: Tue Dec 20 20:23:29 2011 New Revision: 1221477 URL: http://svn.apache.org/viewvc?rev=1221477&view=rev Log: NO-JIRA: Removed build product that shouldn't have benn checked in Removed: qpid/trunk/qpid/java/jca/example/build-prope

svn commit: r1291981 - in /qpid/trunk/qpid/cpp: configure.ac src/CMakeLists.txt src/Makefile.am src/config.h.cmake src/qpid/sys/Probes.h src/qpid/sys/posix/AsynchIO.cpp

2012-02-21 Thread astitcher
Author: astitcher Date: Tue Feb 21 20:16:25 2012 New Revision: 1291981 URL: http://svn.apache.org/viewvc?rev=1291981&view=rev Log: QPID-3862: Static Trace points for System tap / Dtrace Added framework to allow static probes in DTRACE_PROBE() format to be added to the qpid code. This wil

<    1   2   3   4   5   6   7   8   9   10   >