1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
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.
|