summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* 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