summaryrefslogtreecommitdiff
path: root/cpp/src/tests/interop_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-151-251/+0
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-021-6/+6
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-19/+30
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-1/+1
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-4/+6
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+0
* Renamed the following files for consistency:Alan Conway2007-09-251-3/+3
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-23/+13
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-35/+32
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-141-1/+1
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-061-0/+252