summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix previous checkin and correctly quote __LINE__ in QPID_MSGAndrew Stitcher2010-04-291-1/+3
* Replaced some unnecessary streaming operators ("<<") with preprocessor string...Andrew Stitcher2010-04-281-1/+1
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-12/+6
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+5
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-191-6/+6
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-142-9/+7
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-149-28/+25
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* Small fixes to get recent management changes to compile under Visual Studio/W...Andrew Stitcher2010-04-091-4/+5
* Make qmf generated code use new qpid::types::Exception as base forAndrew Stitcher2010-04-091-3/+3
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-092-2/+68
* 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-098-41/+207
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-093-0/+109
* Removed QPID_COMMON_EXTERN from inlined constructor.Stephen D. Huston2010-04-081-1/+1
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-4/+6
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-4/+6
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-082-5/+2
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-2/+4
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-071-0/+1