summaryrefslogtreecommitdiff
path: root/java/src/IceSSL
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* Fixed ICE-5535, WSS hang and other minor issuesBenoit Foucher2014-09-24
| | | | | | | | - ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* Fixed lots of warnings.Matthew Newhook2014-08-08
|
* ICE-5596 add Ice.Default.Timeout propertyDwayne Boone2014-08-08
|
* Removed unused holder types.Matthew Newhook2014-08-07
| | | | | | Fixed holder types to use the generic holder type. Changed the code generator to use the generic holder types. Changed the Ice internals not to use the non-generic holder types.
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* adding IceWS for JavaMark Spruiell2014-06-27
|
* CR-20 - SecureTransport review fixesJose2014-06-11
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5Jose2014-05-02
|
* merging javascript branchMark Spruiell2014-03-19
|
* ICE-5404 - IceSSL test failure on SLES11SP3Mark Spruiell2013-08-23
|
* SOCKS support for JavaMark Spruiell2013-04-11
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed (ICE-5144) - Minor grammar errors in codeJose2013-01-14
|
* Fixed (ICE-5114) - android library demo exceptions.Jose2012-12-14
|
* ICE-4987 - IceSSL test failureMark Spruiell2012-11-26
|
* Fixed ICE-4913: deprecate Ice::StatsBernard Normier2012-11-19
|
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* ICE-4836 - potential blocking DNS call in IceSSLMark Spruiell2012-10-22
|
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* Java & C# portBenoit Foucher2012-09-28
|
* ICE-4702 - Poor hash algorithmJose2012-08-10
|
* Python port, added tests to Ice/infoBenoit Foucher2012-04-30
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java portBenoit Foucher2012-04-20
|/
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* ICE-4717 - IceSSL.Alias property not workingMark Spruiell2011-11-07
|
* ICE-4716 - Fixing IceSSL bug for Java/C++Mark Spruiell2011-11-04
|
* 5082 - Network tracing shows remote address = <not connected>Jose2011-05-17
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 4987 - preserve exception causeMark Spruiell2011-03-30
|
* fixes for Android compatibilityMark Spruiell2011-02-07
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* bug 3534: truststore defaults to keystoreMark Spruiell2009-12-13
|
* bug 4355 - improve parse exception messagesMark Spruiell2009-12-10
|
* - 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
|