summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5767: [linearstore] broker segfaults when recovering journal file with d...Kim van der Riet2014-06-027-21/+27
* QPID-5783: Share immutable state EXTERNCharles E. Rolke2014-06-011-1/+1
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-2822-163/+39
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-2312-96/+205
* NO_JIRA: [linearstore] Update to ISSUES; whitespace fix from last checkinKim van der Riet2014-05-212-7/+12
* no JIRA: [C++ broker] have more descriptive error on parse error of SASL conf...Pavel Moravec2014-05-211-1/+1
* QPID-5767: [C++ broker][linearstore] broker segfaults when recovering journal...Pavel Moravec2014-05-216-11/+27
* QPID-5765: don't invoke on dangling pointerGordon Sim2014-05-146-14/+6
* QPID-5747: create codec for outgoing connections on establishing the connecti...Gordon Sim2014-05-132-12/+18
* QPID-5758: Move purging of expired messages from timer thread to worker threadGordon Sim2014-05-134-21/+31
* QPID-5750: [linearstore] Broker fails with JERR__AIO: AIO error. (AIO write o...Kim van der Riet2014-05-1311-25/+142
* NO-JIRA: HA fix hanging ha_tests.test_failover_send_receive on RHEL5Alan Conway2014-05-012-30/+28
* QPID-5741: No longer warn when building Qpid with Proton 0.7Andrew Stitcher2014-05-011-1/+1
* QPID-5737: wakeup driver for output which may be necessary if sessions outgoi...Gordon Sim2014-04-301-0/+2
* QPID-5736: only block until sent message is settled; signal rejection by thro...Gordon Sim2014-04-302-1/+6
* QPID-5735: Correct calculation of amqp.redeliveredAndrew Stitcher2014-04-301-1/+3
* QPID-5489: Change uuid detection code to the code that proton usesAndrew Stitcher2014-04-291-22/+28
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-2910-69/+126
* QPID-5729: handle concurrent triggering of topic policyGordon Sim2014-04-283-1/+16
* QPID-5725: Use correct comparison function to match property keysAndrew Michael Stitcher2014-04-272-1/+14
* NO-JIRA: HA minor cleanup of qpid-ha toolAlan Conway2014-04-242-57/+0
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-04-242-1/+11
* QPID-5714: In ha_tests, skip if the target test code is missingJustin Ross2014-04-241-0/+5
* QPID-5720: HA exception raised by the store for durable transactionsAlan Conway2014-04-233-8/+10
* QPID-5718: Dead code in the HA codebaseAlan Conway2014-04-231-15/+0
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver failsCharles E. Rolke2014-04-221-1/+2
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver failsCharles E. Rolke2014-04-211-1/+1
* QPID-5714: Skip python tests if test code is missingJustin Ross2014-04-212-0/+6
* NO-JIRA: older versions of boost get confused when one option is a substring ...Gordon Sim2014-04-171-1/+1
* QPID-5708: only set 'queue' type if routing-key is not emptyGordon Sim2014-04-161-2/+4
* QPID-5707: treat '#' as implying create for exchange as well as queueGordon Sim2014-04-161-3/+18
* QPID-5706: add optional domain to incoming and outgoing link objectsGordon Sim2014-04-1612-18/+82
* QPID-5705: throw exception when domain already existsGordon Sim2014-04-161-1/+1
* QPID-5704: use shared pointer to avoid dangling referece to domainGordon Sim2014-04-164-20/+20
* NO-JIRA: make new output introduced in r1587304 optional, as it breaks severa...Gordon Sim2014-04-161-5/+9
* QPID-5694: Windows C++ broker SSL: do not send non-existent negotiation token...Clifford Jansen2014-04-151-1/+1
* NO-JIRA: Make qpid-receive print a bit more info for message headers/contentAndrew Michael Stitcher2014-04-141-2/+8
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-143-42/+67
* QPID-5681: Fix core dump in interlink_tests.Alan Conway2014-04-112-1/+9
* QPID-5560: Fix ReplicationTests.test_reject to work with SWIG and native clie...Alan Conway2014-04-091-1/+1
* Author: Alan Conway <aconway@redhat.com>Alan Conway2014-04-081-2/+3
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-0723-588/+774
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-078-32/+34
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-077-26/+55
* QPID-5661: Set default cmake build to exclude linearstoreKim van der Riet2014-04-031-2/+2
* QPID-5660: [legacystore] Python tests fail with syntax error on Python 2.4Kim van der Riet2014-04-032-1/+3
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-0214-19/+26
* QPID-5658: Small changes to compile with clang's libc++Andrew Stitcher2014-04-024-2/+11
* QPID-5648: restore processing the ConnectionSettings protocol, lost inadverte...Clifford Allan Jansen2014-04-022-5/+9
* QPID-5362: Bugfix for qpid_qls_analyzeKim van der Riet2014-04-012-11/+22