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.
2016-11-15Remove global ipv6 disabled setting. Fixes #35536Marek Safar
2011-04-28Add entries for MD4 in machine.config (fix #682619)Sebastien Pouliot
2010-01-21add XNA public key tokenSebastien Pouliot
svn path=/trunk/mono/; revision=149986
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2008-07-02* data/net_1_1/machine.config: Ignore system.windows.forms section.Gert Driesen
* data/net_2_0/machine.config: Define system.windows.forms section. svn path=/trunk/mono/; revision=107067
2008-05-072008-05-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* data/net_[1_1|2_0]/machine.config: Add entry to remap the public key used by Silverlight 2.0 platform assemblies. Needed in both profiles since SN uses 1.0. svn path=/trunk/mono/; revision=102712
2008-01-31Add another name to get the OID for MD2. Required for #346536Sebastien Pouliot
svn path=/trunk/mono/; revision=94459
2007-02-27correct content type for post requestKonstantin Triger
svn path=/trunk/mono/; revision=73484
2007-01-25support test page using POST requestKonstantin Triger
svn path=/trunk/mono/; revision=71657
2006-12-232006-12-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* net_1_1/DefaultWsdlHelpGenerator.aspx: * net_2_0/DefaultWsdlHelpGenerator.aspx: when HTTPS is active, trust all certificates when querying to our own server. Part 2 of the fix for bug #80234. svn path=/trunk/mono/; revision=69987
2006-06-15Set svn:eol-style=nativeRaja R Harinath
svn path=/trunk/mono/; revision=61749
2006-03-20add requestLengthDiskThreshold to <httpRuntime>Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=58171
2006-03-09* Added data/net_1_1/DefaultWsdlHelpGenerator.jvm.aspx with removed proxy ↵Vladimir Krasnov
class generation for Grasshopper svn path=/trunk/mono/; revision=57730
2006-01-27added .dll to the list of forbidden filesGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=56164
2006-01-07.Config extension is also forbidden. Fixes bug #77175Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=55184
2005-11-18patch by Michael Hutchinson to use the environment variable http_proxyGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=53237
2005-04-202005-04-20 Rafael Teixeira <rafaelteixeirabr@hotmail.com>Rafael Teixeira
* data/net_1_1/machine.config, data/net_2_0/machine.config: added ' explicit="true" strict="false" ' to system.web/compilation element as in MS. Part of fix for Bug #74671 svn path=/trunk/mono/; revision=43352
2005-03-31Add MD2 mapping to machine.config to support old root certificates (like ↵Sebastien Pouliot
VeriSign) svn path=/trunk/mono/; revision=42403
2005-02-16remove .cvsignore, as this is not used anymoreBen Maurer
svn path=/trunk/mono/; revision=40731
2005-02-072005-02-07 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
* data/net_1_1/DefaultWsdlHelpGenerator.aspx: * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Don't use databinding where not needed. svn path=/trunk/mono/; revision=40267
2004-12-14typosGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=37730
2004-12-112004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* net_1_1/DefaultWsdlHelpGenerator.aspx: * net_2_0/DefaultWsdlHelpGenerator.aspx: now that CookieContainer is more like what it should be, we need to pass the URI too. Fixes bug #70435. svn path=/trunk/mono/; revision=37629
2004-08-27 * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.Lluis Sanchez
* data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about basic profile compliance. * data/net_2_0/machine.config: Use 2.0 assembly versions. svn path=/trunk/mono/; revision=32926
2004-08-14hush cvsBen Maurer
svn path=/trunk/mono/; revision=32344
2004-07-28 * configure.in: Added data/net_1_1 and data/net_2_0 to the build.Lluis Sanchez
* data/Makefile.am: Removed installation of machine.config and DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific directory. * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for installing 1.1 and 2.0 makefiles. * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib at the correct version specific directory. svn path=/trunk/mono/; revision=31573