| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro... | Alan Conway | 2010-05-17 | 1 | -1/+3 |
| * | Initial multi-thread unit test for messaging API. | Alan Conway | 2010-05-14 | 2 | -0/+2 |
| * | Moved FailoverUpdates to qpid::messaging namespace. | Alan Conway | 2010-05-13 | 1 | -0/+83 |
| * | Fix deadlocks & thread safety in new API classes. | Alan Conway | 2010-05-13 | 1 | -3/+3 |
| * | QPID-664: Add default constructor for Connection; add option to set url on ex... | Gordon Sim | 2010-05-11 | 1 | -0/+7 |
| * | Remove final vestiges of old client API references from messaging and agent h... | Andrew Stitcher | 2010-04-14 | 1 | -1/+1 |
| * | QPID-664: removed explicit throw() clause | Gordon Sim | 2010-04-12 | 1 | -1/+1 |
| * | QPID-664: changed pending to unsettled; added available to sender; minor upda... | Gordon Sim | 2010-04-09 | 6 | -10/+11 |
| * | QPID-664: changed connect() back to open(),removed detach(),defined new excep... | Gordon Sim | 2010-04-09 | 7 | -16/+76 |
| * | QPID-664: changed open() to connect(), moved url parameter to constructor, ad... | Gordon Sim | 2010-04-08 | 2 | -6/+10 |
| * | QPID-664: set content-type on encoded messages, removed some duplication and ... | Gordon Sim | 2010-04-08 | 1 | -32/+41 |
| * | QPID-664: removed flush, added option to make sync non-blocking if so desired | Gordon Sim | 2010-04-07 | 2 | -9/+3 |
| * | QPID-664: added method to release messages | Gordon Sim | 2010-04-06 | 2 | -0/+2 |
| * | QPID-664: added param to control synchronous send and acknowledge | Gordon Sim | 2010-04-06 | 4 | -4/+4 |
| * | QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod... | Gordon Sim | 2010-03-31 | 11 | -359/+77 |
| * | Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475. | Stephen D. Huston | 2010-03-30 | 1 | -1/+1 |
| * | QPID-664: renamed headers as properties (to match python); added priority | Gordon Sim | 2010-03-29 | 3 | -3/+10 |
| * | QPID-2406: a more explicit solution for durations in the messaging api | Gordon Sim | 2010-03-29 | 2 | -2/+47 |
| * | QPID-664: move Variant and Uuid from messaging to types namespace | Gordon Sim | 2010-03-29 | 14 | -846/+38 |
| * | QPID-664: Updates to address options to stay in-line with python client chang... | Gordon Sim | 2010-03-24 | 1 | -1/+1 |
| * | QPID-2452: Fixed control over the encoding used when sending a string valued ... | Gordon Sim | 2010-03-18 | 1 | -3/+5 |
| * | Removed dependencies in qpid/messaging on qpid/client. | Alan Conway | 2010-03-16 | 9 | -49/+106 |
| * | QPID-2382: Created separate utility class for handling updates from failover ... | Gordon Sim | 2010-03-11 | 3 | -33/+7 |
| * | QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ... | Gordon Sim | 2010-03-03 | 5 | -16/+15 |
| * | QPID-2423 - Add Constructors to set initial value of content for MapContent a... | Ted Ross | 2010-02-26 | 2 | -0/+12 |
| * | Removed unecessary include of Msg.h in Exception.h | Andrew Stitcher | 2010-02-25 | 1 | -0/+1 |
| * | QPID-2380: recognise reliability option for sender (also added capacity to qp... | Gordon Sim | 2010-02-02 | 1 | -1/+1 |
| * | QPID-664: change format of connection options string to match address options... | Gordon Sim | 2010-01-28 | 5 | -210/+346 |
| * | QPID-664: change cancel() to close() for consistency | Gordon Sim | 2010-01-27 | 4 | -4/+4 |
| * | QPID-2323: add a Uuid type and allow it as the value of a Variant. | Gordon Sim | 2010-01-15 | 2 | -0/+168 |
| * | QPID-664: Added some of the missing standard message headers. Added two new t... | Gordon Sim | 2010-01-12 | 3 | -2/+35 |
| * | QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal... | Gordon Sim | 2009-12-17 | 2 | -4/+55 |
| * | QPID-664: Allow session to be specified as transactional; add basic test of t... | Gordon Sim | 2009-11-23 | 2 | -2/+7 |
| * | QPID-664: Bring address option names in to line with those used in python cli... | Gordon Sim | 2009-11-19 | 1 | -8/+24 |
| * | QPID-664: Add spout & drain examples as per python client | Gordon Sim | 2009-11-19 | 3 | -3/+8 |
| * | QPID-664: Add accessors for connection from session, and for session from sen... | Gordon Sim | 2009-11-17 | 6 | -2/+17 |
| * | QPID-664: Allow application to set session name and retrieve session using th... | Gordon Sim | 2009-11-17 | 2 | -2/+4 |
| * | QPID-664: Added getReceiver()/getSender() methods to session in new api. | Gordon Sim | 2009-11-17 | 6 | -1/+17 |
| * | QPID-664: Remove start()/stop() methods from api | Gordon Sim | 2009-11-16 | 2 | -4/+0 |
| * | QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an... | Gordon Sim | 2009-11-16 | 1 | -17/+52 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-16 | 4 | -20/+0 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-12 | 2 | -6/+14 |
| * | Added support for address parsing, create/assert/delete policies | Gordon Sim | 2009-11-11 | 5 | -73/+289 |
| * | define content- and view- classes separately from message class | Gordon Sim | 2009-10-02 | 7 | -218/+324 |
| * | Added available and pendingAck properties to Receiver; added capacity and pen... | Gordon Sim | 2009-09-14 | 7 | -15/+16 |
| * | QPID-664: Added automatic message replay on reconnection. | Gordon Sim | 2009-09-07 | 4 | -2/+17 |
| * | Changes to make messaging API build on Windows: Prepend VAR_ to Variant types... | Stephen D. Huston | 2009-08-31 | 3 | -152/+152 |
| * | Hide internal message ID behind API | Gordon Sim | 2009-08-26 | 3 | -256/+325 |
| * | QPID-664: Initial checkin of high level messaging api for c++ | Gordon Sim | 2009-08-25 | 12 | -0/+1524 |