summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-282-3/+16
* QPID-5882: fix authentication failure on 1.0 codepathGordon Sim2014-07-071-0/+5
* NO-JIRA - Fixed typo in a comment.Ted Ross2014-06-301-1/+1
* QPID-5828: more consistent behaviour os send() when disconnectedGordon Sim2014-06-251-0/+10
* QPID-5848: update reference doc for connection optionsGordon Sim2014-06-251-1/+32
* QPID-5736: only block until sent message is settled; signal rejection by thro...Gordon Sim2014-04-301-0/+9
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-1/+1
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-191-0/+10
* QPID-5415: Fixes to correct API specification and exportsAndrew Stitcher2014-01-031-1/+1
* QPID-5415: Implement control of internal log output in qpid::messaging APIAndrew Stitcher2014-01-031-0/+165
* NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.Alan Conway2013-12-201-3/+3
* NO-JIRA: Added ostream operator for qpid::Messaging::MessageAlan Conway2013-12-201-0/+34
* QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specia...Andrew Stitcher2013-09-231-4/+5
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-061-0/+27
* QPID-5104: make handling of properties in swigged impl match the pure python ...Gordon Sim2013-09-051-0/+1
* QPID-5079: Remove unused and unecessary member of MessagingException classAndrew Stitcher2013-08-221-3/+0
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-0/+22
* NO-JIRA: fixed two minor typos in doxygenGordon Sim2013-06-251-2/+2
* QPID-4808: Augmented documentation of connection options and added descriptio...Gordon Sim2013-05-071-9/+14
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-233-0/+13
* QPID-4368: Add some more missing export declarationsAndrew Stitcher2012-10-221-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-29/+31
* NO-JIRA - Fixed a minor typo in the doc text.Ted Ross2011-12-201-1/+1
* NO-JIRA: Additional doxygen comments for exceptionsGordon Sim2011-09-052-13/+100
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-151-0/+4
* QPID-3145: Added doxygen for qpid::messaging::Message classGordon Sim2011-06-141-3/+76
* QPID-3115: Update doxygen to reflect the uniform options (both - and _ are re...Gordon Sim2011-06-101-14/+14
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-1711-52/+54
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-0/+2
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-171-0/+1
* QPID-2998: Remove spurious class definitionsGordon Sim2011-01-171-2/+0
* Improved wording in the doxygen strings for session::reject(), session::relea...Jonathan Robie2010-10-151-4/+6
* Removed confusing text from reject() and release() doxygen strings.Jonathan Robie2010-10-141-7/+5
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+4
* Added conditional-compilation directives to hide the PrivateImplRef templateTed Ross2010-08-044-1/+17
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-282-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+1
* Fixed incorrect syntax for connection options in the comments.Ted Ross2010-06-301-1/+1
* Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compil...Stephen D. Huston2010-06-171-1/+1
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-1811-166/+166
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-141-7/+17
* Add missing "public" qualifier to exception inheritance.Alan Conway2010-05-141-15/+15
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-0/+49
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-0/+1
* Added doxygen group directives.Jonathan Robie2010-04-299-8/+15
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-147-9/+20
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-094-7/+20
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-095-36/+161
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-4/+6