summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-7234: check handler is not null (as it will be when releasing unused pre...Gordon Sim2016-05-231-1/+1
* QPID-7234: allow proper credit processing to happen even for expired messagesGordon Sim2016-04-285-6/+19
* QPID-7149: Fixed messaging client shutdown.Alan Conway2016-04-051-1/+1
* QPID-7149: Active HA broker memory leakAlan Conway2016-04-052-0/+6
* QPID-7171: allow disable-auto-decode to be set via env var or conf fileGordon Sim2016-03-301-1/+29
* QPID-7130: [PATCH 1/5] qpid::messaging::Connection::getAuthenticatedUsername()Gordon Sim2016-03-081-1/+1
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-031-1/+1
* QPID-6256: prevent unused local variable warningGordon Sim2015-07-141-1/+1
* QPID-6256: fix for conversion error on some versions of boostGordon Sim2015-06-231-1/+1
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-178-44/+67
* QPID-6537: [windows warning] adjust definition of Handle operatorsCharles E. Rolke2015-05-121-4/+5
* QPID-6532: make sasl service name configurableGordon Sim2015-05-061-1/+1
* QPID-6511: AMQP 0.10 windows clients cannot connect to no-auth qpidd broker.Charles E. Rolke2015-05-011-4/+14
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-271-1/+1
* QPID-6347: Remove the now obsolete queue_event_generation option; this is a p...Justin Ross2015-02-112-29/+0
* NO-JIRA - refer to OutgoingMessage as 'class' not 'struct' to match its actua...Stephen D. Huston2015-02-101-1/+1
* QPID-6324: refine previous fix such that no explicit reliability setting on d...Gordon Sim2015-02-091-2/+2
* QPID-6358: detect detached session on fetchGordon Sim2015-02-042-11/+17
* QPID-6358: detect detached session on fetchGordon Sim2015-02-031-1/+1
* QPID-5842: Allow SSL hostname verification to be disabled on windows client. ...Clifford Jansen2015-01-291-1/+3
* QPID-6329: slightly more forgiving equivalence check on fieldvalues in assert...Gordon Sim2015-01-211-2/+8
* QPID-6324: fix when default timeout appliesGordon Sim2015-01-191-5/+4
* QPID-5597: honour explicit auto-delete when True (as well as when False)Gordon Sim2015-01-191-2/+2
* QPID-6275: reduce default autodelete timeout for durable subscriptionsGordon Sim2014-12-171-1/+1
* QPID-5003: Use correct property for delayed auto-delete. Explicit 0 timeout s...Gordon Sim2014-12-171-3/+4
* QPID-6127: slight refactoring of previous solution for brevity; suggested by ...Gordon Sim2014-09-301-8/+2
* QPID-6127: avoid using negative durations with sys::BlockingQueue.pop() as it...Gordon Sim2014-09-301-2/+20
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-054-6/+28
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-291-3/+10
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-282-31/+29
* QPID-6049: ensure nss is initialised (and shutdown) for 1.0 connections; add ...Gordon Sim2014-08-272-0/+40
* QPID-6032: throw aborted error before reconnect attempt when a transactional ...Gordon Sim2014-08-221-0/+1
* QPID-5985: fixed regression introduced by previous commit (r1617256), ensurin...Gordon Sim2014-08-141-0/+1
* QPID-5985: check for incoming messages - without waiting - even when timout is 0Gordon Sim2014-08-111-1/+1
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-181-1/+1
* QPID-5887: revised approach to implict abortGordon Sim2014-07-173-20/+48
* 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-111-9/+16
* QPID-5886: Get windows to export the Handle<CompletonImpl> methods.Charles E. Rolke2014-07-103-6/+44
* QPID-5860: release sender lock before invoking on sessionGordon Sim2014-06-271-3/+5
* QPID-5858: prevent leakage of old exception typesGordon Sim2014-06-271-1/+15
* QPID-5828: more consistent behaviour os send() when disconnectedGordon Sim2014-06-255-19/+41
* QPID-5841: allow SSL hostname verification failure to be ignored (with NSS)Gordon Sim2014-06-244-1/+12
* QPID-5828: Drop expired incoming messagesGordon Sim2014-06-234-3/+22
* 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-5788: delayed initiation of nssGordon Sim2014-06-041-13/+34
* 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-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-021-1/+1