Merge pull request #1668 from alexanderkyte/bug1856
[mono.git] / mcs / class / System / System / Uri.cs
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-21 Rodrigo KumperaMerge pull request #1699 from ludovic-henry/threadpool...
2015-04-21 Alexander KöplingerMerge pull request #1721 from jaredpar/fix-attribute-gen
2015-04-21 Miguel de IcazaMerge pull request #1720 from blucz/master
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-06 Marek SafarMerge pull request #1508 from slluis/fix-20966
2015-01-22 Martin BauligMerge pull request #1156 from felfert/master
2015-01-21 Marek SafarMerge pull request #1502 from madrang/SafeHandle.CloseT...
2015-01-21 Marek SafarMerge pull request #1504 from madrang/SafeHandle.SetInv...
2015-01-19 João MatosMerge pull request #1404 from woodsb02/mono-route
2015-01-15 Rodrigo KumperaMerge pull request #1458 from BrzVlad/feature-fat-cas
2015-01-15 Marek SafarMerge pull request #1505 from esdrubal/tzifloatingrule
2015-01-15 Zoltan VargaMerge pull request #1506 from akoeplinger/fix-paste...
2015-01-14 Mark ProbstMerge pull request #1466 from schani/stage-unified...
2015-01-14 Zoltan VargaMerge pull request #1500 from criteo-forks/criteo
2015-01-13 Zoltan Varga[bcl] Remove NET_4_5 defines from class libs.
2015-01-13 Zoltan Varga[bcl] Remove NET_4_0 defines from class libs.
2014-11-07 Alexander KöplingerMerge branch 'patch-1' of https://github.com/ReubenBond...
2014-10-31 Miguel de IcazaMerge pull request #960 from ermshiperete/ShowHelp
2014-10-29 Zoltan VargaMerge pull request #944 from ermshiperete/bug-novell...
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-19 Miguel de IcazaMerge pull request #1245 from StephenMcConnel/bug-22483
2014-09-12 Zoltan VargaMerge pull request #1275 from ranma42/fix-lib64
2014-09-10 Marek SafarMerge pull request #1267 from ramtinkermani/master
2014-09-09 Marek SafarMerge pull request #1266 from esdrubal/datetimenewformat
2014-09-09 Rodrigo KumperaMerge pull request #1248 from kumpera/kill_the_interpreter
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marcos HenrichAdded support for UriComponents.SerializationInfoString...
2014-08-28 Zoltan VargaMerge pull request #1200 from akoeplinger/remove-jvm
2014-08-28 Rodrigo KumperaMerge pull request #1238 from esdrubal/datetimeoffset
2014-08-28 Rodrigo KumperaMerge pull request #1219 from panzone/los_partial_marking
2014-08-28 Marek SafarMerge pull request #1234 from esdrubal/datetimeoffset
2014-08-25 Marek SafarMerge pull request #1224 from esdrubal/codecompiler
2014-08-25 Marek SafarMerge pull request #1223 from esdrubal/xmlgenerator
2014-08-21 Marek SafarMerge pull request #1221 from LogosBible/uri-compare
2014-08-21 Martin PotterLower-case the host in Uri.TryCreate to match behavior...
2014-08-21 Alex Rønne PetersenMerge pull request #1172 from roji/datarow_null
2014-08-21 Martin PotterFix NullReferenceException in Uri.Compare when only...
2014-08-20 Miguel de IcazaMerge pull request #1189 from joelmartinez/docs-64bit...
2014-08-18 Marek SafarMerge pull request #1212 from esdrubal/isany
2014-08-14 Marek SafarWarnings cleanup
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-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-07-29 Marcos HenrichUri.ToString now returns registered parser components...
2014-07-29 Marcos HenrichParseNoExceptions is now using registered parsers when...
2014-07-29 Marcos HenrichRemoved parameter parser from UriParseComponents.ParseC...
2014-07-28 Marcos HenrichChanged some IriParsing behaviors to be platform behaviors.
2014-07-25 Marcos HenrichRefactored ifs into switches.
2014-07-25 Marcos HenrichAdded missing spaces.
2014-07-25 Marcos HenrichChanged string operations to use StringComparison.Ordinal.
2014-07-25 Marcos HenrichRemoved redundant IriParsing init and changed if to...
2014-07-24 Marcos HenrichChanged Uri.Unescape to use UriHelper.FormatAbsolute.
2014-07-24 Marcos HenrichAdded HexUnescapeMultiByte overload with invalidEscape...
2014-07-23 Marcos HenrichUri.Merge ignores on 2.0 base filename when relative...
2014-07-23 Marcos HenrichAdded FormatFlag.UserEscaped to Uri.LocalPath.
2014-07-22 Marcos HenrichImproved Uri.Merge.
2014-07-22 Marcos HenrichRefactored Uri.ParseNoExceptions to use UriParseComponents.
2014-07-17 Marcos HenrichChanged property IriParsing visibility to internal.
2014-07-17 Marcos HenrichChanged character comparison to a disjunction of equali...
2014-07-17 Marcos HenrichMoved s_IriParsing initialization and removed volatile...
2014-07-15 Marcos HenrichReplaced Uri.LocalPath Unescape uses by UriHelper.Forma...
2014-07-15 Marcos HenrichScope id is now removed from IpV6 Host.
2014-07-15 Marcos HenrichUri.Host is now escaped with UriHelper.FormatAbsolute.
2014-07-14 Marcos HenrichFixed EscapeDataString and EscapeUriString behavior.
2014-07-11 Marcos HenrichAdded uuid to Uri.schemes so its delimiter can be obtained.
2014-07-11 Marcos HenrichReplaced Escape and Reduce usage by FormatAbsolute.
2014-07-11 Marcos HenrichAdded FormatFlag.UserEscaped.
2014-07-10 Marcos HenrichRemoved ToString call on OriginalString when source...
2014-07-07 Marcos HenrichChanged Uri.ToString() to use property Uri.Parser.
2014-07-04 Marcos HenrichUri.IriParsing can now be set by using an environment...
2014-07-03 Marcos HenrichUpdated UriHelper.FormatFlags.
2014-07-03 Marcos HenrichUpdated Uri.Tostring.
2014-07-03 Marcos HenrichUpdated Fragment, Query, AbsoluteUri.
2014-06-29 Marcos HenrichChanged Uri.SupportsQuery to use UriHelper.SupportsQuery.
2014-06-29 Marcos HenrichChanged method HexUnescapeMultiByte to internal.
2014-06-29 Marcos HenrichAdded property IriParsing and field s_IriParsing.
2014-06-28 Marcos HenrichAdded UriScheme name.
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-21 Zoltan VargaFix bootstrap with older mono versions.
2014-02-19 Marek Safar[System] Kill some Uri static fields
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
next