summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-4048 - Rafactor of TopicExchange to isolate the binding-key data structure.Ted Ross2012-06-083-467/+399
* QPID-3603: Fix race condition causing sporadic crash in BrokerReplicator::ini...Alan Conway2012-06-081-1/+1
* QPID-3603: Add ConfigurationObserver.Alan Conway2012-06-088-28/+225
* QPID-4046: rate limit the release of dequeued messages.Ken Giusti2012-06-081-8/+17
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-065-3/+61
* QPID-4041: move check for transport after setting value.Ken Giusti2012-06-051-5/+5
* QPID-4031: fix deadlock by moving timer cancel outside of scoped lock.Ken Giusti2012-05-311-2/+3
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-289-38/+115
* NO-JIRA: eliminate dead code and potential null pointer dereference as found ...Ken Giusti2012-05-251-23/+19
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-254-4/+4
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-223-6/+24
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-211-8/+18
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-212-2/+5
* QPID-4013: Windows Broker SSL is more difficult to use than necessary and pos...Andrew Stitcher2012-05-211-4/+23
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-171-0/+2
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-1612-6/+24
* QPID-3603 HA broker backup/primary ready checks. Repair r1338889 for Windows.Charles E. Rolke2012-05-161-2/+2
* QPID-3603: Fix inconsistent use of bridge-name and queue-name for bridge sess...Alan Conway2012-05-151-1/+1
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-153-21/+43
* QPID-3603: Make failover subscrption optional for Links.Alan Conway2012-05-094-60/+74
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-085-28/+89
* QPID-3767: re-index bridge and link by constant name, not addressKen Giusti2012-05-049-209/+611
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-021-0/+5
* QPID-3963: replicate learned failover addresses to new cluster membersKen Giusti2012-05-012-2/+36
* QPID-3963: use unique name for created session and queueKen Giusti2012-05-012-8/+5
* QPID-3963: cleanups from reviewboard inputKen Giusti2012-05-012-21/+26
* QPID-3963: fix naming of link exchange, and exchange creation/replication han...Ken Giusti2012-05-014-32/+89
* QPID-3963: subscribe link to remote broker's to amq.failover exchange.Ken Giusti2012-05-012-8/+127
* QPID-3970: Check alternate exchange actually exists before proceeding with re...Gordon Sim2012-04-231-2/+7
* Added missing externs for Windows builds. NO-JIRAStephen D. Huston2012-04-231-1/+2
* QPID-3960: Fix performance regression in priority queue implementation.Alan Conway2012-04-236-153/+202
* QPID-3964: Enforce 'access' premission rather than 'create' for passive decla...Gordon Sim2012-04-203-26/+4
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-192-0/+36
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-04-185-14/+31
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-173-9/+23
* QPID-3603: Fix race condition - destroying a lock while in use.Alan Conway2012-04-101-22/+25
* QPID-3942: embed xid struct in more readable form into error messages or log ...Gordon Sim2012-04-105-31/+43
* QPID-3918 Add management queries to ACL module.Charles E. Rolke2012-04-041-5/+6
* QPID-3603: Keep acquired messages on queues for all queue types.Alan Conway2012-03-308-198/+213
* QPID-3921 C++ header files need tidyupCharles E. Rolke2012-03-291-0/+1
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-287-5/+16
* QPID-3915: Add missing newlinesJustin Ross2012-03-262-0/+2
* NO-JIRA: Added newlines to the end of some filesAndrew Stitcher2012-03-232-2/+2
* QPID-3890: merge Queue lock scope reduction performance tweaks into trunkKen Giusti2012-03-224-213/+342
* QPID-3899: fix the const-ness of the < operator.Ken Giusti2012-03-211-1/+1
* QPID-3899: fix namespace specifierKen Giusti2012-03-212-5/+5
* QPID-3899: remove dead codeKen Giusti2012-03-201-7/+1
* QPID-3899: prevent TTL expiration of grouped msg from crashing broker.Ken Giusti2012-03-202-30/+74
* QPID-3877: hold msg lock across body encode.Ken Giusti2012-03-201-7/+8
* QPID-3896: assign each queue auto deletion task a unique name.Ken Giusti2012-03-201-1/+1