Provide proxy support for Windows; completes https://bugzilla.novell.com/show_bug...
[mono.git] / mcs / class / System / Test /
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-17 Todd FosterFix bug #311: On LinkedList.Clear, detach each node...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-16 Konrad M. Kruczynski[Fix] #635971 Fixed throwing exception in case of using...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-06 Konrad M. KruczynskiSmall thing reverted.
2011-05-06 Konrad M. KruczynskiMerge branch 'master' of github.com:konrad-kruczynski...
2011-05-06 Konrad M. KruczynskiAdded test for bug fix #688940.
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-26 Gonzalo Paniagua... [socket] Fixed other BeginConnect overloads
2011-04-21 Atsushi EnoFix wrapper elements. It should be <TraceData><DataItem>...
2011-04-21 Atsushi EnoXmlWriterTraceListener supports XPathNavigator as non...
2011-04-06 Atsushi EnoRemove obsolete nunit syntax from tests except for...
2011-04-01 Marek Habersack[system] Part of fix for bug #683339. NameValueCollecti...
2011-03-22 Gonzalo Paniagua... [HttpListener] Match exceptions from MS on cleanup.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-11 Gonzalo Paniagua... Fix To2047
2011-03-11 Gonzalo Paniagua... Test for both Set-Cookie and Set-Cookie2
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Gonzalo Paniagua... Comment out test that does not work on linux.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Date property.
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Host property.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Luke HalliwellFix for bug 349053 - unable to serialize SortedDictionary
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 Guillaume PouilletFix bug in BlockingCollection<T>.TryTake Add correspond...
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
next