summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.Alan Conway2009-02-261-0/+2
* Send session.detached back to server in response to a detach.Gordon Sim2009-02-261-0/+1
* Remove "flow enabled" log messages.Alan Conway2009-02-262-10/+7
* QPID-1695: Make LVQ persist durable messagesGordon Sim2009-02-263-7/+27
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-252-4/+7
* Bugfix: This fixes a bug in the management agent where an explicit get-requestTed Ross2009-02-252-0/+12
* Need to register finalizer so that we can release the shared pointer to the q...Gordon Sim2009-02-252-0/+3
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-2/+4
* Added "uptime" to the management object for the broker.Ted Ross2009-02-252-1/+5
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* QPID-1685: Fixed ring queue policyGordon Sim2009-02-252-14/+14
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-244-11/+23
* Implement process id and name methods for WindowsStephen D. Huston2009-02-241-8/+27
* Check that broker pointer is not null before invoking on it.Gordon Sim2009-02-241-1/+1
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-2416-26/+158
* QPID-1671: Set userid for client side of inter-broker links.Gordon Sim2009-02-242-1/+8
* Modify the null authenticator to handle PLAIN correctly, making acls easier t...Gordon Sim2009-02-241-9/+19
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-246-1/+74
* Avoid hiding Bridge::idGordon Sim2009-02-241-3/+3
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...Alan Conway2009-02-231-0/+1
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-205-93/+307
* Minor fixes. Alan Conway2009-02-173-15/+11
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-172-6/+10
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11