summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Expanded the HA overview writeup, integrated with doxygen docs.Alan Conway2013-12-122-76/+225
* QPID-5416: added missing export for method now used in amqp 1.0 pluginGordon Sim2013-12-111-1/+1
* QPID-5416: esure message publisher is setGordon Sim2013-12-101-0/+2
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-108-25/+49
* QPID-5398: Fix cut 'n paste error in sys/posix/Path.cppAlan Conway2013-12-061-5/+1
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-054-5/+196
* QPID-3981: Windows C++ Broker fails ACL self testsAlan Conway2013-12-051-1/+11
* QPID-5396: map confusing registry GUI name to its real name: Personal -> MyClifford Jansen2013-12-051-3/+7
* QPID-5395: use newly added proton tracer callback to unify loggingGordon Sim2013-12-054-2/+62
* QPID-5375: make Windows client certs more like their Posix counterpart, no lo...Clifford Jansen2013-12-041-37/+87
* QPID-5356: stop default search for client certificate when not specifiedClifford Jansen2013-12-043-5/+24
* QPID-5388: Segmentation fault when recovering empty queue. The recovery could...Kim van der Riet2013-12-047-19/+53
* QPID-5387: Segmentation fault when deleting queue. Incorrect order of operati...Kim van der Riet2013-12-032-2/+1
* QPID-5358: Checksum not implemented in record tail, not checked during read. ...Kim van der Riet2013-12-0312-50/+210
* QPID-5384: special asserting logic for autodeleteGordon Sim2013-12-035-9/+35
* QPID-5383: retain encoding information in queue propertiesGordon Sim2013-12-031-2/+12
* QPID-5379: missing export directive for windowsGordon Sim2013-12-021-1/+1
* QPID-5379: fix security layer for 1.0 clientGordon Sim2013-11-296-3/+50
* QPID-5378: track outstanding fetches and for receivers with zero capaicty, re...Gordon Sim2013-11-282-1/+12
* NO-JIRA: Fix use of intrusive_ptr.reset, not available on RHEL5.Alan Conway2013-11-281-1/+1
* QPID-5357 "Linearstore: Empty file recycling not functional": Fix which imple...Kim van der Riet2013-11-262-2/+12
* NO-JIRA: add a bit more visible logging to indicate progress in reconnect att...Gordon Sim2013-11-221-0/+2
* QPID-5363: Add locks to prevent race condition in Amqp 1.0 transport handler.Charles E. Rolke2013-11-202-16/+35
* NO-JIRA: HA remove use of make_shared, not available in RHEL5 boost.Alan Conway2013-11-201-2/+1
* QPID-5366: qpid segfaults in qpid::ha::BrokerReplicator::disconnectedAlan Conway2013-11-202-34/+19
* NO-JIRA: Update of ISSUES file to reflect latest JIRA numbers for outstanding...Kim van der Riet2013-11-191-19/+17
* QPID-5278 , QPID-5281: Queue flow limit validation ignores size parameters , ...Pavel Moravec2013-11-193-62/+68
* QPID-5355: Restore deleted management statistic.Charles E. Rolke2013-11-181-0/+2
* QPID-4984: Cleanup of #includesKim van der Riet2013-11-1848-1018/+810
* QPID-5354: ensure requested durability for dynamically created node is commun...Gordon Sim2013-11-181-1/+1
* QPID-4984: Change jrnl directory to journal - aligns namespaces with journal ...Kim van der Riet2013-11-1570-192/+154
* QPID-5348: add option to have to field populated automaticallyGordon Sim2013-11-157-16/+24
* QPID-4984: Fix for recovery ambiguity issue, other code tidy-upsKim van der Riet2013-11-1481-1929/+1217
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-1223-276/+488
* QPID-5275: Add missing lock to ExchangeRegistry::registerExchangeAlan Conway2013-11-121-0/+1
* QPID-5275: Segmentation fault in SaslFactory.Alan Conway2013-11-121-0/+2
* QPID-5316: add paging-dir optionGordon Sim2013-11-124-11/+21
* QPID-5251: allow policies to be specified that will create topics or queues o...Gordon Sim2013-11-1213-30/+540
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-1233-77/+252
* QPID-5324: log error for rejected filter (as well as throwing exception)Gordon Sim2013-11-121-0/+1
* QPID-5331: don't wait for settlement on closing session if link has already b...Gordon Sim2013-11-123-1/+7
* QPID-5324: don't ignore unrecognised filter, throw exceptionGordon Sim2013-11-111-1/+1
* QPID-5328: not-acquired implies no accept neededGordon Sim2013-11-111-5/+5
* QPID-5315: record persistence ids in paging file so they can be restored afte...Gordon Sim2013-11-081-2/+6
* QPID-5314: exceptions should not contain full path for paging fileGordon Sim2013-11-082-4/+7
* QPID-5312: make sure page is loaded before attempting to find message in itGordon Sim2013-11-081-0/+1
* QPID-5299: check access permissions before resolving nodeGordon Sim2013-11-083-6/+42
* QPID-5300: correct error condition for certain unauthorized access errorsGordon Sim2013-11-081-0/+6