summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing new line to end of conf file.Gordon Sim2009-02-201-1/+1
* Add dummy option to example conf file that suppresses a spurious cyrus sasl w...Gordon Sim2009-02-201-0/+4
* 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
* fixed typo in yum commandRafael H. Schloming2009-02-171-1/+1
* 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-1217-82/+200
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-1/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-126-108/+146
* Fix copy-paste errors in makefile for newly added exampleGordon Sim2009-02-121-10/+1
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-125-9/+75
* Catch up to recent source file changesStephen D. Huston2009-02-112-0/+12
* Fix race condition with read-credit.Alan Conway2009-02-116-3/+22
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* Need to include newly added ExpiryPolicy.h in headers as it is referenced by ...Gordon Sim2009-02-111-1/+1
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-106-113/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1012-20/+40
* Cluster support for message time-to-live.Alan Conway2009-02-0923-91/+421
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* Fix "no virtual destructor" warning.Alan Conway2009-02-091-1/+1
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* QPID-1595 from william -- trade demoCarl C. Trieloff2009-02-096-1/+608
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* Fix error in run_acl_tests.Alan Conway2009-02-061-2/+1
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-065-83/+226
* Remove non-existent qpid/cluster/Updatee.h from cluster.mk.Alan Conway2009-02-051-1/+0
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5