summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix valgrind error in PollableCondition unit test.Alan Conway2009-04-221-1/+1
* Unit test for PollableCondition.Alan Conway2009-04-222-1/+119
* Better logging around cpg_init, 30 second retry limit.Alan Conway2009-04-221-4/+6
* Added failonerror=true to fail the build if the example automation failsRajith Muditha Attapattu2009-04-211-1/+1
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-219-5/+167
* File missed in previous commit.Alan Conway2009-04-211-4/+6
* QPID-1824 : Add ability to use a ConnectionURL String to configure a Configur...Martin Ritchie2009-04-212-0/+86
* QPID-1818 : Disable NoLocalAfterRecoveryTest until we can resolve the failove...Martin Ritchie2009-04-211-0/+2
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2018-79/+410
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
* Setting the svn:executable property on the verify_all scriptRajith Muditha Attapattu2009-04-171-0/+0
* Small change to ClusterFixture which allows a different path to the cluster.s...Kim van der Riet2009-04-172-16/+17
* QPID-1822: override imported module.xml 'libs' target, preventing unecessary ...Robert Gemmell2009-04-171-0/+4
* QPID-1798: Update AMQQueueMBean to use new constant value of DeliveryMode, re...Robert Gemmell2009-04-173-5/+6
* Turn off NoLocalAfterRecoveryTest until it's fixed.Aidan Skinner2009-04-171-0/+3
* Eat IllegalArgumentException when creating the signal handler, fixes startup ...Aidan Skinner2009-04-171-1/+9
* Remove LatencyMetric filesStephen D. Huston2009-04-171-6/+0
* QPID-1820: configure queues on creationAidan Skinner2009-04-171-1/+1
* Fix log message with incorrect level (critical should be debug).Alan Conway2009-04-161-1/+1
* Override the executable used by ForkedBroker by setting an env. var.Alan Conway2009-04-162-3/+4
* QPID-1818 : Exclude NoLocalAfterRecoveryTest as 0-10 client code path does no...Martin Ritchie2009-04-161-0/+2
* QPID-1813 : Add missing DerbyDB library dependency.Martin Ritchie2009-04-161-0/+0
* Changes missed in previous commit r765285.Alan Conway2009-04-162-2/+1
* QPID-1813/QPID-1817 : Removed the new properties from the test-provider as th...Martin Ritchie2009-04-165-33/+76
* QPID-1817 : Update QTC to provide the configuration file to an external brokerMartin Ritchie2009-04-163-23/+22
* QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal fun...Martin Ritchie2009-04-164-4/+230
* QPID-1817 : Update to QpidTestCase to use setUp to start the broker this allo...Martin Ritchie2009-04-168-46/+202
* QPID-1813 : Check the value of _sessionIdentifier and return null if it is nu...Martin Ritchie2009-04-162-7/+25
* QPID-1815 : Ensure Derby store looks up existing queues/exchanges in the virt...Martin Ritchie2009-04-161-5/+17
* QPID-1814 : Don't always attempt to create the default exchanges in the persi...Martin Ritchie2009-04-161-0/+9
* QPID-1814 : Relax Derby so that it does not error if you create an existing E...Martin Ritchie2009-04-161-27/+50
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-159-793/+0
* Clean up temporary data directories in tests.Alan Conway2009-04-154-19/+30
* Update set of generated source filesStephen D. Huston2009-04-151-0/+6
* Fix bug in SocketProxy causing occasional hangs in tests.Alan Conway2009-04-151-2/+2
* Removed un-used LatencyMetric hack: missed in lat commit.Alan Conway2009-04-153-7/+1
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-1523-186/+22
* QPID-1812: Fix firewall rule parsing, add test for this.Aidan Skinner2009-04-152-4/+64
* Update client test to use SubscriptionManager.Alan Conway2009-04-151-26/+9
* QPID-1810 : Added perftest processing scriptsMartin Ritchie2009-04-152-0/+43
* QPID-1809 : When a DisconnectedException is recieved check the StateManager t...Martin Ritchie2009-04-151-0/+11
* QPID-1808: added mllib to setup.pyGordon Sim2009-04-151-1/+1
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-14369-66/+60356
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-14395-64908/+0
* src/cluster.mk: removed non-existent file.Alan Conway2009-04-141-1/+0
* QPID-1779 : Update to ensure CACFTest reports failures correctly and resolved...Martin Ritchie2009-04-143-12/+53
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-144-4/+64
* Trivial fix for gcc 4.3 compiler (F10) "may be used uninitialized" errorKim van der Riet2009-04-131-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1137-187/+881
* Updated performance scripts to run even if previous test failed.Martin Ritchie2009-04-112-6/+26