summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-5696: Floats losing their fractional part.Darryl L. Pierce2014-04-141-1/+1
* NO-JIRA: added some notes on dynamic node policies and broker initiated links...Gordon Sim2014-04-141-0/+54
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-143-42/+67
* Updated build instructions also added RDMA prerequisites fixing QPID-5652Andrew Michael Stitcher2014-04-111-16/+65
* 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-0727-599/+857
* 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
* Change CMake version check from 2.8.0 to 2.8.3 per QPID-5646Stephen D. Huston2014-04-021-1/+1
* 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
* QPID-5651: [C++ broker] segfault in qpid::linearstore::journal::jdir::clear_d...Pavel Moravec2014-03-281-0/+1
* QPID-5646: Fixes Proton detection to work with non standard pkg-config locationAndrew Stitcher2014-03-271-0/+2
* QPID-5646: Fixes Proton detection to work with cmake 2.6Andrew Stitcher2014-03-271-6/+13
* QPID-5646: Detect and build against earlier versions of Proton.Andrew Stitcher2014-03-272-0/+63
* NO-JIRA: Use better logic to locate Visual Studio vcvars on 32-/64-bit systemsCharles E. Rolke2014-03-221-14/+62
* QPID-5641: [legacystore] Valgrind reports memory leaks on older store testsKim van der Riet2014-03-215-1727/+0
* QPID-5631: Adjust for changes to Qpid CMake detection of Proton.Charles E. Rolke2014-03-201-375/+286
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-202-2/+2
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-194-1/+15
* NO-JIRA: Removed not about using only Ruby < 2.0Darryl L. Pierce2014-03-191-2/+1
* QPID-5362: No store tools exist for examining the journals - Bugfix and reorg...Kim van der Riet2014-03-185-124/+142
* QPID-5631: Adjust for changes in Proton detection files exported by proton.Andrew Stitcher2014-03-162-62/+18
* QPID-5632: Added cmake config files to the install areaAndrew Stitcher2014-03-163-1/+81
* QPID-5630: Windows C++ broker never loads modules using --module-dirAndrew Stitcher2014-03-141-1/+3
* QPID-5623: [C++ Messaging Client - amqp1.0] throws qpid::Exception instead of...Charles E. Rolke2014-03-131-1/+7
* QPID-5622: Expose {get,set}ContentObject in Ruby bindings.Darryl L. Pierce2014-03-1110-18/+77
* QPID-5621: [C++ broker] userId is not passed to ACL when DIGEST-MD5 is used w...Pavel Moravec2014-03-111-21/+21
* QPID-5613: Self test broker start command fails without --interface option.Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close: typo in r1575225Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-073-7/+16
* QPID-5607: [linearstore] Recovery of store results in jexception 0x010b Linea...Kim van der Riet2014-03-064-35/+83
* Revert "NO-JIRA: CMakelists.txt check that ../python exists before building it."Alan Conway2014-03-051-6/+16