Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-24[System] Port System.Net.Mime namespace from referencesourcesAlexander Köplinger
2015-12-03[System] Uri component values from reference sourceMarek Safar
2015-11-21[system] Bump uri limit to match .net. Fixes #36095Marek Safar
2015-10-30[System]: Cleanup 'ChainValidationHelper', moving the actual validation code ...Martin Baulig
2015-10-19Merge pull request #2136 from esdrubal/uridotsegmentMarcos Henrich
2015-10-16[System]: Remove the TrustEvaluateSsl(MX.X509CertificateCollection...) overlo...Martin Baulig
2015-10-15[System] Fixed dots trimmed from segments.Marcos Henrich
2015-10-14[System]: Add AndroidPlatform.TrustEvaluateSsl(X509Certificate2Collection...)...Martin Baulig
2015-10-05[socket] Refactor SocketAsyncEventArgs creationLudovic Henry
2015-10-05[socket] Factor SocketAsyncResult and ProcessAsyncResult common parts into IO...Ludovic Henry
2015-09-05Merge pull request #2031 from esdrubal/uriworkaroundMarcos Henrich
2015-09-04[System] UriKind.RelativeOrAbsolute workaround.Marcos Henrich
2015-09-04Fixes Uri.UserInfo with spaces.Marcos Henrich
2015-08-29Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsoluteMarcos Henrich
2015-08-06Uri.ShemeDelimiter should not be used when the host is empty.Martin Potter
2015-07-24[System] UriKind.RelativeOrAbsolute workaround.Marcos Henrich
2015-04-20Merge pull request #1222 from LogosBible/uri-trycreateMarcos Henrich
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-12-05[System] Fixed UriParseComponents.ParseUser. Fixes #25087.Marcos Henrich
2014-11-10Merge pull request #1390 from woodsb02/FreeBSDMacNetworkInterfacesMiguel de Icaza
2014-11-06Freebsd to use Mac NetworkInterface code instead of Linux NetworkInterface codeBen Woods
2014-10-24File URI's without a host are not UNC paths on Windows.Vincent Povirk
2014-09-24Revert "Uri made from UNIX path and RelativeOrAbsolute is now relative."Rodrigo Kumpera
2014-09-23Merge pull request #1299 from esdrubal/uriuserinfoRodrigo Kumpera
2014-09-23Uri made from UNIX path and RelativeOrAbsolute is now relative.Marcos Henrich
2014-09-23UriParseComponents no longer decodes '@' in UserInfo. Fixes 23246.Marcos Henrich
2014-09-23Fixed additional Uri.UserInfo char consumed after an escaped char.Marcos Henrich
2014-09-08Added support for UriComponents.SerializationInfoString. Fixes #21571.Marcos Henrich
2014-08-28UriParser.IsBaseOf now explicitly throws ArgumentNullException.Marcos Henrich
2014-08-21Lower-case the host in Uri.TryCreate to match behavior of constructorsMartin Potter
2014-08-21Fix NullReferenceException in Uri.Compare when only one of the Uris is nullMartin Potter
2014-08-14Warnings cleanupMarek Safar
2014-08-06[System] Fix parsing of URI schemes with digitsAlexander Köplinger
2014-08-06Merge pull request #1168 from esdrubal/iriparsingMarek Safar
2014-07-31Implement the Mono side of Android support for NetworkInterface.GetAllNetwork...Marek Habersack
2014-07-29Uri.ToString now returns registered parser components when possible.Marcos Henrich
2014-07-29ParseNoExceptions is now using registered parsers when possible.Marcos Henrich
2014-07-29TryParseComponent returns when the scheme has a registered parser.Marcos Henrich
2014-07-29Removed parameter parser from UriParseComponents.ParseComponents.Marcos Henrich
2014-07-28Changed some IriParsing behaviors to be platform behaviors.Marcos Henrich
2014-07-25Refactored ifs into switches.Marcos Henrich
2014-07-25Removed unnecessary parameter modifier ref.Marcos Henrich
2014-07-25Added missing spaces.Marcos Henrich
2014-07-25Call more appropriate string.TrimStart overload.Marcos Henrich
2014-07-25Parse methods are now chained in conjunction.Marcos Henrich
2014-07-25Refactored UriHelper.Reduce to use string.Split.Marcos Henrich
2014-07-25Removed redundant code.Marcos Henrich
2014-07-25Splited if to test % first.Marcos Henrich
2014-07-25UriHelper.HexEscapeMultiByte is now using StringBuilder.Marcos Henrich