summaryrefslogtreecommitdiff
path: root/java/src/IceSSL/AcceptorI.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* 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
|
* Fixed lots of warnings.Matthew Newhook2014-08-08
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* 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-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* 5082 - Network tracing shows remote address = <not connected>Jose2011-05-17
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* fixes for Android compatibilityMark Spruiell2011-02-07
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 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.
* Bug 3972 - reduced trace level for some output and other minor cleanupDwayne Boone2009-09-23
|
* Fixed performance issues reported by FindBugs. Made correspondingMichi Henning2009-05-14
| | | | changes for C# where applicable.
* Bug 3972 - improve server network tracingDwayne Boone2009-05-01
|
* Fix 3306 - Plugin -> Plug-inJose2009-01-05
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Revert "Remove Java finalizers code"Jose2008-12-18
| | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb.
* Remove Java finalizers codeJose2008-12-17
|
* Fix for bug 2721Benoit Foucher2008-03-10
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Bug 2729 - Added Ice.TCP.Backlog propertyDwayne Boone2008-02-27
|
* Updated copyrightDwayne Boone2008-01-23
|
* Moved various classes from IceUtil to IceUtilInternalBernard Normier2008-01-09
|
* - 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.
* Remove JDK 1.4 IceSSL pluginBenoit Foucher2007-11-26
|
* adding SSL plugin for Java5Mark Spruiell2006-05-15
|
* more VerifyPeer changesMark Spruiell2006-04-27
|
* minor fixes to align with C#Mark Spruiell2006-04-27
|
* refactoring to remove ContextMark Spruiell2006-04-26
|
* exception fixesMark Spruiell2006-04-20
|
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* cleanup, refactoring, align with C++/C#Mark Spruiell2006-04-13
|
* SslAcceptor -> AcceptorIMark Spruiell2006-03-22