[HttpWebRequest] EndGetResponse already does this.
[mono.git] / mcs / class / System /
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-25 Gonzalo Paniagua... ConnectAsync() security checks
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
2010-09-25 Gonzalo Paniagua... Made the moonlight profile happy.
2010-09-25 Gonzalo Paniagua... Move async IO code to Socket_2_1
2010-09-25 Gonzalo Paniagua... Rework SocketAsyncEventArgs internals
2010-09-25 Miguel de IcazaImprove the Uri parsing speed
2010-09-24 Andreia GaitaFix UriParser.GetComponents for the PathAndQuery case
2010-09-23 Sebastien PouliotAdd test case to show a different behavior (from Window...
2010-09-23 Sebastien PouliotFix exceptions wrt IPAddress.ScopeId
2010-09-23 Sebastien PouliotAdd some missing validations to Socket
2010-09-23 Sebastien PouliotFix support of non-ASCII host names in System.Uri
2010-09-22 Gonzalo Paniagua... LocalEndPoint works now for non-blocking connects
2010-09-22 Sebastien PouliotNET_4_0 fixes for System.Uri also apply to Moonlight...
2010-09-22 Sebastien PouliotDo not allow + sign when specifying the port of an URI
2010-09-22 Sebastien PouliotFix some host name checks, delay port check and fix...
2010-09-21 Carlos Alberto CortezImplement IDesignerLoaderHost2 interface.
2010-09-21 Carlos Alberto CortezAdd IDesignerLoaderHost2.cs to our build.
2010-09-21 Carlos Alberto CortezAdd IDesignerHostTransactionState.cs and TypeDescriptio...
2010-09-21 Carlos Alberto CortezImplement IDesignerHostTransactionState.cs
2010-09-21 Carlos Alberto CortezImplement TypeDescriptionProviderService.
2010-09-21 Carlos Alberto CortezImplement AddProviderTransparent and RemoveProviderTran...
2010-09-21 Carsten Schlote[System.Configuration] Added check for SettingProviderA...
2010-09-21 Carsten Schlote[System.Configuration] Fixed GetProductName() function
2010-09-21 Carsten Schlote[System.Configuration] Fixed GetEvidenceHash() function...
2010-09-20 Sebastien PouliotUri.LocalPath is unescaped - even if original URI is...
2010-09-20 Sebastien PouliotUri.OriginalString is a bit misleading since it's compu...
2010-09-20 Sebastien PouliotActual exception message vary wrt scheme
2010-09-20 Sebastien PouliotFix different between an empty Uri.UserInfo and the...
2010-09-20 Sebastien PouliotOnly return true on Windows for Uri.IsUnc on file:...
2010-09-20 Sebastien PouliotRemove NET_2_0 and ONLY_1_1 from UriTest.cs (its alread...
2010-09-20 Sebastien PouliotFix merging relative URI that looks like complete URI...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Sebastien PouliotFix escaping on relative URI
2010-09-17 Sebastien PouliotAdd support for IPv6 in System.Uri.DnsSafeHost
2010-09-17 Sebastien PouliotFix Uri when a colon ':' is not followed by a port...
2010-09-17 Sebastien PouliotFix typo (host vs hostName) in one of UriBuilder ctor
2010-09-17 Sebastien PouliotUriBuilder is more forgiving (than Uri) when parsing...
2010-09-17 Sebastien PouliotFix case where 'incomplete' IPv6 address are used in...
2010-09-17 Sebastien PouliotUpdate UriBuilder.Path once the Uri has been created
2010-09-17 Gonzalo Paniagua... Revert my last patch
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Sebastien PouliotUpdate UriBuilder.Host once the Uri has been created
2010-09-16 Sebastien PouliotFix known (NotWorking) test cases for UriBuilder and...
2010-09-16 Sebastien PouliotFix line endings
2010-09-16 Sebastien PouliotFix path reduction when %2e are used in an URI
2010-09-16 Sebastien PouliotFix (existing and) remaining NotWorking tests for Syste...
2010-09-16 Sebastien PouliotFixes to System.Uri wrt 'file' scheme
2010-09-16 Gonzalo Paniagua... Fix typo. It has been there for 4 years.
2010-09-15 Sebastien PouliotFix System.Uri wrt 'ftp' scheme
2010-09-15 Sebastien PouliotFix System.Uri wrt 'nntp://' URIs
2010-09-15 Sebastien PouliotRemove more code (after shortcut) on 'news:' Uri
2010-09-15 Sebastien PouliotMultiple fixes for URI using 'news:' scheme
2010-09-15 Sebastien PouliotFix Uri.Segments property so the internal, cached,...
2010-09-15 Sebastien PouliotFix Uri.ToString when forward slashes are used
2010-09-15 Sebastien PouliotFix Uri/Segments wrt driver letters nad (forward) slashes
2010-09-15 Miguel de IcazaRevert
2010-09-15 Miguel de IcazaMake the thread-id field be of the proper size on 64...
2010-09-15 Raja R HarinathFix a few CRLF issues
2010-09-14 Sebastien PouliotCorrectly handle the (uncommon) 4 slashes //// case...
2010-09-14 Sebastien PouliotFix some (long standing) NotWorking test cases on Uri
2010-09-14 Sebastien PouliotFix Uri Host when a drive letter is used
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Carlos Alberto CortezIn 4.0 the constructors of TypeConverter.SimpleProperty...
2010-09-14 Carlos Alberto CortezAdd a new test for TypeDescriptor.InterfaceType.
2010-09-14 Carlos Alberto CortezImplement TypeDescriptor.InterfaceType.
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 directives from TypeDescriptor.cs
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 and ONLY_1_1 directives from TypeDes...
2010-09-14 Carlos Alberto CortezInclude TypeDescriptionProviderTest.cs in our build.
2010-09-14 Carlos Alberto CortezAdd new TypeDescriptionProviderTest.cs test file.
2010-09-14 Carlos Alberto CortezImplement IsSupportedType, GetExtenderProviders and...
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 directive from TypeDescriptionProvid...
2010-09-14 Atsushi EnoRemove Console.WriteLine.
2010-09-13 Sebastien PouliotFix URi tests (and class) to be omcpatible with both...
2010-09-10 Jb EvainFix the moonlight build
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Carlos Alberto CortezAdd a test case for DateTimeOffsetConverter converting...
2010-09-10 Carlos Alberto CortezUse the DateTimeOffset .ctor that .net uses when conver...
2010-09-09 Gonzalo Paniagua... UDP sockets allow connections to Any
2010-09-09 Jb EvainFix System usage of bootstrap .sources from the normal...
2010-09-08 Jb EvainFix the monodroid and monotouch profile builds
2010-09-08 Jb EvainFactorize the monotouch and monodroid sources into...
2010-09-08 Jb EvainEnable the System build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-07 Carlos Alberto CortezAdd DateTimeOffsetConverter.cs and DateTimeOffsetConver...
2010-09-07 Carlos Alberto CortezAdd new DateTimeOffsetConverterTests.cs test file.
2010-09-07 Carlos Alberto CortezImplement System.ComponentModel.DateTimeOffsetConverter.
2010-09-06 Atsushi EnoFix NetworkInterface marshaling size on OSX and avoid...
2010-09-05 Carlos Alberto CortezNew test for CultureInfoConverter.GetCultureName.
2010-09-05 Carlos Alberto CortezImplement CultureInfoConverter.GetCultureName.
2010-09-05 Carlos Alberto CortezRemove the NET_2_0 directives from CultureInfoConverter.cs
2010-09-05 Carlos Alberto CortezAdd AttributeCollectionTest.cs to System_test.dll.sources.
2010-09-05 Carlos Alberto CortezAdd new AttributeCollectionTest file.
2010-09-05 Carlos Alberto CortezAdd 4.0 Attributes property and protected ctor to Attri...
2010-09-05 Carlos Alberto CortezRemove the NET_2_0 directives from AttributeCollection.cs.
2010-09-03 Jb EvainFix the visiblity of WebExceptionStatus for moonlight...
2010-09-01 Gonzalo Paniagua... Remove Content-Length header when not needed
2010-09-01 Gonzalo Paniagua... Avoid sending data in the challenge phase of NTLM
2010-09-01 Gonzalo Paniagua... Use the request itself as the key for the cache.
next