summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5737: wakeup driver for output which may be necessary if sessions outgoi...Gordon Sim2014-04-301-0/+2
* QPID-5736: only block until sent message is settled; signal rejection by thro...Gordon Sim2014-04-302-1/+6
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver failsCharles E. Rolke2014-04-221-1/+2
* QPID-5663: [C++ Messaging] Windows AMQP 1.0 map_receiver failsCharles E. Rolke2014-04-211-1/+1
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-076-188/+301
* QPID-5648: restore processing the ConnectionSettings protocol, lost inadverte...Clifford Jansen2014-04-021-2/+3
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-192-1/+3
* QPID-5623: [C++ Messaging Client - amqp1.0] throws qpid::Exception instead of...Charles E. Rolke2014-03-131-1/+7
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-251-2/+11
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-202-108/+76
* QPID-5549: windows ssl over AMQP 1.0Clifford Jansen2014-02-192-4/+140
* QPID-5524: ssl-cert-name connection argument processing in AMQP 1.0. cpp clientClifford Jansen2014-02-064-1/+18
* QPID-5529: remove failed send from delivery bufferGordon Sim2014-01-311-5/+11
* QPID-5509: release messages that have not yet been fetched when closing receiverGordon Sim2014-01-232-11/+17
* QPID-5503 implement nextReceiver()Gordon Sim2014-01-227-3/+33
* QPID-5497: implement Session::sync()Gordon Sim2014-01-213-2/+16
* QPID-5415: Implement control of internal log output in qpid::messaging APIAndrew Stitcher2014-01-031-0/+200
* QPID-5446: fix typo in special property nameGordon Sim2014-01-021-1/+1
* NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.Alan Conway2013-12-201-1/+1
* QPID-5431: Qpid c++ client hangs / crashes during reception failover in HA en...Alan Conway2013-12-202-28/+48
* NO-JIRA: Added ostream operator for qpid::Messaging::MessageAlan Conway2013-12-201-0/+45
* QPID-5395: use newly added proton tracer callback to unify loggingGordon Sim2013-12-052-1/+31
* QPID-5384: special asserting logic for autodeleteGordon Sim2013-12-031-3/+14
* QPID-5379: fix security layer for 1.0 clientGordon Sim2013-11-294-2/+43
* QPID-5378: track outstanding fetches and for receivers with zero capaicty, re...Gordon Sim2013-11-282-1/+12
* NO-JIRA: add a bit more visible logging to indicate progress in reconnect att...Gordon Sim2013-11-221-0/+2
* QPID-5363: Add locks to prevent race condition in Amqp 1.0 transport handler.Charles E. Rolke2013-11-202-16/+35
* QPID-5354: ensure requested durability for dynamically created node is commun...Gordon Sim2013-11-181-1/+1
* QPID-5348: add option to have to field populated automaticallyGordon Sim2013-11-157-16/+24
* QPID-5331: don't wait for settlement on closing session if link has already b...Gordon Sim2013-11-123-1/+7
* QPID-5289: Improvements to error handling and reportingGordon Sim2013-11-041-1/+8
* QPID-5288: add checking for connection/session close before waiting on Sender...Gordon Sim2013-11-041-2/+3
* QPID-5286: replenish credit when using getGordon Sim2013-11-012-6/+9
* QPID-5256: check type before assuming it is stringGordon Sim2013-10-241-2/+2