summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid
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-1756-200/+283
* 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-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-3089: make getTypeName() a public methodGordon Sim2011-02-281-0/+2
* QPID-3035: fix incorrect removal at end of SequenceSetKenneth Anthony Giusti2011-02-031-2/+2
* 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
* 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
* 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-283-0/+6
* 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-211-0/+14
* Removed the logic in the broker's management agent that detected name collisi...Ted Ross2010-05-201-0/+1
* Correct class/struct reference; resolves compile warning on Windows.Stephen D. Huston2010-05-191-1/+1
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-1811-166/+166
* Added support for user/pass@ syntax in Url.Alan Conway2010-05-171-2/+9
* 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-13/+7
* Remove incorrect optimization in Logger.Alan Conway2010-05-121-1/+0
* Added missing EXTERNs for WindowsTed Ross2010-05-111-2/+2
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-113-57/+29
* 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