summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SessionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Session was not closed cleanly" warnings in a cluster broker giving an u...Alan Conway2010-03-251-4/+4
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+1
* Make Session::close and Connection::close no-throwAlan Conway2009-10-271-4/+9
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-22/+7
* Ignore exceptions from detach() in ~SessionImpl.Alan Conway2009-10-261-3/+5
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-3/+9
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-6/+12
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+10
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-191-2/+2
* Add directory to #includeAlan Conway2009-07-141-3/+3
* If frameset being sent in cluster update is incomplete (i.e. content has been...Gordon Sim2009-06-111-2/+17
* Ensure that messages sent by clusters update client are correctly fragmented ...Gordon Sim2009-06-101-10/+19
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-3/+4
* In qpid::client::SessionImplManuel Teira Paz2009-03-051-1/+2
* Send session.detached back to server in response to a detach.Gordon Sim2009-02-261-0/+1
* Add in management statistics for client flow control.Andrew Stitcher2009-02-031-10/+6
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+10
* Producer side rate throttling:Andrew Stitcher2009-01-271-13/+88
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+2
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-241-1/+1
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+10
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-2/+3
* Fix intermittent hanging where two threads are waiting for completions on the...Gordon Sim2008-10-311-1/+1
* Reverted a small part of r703237 as it causes deadlocks under load. Session c...Gordon Sim2008-10-131-2/+16
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-27/+32
* SessionImpl using ExceptionHolder to generate correctly typed exceptions..Alan Conway2008-10-081-35/+29
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-081-15/+15
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-3/+3
* Resolve QPID-1311Stephen D. Huston2008-10-021-0/+1
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-1/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-1/+1
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-2/+3
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+44
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-3/+3
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-5/+5
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-121-1/+3
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-6/+8
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-1/+1
* Changes to Session API:Alan Conway2008-05-261-31/+11
* Fix for large messages.Gordon Sim2008-05-141-1/+1
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-17/+29
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-8/+18
* QPID-920: allow applications to trigger the sending of a flush to serverGordon Sim2008-04-221-0/+6
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-211-3/+5
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-0/+6
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-0/+605