summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always include the hresult message if it's available.Stephen D. Huston2009-10-301-3/+2
* Remove extraneous space from exception message.Stephen D. Huston2009-10-291-1/+1
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-293-5/+21
* Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp...Kim van der Riet2009-10-292-12/+31
* Added extra info to doxygen comments regarding use of SubscriptionManager::ge...Gordon Sim2009-10-291-0/+6
* condrestart was mentioned in usage but not supported in case; made it a synon...Gordon Sim2009-10-291-1/+1
* Fixing a build failure in the examples code.Michael Goulish2009-10-281-0/+12
* Change StorageProvider::Exception to inherit from qpid::Exception instead of ...Stephen D. Huston2009-10-284-26/+42
* Ensure connections are done blocking; there's no asynch connect support yet. ...Stephen D. Huston2009-10-281-1/+1
* Fixed lack of checking for reserved exchange names that start with "amq." acc...Kim van der Riet2009-10-282-0/+25
* Reduce redundancy in cluster log output.Alan Conway2009-10-282-6/+2
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-285-4/+28
* Fix unused arg warningsStephen D. Huston2009-10-282-2/+2
* Adapt to Boost.system only in 1.35 and laterStephen D. Huston2009-10-281-7/+11
* QPID-143 : Disabled AcknowledgeAfter... Tests until the underlying Client Clo...Martin Ritchie2009-10-281-2/+4
* Added execute permission to shell scriptMartin Ritchie2009-10-281-0/+0
* Set up COM initialization before trying to database connection in earlyInitia...Stephen D. Huston2009-10-271-0/+1
* Use class/struct consistently for OutgoingMessage.Stephen D. Huston2009-10-272-2/+2
* added todoRafael H. Schloming2009-10-271-0/+215
* Add install steps.Stephen D. Huston2009-10-271-0/+6
* Include store directory; fix moved FailoverListener.h file; add a bunch of in...Stephen D. Huston2009-10-271-110/+94
* Added missing resetDequeueCompleteCallback calls to ~IncompleteMessageList.Alan Conway2009-10-271-1/+4
* Make Session::close and Connection::close no-throwAlan Conway2009-10-274-10/+46
* Reverted removal of client log4j.xml from 828019Martin Ritchie2009-10-271-0/+36
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-2623-398/+1702
* Separate FailoverListener from client::Connection.Alan Conway2009-10-2617-134/+116
* Ignore exceptions from detach() in ~SessionImpl.Alan Conway2009-10-261-3/+5
* Change ProducerFlowControlTest to merely check it gets at least 1 client log ...Robert Godfrey2009-10-261-1/+1
* improved request/response performance by using an I/O based condition instead...Rafael H. Schloming2009-10-264-21/+73
* improve assertion messageRafael H. Schloming2009-10-261-2/+3
* Fix regression introduced in r828108Alan Conway2009-10-261-9/+10
* Removed spurious assertion from python test agentTed Ross2009-10-261-1/+0
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-25266-8185/+13270
* reworked fix of r827747 (QPID-2149)Rafael H. Schloming2009-10-232-29/+66
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-236-99/+109
* QPID-2156 - Add thread shutdown to python QMF bindings, additional logging, n...Ted Ross2009-10-231-41/+99
* update the broker state so we avoid accidentally generating overlapping drainsRafael H. Schloming2009-10-231-0/+1
* Extension of publisher class for TopicsMarnie McCormack2009-10-231-0/+59
* Fix for large files in FileMessageFactory, changes to Publisher to make topic...Marnie McCormack2009-10-233-13/+181
* Added the following test cases to the 010Excludes file to get the test profil...Rajith Muditha Attapattu2009-10-231-0/+10
* Get selected TCP listen port before building the pid file name; fixes regress...Stephen D. Huston2009-10-231-2/+3
* Updated PersitentStoreTest so that it has its own sendMessages that does not ...Martin Ritchie2009-10-222-21/+101
* QPID-2001 : Added A NullRootMessageLogger to drop logging, Currently only use...Martin Ritchie2009-10-221-0/+60
* Removed "..." from suppressions to work with older valgrind versions.Alan Conway2009-10-222-5/+15
* Move management-agent earlier in the init-sequence so it is destroyed after theTed Ross2009-10-222-2/+2
* Added operators for present/not-present in the object (i.e. for optional prop...Ted Ross2009-10-221-1/+3
* Added immediate-publish for new connections and agents. This solves a race c...Ted Ross2009-10-223-35/+53
* Improved suppression for TCPConnector leak.Alan Conway2009-10-221-8/+4
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-226-9/+85
* QPID-2001 : Updated Broker Logging Unit tests to ensure that they enable logg...Martin Ritchie2009-10-228-2/+17