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 (Collapse)Author
2019-03-18Remove more unnecessary nunit24 cruftAlexander Köplinger
2019-02-02[bcl] Actually fix the nunit/nunitlite assembly identity (#12743)Alexander Köplinger
The solution from https://github.com/mono/mono/pull/12725 doesn't fully work since e.g. gacutil seems to verify the strong name. Instead follow what we do for other keys where we don't have the private key: add them to the machine.config pubTokenMapping list.
2018-03-23Imports FtpWebRequest from CoreFX (#7644)Egor Bogatov
Contributes to #7682 Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=12850 FtpWebRequest used to work incorrectly with sub directories. Let's say we have a following FTP structure ``` myserver ├── file1 └── subdir └── file2 └── file3 ``` Old behavior: ### 1) For `ftp://myserver/subdir/` printed: ``` file2 file3 ``` Expected: ``` file2 file3 ``` ### 2) For `ftp://myserver/subdir` printed: ``` file1 subdir ``` Expected: ``` subdir/file2 subdir/file3 ``` ### 3) For `ftp://myserver/subdir/file2` printed: ``` file2 file3 ``` Expected: ``` file2 ``` With the fix in this PR it works as expected (matches netfx and netcore behaviors).
2016-11-15Remove global ipv6 disabled setting. Fixes #35536Marek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2014-05-09Remove last traces of Mono.WebMarek Habersack
2013-09-20[Install] Add Compat.browser files for net_4_0 and net_4_5Etienne CHAMPETIER
Without that referencing browser 'Default' (parentID="Default") in a .browser file make the app throw exceptions here mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Build.cs#L206 Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
2011-04-28Add entries for MD4 in machine.config (fix #682619)Sebastien Pouliot
2011-01-27[machine.config] Added the <system.transactions> section definitionMarek Habersack
2010-12-13[asp.net] .NET 4.0 declares the <system.web.extensions> section in ↵Marek Habersack
machine.config
2010-11-19Web service help fixGonzalo Paniagua Javier
Generate the wsdl document with UTF8 encoding.
2010-09-17ProtocolMapping needed config section, default items and support in ↵Atsushi Eno
ServiceHostBase.
2010-09-17Add working .svc handler in 4.0 web.config, fix standard endpoint handling ↵Atsushi Eno
and get xsp4 working.
2010-09-13implemented large parts of WCF standard endpoints and configuration support.Atsushi Eno
2010-09-07Add wsdl help generator to the 4.0 filesGonzalo Paniagua Javier
Ditto. Fixes bug #636841.
2010-08-19[Fix] update the System.ServiceModel assembly versionJb Evain
2010-05-15This expression builder is implemented nowMarek Habersack
svn path=/trunk/mono/; revision=157379
2010-05-14More 4.0 changesMarek Habersack
svn path=/trunk/mono/; revision=157335
2010-05-14Added ASP.NET 4.0 controlsMarek Habersack
svn path=/trunk/mono/; revision=157334
2010-04-07Added the memoryCache sectionMarek Habersack
svn path=/trunk/mono/; revision=154951
2010-02-06Modified the assemblies collection to match what is found in .NET 4.0Marek Habersack
svn path=/trunk/mono/; revision=150977
2010-01-21add XNA public key tokenSebastien Pouliot
svn path=/trunk/mono/; revision=149986
2009-12-14.gitignore.Zoltan Varga
svn path=/trunk/mono/; revision=148363
2009-08-062009-08-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* web.config: add WCF assemblies as references at compilation. * machine.config: add some missing WCF sections (new in 3.5). svn path=/trunk/mono/; revision=139460
2009-07-242009-07-24 Jb Evain <jbevain@novell.com>Jb Evain
* Initial import of the net_4_0 specific files. svn path=/trunk/mono/; revision=138643