Don't use scheme if not an absolute URI
[mono.git] / mcs / class / System / System / Uri.cs
2012-07-24 David StrawDon't use scheme if not an absolute URI
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-13 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-10 David StrawMerge branch 'master' of https://github.com/strawd...
2012-07-10 David StrawUse static instances for scheme in parsed URIs
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-20 Yves BastideFix #2363 in Uri.CheckHostName().
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...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-24 Marek SafarFix few obvious NREs
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-05 Marek SafarFew corcompare fixes
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-10 Sebastien PouliotFix parameter name mismatches between Moonlight and...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
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-15 Marek SafarClean up few more warnings
2010-09-28 Sebastien PouliotAvoid a culture-specific check for the end of an URI
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Miguel de IcazaImprove the Uri parsing speed
2010-09-23 Sebastien PouliotFix support of non-ASCII host names in System.Uri
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-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 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 Atsushi EnoMerge branch 'master' of github.com:mono/mono
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 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-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-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-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-06-18 Gonzalo Paniagua... 2010-06-18 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...
2010-03-26 Marek SafarNew test.
2010-03-20 Miguel de Icaza2010-03-20 Miguel de Icaza <miguel@novell.com>
2010-03-19 Sebastien PouliotIn System.Timers:
2010-03-16 Marek SafarNew tests.
2010-03-16 Jb Evainuse MOONLIGHT symbol
2010-02-24 Paolo MolaroWed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian...
2010-01-27 Carlos Alberto Cortez2010-01-27 Carlos Alberto Cortez <calberto.cortez...
2009-12-01 Marek SafarMove docs.
2009-12-01 Sebastien Pouliot2009-11-30 Sebastien Pouliot <sebastien@ximian.com>
2009-11-26 Stephane Delcroix2009-11-26 Stephane Delcroix <stephane@delcroix.org>
2009-10-24 Geoff Nortonmake uri no braindead on mt
next