summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...Ted Ross2010-06-111-20/+12
* Fix ordering problem with of dependencies of make check.Alan Conway2010-06-111-1/+2
* QPID-664: Avoid allocation for void VariantGordon Sim2010-06-111-26/+29
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-114-5/+16
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
* Fix unreferenced variable warnings on Windows build.Stephen D. Huston2010-06-112-3/+3
* Improved qpid_ping - use heartbeat to interrupt connection.Alan Conway2010-06-101-63/+18
* Extended tests for cluster and security.Alan Conway2010-06-101-3/+47
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-102-1/+3
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-096-5/+39
* Cleaned up the storage of RemoteAgents in ManagementAgent.Ted Ross2010-06-092-21/+12
* Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deletedGordon Sim2010-06-091-0/+1
* Ensure that bindings for dynamic bridges are not propagated over failed sessi...Gordon Sim2010-06-092-9/+19
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-089-173/+108
* Don't set USER callback, AUTHNAME is sufficientGordon Sim2010-06-071-4/+0
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
* Fixed sporadic failure of cluster_tests.py sasl_testAlan Conway2010-06-041-1/+2
* Fix initialization-order problem with URL protocol tags.Alan Conway2010-06-041-7/+31
* QPID-2640: Don't try to cast integer-like values during parsing; leave as str...Gordon Sim2010-06-031-3/+0
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-023-17/+19
* QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe...Gordon Sim2010-06-022-3/+0
* Fixed sporadic client "reserved bits not 0" exceptions with cluster + encrypt...Alan Conway2010-06-021-1/+1
* Correct reference to test exeStephen D. Huston2010-06-021-2/+2
* QPID-664: Changed default for reconnect to false as that is more intuitive (e...Gordon Sim2010-06-021-1/+1
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-015-2/+62
* QPID-2636: Ensure close is called for a disconnect preventing occasional leak...Gordon Sim2010-06-012-13/+8
* Change verbosity back to 0. Oops.Michael Goulish2010-06-011-1/+1
* Source cluster environment checks in run_cluster_authentication_test/_soak.Alan Conway2010-06-012-2/+8
* Fix memory error in failover_soak.cpp.Alan Conway2010-06-011-1/+2
* Added pkg-config support for qpid C++ client libraries.Alan Conway2010-05-312-0/+14
* Fixed assertion error in cluster_tests.py test_failover.Alan Conway2010-05-312-1/+2
* Fixed conflicting clean-local targets, causing make distcheck to fail.Alan Conway2010-05-282-3/+5
* 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