summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-1705: added unit test for heartbeat firing after connection has failed overGordon Sim2009-03-021-0/+85
* 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
* Sorry, forgot a crucial line in my last 'fix'!Gordon Sim2009-02-271-0/+1
* Fix test to account for failure after last message has been delivered, but be...Gordon Sim2009-02-271-4/+8
* 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
* Add browse option, useful for ad-hoc testing.Gordon Sim2009-02-261-6/+9
* Added a couple of extra options that are useful in ad-hoc testing.Gordon Sim2009-02-261-7/+21
* Remove "flow enabled" log messages.Alan Conway2009-02-262-10/+7
* QPID-1695: Make LVQ persist durable messagesGordon Sim2009-02-263-7/+27
* QPID-1693: Improvements to failover soak test from mgoulish@redhat.comGordon Sim2009-02-261-40/+129
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-254-5/+82
* 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-253-14/+23
* Fix header name in sources.Gordon Sim2009-02-251-1/+1
* Replace struct name to avoid clashing with similarly named struct in ClientSe...Gordon Sim2009-02-251-3/+3
* 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-2420-31/+163
* QPID-1678 Mick Goulish: failover_soak using UUIDs for cluster name to avoid c...Alan Conway2009-02-242-8/+9
* 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-233-21/+25
* Commit accepts of control messages (else they are left on queue)Gordon Sim2009-02-201-0/+1
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-208-697/+1401
* Ensure pythonpath is set correctlyGordon Sim2009-02-191-0/+1
* Fixed for cases where --subs > 1 and --iterations > 1Gordon Sim2009-02-181-1/+14
* Added tests for federated links to and from a clusterGordon Sim2009-02-183-3/+134
* Minor fixes. Alan Conway2009-02-173-15/+11
* QPID-1667: Test case (fix was submitted in previous rev)Gordon Sim2009-02-171-0/+16
* 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-132-1/+25
* Add --no-module-dir to start_cluster script.Alan Conway2009-02-131-1/+1
* Test case for previous commit.Gordon Sim2009-02-131-0/+4
* 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-1216-82/+199
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-1/+1