summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-296-9/+20
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-296-7/+55
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2925-45/+64
* 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-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 "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
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-242-273/+320
* 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-196-27/+30
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-183-6/+47
* Remove un-necessary Version.h.cmakeAlan Conway2010-03-171-44/+0
* Updated cmake build to pick up version from QPID_VERSION.txt.Alan Conway2010-03-171-0/+44
* 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
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-1611-53/+110
* Remove warningAndrew Stitcher2010-03-161-1/+1
* 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-151-0/+6
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-129-64/+179
* Fix for deadlock beween journal timer & connection threads.Alan Conway2010-03-123-6/+29
* 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-116-91/+120
* 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-084-19/+36
* 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-089-100/+256
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-052-6/+3
* 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-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-0533-107/+283
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-039-43/+52
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-1/+14
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+12
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-264-3/+10
* Last member of a cluster always has clean store.Alan Conway2010-02-253-3/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-2513-0/+16
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-183-11/+38