summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-202-2/+10
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-0512-23/+18
* QPID-3875: update txn and flow-to-disk countersKen Giusti2012-03-021-20/+38
* QPID-3875: fix indentationKen Giusti2012-03-023-63/+63
* QPID-3875: allow direct access to per-thread statisticsKen Giusti2012-03-024-56/+80
* QPID-3877: hold lock during message header encode.Ken Giusti2012-03-021-3/+8
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-013-25/+159
* QPID-3603: HA support for stand-alone replication.Alan Conway2012-02-291-3/+0
* QPID-3871 - Added --mgmt-publish switch to the C++ brokerTed Ross2012-02-292-1/+5
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-207-175/+204
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-171-225/+224
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1736-659/+1018
* QPID-3773: generate a unique queue name for the internal bridge queues.Ken Giusti2012-02-101-2/+2
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-0910-14/+179
* QPID-3804: do not skip released grouped messagesKen Giusti2012-02-021-1/+1
* QPID-3481 - After queue deletion, route re-queued messages to the alternate e...Ted Ross2012-02-021-9/+20
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-203-4/+5
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-3/+3
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-182-17/+19