summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-2/+3
* Fixes to distributed test scripts.Alan Conway2008-09-052-10/+16
* Fixed cluster membership notification.Alan Conway2008-09-053-43/+63
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-053-38/+62
* Fix bug in computing min latency: 0 latencies not handled correctly.Alan Conway2008-09-041-3/+4
* Bugfixes:Gordon Sim2008-09-041-3/+3
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-033-6/+13
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-292-5/+13
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-282-0/+37
* echotest: tab separated.Alan Conway2008-08-262-1/+44
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
* Test improvements.Alan Conway2008-08-264-26/+95
* Add licenseGordon Sim2008-08-261-0/+21
* Removed unused rpm targets and files.Alan Conway2008-08-262-0/+135
* Pre-buffering output strategy for cluster.Alan Conway2008-08-214-12/+18
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-191-0/+29
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-151-1/+2
* Stop prevoius qpidd before runing singleton cluster.Alan Conway2008-08-141-0/+1
* Add option to run singleton cluster on default port.Alan Conway2008-08-141-7/+9
* echo with_ais_group errors to stderr.Alan Conway2008-08-141-1/+1
* 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