summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-232-5/+3
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-238-34/+114
* Better logging around cpg_init, 30 second retry limit.Alan Conway2009-04-221-4/+6
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2012-70/+349
* Fix log message with incorrect level (critical should be debug).Alan Conway2009-04-161-1/+1
* Removed un-used LatencyMetric hack: missed in lat commit.Alan Conway2009-04-153-7/+1
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-1523-186/+22
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-142-3/+4
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1121-81/+395
* QPID-1785: Prevent session.detach following execution.exception from destroyi...Gordon Sim2009-04-081-3/+5
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-063-12/+11
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-305-2/+14
* cpp/src/qpid/client/Handle.h: fix operator!()Alan Conway2009-03-301-1/+4
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-254-5/+5
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-254-6/+6
* QPID-1771: fix as applied to branch as r757807.Gordon Sim2009-03-242-3/+6
* Remove unneeded size_t typedef; fixes QPID-1745Stephen D. Huston2009-03-171-1/+0
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* QPID-1744: fix as applied to branch in r755315.Gordon Sim2009-03-171-0/+1
* Fixes to the Solaris ECFPoller: Extra trace logging and a misplaced eventManuel Teira Paz2009-03-171-4/+10
* Add PLAIN auth client handling for Windows; fixes QPID-1733Stephen D. Huston2009-03-161-0/+139
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-12117-957/+1314
* QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...Gordon Sim2009-03-122-31/+19
* Fix problems buildling on gcc 4.4 and latest corosync.Alan Conway2009-03-111-7/+17
* Remove race condition in low level IO when throttling inputAndrew Stitcher2009-03-111-5/+7
* Update versions to 0.5Martin Ritchie2009-03-111-1/+1
* QPID-1725: Revised some lock scopes in management and link registry to avoid ...Gordon Sim2009-03-113-27/+32
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-104-21/+71
* Really close the potential race on the client between sendingAndrew Stitcher2009-03-101-5/+3
* Changes in Solaris ECF based poller, to meet the new Poller architectureManuel Teira Paz2009-03-101-51/+183
* Cluster authentication settings default to empty.Alan Conway2009-03-101-1/+1
* QPID-1723 - Fixed broken accounting in the headers exchange.Ted Ross2009-03-101-18/+27
* Add missing #includes to build with gcc 4.4.Alan Conway2009-03-103-1/+5
* qpid/sys/solaris/SystemInfo.cppManuel Teira Paz2009-03-101-2/+21
* QPID-1722 Replace use of non thread safe gethostbyname()Andrew Stitcher2009-03-091-16/+21
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-0911-63/+79
* Close a potential race between closing a connection and sending dataAndrew Stitcher2009-03-091-18/+19
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-0917-22/+74
* Fixed race conditions in cluster.Alan Conway2009-03-0816-350/+359
* Correct needed include file for strlen()Stephen D. Huston2009-03-061-1/+1
* AclPlugin: Use --acl-file unmodified if --no-data-dir.Alan Conway2009-03-062-10/+5
* QPID-1719: Ensure management object id remain in sync across cluster.Gordon Sim2009-03-062-2/+2
* QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...Gordon Sim2009-03-051-2/+1
* QPID-1717: Check that target queue for replication events exists before atte...Gordon Sim2009-03-051-13/+20
* Cluster: restore separate event/frame threads.Alan Conway2009-03-054-89/+70
* qpid/broker/QueuePolicy.cppManuel Teira Paz2009-03-052-3/+3
* qpid/log/posix/SinkOptions.cppManuel Teira Paz2009-03-051-1/+5
* qpid::log::Selector: Include strings.h for ::strlen Manuel Teira Paz2009-03-051-0/+1