summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-253-4/+63
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-241-0/+3
* The cmake build caught my omission of this unused arg.Michael Goulish2010-05-241-1/+1
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-244-13/+28
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-211-0/+27
* Fix broker core dump during start-up caused by un-initialized mAgent pointer.Alan Conway2010-05-211-0/+1
* QMF: provide event filter api for python consoleKenneth Anthony Giusti2010-05-202-11/+37
* Removed the logic in the broker's management agent that detected name collisi...Ted Ross2010-05-203-115/+36
* Prevent race between shutdown() and release() resulting in attempt to close d...Gordon Sim2010-05-191-3/+12
* Fix RDMA for upstream changes which now require notification on shutdownAndrew Stitcher2010-05-186-85/+209
* Fix the behaviour of the EpollPoller when shutdowns and interrupts interactAndrew Stitcher2010-05-181-0/+6
* QMF: allow consoles to filter agent heartbeats based on agent identification.Kenneth Anthony Giusti2010-05-182-5/+33
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-182-11/+38
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-182-3/+3
* Fix retry logic in ConnectionImpl::newSession.Alan Conway2010-05-171-8/+9
* Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...Alan Conway2010-05-171-1/+3
* Fix for "Assertion `!mcastSentButNotReceived' failed." in cluster tests.Alan Conway2010-05-171-15/+22
* Added support for user/pass@ syntax in Url.Alan Conway2010-05-171-5/+26
* QPID-2605: Fix to fragmentation logic for delivered messagesGordon Sim2010-05-171-3/+1
* QPID-2588: Prevent queue being destroyed while still in use.Gordon Sim2010-05-154-12/+67
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-142-23/+24
* This reverts r736810. In my testing (admittedly limited) I did not observe an...Gordon Sim2010-05-142-33/+10
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-144-0/+11
* Cluster + SecurityMichael Goulish2010-05-1412-29/+303
* QPID-2588: Ensure we do not make calls on store for a given queue once it has...Gordon Sim2010-05-134-2/+13
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-8/+5
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-132-19/+42
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-1310-64/+115
* Fix typo in namespace close commentsStephen D. Huston2010-05-131-2/+1
* Transfer TCP code changes to RDMA codeAndrew Stitcher2010-05-131-6/+7
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-137-384/+463
* Allow rdma_disconnect() to fail with EINVAL as it appearsAndrew Stitcher2010-05-132-2/+12
* Remove incorrect optimization in Logger.Alan Conway2010-05-121-3/+3
* Fixes to new API impl to support failover.Alan Conway2010-05-123-16/+20
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-10/+13
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-122-27/+48
* QPID-664: Fix failover updates to set correct option name; clear list valued ...Gordon Sim2010-05-112-1/+3
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-1119-135/+127
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-112-5/+17
* QPID-664: Fix bug preventing re-establishment of credit on reconnectGordon Sim2010-05-111-1/+1
* qmf: bugfix - remove parse of non-present supertype fieldKenneth Anthony Giusti2010-05-101-1/+1
* Keep dispatching the condition until it is cleared; resolves QPID-2587.Stephen D. Huston2010-05-071-5/+3
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-063-14/+14
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-3/+7
* QPID-2186: Small adjustments to previous fix:Andrew Stitcher2010-04-291-5/+7
* Don't try to get the top() of an empty queue and use it. Resolves (I believe)...Stephen D. Huston2010-04-281-8/+16
* QPID-2083: Added some error messages for particular codesGordon Sim2010-04-281-19/+16
* BZ572245: Clustering can force message persistence when one node remains. Fix...Kim van der Riet2010-04-281-5/+10
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-284-10/+31