summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10
Commit message (Expand)AuthorAgeFilesLines
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+3
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-206-1/+56
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-302-0/+5
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-3/+48
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-1/+1
* QPID-664: Changed default for reconnect to false as that is more intuitive (e...Gordon Sim2010-06-021-1/+1
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-182-11/+38
* Fix retry logic in ConnectionImpl::newSession.Alan Conway2010-05-171-8/+9
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-142-23/+24
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-142-0/+9
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-86/+0
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-132-19/+42
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-139-61/+112
* Fixes to new API impl to support failover.Alan Conway2010-05-122-15/+19
* QPID-664: Fix failover updates to set correct option name; clear list valued ...Gordon Sim2010-05-112-1/+3
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-5/+10
* QPID-664: Fix bug preventing re-establishment of credit on reconnectGordon Sim2010-05-111-1/+1
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-3/+7
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-272-13/+24
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-17/+18
* 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