summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3549 - Improved handling of boolean configuration options in Queue.cppTed Ross2011-10-141-4/+29
* QPID-3528Michael Goulish2011-10-131-3/+26
* QPID-3346: code cleanup - move private code out of headers, delete dead code.Kenneth Anthony Giusti2011-10-132-80/+30
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-124-9/+5
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-126-6/+72
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-125-36/+69
* QPID-3543: correctly dequeue messages that are auto-acknowledged.Kenneth Anthony Giusti2011-10-111-1/+2
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-0721-192/+1334
* QPID-3304Michael Goulish2011-09-291-0/+6
* QPID-3502: Ensure accepts are sent when required for asynchronously completed...Gordon Sim2011-09-231-3/+1
* QPID-3488: Ensure that message-stop clears any outstanding credit 'window'Gordon Sim2011-09-152-2/+8
* QPID-3487: Ensure delivery records for cancelled subscriptions are correctly ...Gordon Sim2011-09-152-1/+5
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-301-1/+5
* QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4Gordon Sim2011-08-261-1/+2
* QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...Gordon Sim2011-08-261-1/+1
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-2515-155/+214
* QPID-3363, QPID-3443: Corrected exception used for 'default access' rule viol...Gordon Sim2011-08-231-2/+5
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-182-11/+9
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-9/+35
* two new management properties for connections: the sasl mechanism, and th...Michael Goulish2011-08-111-1/+8
* QPID-3403: Remove empty binding list from mapGordon Sim2011-08-101-0/+3
* QPID-3410: do not create priority queue if priority count zero or not provided.Kenneth Anthony Giusti2011-08-101-1/+1
* QPID-3363: prevent bind/unbind on default exchangeGordon Sim2011-08-091-3/+8
* QPID-3400: remove redundant delivery records on releaseGordon Sim2011-08-091-0/+4
* QPID-3394: move object copy after changing object state, not before.Kenneth Anthony Giusti2011-08-042-4/+11
* QPID-3393: Fix CRAM-MD5, need to distinguish between null string and empty st...Gordon Sim2011-08-041-3/+5
* NO-JIRA: Remove unused #include file, causing compile errors on rhel5.Alan Conway2011-07-201-1/+0
* QPID-3304: fixes to windows build, broken by r1148503Gordon Sim2011-07-201-3/+3
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-196-43/+97
* NO-JIRA: Trivial code clean-up - LegacyLVQ to use isInBrokerAlan Conway2011-07-191-5/+1
* QPID-2979: Make windows broker advertise PLAIN even when auth is turned off.Gordon Sim2011-07-151-0/+1
* QPID-3352 - Federation bridge doesn't recover from session errorsTed Ross2011-07-123-1/+22
* NO-JIRA: minor update to doxygen comment for internal broker interfaceGordon Sim2011-06-281-1/+2
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-06-231-0/+6
* NO-JIRA: Fix compile error on windows due to assigning an AtomicValue.Alan Conway2011-06-171-1/+1
* QPID-3280: further fix compilation error on windowsGordon Sim2011-06-171-1/+1
* QPID-3280: fix compilation error on windows introduced by previous commit for...Gordon Sim2011-06-171-1/+1
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-1511-250/+175
* QPID-3140: allow larger queue policy sizesGordon Sim2011-06-132-8/+8
* QPID-3298: don't include the internal federation related args in the biding f...Gordon Sim2011-06-091-2/+7
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-073-9/+6
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-065-10/+17
* QPID-3291: Applied patch fron Andy Goldstein to ensure that expiration is not...Gordon Sim2011-06-031-1/+1
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-5/+0
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-264-7/+7
* QPID-3252Charles E. Rolke2011-05-261-1/+3
* QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-261-1/+1
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-0/+6
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+5
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-179-19/+28