summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-22/+29
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-5/+6
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-7/+8
* Improved/additional client API tests.Alan Conway2008-01-241-39/+45
* Fixed deadlock on connection closeGordon Sim2007-12-121-3/+13
* Fixed client crash on error opening a connection.Alan Conway2007-12-111-0/+1
* Summary:Alan Conway2007-12-071-0/+2
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-27/+31
* Ensure no danbling pointers in client API:Alan Conway2007-09-281-4/+6
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-27/+19
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-261-1/+9
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-11/+23
* Implementation of execution.result on the client side Gordon Sim2007-09-061-4/+5
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* Altered old client channel to use new generated session interface (primarily ...Gordon Sim2007-08-151-3/+2
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-061-3/+4
* Added first cut of generated client interface.Gordon Sim2007-08-051-0/+120