summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/BrokerFixture.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-6069: Extra fix to FreeBSD compile fixesAndrew Stitcher2014-09-041-1/+1
* QPID-6069: FreeBSD compilation problemsAndrew Stitcher2014-09-031-2/+2
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-071-1/+1
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-9/+13
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-23/+47
* NO-JIRA: restrict broker to listen only on loopback interface (which is all t...Gordon Sim2013-06-131-0/+1
* QPID-4651: C++ Broker add --log-disable optionCharles E. Rolke2013-04-261-0/+1
* NO-JIRA: eliminate SocketProxy from tests.Alan Conway2011-08-181-25/+7
* Add a unit_test fixture for the Brokers internal management agent.Kenneth Anthony Giusti2010-12-011-2/+2
* Disable non-0 session timeouts.Alan Conway2010-08-031-4/+4
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-301-0/+1
* Make Session::close and Connection::close no-throwAlan Conway2009-10-271-1/+1
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-2/+2
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-0/+1
* Tidied up namespace usageAndrew Stitcher2009-09-091-3/+7
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-0/+1
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+6
* Cluster security support:Alan Conway2009-02-121-0/+8
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-1/+7
* Minor logging fixes.Alan Conway2009-01-051-1/+11
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-4/+4
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-1/+2
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-1/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-5/+2
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-15/+29
* Changes to Session API:Alan Conway2008-05-261-1/+1
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-141-0/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-201-2/+2
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-061-0/+1
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-0/+2
* Improved/additional client API tests.Alan Conway2008-01-241-27/+50
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-20/+0
* Summary:Alan Conway2007-12-071-0/+101