summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk changes from r758432:768028cmakeStephen D. Huston2009-04-231-1/+1
* Merge from trunk tag to-cmake-25mar09 (r758432)Stephen D. Huston2009-03-251-13/+14
* Cluster security support:Alan Conway2009-02-121-0/+12
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+5
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-271-1/+1
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-161-1/+1
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+5
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-4/+5
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-081-0/+1
* Dump shared state to new cluster members.Alan Conway2008-09-181-0/+3
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-3/+28
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-1/+0
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-18/+5
* Additional API documentation around sync vs. async sessions.Alan Conway2008-05-271-1/+33
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-261-0/+2
* Changes to Session API:Alan Conway2008-05-261-8/+4
* Delete obsolete Channel class.Alan Conway2008-05-231-13/+0
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-14/+11
* Edits to doxygen comments for user documentation.Alan Conway2008-04-241-11/+11
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-3/+3
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-201-2/+1
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-2/+2
* 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