summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10
Commit message (Expand)AuthorAgeFilesLines
* QPID-2497: added some verification that address options specified are validGordon Sim2010-04-091-3/+51
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-096-32/+32
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-096-76/+151
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-083-12/+18
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-073-25/+14
* QPID-664: added method to release messagesGordon Sim2010-04-062-0/+22
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-064-4/+6
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-3/+3
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-316-413/+27
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-293-6/+10
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-294-5/+8
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2911-23/+20
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-272/+319
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-196-27/+30
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-3/+27
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-162-4/+4
* Remove warningAndrew Stitcher2010-03-161-1/+1
* QPID-2382: Checked in missing files from last commitGordon Sim2010-03-123-0/+205
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-113-58/+113
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-034-27/+37
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-1/+14
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-024-11/+41
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-282-3/+9
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-275-19/+19
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-13/+55
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-201-1/+1
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-15/+23
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-122-6/+22
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-234-5/+7
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-234-25/+23
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-25/+38
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-31/+80
* Change content type for map and list messages to align with python client.Gordon Sim2009-11-191-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-176-3/+23
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-172-9/+34
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-172-2/+25
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-174-1/+33
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-163-34/+15
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-164-88/+3
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-124-7/+81
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1110-280/+554
* Use class/struct consistently for OutgoingMessage.Stephen D. Huston2009-10-272-2/+2