summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Set the exchange field in delivery properties on the broker.Gordon Sim2008-01-171-0/+1
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-147-67/+68
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-10/+5
* Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross:Alan Conway2008-01-073-4/+13
* patch-715 (tross)Carl C. Trieloff2008-01-0210-14/+176
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...Gordon Sim2007-12-147-7/+22
* Changed --store to --store-lib as a simple way to avoid confusing the options...Gordon Sim2007-12-141-1/+1
* Only release content for durable queues.Gordon Sim2007-12-142-10/+18
* Handle exceptions while doing 'output' for the connection (i.e. message deliv...Gordon Sim2007-12-141-1/+8
* Some fixes relating to message 'staging'.Gordon Sim2007-12-135-6/+5
* Change Broker::getPort() return type to uint16_t (was int16_t)Alan Conway2007-12-112-2/+2
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-101-0/+7
* Further use of get_pointer function to mask differences between boost versions.Gordon Sim2007-12-071-3/+3
* Changed to use the get_pointer function for compatability with boost 1.33 and...Gordon Sim2007-12-071-2/+4
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-0620-112/+467
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-065-160/+34
* Avoid holding lock while making the flush calls (can cause deadlocking)Gordon Sim2007-12-051-5/+11
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-047-30/+44
* Patch from Ted Ross <tross@redhat.com>Alan Conway2007-12-041-1/+2
* Log exception when prepare fails.Gordon Sim2007-12-041-0/+3
* 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