summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3435: Revised strategy for closing senders/receivers to prevent possible...Gordon Sim2011-08-181-17/+21
* QPID-3355: Ensure session is not deleted out from under a sync() callGordon Sim2011-07-131-2/+5
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-151-4/+5
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-091-1/+1
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-091-14/+20
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+3
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+15
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-14/+33
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-271-13/+23
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-16/+16
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-8/+35
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-1/+1
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-071-16/+7
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+12
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-1/+2
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-2/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+0
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-4/+4
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-161-2/+2
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-1/+1
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-6/+15
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-3/+3
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-201-1/+1
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-151-1/+0
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-1/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-0/+6
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-0/+14
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+23
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-2/+7
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-71/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+44
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-36/+17
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-0/+55
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-65/+159
* Hide internal message ID behind APIGordon Sim2009-08-261-9/+3
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-251-1/+7
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+281