summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed race conditions in cluster.Alan Conway2009-03-0818-353/+362
* Correct needed include file for strlen()Stephen D. Huston2009-03-061-1/+1
* fixed uuid decoding errors due to read_uuid semantics changeRafael H. Schloming2009-03-062-4/+4
* This is related to QPID-1720Rajith Muditha Attapattu2009-03-062-7/+29
* QPID-1719: extra test for federated cluster (includes node failure which requ...Gordon Sim2009-03-062-2/+27
* added support for encoding buffersRafael H. Schloming2009-03-063-0/+12
* FileUtils : Was not correctly handling the case where a File object became nu...Martin Ritchie2009-03-061-7/+8
* codec and unicode tests and fixesRafael H. Schloming2009-03-064-22/+56
* Moved a variable inside an assertion to avoid unused variable error when the ...Jonathan Robie2009-03-061-2/+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-063-7/+37
* QPID-1634 : FileQueueBackingStore had two issues. Delete wasn't using the get...Martin Ritchie2009-03-061-7/+9
* QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg....Martin Ritchie2009-03-064-14/+100
* QPID-1635 : Feed back from review, ensure that getMessage() never returns nul...Martin Ritchie2009-03-062-15/+10
* QPID-1628 : Ensured all getSize() calls are done on the QueueEntry to prevent...Martin Ritchie2009-03-069-25/+26
* Style ChangesMartin Ritchie2009-03-062-69/+61
* QPID-949 : Extend the basic QueueBrowser_Test to run on a queue that has been...Martin Ritchie2009-03-061-0/+69
* QPID-1451 : Added the ability to log first message recevied in Queue Browser.Martin Ritchie2009-03-062-38/+37
* QPID-1639 : Added test to ensure that properties passed on QueueDeclare are a...Martin Ritchie2009-03-063-5/+243
* QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...Gordon Sim2009-03-052-2/+19
* QPID-1717: Check that target queue for replication events exists before atte...Gordon Sim2009-03-052-13/+26
* 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
* configure.ac:Manuel Teira Paz2009-03-051-1/+26
* 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-052-2/+111
* 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-0522-89/+144
* Remove socklen_t for Windows; related to QPID-1710Stephen D. Huston2009-03-052-3/+2
* This is related to QPID-1713Rajith Muditha Attapattu2009-03-041-14/+144
* Corrected a spelling mistakeRajith Muditha Attapattu2009-03-041-2/+2
* This is related QPID-1640Rajith Muditha Attapattu2009-03-042-29/+80
* Issue a useful message if not generating code from specs; fixes QPID-1709Stephen D. Huston2009-03-041-1/+1
* Issue a useful message if not generating code from specs' fixes QPID-1709Stephen D. Huston2009-03-041-1/+2
* qpid-1712: changed default value for _cycleRetries to 1Arnaud Simon2009-03-041-4/+6
* 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: update test inline with modified method signature.Gordon Sim2009-03-041-1/+1
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-046-10/+8
* reset byte credit after flushing when not prefetching, this is a follow up fi...Rafael H. Schloming2009-03-031-4/+4
* cpp/src/tests/ForkedBroker.cpp: supress misleading exceptions with kill -9.Alan Conway2009-03-032-4/+3
* Correct Socket error reporting so that it gives a useful messageAndrew Stitcher2009-03-031-1/+1
* QPID-1708: go into CLOSED instead of DETACHED state when there is an executio...Rafael H. Schloming2009-03-032-3/+60