summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace PF_LOCAL with PF_UNIX, since it seems to be equivalent, and the Manuel Teira Paz2009-03-051-1/+1
* In qpid::client::SessionImplManuel Teira Paz2009-03-051-1/+2
* Add a pair of missing std:: namespacesManuel Teira Paz2009-03-052-3/+3
* Implement a solaris qpid::sys::SystemInfoManuel Teira Paz2009-03-051-0/+104
* Remove the argument type in the boost::function template sinceManuel Teira Paz2009-03-051-1/+1
* Define the QPID_TSS macro for the Sun Studio CompilersManuel Teira Paz2009-03-051-0/+2
* Prepend std namespace to atoi since we are including cstdlibManuel Teira Paz2009-03-051-1/+1
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-0517-72/+125
* Remove socklen_t for Windows; related to QPID-1710Stephen D. Huston2009-03-052-3/+2
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-049-43/+100
* Improved log messageGordon Sim2009-03-041-1/+1
* Added some extra debug information on failover time.Gordon Sim2009-03-041-1/+10
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-046-10/+8
* Correct Socket error reporting so that it gives a useful messageAndrew Stitcher2009-03-031-1/+1
* cluster::UpdateClient added missing error handling.Alan Conway2009-03-031-14/+17
* Complete change started by r749621: "Avoid use of std::vector::data(), not av...Gordon Sim2009-03-031-1/+1
* Avoid use of std::vector::data(), not available on some platforms.Alan Conway2009-03-031-1/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-0220-390/+219
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-026-76/+178
* QPID-1705: cancel heartbeat timer task as part of cleanupGordon Sim2009-03-021-0/+3
* Add lock to cluster::ConnectionMap, make it thread safe.Alan Conway2009-02-273-12/+14
* Modified so that the content of the message is only parsed if it is used in a...Jonathan Robie2009-02-272-55/+78
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-272-10/+11