summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
Commit message (Expand)AuthorAgeFilesLines
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-182-2/+10
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-1773-229/+323
* Remove support for archaic Boost version 1_32 ( 103200 ).Michael Goulish2011-05-171-88/+0
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-0/+13
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-092-2/+2
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-023-2/+5
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-0/+2
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-8/+5
* QPID-3046 - UpdatesTed Ross2011-03-032-24/+64
* QPID-3089: make getTypeName() a public methodGordon Sim2011-02-281-0/+2
* Added missing even handling in the console.Ted Ross2011-02-041-0/+2
* Fixed typos in the documentation text.Ted Ross2011-02-042-2/+2
* QPID-3035: fix incorrect removal at end of SequenceSetKenneth Anthony Giusti2011-02-031-2/+2
* Added severity and timestamp fields to raised events.Ted Ross2011-02-031-1/+7
* QPID-3032 - Modifications to the QMFv2 implementation:Ted Ross2011-02-022-0/+8
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-0/+5
* Moved ResizableBuffer.h from include to src. Not part of the public API.Alan Conway2011-01-211-60/+0
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-201-0/+60
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-181-1/+0
* 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
* QMFv2 API change:Ted Ross2011-01-111-0/+1
* Updates to the C++ implementation of QMFv2:Ted Ross2011-01-106-6/+113
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-0/+3
* Aggregate Timer warnings.Alan Conway2010-11-171-0/+18
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-092-2/+8
* Squish some "could lose data" compile warnings from MSVC.Stephen D. Huston2010-11-011-1/+2
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-1/+5
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-0/+2
* 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
* QMFv2 Additions:Ted Ross2010-09-215-16/+93
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+4
* QPID-2793 - Added doxygen textTed Ross2010-08-131-0/+77
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-1216-0/+1081
* 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-283-0/+6
* Removed unused header files.Ted Ross2010-07-276-666/+0
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-082-0/+14
* QPID-2716: QMF bugfix - set agent name in object idKenneth Anthony Giusti2010-07-021-0/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-011-1/+8
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+1
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-304-117/+150
* 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
* Eliminate windows warningAndrew Stitcher2010-06-041-1/+1
* Fix initialization-order problem with URL protocol tags.Alan Conway2010-06-041-2/+0
* QPID-2644 - Console examples sometimes fail due to not waiting for the broker...Ted Ross2010-06-031-7/+7
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-252-1/+126
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-212-0/+17