Merge pull request #1262 from esdrubal/uriserializationinfo
[mono.git] / mcs / class / System / Test / System / UriTest.cs
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marcos HenrichTest UriComponents.SerializationInfoString. Covers...
2014-08-29 Marek SafarMerge pull request #1242 from esdrubal/xelement
2014-08-29 Marek SafarMerge pull request #1237 from esdrubal/xdocument
2014-08-28 Zoltan VargaMerge pull request #1200 from akoeplinger/remove-jvm
2014-08-21 Alex Rønne PetersenMerge pull request #1172 from roji/datarow_null
2014-08-20 Miguel de IcazaMerge pull request #1189 from joelmartinez/docs-64bit...
2014-08-14 Marek SafarMerge pull request #1188 from arktronic/master
2014-08-12 Miguel de IcazaMerge pull request #1192 from LogosBible/regex-fixes...
2014-08-11 Marek SafarMerge pull request #1190 from esdrubal/encoder-convert
2014-08-08 Alexander Köplinger[Cleanup] Removed TARGET_JVM
2014-08-06 Marek SafarMerge pull request #1195 from akoeplinger/fix-uri-with...
2014-08-06 Alexander Köplinger[System] Fix parsing of URI schemes with digits
2014-08-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-07-28 Marcos HenrichAdded UriTestAux that tests non default IriParsing...
2014-07-10 Marcos HenrichFixed tests to pass in .NET 4.5, 4.0 and 2.0.
2014-07-08 Marcos HenrichFragment_Escape '#' escaping with and without IriParsing.
2014-07-08 Marcos HenrichQueryEscape '%2f' unescaping with and without IriParsing.
2014-07-08 Marcos HenrichUpdated IPv6 test to use the correct form.
2014-06-19 Alex Rønne PetersenMerge pull request #1109 from adbre/iss358
2014-06-11 Alex Rønne PetersenMerge pull request #890 from xoofx/master
2014-05-27 Sebastien PouliotMerge pull request #1057 from lextm/master
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-02-19 Marek SafarAdd failing Uri test
2013-12-03 Marek SafarMerge pull request #823 from DavidKarlas/master
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-08-16 Rodrigo KumperaMerge pull request #725 from knocte/threadpool_init
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-07-30 Marek SafarMerge pull request #665 from andreas-auerswald/master
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-24 Martin Baulig[System]: Add System.Uri test for bug #12631.
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-13 Marek SafarFix uri escaping to match .net 4
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-24 Marek SafarImplementations of Uri.Equals must not throw exceptions...
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-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
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 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-15 Sebastien PouliotFix Uri.Segments property so the internal, cached,...
2010-09-14 Sebastien PouliotFix some (long standing) NotWorking test cases on Uri
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Sebastien PouliotFix URi tests (and class) to be omcpatible with both...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
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-06-22 Gonzalo Paniagua... 2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell...
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-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
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...
2009-12-01 Marek SafarMove docs.
2009-11-26 Stephane Delcroix2009-11-26 Stephane Delcroix <stephane@delcroix.org>
2009-09-01 Raja R HarinathFix #533572
2009-07-13 Michael Barker2009-07-11 Michael Barker <mike@middlesoft.co.uk>
2009-06-25 Robert Jordan2009-06-25 Robert Jordan <robertj@gmx.net>
2009-02-18 Marek SafarNew test.
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-02-18 Atsushi Eno2009-02-18 Atsushi Enomoto <atsushi@ximian.com>
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-05-12 Noam LampertAdd testcase for pre-escaped strings preceded by non...
2008-05-12 Noam Lampert2008-05-12 Noam Lampert <noaml@mainsoft.com>
2008-03-19 Igor Zelmanovichmerge r98600
2008-03-12 Stephane Delcroix2008-03-12 Stephane Delcroix <sdelcroix@novell.com>
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-04 Arina ItkesUnix absolute path should not be valid on Windows
2007-11-06 Marek SafarNew tests, update
2007-11-02 Miguel de Icaza2007-11-02 Miguel de Icaza <miguel@novell.com>
2007-10-23 Marek SafarNew tests, message update
2007-10-16 Gert Driesen* UriTest.cs: Removed extra tabs.
2007-10-03 Raja R HarinathFix #328490
2007-09-26 Gert Driesen* UriTest.cs: Added test for Fragment with relative...
next