summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-1183: Use the right sizes to insert data inside the message payload wher...Gordon Sim2008-07-231-3/+3
* Fixes for transactional perftest (merge of r679038 from qpid.0-10)Gordon Sim2008-07-231-4/+4
* Enable dequeue for prototype clusterAlan Conway2008-07-177-25/+50
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-1728-437/+532
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-1615-84/+132
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-159-22/+24
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-115-59/+775
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-102-1/+2
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-0910-38/+57
* Allow for pluggable exchange types.Gordon Sim2008-07-092-6/+28
* Removed dead code.Alan Conway2008-07-092-15/+1
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* Fix for older boost versionsAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-0820-224/+208
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-0832-276/+346
* Remove unused Serializer code.Alan Conway2008-07-086-462/+0
* Fix packaging error.Alan Conway2008-07-081-2/+1
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-089-173/+116
* QPID-1148 - from Manuel TieraAlan Conway2008-07-088-88/+128
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-085-59/+53
* * release message lock when notifying queue listenersGordon Sim2008-07-082-29/+53
* Fix leak in XmlClientSessionTests - was leaking a Session.Alan Conway2008-07-081-6/+5
* ForkedBroker: child process exits on completion.Alan Conway2008-07-071-1/+7
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-072-24/+7
* Temporarily reverting changes to signal handling; as checked in by r674107 it...Gordon Sim2008-07-071-2/+18
* Disabled cluster_test temporarily, it leaks processes.Alan Conway2008-07-041-2/+4
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-0437-218/+835
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-019-317/+118
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-3015-54/+72
* Fix exit status when VALIGRIND=Alan Conway2008-06-271-1/+1
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-2611-165/+187
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-2612-301/+272
* Use run_test to run valgrind for start_broker consistently with other tests.Alan Conway2008-06-263-15/+10
* From Matt Farrellee - https://issues.apache.org/jira/browse/QPID-1151Alan Conway2008-06-261-1/+3
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-263-3/+26
* QPID-1147: Avoid usage of 'source' builtin in pure sh scriptsGordon Sim2008-06-261-1/+1
* Additions to the client API:Alan Conway2008-06-2511-38/+227
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-257-64/+78
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-238-52/+65
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-205-21/+21
* Fix packaging error.Alan Conway2008-06-181-0/+1
* Bring cluster code up to date.Alan Conway2008-06-1814-81/+92
* Fix bug that commits after every message. Oops!Gordon Sim2008-06-181-1/+1
* Added option to start topictest scripti n transactional mode (&durable)Gordon Sim2008-06-171-3/+4