summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Default --worker-threads is max(2, cores), performs better on 1 core boxes.Alan Conway2007-11-301-1/+1
* Rolled back changes from rev 598440, the _real_ cause of the St9exception err...Kim van der Riet2007-11-291-25/+22
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-2917-376/+323
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-283-19/+22
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-281-1/+1
* perftest improvements.Alan Conway2007-11-271-2/+2
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-268-38/+57
* QPID-689 from tross@redhat.com.Alan Conway2007-11-233-28/+80
* Added framing::BodyHolder:Alan Conway2007-11-228-17/+19
* Fixed intermittent hang on perftest consumer after first dequeueKim van der Riet2007-11-211-1/+0
* Added exception copy at MessageStoreModule interface to protect against unloa...Kim van der Riet2007-11-201-23/+25
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-192-15/+6
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-165-7/+8
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-1422-61/+62
* - fixed sync mode deadlockCarl C. Trieloff2007-11-132-7/+16
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-131-10/+10
* - removed dirCarl C. Trieloff2007-11-1312-0/+0
* Increase severity of log message when frames are dropped on session detachingGordon Sim2007-11-131-1/+1
* Patch QPID-680 from trossCarl C. Trieloff2007-11-1323-1364/+204
* - removed debugCarl C. Trieloff2007-11-121-1/+0
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-123-11/+16
* On rollback requeue (rather than resend).Gordon Sim2007-11-121-1/+1
* - notify the queue when a async IO completes for a message.Carl C. Trieloff2007-11-123-7/+8
* - fix for dequeue window mode, no ack. (needs to record and dequeue)Carl C. Trieloff2007-11-121-2/+3
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-094-42/+4
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-091-0/+3
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-0818-33/+53
* Exception handling for dispatch functorGordon Sim2007-11-083-10/+17
* Make standard exchanges durableGordon Sim2007-11-087-27/+44
* Ensure browsers are always serviced on the serializers dispatch thread to avo...Gordon Sim2007-11-082-2/+10
* - clean up between base & subclassesCarl C. Trieloff2007-11-064-6/+13
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-16/+6
* Added reset function to class AbsTime, thus allowing same instance of TimerTa...Kim van der Riet2007-11-052-3/+9
* Suspension of one xid on a channel should allow for work on other xids to be ...Gordon Sim2007-11-052-0/+15
* AMQP 670 This patch contains the following:Carl C. Trieloff2007-11-0414-90/+133
* - support for store to abort init / forceCarl C. Trieloff2007-11-037-9/+19
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-022-6/+136
* Sending of results must be synchronised w.r.t. other frames (e.g. message del...Gordon Sim2007-11-021-0/+1
* Preparation for session thread safety overhaul:Alan Conway2007-11-013-7/+4
* Patch from TedCarl C. Trieloff2007-10-3118-21/+327
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-312-7/+13
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-313-5/+8
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-312-0/+4
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* ##-*-text-*-Alan Conway2007-10-291-2/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2625-166/+222
* - added patch from TeddCarl C. Trieloff2007-10-2612-202/+411
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15