summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-102-6/+28
* Better output.Alan Conway2008-12-101-25/+16
* Fixes for 64bit.Alan Conway2008-12-091-2/+6
* Applied name convention to class names: Capitalized names.Ted Ross2008-12-092-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-095-13/+18
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-084-45/+109
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-083-25/+23
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2
* Cluster: fixed error in credit allocation.Alan Conway2008-12-082-6/+6
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0820-16/+92
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...Alan Conway2008-12-071-0/+111
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-042-1/+21
* Catch up to generated codeStephen D. Huston2008-12-041-24/+6
* QPID-1513 - Fix corner case where incompleted schema records areTed Ross2008-12-031-3/+5
* Corrected doxygen comment.Alan Conway2008-12-031-3/+2
* Minor fix: reuse assigned bank info when broker disconnects and reconnects.Ted Ross2008-12-031-0/+2
* clean upCarl C. Trieloff2008-12-032-631/+0
* cluster: add Event size to encoded header.Alan Conway2008-12-035-8/+643
* Fix bad assert(), causing compile failures in debug builds.Alan Conway2008-12-031-1/+1
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-023-12/+13
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-0210-67/+101
* Avoid potential deadlock between IO thread in Connector::handleClosed() and a...Gordon Sim2008-12-021-1/+4
* Added management accounting for transaction dequeues.Ted Ross2008-12-021-0/+4
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-019-10/+83
* Fixed a performance regression caused by the management code.Ted Ross2008-12-013-23/+28
* cluster: Queue outgoing multicast events.Alan Conway2008-12-012-7/+9
* QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.Gordon Sim2008-12-011-2/+2
* QPID-1280: fixed performance regression for multiple subscribers on shared queueGordon Sim2008-11-295-27/+169
* Added cluster log messages.Alan Conway2008-11-283-21/+18
* Fix setting of accept mode in perftest which appears to be back-to-front.Gordon Sim2008-11-281-1/+1
* QPID-1485: check required group is set etc when running failover test (patch ...Gordon Sim2008-11-271-0/+24
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-273-48/+3
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-273-3/+48
* QPID-1264: fix for topic exchange (patch from astitcher@redhat.com)Gordon Sim2008-11-271-4/+12
* Fix anachronism in --daemon option description.Alan Conway2008-11-271-1/+1
* Disabling underflow check in QueuePolicy until reported failures in javas org...Gordon Sim2008-11-271-2/+8
* Further check in decode of policy.Gordon Sim2008-11-271-1/+1
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-278-10/+58
* Was causing cluster failures.Alan Conway2008-11-264-5/+42
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-262-30/+27
* Bug fixes for QMF:Ted Ross2008-11-262-29/+36
* Added a copy constructor and assignment operator to FieldTable.Ted Ross2008-11-262-0/+15
* Removed mistakenly commited lines.Alan Conway2008-11-261-4/+0
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-266-76/+84
* Fixed problem of recurring xids (0, 1, 2...) on successive txtest runs which ...Kim van der Riet2008-11-261-7/+9
* Fix typo.Alan Conway2008-11-261-1/+1
* cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co...Alan Conway2008-11-251-3/+23
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+1