summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
Commit message (Expand)AuthorAgeFilesLines
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-261-6/+0
* 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
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+10
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-1615-64/+153
* Export FailoverUpdate symbols necessary to link on WindowsAndrew Stitcher2010-03-121-2/+4
* Correct Windows qmf lib build so that the library entry points get exported w...Andrew Stitcher2010-03-121-1/+1
* QPID-2382: Checked in missing files from last commitGordon Sim2010-03-121-0/+53
* 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
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-253-2/+2
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-1/+6
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-121-0/+8
* Add comment that destructor doesn't close connection; see QPID-2395Stephen D. Huston2010-02-101-1/+5
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-081-0/+1
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-041-5/+12
* Changes to management code generation:Ted Ross2010-02-031-0/+6
* Add missing QPID_COMMON_EXTERN to pair-returning insert() - it's now called b...Stephen D. Huston2010-02-021-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-1/+1
* Improved the comments describing the notification mechanisms.Ted Ross2010-01-291-11/+18
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-291-4/+19
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-17/+10
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-1/+1
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-272-2/+2
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-3/+5
* Refer to ConnectionAccess as the struct it is, not class. Resolves compile wa...Stephen D. Huston2010-01-221-1/+1
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-211-1/+1
* Provide access to a sessions connection.Gordon Sim2010-01-201-0/+2
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* Alter type of array index variableGordon Sim2010-01-181-2/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-153-1/+116
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-133-1/+21
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+17
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-2/+1
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-0/+3
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-4/+0
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-151-0/+74
* QPID-2087: Some amplification of doxygen for SubscriptionSettingsGordon Sim2009-12-111-4/+35
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-4/+0
* Support for restarting a persistent cluster.Alan Conway2009-11-241-1/+3
* QPID-664: Added a little bit of doc on connection options.Gordon Sim2009-11-231-0/+34
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-0/+3
* Improved formatting of address documentation.Gordon Sim2009-11-201-35/+47
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-4/+72
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-191-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-173-1/+19
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-1/+2
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-173-1/+37