summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-041-1/+2
* 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
* cluster: add Event size to encoded header.Alan Conway2008-12-033-8/+11
* 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-018-10/+26
* 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-294-27/+167
* Added cluster log messages.Alan Conway2008-11-283-21/+18
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-272-12/+2
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-272-2/+12
* QPID-1264: fix for topic exchange (patch from astitcher@redhat.com)Gordon Sim2008-11-271-4/+12
* 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-277-10/+51
* 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-261-23/+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
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-263-72/+75
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+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-243-4/+5
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-243-39/+14
* 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-214-35/+31
* Add missing bounds checks.Alan Conway2008-11-201-2/+5
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-201-68/+1
* 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-204-38/+196
* 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
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-195-1/+11
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-191-1/+1
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-197-38/+30
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Optional cluster integration with cman quorum service.Alan Conway2008-11-187-1/+195
* Deleting doxygen_mainpage.h, which has moved to the src/cpp/docs/api directory.Jonathan Robie2008-11-171-28/+0
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-174-24/+2
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4