summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-191-0/+2
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-d...Pavel Moravec2014-03-041-1/+3
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-201-1/+0
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford Jansen2014-02-051-255/+9
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-241-1/+0
* QPID-5488: Allow for not enough bytes initially received by client for protoc...Andrew Stitcher2014-01-232-2/+6
* QPID-5396: map confusing registry GUI name to its real name: Personal -> MyClifford Jansen2013-12-051-3/+7
* QPID-5375: make Windows client certs more like their Posix counterpart, no lo...Clifford Jansen2013-12-041-37/+87
* QPID-5356: stop default search for client certificate when not specifiedClifford Jansen2013-12-041-0/+1
* QPID-5328: not-acquired implies no accept neededGordon Sim2013-11-111-5/+5
* QPID-3502: Windows SslConnector memory error from unititialized dataClifford Jansen2013-11-061-3/+6
* QPID-4265: wakeup fetches on closed receiverGordon Sim2013-10-243-8/+45
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Jansen2013-10-222-11/+203
* QPID-5230: request that explicitly released messages be marked as redelivered...Gordon Sim2013-10-151-1/+1
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ a...Alan Conway2013-10-042-23/+0
* QPID-5141: always set content object on 0-10 path (unless explicitly asked no...Gordon Sim2013-09-181-0/+12
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-064-7/+49
* QPID-5101: C++ Broker Windows missing SaslFactory::createServer for AMQP 1.0Charles E. Rolke2013-08-281-0/+7
* QPID-5090: Infer text/plain as content type over 0-10 for utf8 contentGordon Sim2013-08-231-0/+6
* QPID-5086: send completions when restarting after stop, in order to move wind...Gordon Sim2013-08-201-0/+1
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-137-10/+46
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-2623-0/+2402
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-181-2/+14
* QPID-5002: durable links are reliable by default; autodelete subscription que...Gordon Sim2013-07-181-3/+5
* QPID-4407: verify mechanism used when no external SASL library is availableGordon Sim2013-07-121-3/+21
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-041-2/+2
* QPID-4975: Only send correlation id if it isn't empty.Andrew Stitcher2013-07-031-1/+2