summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-254-47/+37
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+25
* Additional policy testGordon Sim2008-09-231-0/+23
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-23/+29
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-34/+113
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-17/+29
* Support floats and doubles in field tables.Gordon Sim2008-09-191-0/+35
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-191-0/+40
* Clean up unused members/testsAlan Conway2008-09-192-123/+0
* Dump shared state to new cluster members.Alan Conway2008-09-181-79/+88
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+1
* Fix race in cluster join protocol.Alan Conway2008-09-161-3/+1
* Simplified cluster updates.Alan Conway2008-09-163-219/+2
* 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