summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fix a static-initialization bug in the HaPlugin.Alan Conway2012-04-051-7/+18
* Avoid POSIX-only broker shutdown handler. Fixes QPID-3932.Stephen D. Huston2012-04-041-1/+1
* QPID-3918 qualify namespace better for windows buildCharles E. Rolke2012-04-041-2/+2
* QPID-3918 Add management queries to ACL module.Charles E. Rolke2012-04-044-9/+124
* QPID-3931: Remove update exchanges once update is complete.Alan Conway2012-04-041-10/+16
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-04-031-8/+23
* QPID-3603: Broker option --ha-replicate-default to specify default replication.Alan Conway2012-04-0212-50/+228
* QPID-3603: Keep acquired messages on queues for all queue types.Alan Conway2012-03-3011-204/+219
* QPID-3799 C++ broker ACL improvements.Charles E. Rolke2012-03-291-6/+8
* QPID-3921 C++ header files need tidyupCharles E. Rolke2012-03-291-0/+1
* QPID-3759: reworked fix to be compatible with XPClifford Jansen2012-03-291-15/+12
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-2816-10/+30
* QPID-3920: keep cache data and length atomic with respect to each other.Ken Giusti2012-03-281-5/+10
* QPID-3915: Add missing newlinesJustin Ross2012-03-264-0/+4
* NO-JIRA: Added newlines to the end of some filesAndrew Stitcher2012-03-234-4/+4
* 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
* NO-JIRA: Removed unnecessary header file guards from non-header fileAndrew Stitcher2012-03-201-5/+0
* NO-JIRA: Removed unnecessary header guard around a non-header fileAndrew Stitcher2012-03-201-5/+0
* QPID-3896: assign each queue auto deletion task a unique name.Ken Giusti2012-03-202-1/+3
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-2012-44/+51
* QPID-3759 hang on heartbeat connection closeClifford Jansen2012-03-191-4/+21
* NO-JIRA: Removed unused codeAndrew Stitcher2012-03-153-115/+0
* QPID-3900 add missing include to get store\ms-clfs to compileCharles E. Rolke2012-03-151-0/+1
* NO-JIRA: Remove some namespace polluting "using namespace boost" declarationsAndrew Stitcher2012-03-154-5/+7
* QPID-3893: C++ broker appears to segfault during MultipleTransactedBatchProdu...Andrew Stitcher2012-03-151-5/+39
* QPID-3891 C++ Broker --log-function is too chatty.Charles E. Rolke2012-03-091-0/+44
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-055-6/+5
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-7/+29
* QPID-3603: Initial documentation for the new HA plug-in.Alan Conway2012-03-051-4/+4
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-38/+118
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-2/+31
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-0532-56/+52
* 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-3799 delete stray debug log statementCharles E. Rolke2012-03-021-1/+0
* QPID-3877: hold lock during message header encode.Ken Giusti2012-03-021-3/+8
* QPID-3603: Added "ready" command to qpid-ha, minor improvements.Alan Conway2012-03-011-7/+9
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-0111-445/+890
* QPID-3603: HA support for stand-alone replication.Alan Conway2012-02-295-15/+38
* QPID-3832: Fix linking on windowsGordon Sim2012-02-291-1/+2
* QPID-3832: Restore transport option for connection (as default for urls that ...Gordon Sim2012-02-293-6/+15
* QPID-3871 - Added --mgmt-publish switch to the C++ brokerTed Ross2012-02-294-21/+53
* QPID-3603: Improved command-based qpid-ha tool and ha config option names.Alan Conway2012-02-245-25/+57
* NO-JIRA: Fix error on windows "An operation was attempted on something that i...Alan Conway2012-02-221-3/+5