| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2497: added some verification that address options specified are valid | Gordon Sim | 2010-04-09 | 1 | -3/+51 |
| * | QPID-664: changed pending to unsettled; added available to sender; minor upda... | Gordon Sim | 2010-04-09 | 6 | -32/+32 |
| * | QPID-664: changed connect() back to open(),removed detach(),defined new excep... | Gordon Sim | 2010-04-09 | 6 | -76/+151 |
| * | QPID-664: changed open() to connect(), moved url parameter to constructor, ad... | Gordon Sim | 2010-04-08 | 3 | -12/+18 |
| * | QPID-664: removed flush, added option to make sync non-blocking if so desired | Gordon Sim | 2010-04-07 | 3 | -25/+14 |
| * | QPID-664: added method to release messages | Gordon Sim | 2010-04-06 | 2 | -0/+22 |
| * | QPID-664: added param to control synchronous send and acknowledge | Gordon Sim | 2010-04-06 | 4 | -4/+6 |
| * | QPID-664: minor adjustment to connection option names | Gordon Sim | 2010-04-01 | 1 | -3/+3 |
| * | QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod... | Gordon Sim | 2010-03-31 | 6 | -413/+27 |
| * | QPID-664: renamed headers as properties (to match python); added priority | Gordon Sim | 2010-03-29 | 3 | -6/+10 |
| * | QPID-2406: a more explicit solution for durations in the messaging api | Gordon Sim | 2010-03-29 | 4 | -5/+8 |
| * | QPID-664: move Variant and Uuid from messaging to types namespace | Gordon Sim | 2010-03-29 | 11 | -23/+20 |
| * | QPID-664: Updates to address options to stay in-line with python client chang... | Gordon Sim | 2010-03-24 | 1 | -272/+319 |
| * | QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop... | Gordon Sim | 2010-03-19 | 6 | -27/+30 |
| * | QPID-2452: Fixed control over the encoding used when sending a string valued ... | Gordon Sim | 2010-03-18 | 1 | -3/+27 |
| * | Removed dependencies in qpid/messaging on qpid/client. | Alan Conway | 2010-03-16 | 2 | -4/+4 |
| * | Remove warning | Andrew Stitcher | 2010-03-16 | 1 | -1/+1 |
| * | QPID-2382: Checked in missing files from last commit | Gordon Sim | 2010-03-12 | 3 | -0/+205 |
| * | QPID-2382: Created separate utility class for handling updates from failover ... | Gordon Sim | 2010-03-11 | 3 | -58/+113 |
| * | This is a fix for QPID-2428 | Rajith Muditha Attapattu | 2010-03-04 | 1 | -1/+1 |
| * | QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ... | Gordon Sim | 2010-03-03 | 4 | -27/+37 |
| * | QPID-2427: Align browsing option with approach used in python client | Gordon Sim | 2010-03-03 | 1 | -1/+14 |
| * | QPID-2426: Check for empty name in address when resolving | Gordon Sim | 2010-03-03 | 1 | -0/+3 |
| * | QPID-2380: recognise reliability option for sender (also added capacity to qp... | Gordon Sim | 2010-02-02 | 4 | -11/+41 |
| * | QPID-664: change format of connection options string to match address options... | Gordon Sim | 2010-01-28 | 2 | -3/+9 |
| * | QPID-664: change cancel() to close() for consistency | Gordon Sim | 2010-01-27 | 5 | -19/+19 |
| * | QPID-2288: add support for bindings in address options | Gordon Sim | 2010-01-26 | 1 | -13/+55 |
| * | QPID-664: added support for testing transactions to qpid-send and qpid-recv, ... | Gordon Sim | 2010-01-20 | 1 | -1/+1 |
| * | QPID-2323: add a Uuid type and allow it as the value of a Variant. | Gordon Sim | 2010-01-15 | 1 | -15/+23 |
| * | QPID-664: Added some of the missing standard message headers. Added two new t... | Gordon Sim | 2010-01-12 | 2 | -6/+22 |
| * | QPID-2279: Removal of unused "using qpid::messaging::filter" | Andrew Stitcher | 2009-12-15 | 3 | -3/+0 |
| * | Fix compile warnings; resolve QPID-2272 | Stephen D. Huston | 2009-12-14 | 2 | -3/+3 |
| * | QPID-664: Allow session to be specified as transactional; add basic test of t... | Gordon Sim | 2009-11-23 | 4 | -5/+7 |
| * | QPID-664: Use subject if specified as binding key when a map filter is specified | Gordon Sim | 2009-11-23 | 1 | -13/+19 |
| * | QPID-664: Set subject in application headers when specified | Gordon Sim | 2009-11-23 | 4 | -25/+23 |
| * | QPID-664: Added some documentation for address options; tidied up the handlin... | Gordon Sim | 2009-11-19 | 1 | -5/+22 |
| * | QPID-664: Refactored address resolution; ensure type is asserted on when requ... | Gordon Sim | 2009-11-19 | 1 | -77/+58 |
| * | QPID-664: Bring address option names in to line with those used in python cli... | Gordon Sim | 2009-11-19 | 1 | -25/+38 |
| * | QPID-664: Refine address resolution; if type not specified, default to queue ... | Gordon Sim | 2009-11-19 | 1 | -31/+80 |
| * | Change content type for map and list messages to align with python client. | Gordon Sim | 2009-11-19 | 1 | -2/+2 |
| * | QPID-664: Add accessors for connection from session, and for session from sen... | Gordon Sim | 2009-11-17 | 6 | -3/+23 |
| * | QPID-664: Allow application to set session name and retrieve session using th... | Gordon Sim | 2009-11-17 | 2 | -9/+34 |
| * | QPID-664: Cancel all senders and receivers on closing session; check queue/ex... | Gordon Sim | 2009-11-17 | 2 | -2/+25 |
| * | QPID-664: Added getReceiver()/getSender() methods to session in new api. | Gordon Sim | 2009-11-17 | 4 | -1/+33 |
| * | QPID-664: Remove start()/stop() methods from api | Gordon Sim | 2009-11-16 | 3 | -34/+15 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-16 | 4 | -88/+3 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-12 | 4 | -7/+81 |
| * | Fix compilation error on some platforms | Gordon Sim | 2009-11-11 | 1 | -1/+1 |
| * | Added support for address parsing, create/assert/delete policies | Gordon Sim | 2009-11-11 | 10 | -280/+554 |
| * | Use class/struct consistently for OutgoingMessage. | Stephen D. Huston | 2009-10-27 | 2 | -2/+2 |