summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-126-108/+146
* 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-0922-91/+416
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* 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
* 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
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-044-30/+42
* 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
* Fixed run_acl_tests.Alan Conway2009-02-041-3/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-046-32/+69
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0324-230/+518
* Add in management statistics for client flow control.Andrew Stitcher2009-02-034-43/+46
* Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...Kim van der Riet2009-02-031-2/+2
* Remove MaxMethodBodySize stuff which is not used any more.Stephen D. Huston2009-02-021-2/+2
* Send client property indicating that client supportsAndrew Stitcher2009-02-025-4/+21