summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-3/+5
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-1/+100
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+17
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-0/+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
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-10/+0
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-1/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-163-61/+16
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-2/+3
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-115-74/+58