summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-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
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-072-5/+9
* QPID-664: added method to release messagesGordon Sim2010-04-061-1/+8
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-062-3/+11
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...Andrew Stitcher2010-04-022-2/+1
* Add missing QPID_CLIENT_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-4/+12
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-1/+1
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3111-385/+95
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-303-14/+18
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+7
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-293-10/+21
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2910-322/+56
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-68/+43
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-192-0/+11
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-1615-64/+153
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-112-19/+25
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-034-9/+56
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+2
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-17/+10
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-272-2/+2