summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/PropertyNames.java
Commit message (Collapse)AuthorAge
...
* ICE-4794 - Adding property IceSSL.InitOpenSSLMark Spruiell2012-02-14
|
* Added support for replica & name cert CN verificationBenoit Foucher2011-07-12
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* merging .NET Compact Framework supportMark Spruiell2011-05-09
|
* 4766 - icepatch2client doesn't support indirect proxyJose2011-03-11
|
* bug 4714 - FreezeScript utilities do not work on an open environmentMark Spruiell2010-05-28
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fix for bug 3234 - Initial support for getting processor socket count with ↵Benoit Foucher2009-12-08
| | | | IceGrid
* Bug 4336 - Add ability to set facility for syslogDwayne Boone2009-12-04
|
* Added support for per-OA ACM and fix for retry on CloseConnectionExceptionBenoit Foucher2009-10-16
|
* Fixed bug 4228 - add connection information to contextBenoit Foucher2009-10-14
|
* Fixed bug 860 - close timeoutsBenoit Foucher2009-10-13
|
* Added *.SQL.Port propertyDwayne Boone2009-10-07
|
* Bug 3231 - alternative storage for IceGrid and IceStormDwayne Boone2009-09-28
|
* Bug 1808 - don't rely on config file for log outputDwayne Boone2009-09-24
|
* Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefsDwayne Boone2009-08-21
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* bug 4087 - anti-trust rule in IceSSLMark Spruiell2009-08-03
|
* bug 252 - Freeze finalizersMark Spruiell2009-05-18
| | | | bug 2552 - Update Freeze for Java5
* Removed Freeze.UseNonmutatingDwayne Boone2009-05-15
|
* Bug 3878 - remove some deprecated featuresDwayne Boone2009-05-11
|
* Bug 2558 - thread pool tracingDwayne Boone2009-04-28
|
* Bug 3911 - Added ability to write logger output to fileDwayne Boone2009-04-03
|
* Bug 3410 - remove deprecation of Ice.MonitorConnectionsDwayne Boone2009-02-19
|
* Additional fixes for bug 3376Benoit Foucher2009-02-04
|
* More fixes for bug3504 and fixed bug3506Benoit Foucher2009-01-22
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fix 3376 - IceGrid registry doesn't recognize IceStorm propertiesJose2008-12-23
|
* Revert "Remove Java finalizers code"Jose2008-12-18
| | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb.
* Remove Java finalizers codeJose2008-12-17
|
* Updated copyrights on SL files (plus a few others)Dwayne Boone2008-06-06
|
* Bug 2433 - updated changes and removed property gor Ice.LoggerPluginDwayne Boone2008-04-29
|
* Removed IceGrid AdminCallbackRouter object adapter (bug 2998)Benoit Foucher2008-04-09
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Bug 2729 - Added Ice.TCP.Backlog propertyDwayne Boone2008-02-27
|
* Bug 2433 - deprecate Ice.LoggerPluginDwayne Boone2008-02-18
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Removed OA createReverseProxy method.Benoit Foucher2008-01-21
| | | | | - Fixed bug 2141, 2645, 2632, 1547. - It's now possible to call ice_secure on a fixed proxy to require a secure connetion.
* Finished fixes for bug 2132Benoit 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
* Implemented service observersBernard Normier2007-11-30
|
* - 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.
* Refactored IceGrid session servant managementBenoit Foucher2007-11-23
|
* Fixed bug 2235, other minor fixesBenoit Foucher2007-11-20
|
* Various service / service installer improvementsBernard Normier2007-10-30
|
* Fixed bug #702Bernard Normier2007-10-12
|
* bug 1150Mark Spruiell2007-09-28
|
* iceboxadmin is now using IceBoxAdmin.ServiceManager.ProxyBernard Normier2007-09-27
|
* Squashed commit of the following:Bernard Normier2007-09-26
| | | | | | | | commit 8b2757175b076f620b2f5c5c788f811f38a4fa5b Author: Bernard Normier <bernard@zeroc.com> Date: Wed Sep 26 18:56:30 2007 -0400 Deprecated Glacier2.Admin and IcePatch2.Admin
* Squashed commit of the following:Bernard Normier2007-09-26
| | | | | | | | commit 569cd3ce2933b104c980b4bfa8a1d0bc6d3be4c9 Author: Bernard Normier <bernard@zeroc.com> Date: Wed Sep 26 16:36:46 2007 -0400 Implemented admin facet filtering (Ice.Admin.Facets property) and Properties::getPropertyAsList[WithDefault]