summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-261-4/+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
* 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-243-282/+329
* 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
* 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-199-30/+36
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-185-6/+72
* 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-172-0/+47
* 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-171-1/+1
* 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-1611-53/+110
* Remove warningAndrew Stitcher2010-03-161-1/+1
* Remove unconditional debug libs from cmake install targetsAndrew Stitcher2010-03-161-30/+0
* 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
* 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-123-0/+205
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-1111-106/+169
* Remove non-existent directory from PATH.Alan Conway2010-03-101-1/+1
* Apply parallel changes from Makefile.am a couple days ago; resolves QPID-2439.Stephen D. Huston2010-03-091-1/+2
* Fix build dependency problem with tests/testagent.Alan Conway2010-03-091-0/+1
* Remove tests/testagent sub-directory, build testagent in the tests directory.Alan Conway2010-03-095-55/+52
* Changed name of XQilla EBV define to XQ_EXTENDED_BOOLEAN_VALUE_HPP.Jonathan Robie2010-03-081-3/+3
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-088-32/+56
* Fixed #ifndef for XQilla 2.1.3Jonathan Robie2010-03-081-1/+1
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-0810-102/+260
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-053-9/+6
* Modified to either support the older XQilla 2.1.3 API or to useJonathan Robie2010-03-051-1/+11
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-053-40/+30
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-054-15/+14
* QPID-2434: add timestamp files to CLEANFILES listKenneth Anthony Giusti2010-03-051-1/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-0534-107/+284
* Fix to run topictest correctly on Windows.Stephen D. Huston2010-03-052-10/+13
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* Increase test_watchdog interval to avoid spurious test failures.Alan Conway2010-03-031-2/+2