summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Fixed testShlib and testAutoShlib path typoKim van der Riet2009-04-301-2/+2
* Made cmake config more like the autotools versionAndrew Stitcher2009-04-304-42/+88
* QPID-1833: use file.seperator to overcome copy+globmapper path limitation on ...Robert Gemmell2009-04-302-2/+2
* Pass platform's shared lib prefix, suffix to test progs that need it; use it ...Stephen D. Huston2009-04-293-25/+25
* Fix locating of LIBCPG; removed deleted WriteEstimate.cpp, .h filesStephen D. Huston2009-04-291-7/+4
* Improved & simplified cluster output algorithm.Alan Conway2009-04-2911-175/+37
* Removed code that prevents cmake build from raw checkoutAndrew Stitcher2009-04-281-3/+0
* Fixed to allow use of cmake 2.4Andrew Stitcher2009-04-287-58/+56
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Add tests; revise checks for C++ headers to uuse C++, not CStephen D. Huston2009-04-284-177/+242
* QPID-1730: add AlertingTest, although not to 010Aidan Skinner2009-04-284-2/+167
* Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILEStephen D. Huston2009-04-272-9/+11
* Added missing const clause for putBin128.Ted Ross2009-04-242-2/+2
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-2321-44/+1564
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-233-5/+12
* Fix compile warning-turned-errorStephen D. Huston2009-04-231-1/+1
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* QPID-1826: brown paper bag commitAidan Skinner2009-04-232-16/+12
* QPID-1826: Ensure that server-wide configuration variables in virtualhosts.xm...Aidan Skinner2009-04-235-54/+298
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-2311-35/+131
* 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