Call GetObject only once per current member.
[mono.git] / mcs / class / System / Test /
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-18 Sebastien PouliotFix bugs in UriFormat.SafeUnescaped
2010-10-13 Gonzalo Paniagua... Misc. fixes
2010-10-08 Sebastien PouliotFix ASP.NET HttpResponse not to depend on a (fixed...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-29 Sebastien PouliotFix buffer checks on Socket.[Receive|Send]Async
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-23 Sebastien PouliotAdd test case to show a different behavior (from Window...
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 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-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 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 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 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-15 Sebastien PouliotFix System.Uri wrt 'ftp' scheme
2010-09-15 Sebastien PouliotFix System.Uri wrt 'nntp://' URIs
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 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 CortezAdd a new test for TypeDescriptor.InterfaceType.
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 and ONLY_1_1 directives from TypeDes...
2010-09-14 Carlos Alberto CortezAdd new TypeDescriptionProviderTest.cs test file.
2010-09-13 Sebastien PouliotFix URi tests (and class) to be omcpatible with both...
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Carlos Alberto CortezAdd a test case for DateTimeOffsetConverter converting...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-07 Carlos Alberto CortezAdd new DateTimeOffsetConverterTests.cs test file.
2010-09-05 Carlos Alberto CortezNew test for CultureInfoConverter.GetCultureName.
2010-09-05 Carlos Alberto CortezAdd new AttributeCollectionTest file.
2010-08-31 Rolf Bjarne KvingeTrim the uri in UriParser::GetComponents, just like...
2010-08-30 Rolf Bjarne KvingeUri: fix path component of merged uris with parent...
2010-08-18 Zoltan VargaFix running of tests under net 4.0.
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Jérémie LavalCorrect typo in Barrier test fixture name
2010-08-09 Zoltan VargaCall BeginErrorReadLine()/BeginOutputReadLine() in...
2010-08-09 Zoltan VargaAvoid printing the output of /bin/ls in a Process test.
2010-08-09 Zoltan VargaRemove some hash code tests which can fail.
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 Raja R HarinathImplement envelope sender semantics in SmtpClient
2010-08-04 Raja R HarinathAdd a dummy SmtpServer to talk to our SmtpClient in...
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-25 Raja R HarinathFix a few cases of mixed line-endings
2010-07-25 Raja R HarinathEOL handling
2010-07-20 Miguel de Icaza2010-07-20 Miguel de Icaza <miguel@novell.com>
2010-07-19 Marek Habersack2010-07-19 Marek Habersack <mhabersack@novell.com>
2010-06-30 Marek SafarFixed.
2010-06-28 Gonzalo Paniagua... new address
2010-06-28 Alan McGovern2010-06-28 Alan McGovern <amcgovern@novell.com>
2010-06-28 Raja R HarinathRevert "processed with astyle" (SVN r159583)
2010-06-27 C.J. Adams-Collierprocessed with astyle
2010-06-22 Gonzalo Paniagua... 2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell...
2010-06-21 Rodrigo Kumpera2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
2010-06-14 C.J. Adams-Collierfirst pass at adding RegexOption.Compiled to constructo...
2010-05-29 Gonzalo Paniagua... 2010-05-29 Gonzalo Paniagua Javier <gonzalo@novell...
2010-05-27 Marek SafarNew tests.
2010-05-24 Atsushi Eno2010-05-24 Atsushi Enomoto <atsushi@ximian.com>
2010-05-21 Sebastien Pouliot2010-05-21 Sebastien Pouliot <sebastien@ximian.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-22 Jérémie Laval2010-04-23 Jérémie Laval <jeremie.laval@gmail.com>
2010-04-17 Raja R HarinathKeep "ftp://a.b/%2fcd" urls unmolested
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-13 Jonathan Pryor * System.CodeDom.Compiler/CodeGenerator.cs: Clear...
2010-04-12 Jonathan Pryor * Test/Microsoft.CSharp/CodeGeneratorFromExpressionTes...
2010-04-09 Raja R HarinathSortedSet: Add move view tests.
2010-04-09 Raja R HarinathSortedSet: Don't maintain state in the view
2010-04-07 Raja R HarinathSortedSet: Enable set comparision operations on views...
2010-04-06 Jb Evainmove FrameworkName from corlib to System
2010-04-06 Jb Evain2010-04-06 Jb Evain <jbevain@novell.com>
2010-04-06 Ankit JainAdd support for ToolsVersion and correctly build msbuil...
2010-04-05 Raja R HarinathTake advantage of set properties, C# default parameters...
2010-04-05 Raja R HarinathSortedSet: Complete implementation of more methods
2010-04-04 Raja R HarinathSortedSet: implement IntersectWith, UnionWith, ExceptWi...
2010-04-02 Jb Evain2010-04-02 Jb Evain <jbevain@novell.com>
next