summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-257-5/+192
* Removed sasl test db creation from the Makefile logic, and simply put it into...Michael Goulish2010-05-254-33/+24
* QPID-2617: Fix new sasl test setup for vpath builds (patch from Mick Goulish)Gordon Sim2010-05-251-1/+1
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-242-0/+8
* 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-2413-46/+223
* Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...Kim van der Riet2010-05-2415-90/+90
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-217-1/+105
* Fix broker core dump during start-up caused by un-initialized mAgent pointer.Alan Conway2010-05-211-0/+1
* Added setEncoding call to strings encoded from maps and lists. Encoding is "...Ted Ross2010-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-204-115/+37
* Correct class/struct reference; resolves compile warning on Windows.Stephen D. Huston2010-05-191-1/+1
* 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-182-14/+56
* 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-1813-169/+169
* QPID-2612: remove undesired char from makefile introduced by accident in last...Gordon Sim2010-05-181-1/+1
* QPID-2612: remove qpidtypes lib as it causes problems on windowsGordon Sim2010-05-183-25/+16
* 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
* FailoverUpdates.h is no longer in the qpid messaging dir (from r943975); remo...Stephen D. Huston2010-05-171-1/+0
* Added support for user/pass@ syntax in Url.Alan Conway2010-05-173-7/+52
* 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-155-13/+68
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-143-32/+41
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-147-36/+65
* Skip cluster part of ssl_test if cluster not enabled.Alan Conway2010-05-141-0/+2
* This reverts r736810. In my testing (admittedly limited) I did not observe an...Gordon Sim2010-05-142-33/+10
* Removed references to non-existent test run_cluster_authentication_soakAlan Conway2010-05-141-2/+1
* QPID-2589Ted Ross2010-05-149-0/+431
* QPID-2589 - Patch from Chuck Rolke that exposes structured message content (m...Ted Ross2010-05-142-1/+528
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-148-10/+132
* Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...Alan Conway2010-05-142-170/+216
* Add missing "public" qualifier to exception inheritance.Alan Conway2010-05-141-15/+15
* Cluster + SecurityMichael Goulish2010-05-1420-32/+568
* 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-136-31/+21
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-134-38/+83
* 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-122-4/+3
* Added a few more test cases for acl file format.Rajith Muditha Attapattu2010-05-121-3/+26
* Fixes to new API impl to support failover.Alan Conway2010-05-123-16/+20