summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/TransceiverI.cpp
Commit message (Collapse)AuthorAge
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed race condition which could cause request to be dispatched even if the ↵Benoit Foucher2014-07-21
| | | | connection was just put on hold
* CR-20 - SecureTransport review fixesJose2014-06-11
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|
* Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5Jose2014-05-02
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed OpenSSL deprecation warning on OS XBenoit Foucher2013-11-26
|
* Fixed (ICE-5328) - ThreadLockedException in IceSSLJose2013-09-03
|
* Revert "Fix to allow transceivers to read more data than requested."Benoit Foucher2013-07-26
| | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
* Fix to allow transceivers to read more data than requested.Benoit Foucher2013-07-12
|
* dependency updates & Linux fixesMark Spruiell2013-04-05
|
* fixing Linux compile issues for SOCKS/C++ changesMark Spruiell2013-04-04
|
* * SOCKS support for C++Mark Spruiell2013-04-04
| | | | | * Minor cleanup in C# * Unity fixes
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed mingw warnings and added -Werror to mingw buildBernard Normier2012-12-26
|
* Fixed ICE-5079: Replaced IceInternal::Address by a union to avoid ↵Bernard Normier2012-12-26
| | | | reinterpret_cast and warnings
* Fixed ICE-4913: deprecate Ice::StatsBernard Normier2012-11-19
|
* Fixed communicator flushBatchRequests to allow tracingBenoit Foucher2012-09-10
|
* Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-08-06
|\ | | | | | | | | | | | | Conflicts: cpp/src/Ice/.depend cpp/src/Ice/.depend.mak cpp/src/slice2cpp/Gen.cpp
| * MinGW & Ruby-1.9 updatesJose2012-07-26
| |
* | Before RequestObserver changeBenoit Foucher2012-07-27
|/
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Fixed ICE-4735 - Windows 8 assert on connection establishmentBenoit Foucher2011-11-16
|
* ICE-4716 - Fixing IceSSL bug for Java/C++Mark Spruiell2011-11-04
|
* bug 5128 - assertion failure in IceSSL transceiverMark Spruiell2011-06-06
|
* bug 5098 - access violation in IceSSL transceiverMark Spruiell2011-06-02
|
* bug 5098 - leak in IceSSL::TransceiverIMark Spruiell2011-05-19
|
* 5082 - Network tracing shows remote address = <not connected>Jose2011-05-17
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* New AMI mappingBenoit Foucher2009-11-23
|
* - 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.
* Added Ruby implemetation of EndpointInfo and ConnectionInfoDwayne Boone2009-10-16
|
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-10-16
| | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition.
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* C++Builder 2010 supportDwayne Boone2009-10-02
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
|
* bug 3464 - IceSSL.CheckCertName property had no effect in C++Mark Spruiell2009-01-02
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3007 - getpeername fails on Windows w/ IPv6Mark Spruiell2008-04-21
|
* bug 3008 - IceSSL cleanupMark Spruiell2008-04-15
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug 2304Benoit Foucher2008-01-07
|
* - 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.
* synchronize access to SSL data structureMark Spruiell2007-07-09
|
* Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue onBenoit Foucher2007-05-23
| | | | Win32.