summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1705: cancel heartbeat timer task as part of cleanupGordon Sim2009-03-021-0/+3
* Add lock to cluster::ConnectionMap, make it thread safe.Alan Conway2009-02-273-12/+14
* Modified so that the content of the message is only parsed if it is used in a...Jonathan Robie2009-02-272-55/+78
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-272-10/+11
* Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.Alan Conway2009-02-261-0/+2
* Send session.detached back to server in response to a detach.Gordon Sim2009-02-261-0/+1
* Remove "flow enabled" log messages.Alan Conway2009-02-262-10/+7
* QPID-1695: Make LVQ persist durable messagesGordon Sim2009-02-263-7/+27
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-252-4/+7
* Bugfix: This fixes a bug in the management agent where an explicit get-requestTed Ross2009-02-252-0/+12
* Need to register finalizer so that we can release the shared pointer to the q...Gordon Sim2009-02-252-0/+3
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-2/+4
* Added "uptime" to the management object for the broker.Ted Ross2009-02-252-1/+5
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* QPID-1685: Fixed ring queue policyGordon Sim2009-02-252-14/+14
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-244-11/+23
* Implement process id and name methods for WindowsStephen D. Huston2009-02-241-8/+27
* Check that broker pointer is not null before invoking on it.Gordon Sim2009-02-241-1/+1
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-2416-26/+158
* QPID-1671: Set userid for client side of inter-broker links.Gordon Sim2009-02-242-1/+8
* Modify the null authenticator to handle PLAIN correctly, making acls easier t...Gordon Sim2009-02-241-9/+19
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-246-1/+74
* Avoid hiding Bridge::idGordon Sim2009-02-241-3/+3
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...Alan Conway2009-02-231-0/+1
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-205-93/+307
* Minor fixes. Alan Conway2009-02-173-15/+11
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-172-6/+10
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-131-1/+3
* Check session impl is valid on close to avoid segfault.Gordon Sim2009-02-131-1/+4
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-122-2/+3
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-123-3/+14
* Cluster security support:Alan Conway2009-02-1211-70/+135
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-124-9/+42
* Fix race condition with read-credit.Alan Conway2009-02-116-3/+22
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-105-111/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1011-18/+39
* Cluster support for message time-to-live.Alan Conway2009-02-0918-48/+327
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-043-24/+34
* Fix race condition with deleted local connections.Alan Conway2009-02-043-5/+10
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-043-6/+9
* Fix memory error in ClusterPlugin.Alan Conway2009-02-042-7/+8
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-045-32/+68
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0321-227/+508
* Add in management statistics for client flow control.Andrew Stitcher2009-02-034-43/+46