summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-093-1/+7
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-057-36/+105
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-043-12/+20
* Clean up files left behind by tests in make clean.Alan Conway2009-11-042-1/+4
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-042-2/+2
* QMF fixes:Ted Ross2009-11-034-6/+37
* When storing a message, set its new persistence Id. Don't throw an exception ...Stephen D. Huston2009-11-033-26/+65
* Erasing an iterator invalidates the iterator; changed the code to not derefer...Stephen D. Huston2009-11-031-2/+5
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-022-9/+33
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Minor fix for testlib.py cluster testing scriptKim van der Riet2009-11-021-1/+1
* Changed ssl_test to use 127.0.0.1 instead of hostname and to regenerate certs...Gordon Sim2009-11-021-8/+19
* Refer to struct/class consistently across files.Stephen D. Huston2009-10-302-4/+4
* Correct the macro used to detect DLL building to match the new target name ch...Stephen D. Huston2009-10-301-1/+1
* Fix variable used to retrieve Boost include files for Windows kit.Stephen D. Huston2009-10-301-1/+1
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-307-58/+91
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-303-4/+11
* Add missing install rule for brokertest.pyAlan Conway2009-10-301-1/+2
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-302-0/+20
* Python framework for tests that start multiple brokers.Alan Conway2009-10-303-5/+252
* Ensure a client-side cursor is used, and change to static cursor to improve p...Stephen D. Huston2009-10-302-2/+7
* 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-291-2/+2
* 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-281-0/+3
* 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
* 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
* 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
* Separate FailoverListener from client::Connection.Alan Conway2009-10-2617-134/+116
* Ignore exceptions from detach() in ~SessionImpl.Alan Conway2009-10-261-3/+5
* Fix regression introduced in r828108Alan Conway2009-10-261-9/+10
* Removed spurious assertion from python test agentTed Ross2009-10-261-1/+0
* 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
* Get selected TCP listen port before building the pid file name; fixes regress...Stephen D. Huston2009-10-231-2/+3
* 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