summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-4/+5
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-1/+1
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-141-0/+1
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-161-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-4/+5
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-1/+0
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-0/+1
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-8/+4
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-1/+0
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-021-27/+3
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-021-3/+4
* Reverted change to use ANONYMOUS as default (I had a change of heart on that)Gordon Sim2008-05-091-1/+1
* Make ANONYMOUS the default authentication mechanism. Gordon Sim2008-05-091-1/+2
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-0/+81