summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-3/+4
* Ensure no danbling pointers in client API:Alan Conway2007-09-281-1/+1
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-2/+20
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-0/+1
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-061-3/+0
* Added first cut of generated client interface.Gordon Sim2007-08-051-58/+9
* Some restructuring of the client code: Gordon Sim2007-08-021-4/+3
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-2/+2
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-161-1/+5
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+179
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-109/+0
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-0/+1
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-2/+2
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-12/+12
* More separation of concerns with APR, client side complete.Alan Conway2006-11-091-2/+2
* Minor source reorg, see README.Alan Conway2006-11-061-6/+6
* Misc. cleanup.Alan Conway2006-11-011-1/+1
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+105