summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-12/+11
* An alternative attempt at ensuring ConnectionImpl is not deleted before IO th...Gordon Sim2010-04-171-1/+1
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-081-1/+4
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-2/+2
* Protect close methodCarl C. Trieloff2009-10-161-1/+2
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-3/+3
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-0/+1
* Cluster security support:Alan Conway2009-02-121-8/+13
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+7
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-101-1/+1
* Failover client and example fixes & tidy up.Alan Conway2008-10-101-1/+1
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+11
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-10/+7
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-1/+1
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+32
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-2/+2
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-021-2/+1
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-021-1/+2
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-261-8/+9
* Changes to Session API:Alan Conway2008-05-261-10/+9
* Delete obsolete Channel class.Alan Conway2008-05-231-8/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-1/+2
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-26/+41
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-3/+3
* 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/+5
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* 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-12/+14
* Ensure no danbling pointers in client API:Alan Conway2007-09-281-2/+2
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-9/+15
* Renamed the following files for consistency:Alan Conway2007-09-251-0/+86
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-244/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-291-1/+1
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-13/+18
* 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-4/+4
* Removed invalid and redundant include.Gordon Sim2006-11-091-1/+0
* Minor source reorg, see README.Alan Conway2006-11-061-3/+3
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-311-2/+2
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-2/+2
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+237