summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-165-38/+15
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-17/+52
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-161-6/+5
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-168-108/+3
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-126-13/+95
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1115-353/+843
* Add new ssf arg to Sasl::startStephen D. Huston2009-11-111-2/+3
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-6/+5
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-093-37/+63
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-0929-54/+168
* 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-042-11/+20
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-041-1/+1
* QMF fixes:Ted Ross2009-11-032-3/+34
* 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-021-1/+24
* 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-301-2/+8
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+6
* 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
* 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-281-5/+1
* 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
* 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
* Added missing resetDequeueCompleteCallback calls to ~IncompleteMessageList.Alan Conway2009-10-271-1/+4
* Make Session::close and Connection::close no-throwAlan Conway2009-10-272-9/+17
* Separate FailoverListener from client::Connection.Alan Conway2009-10-2610-167/+56
* Ignore exceptions from detach() in ~SessionImpl.Alan Conway2009-10-261-3/+5
* Fix regression introduced in r828108Alan Conway2009-10-261-9/+10
* Move management-agent earlier in the init-sequence so it is destroyed after theTed Ross2009-10-222-2/+2
* Added immediate-publish for new connections and agents. This solves a race c...Ted Ross2009-10-223-35/+53
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-225-9/+6
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-215-28/+36
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-216-29/+52
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-2131-11/+4104