summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix make distcheck: clean sasl_config test files.Alan Conway2010-05-281-0/+3
* Add missing sasl_test_setup.sh to EXTRA_DISTAlan Conway2010-05-281-1/+2
* Fix compilation error on windowsGordon Sim2010-05-281-1/+1
* Allow tests that load shareable libs to work on Windows with a debug build. T...Stephen D. Huston2010-05-283-5/+15
* QPID-2598: Prevent exit hang on windows (at the expense of intermittent leak ...Gordon Sim2010-05-281-10/+8
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-274-4/+31
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-278-100/+74
* Fix issues with cluster+securityAlan Conway2010-05-273-30/+24
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-277-12/+37
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-252-21/+28
* QPID-2617: Fix the windows build for modified method signatureGordon Sim2010-05-251-1/+1
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-255-4/+66
* 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-213-0/+59
* 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-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-182-3/+3
* 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-172-5/+43
* 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-144-28/+57
* 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
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-147-3/+115
* Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...Alan Conway2010-05-142-170/+216
* Cluster + SecurityMichael Goulish2010-05-1419-32/+562
* 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-135-18/+14
* 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