[Http]: Disable redirect with body and no buffering.
[mono.git] / mcs / class / System / System /
2012-06-21 Vinicius JarinaMinor Fixes: Uri Parser.
2012-06-20 Yves BastideFix #2363 in Uri.CheckHostName().
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-18 Miguel de IcazaMerge pull request #332 from robwilkens/Bug2663-fix
2012-06-18 Marek SafarMerge pull request #331 from viniciusjarina/uri_lite2
2012-06-17 Vinicius JarinaRemoved RegularExpressions dependency from UriParser
2012-06-08 Marek SafarMerge pull request #319 from pragmatrix/master
2012-06-08 Marek SafarFix some warnings
2012-06-04 Marek SafarMerge pull request #313 from viniciusjarina/green_build
2012-06-02 Miguel de Icaza[System] Removal of the NET_2_0 in the source code
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-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-26 Jeffrey StedfastDon't invoke libc uname() on non-Unix systems
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Jeffrey StedfastReverted previous commit, struct sizes vary way too...
2011-07-06 Jeffrey StedfastUse a struct utsname when calling uname() instead of...
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Jeffrey StedfastMake internal Platform class static
2011-07-05 Jeffrey StedfastOops, we need Platform.cs too
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-24 Andreia GaitaFix UriParser.GetComponents for the PathAndQuery case
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 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 line endings
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-14 Atsushi EnoRemove Console.WriteLine.
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-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 HarinathEOL handling
2010-06-30 Marek SafarFixed.
2010-06-28 Alan McGovern2010-06-28 Alan McGovern <amcgovern@novell.com>
2010-06-28 Alan McGovern2010-06-28 Alan McGovern <amcgovern@novell.com>
2010-06-22 Gonzalo Paniagua... 2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell...
next