summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-7149: Fixed messaging client shutdown.Alan Conway2016-04-054-37/+32
* QPID-7149: Active HA broker memory leakAlan Conway2016-04-052-3/+37
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-301-2/+2
* QPID-7147: Renamed bind to avoid clash with (new for C++11/14) std::bind - Th...Andrew Stitcher2016-03-161-17/+17
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-101-4/+10
* QPID-6754: distinguish between null target and null address (depends on PROTO...Gordon Sim2015-11-091-3/+1
* QPID-6754: add support for null targetGordon Sim2015-11-064-2/+12
* QPID-6783: dynamically determine SASL service name based on protocolKen Giusti2015-10-121-0/+4
* QPID-6698: use the monotonic clock for AMQP 1.0 idle timeoutKen Giusti2015-08-181-2/+7
* QPID-6661: address some anomalies with heartbeats on the AMQP 1.0 pathGordon Sim2015-07-281-1/+2
* QPID-6659: wait for full message before processingGordon Sim2015-07-271-1/+1
* QPID-6602: remove extraneous replenishment of credit (that is done by the cal...Gordon Sim2015-06-191-5/+0
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-175-22/+158
* QPID-6568: bump the minimum supported proton to 0.7Ken Giusti2015-06-151-7/+1
* QPID-6526: fix to last commit, lock needs to be held for attachGordon Sim2015-05-011-1/+4
* QPID-6526: make sure that the creation of proton links is done with the lock ...Gordon Sim2015-04-303-22/+50
* QPID-6521: ensure messages received presettled by peer are settled locally; t...Gordon Sim2015-04-302-3/+6
* QPID-6484: check for non-existent error descriptionGordon Sim2015-04-104-39/+95
* QPID-6444: remove unused functionsGordon Sim2015-03-111-7/+0
* QPID-6427: Problem building trunk qpid cpp on RHEL 5aconway2015-03-053-4/+4
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-2714-197/+663
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)Alan Conway2015-02-261-1/+1
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9Alan Conway2015-02-261-1/+1
* QPID-5538: patch to work with older version of proton (0.7)Ken Giusti2015-02-061-2/+10
* QPID-5538: Implement AMQP 1.0 connection idle-timeout.Ken Giusti2015-02-025-25/+128
* QPID-5842: Allow SSL hostname verification to be disabled on windows client. ...Clifford Jansen2015-01-291-0/+3
* QPID-6323: align default timeout behaviour with 0-10 codepathGordon Sim2015-01-191-1/+1
* QPID-6321: handle change to pn_delivery_tag_t in 0.9Gordon Sim2015-01-191-0/+5
* QPID-6298: [C++ Messaging] Closing sender/receiver frees proton link.Charles E. Rolke2015-01-082-2/+2
* QPID-6275: reduce default autodelete timeout for durable subscriptionsGordon Sim2014-12-171-1/+1
* QPID-6252: AMQP 1.0 browsing client generates large number of errors on broke...Alan Conway2014-12-052-2/+4
* Revert "QPID-6252: AMQP 1.0 browsing client generates large number of errors ...Alan Conway2014-12-056-10/+5
* QPID-6252: AMQP 1.0 browsing client generates large number of errors on broker.Alan Conway2014-12-016-5/+10
* QPID-4710: Update message decoding logic to handle nested descriptors alsoGordon Sim2014-10-272-4/+4
* QPID-6123: allow for change in engine API introduced in 0.8Gordon Sim2014-09-261-6/+24
* [AMQP 1.0] tcp-nodelay not supported yet on 1.0 connectionsAlan Conway2014-09-042-0/+3
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-281-0/+1
* QPID-6049: ensure nss is initialised (and shutdown) for 1.0 connections; add ...Gordon Sim2014-08-271-0/+7
* QPID-6021: prevent protons internal output buffer growing too largeGordon Sim2014-08-222-1/+11
* QPID-6021: avoid waking up the io thread unnecessarily, improves receive rate...Gordon Sim2014-08-193-2/+18
* [no jira]: fixing commit 1617841 that broke building (unreliable to be initia...Pavel Moravec2014-08-141-2/+1
* QPID-5995: Initialize messaging SenderContext delivery tagCharles E. Rolke2014-08-131-0/+1
* QPID-5959: allow content encoding to be readGordon Sim2014-08-041-0/+3
* QPID-5908: merge annotations into properties, don't replace existing elementsGordon Sim2014-07-211-2/+17
* QPID-5882: fix authentication failure on 1.0 codepathGordon Sim2014-07-074-30/+69
* [QPID-5866]: [C++ client] AMQP 1.0 closing session without closing receiver f...Pavel Moravec2014-07-032-9/+11
* [QPID-5866]: [C++ client] AMQP 1.0 closing session without closing receiver f...Pavel Moravec2014-07-031-0/+8
* QPID-5828: more consistent behaviour os send() when disconnectedGordon Sim2014-06-251-0/+1
* QPID-5841: allow SSL hostname verification failure to be ignored (with NSS)Gordon Sim2014-06-242-0/+5
* NO-JIRA: Fix some MSVC warningsAndrew Stitcher2014-06-183-3/+3