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
2017-06-12Fix OpenMappedWebConfiguration throws: System.IndexOutOfRangeException, when ...Pablo Ruiz García
2017-03-16[System.Web] Rename method parameters to match .NET contractAlexander Köplinger
2016-11-29[bcl] Clean up some warningsMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-09-24[System.Web] Public interfaces from reference sourcekasthack
2015-09-22[System.Web] Public enums from reference sourcekasthack
2015-09-20System.Web.Configuration.(AdapterDictionary,AuthenticationMode,MachineKeyVali...kasthack
2015-09-20System.Web.Configuration.CustomErrorsRedirectMode from referencesourcekasthack
2015-09-20System.Web.Configuration.PagesEnableSessionState referencesourcekasthack
2015-09-20System.Web.Configuration.ProcessModelLogLevel from referencesourcekasthack
2015-09-20System.Web.Configuration.CustomErrorsMode from referencesourcekasthack
2015-09-20System.Web.Configuration.TraceDisplayMode from referencesourcekasthack
2015-09-20System.Web.Configuration.AuthorizationRuleAction from referencesourcekasthack
2015-06-09[System.Web] ASP.Net MVC5 missing methods fixedMatthias Bogad
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
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2014-12-02[cleanup] WebConfigurationManager: remove hasConfigErrorsEtienne CHAMPETIER
2014-12-02[cleanup] System.Web*: remove TARGET_J2EEEtienne CHAMPETIER
2014-10-24WebConfigurationManager: simplify call to ConfigurationSection.GetRuntimeObje...Etienne CHAMPETIER
2014-10-24WebConfigurationManager: protect GetSectionEtienne CHAMPETIER
2014-08-08[Cleanup] Removed TARGET_JVMAlexander Köplinger
2014-08-08[Cleanup] Removed .jvm.cs files that are no longer usedAlexander Köplinger
2014-05-12[system.web] remove some more remnants of Mono.Web.dll to fix Xamarin Studio ...Marek Habersack
2013-09-20[System.Web] Do not crash on duplicate keys in browser capabilitiesFrederic Mestayer
2013-07-06Added handling of 'targetFramework' attribute (new in .NET 4.5) to HttpRuntim...Alexander Köplinger
2013-05-28[System.Web] Improve locking logic for WebConfigManager's sectionCacheAndres G. Aragoneses
2013-05-14[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)Andres G. Aragoneses
2013-05-02Revert "Merge pull request #618 from knocte/aspnet_lru"Bojan Rajkovic
2013-04-26[System.Web] Use STDERR instead of STDOUT in LRUcacheAndres G. Aragoneses
2013-04-26[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsing out of LRUcacheAndres G. Aragoneses
2013-04-25[WebConfigurationManager] Reset LRUcache eviction count in Clear()Andres G. Aragoneses
2013-04-25[WebConfigurationManager] Make the max LRUcache size configurableAndres G. Aragoneses
2013-04-24[System.Web] Coding style nits in LruCacheAndres G. Aragoneses
2013-04-23[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)Andres G. Aragoneses
2012-08-02initial implementation of http capability provider introduced in .net 4.0.aerisg222
2012-04-05Fix browser capabilities compatibility with ms.net by 1) Avoid issues with ca...Pablo Ruiz Garcia
2012-02-14Completes commit https://github.com/QuickJack/mono/commit/1daeb920c64e47b4671...Martin
2012-02-14Implements Grendello's suggestions to WebConfigurationManager classMartin
2012-01-18Fixes a bug in WebConfigurationManager Martin
2012-01-11Allows write access to web.config files below an app's root.QuickJack
2011-12-12http://bugzilla.xamarin.com/show_bug.cgi?id=2345Martin
2011-04-14[asp.net] Shorten code in WebConfigurationHostMarek Habersack
2011-04-13[asp.net] A more effective way of looking for web.configMarek Habersack
2011-03-30[asp.net] Fix for bug #658184. AuthorizationRule restores its Action when unm...Martin
2011-02-09[asp.net] Implemented CustomErrorsRedirectModeMarek Habersack
2011-02-03[asp.net] HttpRuntimeSection.RequestPathInvalidCharacters default value is di...Marek Habersack
2011-01-10[asp.net,mcs] Fixed 'protected internal' build errors and removed System.Web-...Marek Habersack
2010-11-19Don't throw when unable to write autogen keysGonzalo Paniagua Javier
2010-11-02[asp.net] 4.0-only types don't need the NET_4_0 ifdef and should be in net_4_...Marek Habersack