summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-292-1/+4
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-262-10/+7
* QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues...Carl C. Trieloff2010-03-261-0/+1
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-1/+1
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-253-20/+20
* Fix "Ignoring frame while closing connection" warnings in a cluster broker gi...Alan Conway2010-03-251-1/+4
* Fix "Session was not closed cleanly" warnings in a cluster broker giving an u...Alan Conway2010-03-251-4/+4
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-253-16/+26
* Disable run_long_cluster_tests from make check-long until failures are fixed.Alan Conway2010-03-251-1/+0
* Add missing qpidxarm.dll and plug-ins to installer; resolves QPID-2467.Stephen D. Huston2010-03-251-3/+2
* Add missing BOOST_ALL_DYN_LINK macro settings; merged in from 0.6-release-win...Stephen D. Huston2010-03-241-4/+4
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-242-7/+10
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-245-356/+376
* Initial Windows installer builder combining C++ and WCF components in a WiX-b...Stephen D. Huston2010-03-231-3/+73
* Defer Poller creation in ConnectionImpl IOThread from creation to first use.Alan Conway2010-03-231-3/+6
* Install/stage generated api docs to docs/api/html. Resolves QPID-2463.Stephen D. Huston2010-03-231-1/+1
* Add messaging drain and spout examples.Stephen D. Huston2010-03-221-0/+12
* Fix error in path to amqp.xml in configure.ac.Alan Conway2010-03-221-2/+1
* Get qpid source on the cmdlineAndrew Stitcher2010-03-221-17/+68
* Updated cluster package names for Fedora 12.Alan Conway2010-03-221-0/+2
* Make sure the client library Poller is created on library load before anythin...Andrew Stitcher2010-03-221-0/+9
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-1921-42/+67
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-186-6/+82
* Remove Version.h reference from configure.ac.Alan Conway2010-03-171-3/+0
* Get qpid version from top-level QPID_VERSION.txt fileAndrew Stitcher2010-03-171-2/+15
* Remove un-necessary Version.h.cmakeAlan Conway2010-03-172-48/+0
* Updated cmake build to pick up version from QPID_VERSION.txt.Alan Conway2010-03-173-2/+58
* Fixed previous broken change which attempted to get version at configuration ...Andrew Stitcher2010-03-171-6/+2
* C++ automake build picks up version number from qpid/QPID_VERSION.txt.Alan Conway2010-03-177-18/+28
* initial checkin of CONTENTS file -- explanation of purpose of this directory.Michael Goulish2010-03-171-0/+12
* Initial checkin of a temporary place for external code documentation.Michael Goulish2010-03-171-0/+0
* workaround for BZ 570168 ( see comment in code )Michael Goulish2010-03-171-1/+12
* Fix missing source files in distribution.Alan Conway2010-03-161-2/+5
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-1626-117/+263
* Remove warningAndrew Stitcher2010-03-161-1/+1
* Remove unconditional debug libs from cmake install targetsAndrew Stitcher2010-03-161-30/+0
* Remove WCF products from the C++ packagingAndrew Stitcher2010-03-161-31/+0
* Simple script to build a client sdk for windows:Andrew Stitcher2010-03-161-0/+57
* QPID 24448: throw if no channels available when adding a session.Alan Conway2010-03-151-1/+2
* Work-around for race condition in the IO layer.Alan Conway2010-03-152-2/+8
* Export FailoverUpdate symbols necessary to link on WindowsAndrew Stitcher2010-03-121-2/+4
* Correct Windows qmf lib build so that the library entry points get exported w...Andrew Stitcher2010-03-121-1/+1
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-1211-93/+236
* Fix for deadlock beween journal timer & connection threads.Alan Conway2010-03-123-6/+29
* Remove unnecessary dependency of qmf on qmfengineAndrew Stitcher2010-03-121-1/+1
* QPID-2382: Checked in missing files from last commitGordon Sim2010-03-124-0/+258
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-1113-125/+194
* Remove non-existent directory from PATH.Alan Conway2010-03-101-1/+1
* QPID-2441: patch from Jan Sarenik that prevents verification failures when ru...Gordon Sim2010-03-103-5/+6
* Apply parallel changes from Makefile.am a couple days ago; resolves QPID-2439.Stephen D. Huston2010-03-091-1/+2