summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2702 --max-connections does not work when using cluster.Alan Conway2010-07-231-2/+11
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-232-23/+46
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-223-112/+208
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-204-1/+16
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-143-10/+27
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-122-103/+138
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-084-0/+40
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-072-13/+17
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-055-4/+64
* QPID-2716: QMF bugfix - set agent name in object idKenneth Anthony Giusti2010-07-021-0/+7
* Fix sporadic cluster core on exit.Alan Conway2010-07-012-1/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-011-2/+10
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-304-1/+10
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-301-8/+8
* added a case for SEC_ERROR_EXPIRED_CERTIFICATE: in getErrorString() Rajith Muditha Attapattu2010-06-291-0/+1
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-3/+48
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-242-15/+10
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-243-4/+7
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2
* QPID-2388: Do not unmask signals whilst waiting for IO to happenAndrew Stitcher2010-06-231-12/+0
* 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