230 lines
8.1 KiB
Plaintext
Raw Normal View History

2009-12-11 Miguel de Icaza <miguel@novell.com>
* SmtpNetworkElement.cs: Add new "targetName" property for smtp.
2009-11-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
* ConnectionManagementElement.cs: bump maxconnection to 6.
2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
* DefaultProxyHandler.cs: handle upper and lowercase HTTP_PROXY and
the Any address. Fixes bug #537283.
2009-06-05 Marek Safar <marek.safar@gmail.com>
* NetConfigurationHandler.cs, DefaultProxyHandler.cs,
NetAuthenticationModuleHandler.cs, ConnectionManagementHandler.cs,
WebRequestModuleHandler.cs: Always build
IConfigurationSectionHandler.
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
* SmtpNetworkElement.cs, SmtpSection.cs : added missing 2,0 stuff.
2007-11-07 Atsushi Enomoto <atsushi@ximian.com>
* SmtpNetworkElement.cs : default UserName is null.
Fixed bug #323272.
2007-02-18 Geoff Norton <gnorton@customerdna.com>
* AuthenticationModulesSection.cs: Remove NotImpl from
InitializeDefault ().
2006-12-10 David Elkind <davide@mainsoft.com>
* SmtpSection.cs : Removed unnecessary initialization
* SmtpNetworkElement.cs : Removed unnecessary initialization
2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
* DefaultProxySection.cs :
remove NotImpl from PostDeserialize() and Reset().
(ditto).
2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
* WebRequestModulesSection.cs :
don't throw NotImpl in InitializeDefault().
* WebRequestModuleElement.cs :
TypeTypeConverter -> TypeConverter and uncomment it.
* WebRequestModuleElementCollection.cs :
element is WebRequestModuleElement in GetElementKey().
Similarly no actual config change yet.
2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
* ConnectionManagementHandler.cs : (ConnectionManagementData) add
Add(string,int) overload so that it could be used with
ConnectionManagementSection seamlessly.
* ConnectionManagementElementCollection.cs :
create ConnectionManagementElement. in CreateNewElement().
remove extra MonoTODO as it does not (well, won't) happen anymore.
The actual configuration file change will follow in the later stage
since it needs changes in ConfigurationSettings and sys.conf.dll.
2005-12-14 Chris Toshok <toshok@ximian.com>
* MailSettingsSectionGroup.cs, PerformanceCountersElement.cs,
SmtpNetworkElement.cs, SmtpSection.cs,
SmtpSpecifiedPickupDirectoryElement.cs, WebProxyScriptElement.cs:
add missing 2.0 configuration classes.
* AuthenticationModulesSection.cs, BypassElementCollection.cs,
HttpCachePolicyElement.cs, NetSectionGroup.cs,
ServicePointManagerElement.cs, SettingsSection.cs,
SocketElement.cs, WebRequestModuleElementCollection.cs,
WebRequestModuleElement.cs, WebRequestModulesSection.cs: more 2.0
config cleanup work.
* MailSettingsSection.cs, SmtpElement.cs,
UriParserElementCollection.cs, UriParserElement.cs,
UriParserSection.cs: remove these 2.0 classes as they aren't there
anymore.
2005-12-13 Chris Toshok <toshok@ximian.com>
* AuthenticationModuleElementCollection.cs,
AuthenticationModuleElement.cs, AuthenticationModulesSection.cs,
BypassElementCollection.cs, BypassElement.cs,
ConnectionManagementElementCollection.cs,
ConnectionManagementElement.cs, ConnectionManagementSection.cs,
DefaultProxySection.cs, FtpCachePolicyElement.cs,
HttpCachePolicyElement.cs, HttpWebRequestElement.cs,
Ipv6Element.cs, ModuleElement.cs, NetSectionGroup.cs,
ProxyElement.cs, RequestCachingSection.cs: 2.0 config cleanup work.
2005-11-09 Michael Hutchinson <m.j.hutchinson@gmail.com>
* DefaultProxyHandler.cs: Read proxy address from environment, fall
back on unvalid URIs
2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
* HttpWebRequestElement.cs: Added missing properties and
attributes.
2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* NetConfigurationHandler.cs: new attribute 'useUnsafeHeaderParsing'.
It's value is ignored. Fixes bug #76442.
2005-08-02 Raja R Harinath <rharinath@novell.com>
* HttpCachePolicyElement.cs: Fix compilation with mcs 1.0.
CONFIGURATION_DEP implies XML_DEP.
2005-07-05 Raja R Harinath <rharinath@novell.com>
* HttpCachePolicyElement.cs: Add CONFIGURATION_DEP guard.
* AuthenticationModuleElementCollection.cs: Replace XML_DEP guard
with CONFIGURATION_DEP.
* AuthenticationModuleElement.cs: Likewise.
* AuthenticationModulesSection.cs: Likewise.
* BypassElementCollection.cs: Likewise.
* BypassElement.cs: Likewise.
* ConnectionManagementElementCollection.cs: Likewise.
* ConnectionManagementElement.cs: Likewise.
* ConnectionManagementSection.cs: Likewise.
* DefaultProxySection.cs: Likewise.
* HttpWebRequestElement.cs: Likewise.
* Ipv6Element.cs: Likewise.
* MailSettingsSection.cs: Likewise.
* ModuleElement.cs: Likewise.
* NetSectionGroup.cs: Likewise.
* ProxyElement.cs: Likewise.
* RequestCachingSection.cs: Likewise.
* ServicePointManagerElement.cs: Likewise.
* SettingsSection.cs: Likewise.
* SmtpElement.cs: Likewise.
* SocketElement.cs: Likewise.
* UriParserElementCollection.cs: Likewise.
* UriParserElement.cs: Likewise.
* UriParserSection.cs: Likewise.
* WebRequestModuleElementCollection.cs: Likewise.
* WebRequestModuleElement.cs: Likewise.
* WebRequestModulesSection.cs: Likewise.
2005-06-15 Lluis Sanchez Gual <lluis@novell.com>
* HttpCachePolicyElement.cs:
* SmtpElement.cs: Track 2.0 API changes.
2005-06-14 Lluis Sanchez Gual <lluis@novell.com>
* SettingsSection.cs, UriParserElement.cs, MailSettingsSection.cs,
RequestCachingSection.cs, SmtpElement.cs, AuthenticationModulesSection.cs,
Ipv6Element.cs, ModuleElement.cs, AuthenticationModuleElement.cs,
UriParserSection.cs, SocketElement.cs, ConnectionManagementElement.cs,
WebRequestModuleElement.cs, DefaultProxySection.cs, BypassElement.cs,
ServicePointManagerElement.cs, ConnectionManagementSection.cs,
ProxyElement.cs, HttpCachePolicyElement.cs, HttpWebRequestElement.cs,
WebRequestModulesSection.cs:
Changed properties from "internal protected" to "protected", since
configuration classes have been moved to a new assembly.
2004-09-10 Tim Coleman <tim@timcoleman.com>
* AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
* AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
* ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
* ConnectionManagementSection.cs DefaultProxySection.cs
* HttpCachePolicyElement.cs HttpWebRequestElement.cs
* Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
* NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
* ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
* SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
* UriParserSection.cs WebRequestModuleElement.cs
* WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
New classes for Fx 2.0
2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* DefaultProxyHandler.cs: removed Console.WriteLine's.
2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* NetConfigurationHandler.cs: process the httpWebRequest node too.
Better error checking.
2003-10-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ConnectionManagementHandler.cs: the hashtable is case insensitive now.
2003-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ConnectionManagementHandler.cs: added GetMaxConnections to return the
max. number of simultaneous connections to a given host.
2003-07-14 Jerome Laban <jlaban@wanadoo.fr>
* NetConfigurationHandler.cs: New file that handles
system.net/settings
2003-06-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* NetAuthenticationModuleHandler.cs: register the modules using
AuthenticationManager.
2003-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* WebRequestModuleHandler.cs: handles system.net/webRequestModules
configuration section.
2003-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* DefaultProxyHandler.cs: new file.
* NetAuthenticationModuleHandler.cs: new file.
Reworked HttpWebRequest and related classes.
2003-05-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ConnectionManagementHandler.cs: New file that handles
system.net/connectionManagement section.