summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-154-114/+174
* Corrected warning for unsignedCarl C. Trieloff2008-09-122-33/+33
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-126-40/+304
* fix warningsCarl C. Trieloff2008-09-111-2/+2
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-112-22/+54
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-112-1/+2
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-3/+83
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-11/+11
* Fixes to xml exchange:Gordon Sim2008-09-081-0/+30
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-11/+11
* 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