summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5948: prevent creation of durable topic backed by non-durable exchange; ...Gordon Sim2014-08-062-1/+7
* QPID-5964: Add SetContentObject support for list and map.Charles E. Rolke2014-08-053-1/+60
* QPID-5963: fix from Chris Richardson to prevent broker incorrecctly thinking ...Gordon Sim2014-08-051-1/+1
* QPID-5959: allow content encoding to be readGordon Sim2014-08-041-0/+3
* QPID-5942: qpid HA cluster may end-up in joining state after HA primary is ki...Alan Conway2014-07-316-54/+102
* NO-JIRA: Perl Receiver returning an unwrapped Message object.Darryl L. Pierce2014-07-311-0/+2
* QPID-5939: Add get_address to Perl Sender/Receiver classes.Darryl L. Pierce2014-07-313-4/+44
* QPID-5924 [linearstore] Qpidd Will Not Start with Large Number of QueuesKim van der Riet2014-07-305-1/+10
* QPID-5941: Set sensible default build type: default is RelWithDebInfo.Alan Conway2014-07-291-0/+12
* QPID-5888: Fix test to ignore occasional TransactionAborted failures on conne...Alan Conway2014-07-291-1/+2
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-2911-90/+40
* QPID-5890: Validation refactoring. Fix Coverity MIXED_ENUM complaint.Charles E. Rolke2014-07-281-4/+48
* QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged ...Gordon Sim2014-07-242-0/+9
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-2314-220/+759
* NO-JIRA: Fix typo in swig_python_typemaps.Alan Conway2014-07-231-1/+1
* QPID-5815Michael Goulish2014-07-231-0/+5
* QPID-5910Michael Goulish2014-07-223-7/+21
* NO-JIRA: Fix unreachable code in Waitable.cppAlan Conway2014-07-211-1/+2
* QPID-5908: merge annotations into properties, don't replace existing elementsGordon Sim2014-07-211-2/+17
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-07-181-2/+14
* QPID-4947: Injecting derived host address failed to strip IPv6 [] decorationCharles E. Rolke2014-07-181-3/+8
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-183-21/+36
* No-JIRA: Get rid of throw in destructor for ~Waitable.Alan Conway2014-07-181-18/+8
* QPID-5902: Replace boost::make_shared with boost::shared_ptrCharles E. Rolke2014-07-171-2/+1
* QPID-5887: revised approach to implict abortGordon Sim2014-07-174-30/+67
* QPID-5898: AclHost unit test fails on systems with no IPv6Charles E. Rolke2014-07-163-108/+175
* QPID-5850: Support for long session names (patch from Ernie Allen)Gordon Sim2014-07-163-3/+13
* QPID-5898: Self tests fail on systems with IPv6 disabled.Charles E. Rolke2014-07-161-30/+30
* QPID-4947: ensure member variable is always initialisedGordon Sim2014-07-161-1/+1
* QPID-5887: allow qpid-txtest2 to be run by make testGordon Sim2014-07-163-2/+16
* QPID-5887: fix to new txtest2, acknowledge messages in the check phase to ens...Gordon Sim2014-07-161-0/+1
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-1521-61/+1057
* QPID-5890: Add missing "queuename" property to Security doc. Rearrange entrie...Charles E. Rolke2014-07-151-25/+25
* QPID-5890: Add missing "queuename" property for MOVE QUEUE and REDIRECT QUEUECharles E. Rolke2014-07-151-3/+3
* QPID-5890: Refactor AclModuleCharles E. Rolke2014-07-135-121/+125
* QPID-5890: Improve Acl enum verificationCharles E. Rolke2014-07-121-13/+5
* QPID-5890: Refactoring AclModule.hCharles E. Rolke2014-07-114-176/+257
* QPID-5887: abort transactional session of failover.Charles E. Rolke2014-07-111-1/+1
* QPID-5887: abort transactional session on failover; added equivalent of txtes...Gordon Sim2014-07-114-10/+336
* QPID-5890: Refactor AclModule.hCharles E. Rolke2014-07-114-437/+511
* QPID-5858: Remove unneeded line that generates a warning on Windows VS2010.Charles E. Rolke2014-07-111-1/+0
* QPID-5886: Get windows to export the Handle<CompletonImpl> methods.Charles E. Rolke2014-07-104-6/+45
* NO-JIRA: qpid-send help: copy&paste typo fixedPavel Moravec2014-07-091-1/+1
* QPID-5883: improve error message a little for 'no-mech' sasl errorGordon Sim2014-07-081-3/+9
* QPID-5882: fix authentication failure on 1.0 codepathGordon Sim2014-07-075-30/+74
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-074-5/+5
* QPID-5874: Treat all empty selectors sensiblyAndrew Stitcher2014-07-034-16/+15
* QPID-5806: Allow quoted syntax for non standard selector identifiersAndrew Stitcher2014-07-032-8/+10
* QPID-5869: Check that agent is not null before firing event.Charles E. Rolke2014-07-031-12/+24
* [QPID-5866]: [C++ client] AMQP 1.0 closing session without closing receiver f...Pavel Moravec2014-07-032-9/+11