summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-5309: don't set executable flag on page fileGordon Sim2013-11-081-1/+1
* QPID-4984: Minor fix for ambiguous comparison error on some compilersKim van der Riet2013-11-071-3/+3
* QPID-3502: Windows SslConnector memory error from unititialized dataClifford Jansen2013-11-061-3/+6
* QPID-4984: WIP. Basic enqueue/dequeue/txns work, still no EFP recycling.Kim van der Riet2013-11-0428-924/+653
* QPID-5292: restore raising of connection event and setting of authIdentity on...Gordon Sim2013-11-042-0/+13
* QPID-5291: hook in specific connection properties to management schemaGordon Sim2013-11-041-1/+26
* QPID-5290: fix exception thrown in PagedQueueGordon Sim2013-11-041-1/+2
* QPID-5289: Improvements to error handling and reportingGordon Sim2013-11-042-2/+13
* QPID-5288: add checking for connection/session close before waiting on Sender...Gordon Sim2013-11-041-2/+3
* NO-JIRA: prevent scary error message when not actually appropriateGordon Sim2013-11-011-1/+3
* QPID-5286: replenish credit when using getGordon Sim2013-11-012-6/+9
* QPID-5284: ensure timestamp is added to the data that is persistedGordon Sim2013-11-019-21/+36
* QPID-5283: ensure queue has no consumers before granting exclusive ownershipGordon Sim2013-10-311-1/+1
* QPID-5280: prevent bind/unbind of someone elses exclusive queueGordon Sim2013-10-314-6/+16
* QPID-5279: checks for exclusivity in linking to queueGordon Sim2013-10-311-3/+9
* NO-JIRA: Fix compile errors in legacystore on older compilersAlan Conway2013-10-301-4/+4
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-305-13/+15
* QPID-5276: improve node resolution where specific capability is requestedGordon Sim2013-10-301-10/+39
* QPID-4327: Include file moved to correct placeAndrew Stitcher2013-10-291-0/+106
* QPID-5237: Self-contained C++ source distributionAndrew Stitcher2013-10-291-0/+597
* QPID-5139: Add missing EXTERN decl in TxBuffer.hAlan Conway2013-10-291-1/+1
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-2914-192/+452
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-2915-58/+63
* QPID-4287: Poor performance when a priority queue with a ring queue policy ha...Alan Conway2013-10-253-18/+43
* QPID-5248: fix regression caused by previous commit on this issueGordon Sim2013-10-251-1/+3
* QPID-5256: check type before assuming it is stringGordon Sim2013-10-241-2/+2
* QPID-4265: wakeup fetches on closed receiverGordon Sim2013-10-243-8/+45
* QPID-4984: Fix compiler warnings caused by questionable programming practicesAndrew Stitcher2013-10-242-10/+11
* QPID-5253: fix delivery count for browsed 1.0 messageGordon Sim2013-10-231-1/+1
* QPID-4984: WIP: Copy of work over from branch to trunk. Non-tx works with som...Kim van der Riet2013-10-2287-0/+15738
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Jansen2013-10-224-11/+323
* QPID-5246: update ACL code to recognise self-destruct policyGordon Sim2013-10-224-3/+10
* QPID-5248: cleanup subscription queue if needed on explicit detachGordon Sim2013-10-223-0/+9
* QPID-5232: fix handling of autodelete for subscription queues of default reli...Gordon Sim2013-10-221-1/+1
* QPID-5247: implement Receiver::isClosed()Gordon Sim2013-10-215-7/+11
* QPID-5239: preserve type of 'annotations' i.e. application properties added b...Gordon Sim2013-10-163-2/+8
* QPID-5236: correct symbolic descriptor for amqp value sectionGordon Sim2013-10-151-1/+1
* QPID-5235: populate store settings for dynamically created queuesGordon Sim2013-10-151-0/+2
* QPID-5233: match default sender capacity to that for 0-10 codepathGordon Sim2013-10-151-1/+1
* QPID-5232: make subscriptions unreliable and autodeleted by defaultGordon Sim2013-10-153-4/+24
* QPID-5229: implement release and rejectGordon Sim2013-10-156-7/+34
* QPID-5228: allow alternate exchange to be set on 1.0 subscription queuesGordon Sim2013-10-153-5/+16
* QPID-5230: request that explicitly released messages be marked as redelivered...Gordon Sim2013-10-151-1/+1
* QPID-5227: correct setting of redelivered flagGordon Sim2013-10-151-1/+1
* QPID-5129: Alignment issues on ARMAndrew Stitcher2013-10-083-5/+10
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ a...Alan Conway2013-10-042-23/+0
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-0310-25/+27
* QPID-5198: ensure qpid::Exception does not leak out from qpid::messagingGordon Sim2013-10-014-133/+152
* QPID-5200: Allow size limit to be disabledGordon Sim2013-10-012-3/+11
* QPID-5156: export broker symbol now used in amqp moduleGordon Sim2013-09-251-1/+1