summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Instance.h
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementationsJose2017-03-16
|
* Replaced ICE_SSL_ by ICESSL_ for consistencyBernard Normier2017-03-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* CR-20 - SecureTransport review fixesJose2014-06-11
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|
* merging javascript branchMark Spruiell2014-03-19
|
* * SOCKS support for C++Mark Spruiell2013-04-04
| | | | | * Minor cleanup in C# * Unity fixes
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* ICE-4987 - IceSSL test failureMark Spruiell2012-11-26
|
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-08-06
|\ | | | | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak
| * ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | | | | | files.
* | Python port, added tests to Ice/infoBenoit Foucher2012-04-30
|/
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4794 - Adding property IceSSL.InitOpenSSLMark Spruiell2012-02-14
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* bug 3267 - C++/Java fixes for IceSSL.VerifyPeerMark Spruiell2009-07-21
|
* bug 3266 - fix IceSSL/C++ for custom contextsMark Spruiell2009-01-14
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bugs 1943, 3081 - IceStorm failures with sslMark Spruiell2008-05-07
|
* Bug 2491 - Use getPropertyAsListDwayne Boone2008-02-13
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* Updated copyright headerDwayne Boone2007-01-08
|
* VerifyDepthMax changesMark Spruiell2006-06-14
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* use two stages for plugin initialization; refactoring to remove ContextMark Spruiell2006-04-26
|
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* new IceSSL pluginMark Spruiell2006-03-28