summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5828: Check and adjust ttl on resend attemptGordon Sim2014-06-235-10/+60
* QPID-5828: Ensure that we don't try to check status of null completion handleGordon Sim2014-06-231-1/+1
* QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues an...Pavel Moravec2014-06-212-10/+28
* QPID-5807: Fix inconsistent DLL linkageAndrew Stitcher2014-06-181-1/+1
* NO-JIRA: Fix some MSVC warningsAndrew Stitcher2014-06-184-4/+4
* QPID-5829: Rearrange CMake - repair original commit that breaks the .NET bindingCharles E. Rolke2014-06-181-3/+0
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-188-45/+312
* QPID-5829: Rearrange CMake files to centralise some flagsAndrew Stitcher2014-06-173-98/+2
* QPID-5814: default to utf8 in Variant::parse()Gordon Sim2014-06-131-0/+2
* QPID-3921: Don't leak use qpid/Options.h header unnecessarily.Andrew Stitcher2014-06-127-8/+18
* NO-JIRA: We never want to accidentally convert a string to an Options objectAndrew Stitcher2014-06-121-1/+1
* NO-JIRA: Removed obsolete/unused store codeAndrew Stitcher2014-06-124-6/+0
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-1113-88/+225
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-112-4/+15
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-101-1/+5
* QPID-5805: Disallow % and _ characters as escapes in selector LIKE expressionAndrew Stitcher2014-06-092-0/+4
* QPID-5804: Fix broken selector parsing of unary '+'Andrew Stitcher2014-06-092-1/+3
* QPID-5788: delayed initiation of nssGordon Sim2014-06-041-13/+34
* QPID-5793: prevent leak due to concurrent bind and deleteGordon Sim2014-06-031-3/+13
* QPID-5793: prevent deadlock between timer and consumeGordon Sim2014-06-031-1/+3
* 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