summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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 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
* File descriptor leak in ForkedBroker test utility.Alan Conway2008-11-191-6/+10
* tests/failover_soak: run a cluster with clients, kill and restart cluster mem...Alan Conway2008-11-197-9/+1058
* 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-192-2/+3
* 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
* Change formats to VC9, add MaxMethodBodySize and remove it from protocol_gen....Stephen D. Huston2008-11-196-52/+450
* Add Windows-specific files to EXTRA_DIST so they are in releases; fixes QPID-...Stephen D. Huston2008-11-181-1/+38
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Optional cluster integration with cman quorum service.Alan Conway2008-11-1810-13/+213
* 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-176-72/+14
* Fixed erroneous test preventing cleanup of broker.Gordon Sim2008-11-171-1/+1
* QPID-1465: Fixed initialisation of minimum value so it is tracked correctlyAndrew Stitcher2008-11-141-1/+2
* Ensure config file can be found (its in source tree not build tree)Gordon Sim2008-11-141-1/+2
* Remove all cluster targets if configured --without-cpg.Alan Conway2008-11-141-3/+4
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* Added further test script missing from distribution list and thus causing dis...Gordon Sim2008-11-141-0/+1
* Added some failover capable testsGordon Sim2008-11-1410-12/+534
* Remove dummy cluster.so library, no longer needed & confusing.Alan Conway2008-11-141-4/+0
* Add config.null file to distributed list or distcheck fails (todo: might be n...Gordon Sim2008-11-141-0/+1
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-137-14/+84
* Added a second level of debug output for the qmf protocol exchange.Ted Ross2008-11-132-8/+63
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* QPID-1459: don't call Broker::getPort() with empty string as transportGordon Sim2008-11-131-3/+7
* Added QPID_NO_MODULE_DIR to prevent client from loading libraries fromTed Ross2008-11-131-0/+1
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-136-59/+84
* Added null config for SSL test. This test will malfunction if there isTed Ross2008-11-132-1/+2
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0