summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-223-9/+37
* Fix bad assertion introduced in prevoius commit r956882Alan Conway2010-06-222-4/+7
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Fix cluster broker crashes when management is active.Alan Conway2010-06-228-42/+109
* Consistent comparison of unsigned values; clarify usage as well as removing p...Stephen D. Huston2010-06-171-1/+2
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-165-33/+48
* remove assertion for condition that is in fact valid (the callback could have...Gordon Sim2010-06-161-2/+0
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-156-4/+29
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* Allow entry into notifyPendingWrite() if already stopped as it is too hardAndrew Stitcher2010-06-141-2/+2
* Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed beforeAndrew Stitcher2010-06-142-4/+6
* Ensure that we can't shutdown in the middle of writing a bufferAndrew Stitcher2010-06-141-0/+1
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-147-63/+60
* Try to avoid getting into a state where we can't send credit because weAndrew Stitcher2010-06-141-1/+10
* Added asserts to ensure that we catch it if xmitCredit isn't saneAndrew Stitcher2010-06-141-0/+7
* Allow stopping even if we've got outstanding write buffers.Andrew Stitcher2010-06-141-1/+1
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-142-6/+19
* Only set the draining flag when we delay calling the drained callback.Andrew Stitcher2010-06-141-2/+1
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
* Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...Ted Ross2010-06-111-20/+12
* 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
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-1/+1
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-095-3/+35
* 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-088-169/+104
* 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-021-1/+1
* 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
* 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
* Fixed assertion error in cluster_tests.py test_failover.Alan Conway2010-05-312-1/+2
* Fix compilation error on windowsGordon Sim2010-05-281-1/+1
* 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-271-2/+12
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-271-11/+9
* 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-276-12/+35
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-252-21/+28