summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-24/+1
* Check CPG flow control.Alan Conway2008-08-071-1/+1
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-063-3/+23
* Fix Cluster::send encode race.Alan Conway2008-08-051-1/+26
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-053-1/+37
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-301-1/+1
* QPID-1198 (Partial): Add #include <alloca.h> for all uses of ::alloca()Andrew Stitcher2008-07-293-0/+3
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-22/+20
* QPID-1198: (Partial) Fix test shell scripts to work with /bin/shAndrew Stitcher2008-07-293-8/+15
* Reduce the size of messages in fanout perftest to keep the queues from gettin...Gordon Sim2008-07-251-1/+1
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-252-6/+6
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-0/+20
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-251-2/+2
* QPID-447: Patch from David Sommerseth merged from r679689.Gordon Sim2008-07-252-8/+36
* 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-171-9/+6
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-174-81/+121
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-152-4/+4
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-101-0/+1
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-2/+24
* Remove unused Serializer code.Alan Conway2008-07-081-157/+0
* Fix packaging error.Alan Conway2008-07-081-2/+1
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-083-3/+4
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-082-10/+33
* 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
* Disabled cluster_test temporarily, it leaks processes.Alan Conway2008-07-041-2/+4
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-046-62/+141
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-013-237/+20
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* Fix exit status when VALIGRIND=Alan Conway2008-06-271-1/+1
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-264-50/+6
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-268-287/+256
* Use run_test to run valgrind for start_broker consistently with other tests.Alan Conway2008-06-263-15/+10
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-261-0/+15
* QPID-1147: Avoid usage of 'source' builtin in pure sh scriptsGordon Sim2008-06-261-1/+1
* Additions to the client API:Alan Conway2008-06-256-23/+69
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-232-4/+9
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-204-20/+20
* Bring cluster code up to date.Alan Conway2008-06-182-4/+5
* 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
* Fix test error.Alan Conway2008-06-121-3/+6
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-121-1/+1
* * make tcp-nodelay option available for all testsGordon Sim2008-06-112-10/+50
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-2/+0
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-094-106/+20
* Uncomment test now that inline allocator is fixed.Gordon Sim2008-06-051-2/+1