summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-061-0/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-053-4/+18
* No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves...Stephen D. Huston2008-11-051-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-0512-10/+145
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-4/+1
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-032-3/+7
* Federation enhancements and bug fixes:Ted Ross2008-10-311-1/+4
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-1/+3
* Federation bug-fixes:Ted Ross2008-10-314-12/+22
* Fix namespace reference usage to work on WindowsStephen D. Huston2008-10-301-2/+2
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-303-98/+100
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-303-33/+33
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-308-19/+26
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Removed unneeded and nonportable include config.hStephen D. Huston2008-10-301-1/+0
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-301-1/+1