summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-071-3/+14
* Fix for windows build: add implementations of the getSecurityLayer()Gordon Sim2009-01-071-0/+15
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-0611-9/+347
* Minor logging fixes.Alan Conway2009-01-051-45/+55
* Sorry! Carelessly committed more than I wanted to. Reverting part of my previ...Gordon Sim2009-01-051-14/+3
* Reduce log level from warning to info as (a) its not necessarily a bad thing ...Gordon Sim2009-01-051-4/+16
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* stats correction pointed out by gordonCarl C. Trieloff2009-01-031-4/+2
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-301-0/+8
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-172-9/+9
* LVQ browse policy updateCarl C. Trieloff2008-12-161-1/+1
* LVQ queue option for no acquireCarl C. Trieloff2008-12-162-1/+10
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-101-2/+2
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-102-4/+10
* QPID-1449 - Added federation tag that was missing when management was disabledTed Ross2008-12-101-0/+5
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-082-0/+6
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-0/+2
* Added management accounting for transaction dequeues.Ted Ross2008-12-021-0/+4
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-018-10/+26
* QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.Gordon Sim2008-12-011-2/+2
* QPID-1280: fixed performance regression for multiple subscribers on shared queueGordon Sim2008-11-294-27/+167
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-272-12/+2
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-272-2/+12
* QPID-1264: fix for topic exchange (patch from astitcher@redhat.com)Gordon Sim2008-11-271-4/+12
* Disabling underflow check in QueuePolicy until reported failures in javas org...Gordon Sim2008-11-271-2/+8
* Further check in decode of policy.Gordon Sim2008-11-271-1/+1
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-277-10/+51
* Was causing cluster failures.Alan Conway2008-11-263-5/+40
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+1
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-243-39/+14
* Replace lower_bound with equivalent loop; resolves QPID-1424Stephen D. Huston2008-11-191-3/+8
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-195-1/+11
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-171-1/+0
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-137-14/+84
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0
* QPID-1457: Removed erroneous signal settingsAndrew Stitcher2008-11-121-3/+0
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-3/+8
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-112-3/+5
* Fix deadlock when Message::flush() re-enters IncompleteMessageList.Alan Conway2008-11-111-2/+5
* Fixed a violation of the lock hierarchy in LinkRegistry and LinkTed Ross2008-11-111-24/+25
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-076-45/+53
* Add Message callbacks for async completion.Alan Conway2008-11-069-33/+68
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-068-26/+23
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-12/+2
* QPID-1413: disable output before sending detachGordon Sim2008-11-064-2/+15
* Correct excessive use of inline functions in PersistableMessage.h.Alan Conway2008-11-062-98/+133
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-062-204/+0
* Non fucntional changesCarl C. Trieloff2008-11-062-5/+4