summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improved/additional client API tests.Alan Conway2008-01-241-1/+1
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Add log message when broker closes connectionGordon Sim2007-12-171-1/+3
* Fixed client crash on error opening a connection.Alan Conway2007-12-111-5/+11
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+3
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-261-0/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-33/+32
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-061-1/+1
* Added first cut of generated client interface.Gordon Sim2007-08-051-2/+3
* Some restructuring of the client code: Gordon Sim2007-08-021-0/+196