summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5741: No longer warn when building Qpid with Proton 0.7Andrew Stitcher2014-05-021-1/+1
* QPID-5714: In ha_tests, skip if the target test code is missingJustin Ross2014-04-241-0/+5
* Updated build instructions also added RDMA prerequisites fixing QPID-5652Andrew Michael Stitcher2014-04-241-16/+68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1589685 13f79...Darryl L. Pierce2014-04-241-1/+1
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver fails - merge fix to...Charles E. Rolke2014-04-221-1/+2
* QPID-5714: Skip python tests if test code is missingJustin Ross2014-04-222-0/+6
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver fails - merge fix to...Charles E. Rolke2014-04-211-1/+1
* QPID-5714: Revert change that I intended for trunk (it still needs approval)Justin Ross2014-04-212-6/+0
* QPID-5714: Skip python tests if test code is missingJustin Ross2014-04-212-0/+6
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-187-26/+55
* QPID-5694: Windows C++ broker SSL: do not send non-existent negotiation token...Clifford Jansen2014-04-151-1/+1
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-153-42/+67
* QPID-5678 [linearstore 0.28] segfault in qpid::linearstore::journal::jdir::cl...Kim van der Riet2014-04-091-0/+1
* QPID-5654 [linearstore] Set default cmake build to exclude linearstore on 0.2...Kim van der Riet2014-04-091-2/+5
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-0314-19/+26
* QPID-5658: Small changes to compile with clang's libc++Andrew Stitcher2014-04-034-2/+11
* QPID-5648: restore processing the ConnectionSettings protocol, lost inadverte...Clifford Allan Jansen2014-04-022-5/+9
* Merge QPID-5646 fix r1584055 to 0.28Stephen D. Huston2014-04-021-1/+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
* QPID-5641: [legacystore] Valgrind reports memory leaks on older store testsKim van der Riet2014-03-275-1727/+0
* QPID-5600: Advance the release version to 0.28Justin 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
* QPID-5603: Broker recovery fails with JERR_JREC_BADRECTAIL when record tail i...Kim van der Riet2014-03-051-1/+1
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-2/+2
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-056-17/+23
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-041-4/+4
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-043-12/+41
* NO-JIRA: CMakelists.txt check that ../python exists before building it.Alan Conway2014-03-041-20/+11
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-d...Pavel Moravec2014-03-041-1/+3
* QPID-5589: Add option for suppressing qmf/site-package installation; replace ...Charles E. Rolke2014-03-031-13/+19
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-033-5/+7
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-283-3/+10
* NO-JIRA: Fix Coverty "Uncaught exception" errors in test clients.Alan Conway2014-02-262-2/+2
* QPID-5561: QPID-5565: Broker->ACL module improvementsPavel Moravec2014-02-264-16/+27
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-251-2/+11