summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-172-1/+2
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+1
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-051-0/+64
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-2/+1
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-3/+4
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-162-2/+8
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-202-0/+2
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-283-0/+3
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-302-1/+5
* QPID-2640: Don't try to cast integer-like values during parsing; leave as str...Gordon Sim2010-06-031-3/+0
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-021-1/+1
* Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...Alan Conway2010-05-171-1/+3
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-142-0/+2
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-0/+83
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-3/+3
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-0/+7
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-141-1/+1
* 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-096-10/+11
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-097-16/+76
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-082-6/+10
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-32/+41
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-072-9/+3
* QPID-664: added method to release messagesGordon Sim2010-04-062-0/+2
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-064-4/+4
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3111-359/+77
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-293-3/+10
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-292-2/+47
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2914-846/+38
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-1/+1
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-3/+5
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-169-49/+106
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-113-33/+7
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-035-16/+15
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+12
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* 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-285-210/+346
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-274-4/+4
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-0/+168
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-123-2/+35
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-172-4/+55
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-232-2/+7
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-8/+24
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-193-3/+8
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-176-2/+17
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-172-2/+4