summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* As DISCLAIMER has been removed, don't include it in distribution list.Gordon Sim2008-12-021-1/+1
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-019-10/+83
* Updated notes to remove incubator noticesCarl C. Trieloff2008-12-012-7/+2
* Fixed a performance regression caused by the management code.Ted Ross2008-12-014-27/+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-263-33/+40
* 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
* Added generated framing headers to doxygen documentation.Jonathan Robie2008-11-251-2/+2
* 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
* Prevent cluster module being loaded twice if module is also installed.Gordon Sim2008-11-251-0/+1
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-244-4/+61
* tests/failover_soak.cpp: Only load cluster module, reduces logging clutter.Alan Conway2008-11-241-3/+2
* tests/failover_soak.cpp: add unique log-prefix per broker.Alan Conway2008-11-241-1/+4
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-245-41/+16
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* Clearer error message for case when specified module-dir is not a directory.Gordon Sim2008-11-241-0/+4
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-215-35/+35
* Renamed the python package for the qmf code generation as it conflictsTed Ross2008-11-2114-19/+19
* Add missing bounds checks.Alan Conway2008-11-201-2/+5
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-202-71/+1
* Add missing DIST rules.Alan Conway2008-11-201-3/+9
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-201-2/+2
* Add proper cleanup of stored management objects during agent shutdown.Ted Ross2008-11-201-0/+14
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-205-63/+224
* Added some extra test options.Gordon Sim2008-11-203-15/+24
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-202-13/+24
* Replace lower_bound with equivalent loop; resolves QPID-1424Stephen D. Huston2008-11-191-3/+8