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-03-16[System.Web] Rename method parameters to match .NET contractAlexander Köplinger
2016-03-02Replaced System.Web.Routing with referencesources own implementation.Pablo Ruiz
2016-02-19[System.Web.*] Reference source import: System.Web.Profile.(ProfileInfoCollec...kasthack
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-09-29[System.Web] 20 attributes from reference sourcekasthack
2015-09-24[System.Web] Public interfaces from reference sourcekasthack
2015-09-22[System.Web] Public event handlers from reference sourcekasthack
2015-09-22[System.Web] Public enums from reference sourcekasthack
2015-09-20System.Web.UI.IThemeResolutionService from referencesourcekasthack
2015-02-06Move files which were split out from System.Web into System.Web.ApplicationSe...Jo Shields
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-12-02[cleanup] System.Web*: remove TARGET_J2EEEtienne 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
2012-07-26Fix attribute argumentsMarek Safar
2012-07-25Update to fix for Novell bug #739119Marek Habersack
2012-06-13Fixed execution of parallel async task to not be broken (made consistent with...crazyjncsu
2011-10-24Fix few obvious NREsMarek Safar
2011-09-15Remove duplicate 'using' statementGonzalo Paniagua Javier
2011-04-16[asp.net] MinimizableAttributeTypeConverter only converts from strings.Marek Habersack
2011-04-15[asp.net] Fix for bug #685267. ClientScriptManager generates correct post-bac...Marek Habersack
2011-03-26[asp.net] HtmlForum.Name rendering updates + test updatesMarek Habersack
2011-03-25[asp.net] Fix for bug #681553. Look for direct child controls before calling ...Marek Habersack
2011-03-25[asp.net] Fix for bug #681164. Page.InitOutputCache ignores calls with durati...Marek Habersack
2011-03-22[asp.net] Fix for bug #681421. Use VirtualPathProvider.CombineVirtualPathsMarek Habersack
2011-03-22[asp.net] Use List <string> instead of ArrayList to keep assembly locations i...Marek Habersack
2011-03-22[asp.net] Use List <string> instead of ArrayList to keep file dependenciesMarek Habersack
2011-01-13[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilderMarek Habersack
2010-12-16Add support for storing elements with the same hashcode in ConcurrentDictiona...Jérémie Laval
2010-11-22Plug SplitOrderedList inside TemplateControl.Jérémie Laval
2010-11-17[asp.net] Part of fix for bug #653013. StateManagedCollection must perform a ...Marek Habersack
2010-11-12[asp.net] Fix for bug #653192. making MasterPageFile handle relative pathsDaniel J Sell
2010-11-09[asp.net] A micro-optimization to not call String.Format too much in a loop.Marek Habersack
2010-11-03Avoid locking in WireupAutomaticEventsGonzalo Paniagua Javier
2010-10-29[asp.net] Fix for bug #649551. The LosFormatter (bool, string) constructor do...Marek Habersack
2010-10-29[asp.net] Fix for bug #649034. Control.FindControl continues to search for co...Marek Habersack
2010-10-28[asp.net] Fix for bug #646479. Do not call control's OnLoad twice when it is ...Marek Habersack
2010-10-27[asp.net] Fix for bug #646984. Theme stylesheets must be output in correct or...Marek Habersack
2010-10-27[asp.net] Added encryption notes to ObjectStateFormatter.{Serialize,Deserialize}Marek Habersack
2010-10-26[asp.net] Fix for bug #649198. Implement MasterPage.InstantiateInContentPlace...Marek Habersack
2010-10-21[asp.net] ObjectStateFormatter.{De}serialize methods taking stream use a magi...Marek Habersack
2010-10-15Clean up few more warningsMarek Safar
2010-10-12A few moves/changes following previous patch reviewSebastien Pouliot
2010-10-12Normalization of cryptographic uses in asp.netSebastien Pouliot
2010-10-12[asp.net] HiddenFieldPageStatePersister must not attempt to deserialize an em...Marek Habersack
2010-10-05[asp.net] Fix for bug #643298. A typo prevented the EnableViewStateMac from b...Marek Habersack
2010-09-08[asp.net] Fix for bug #636709. ClientID must be reset when ID is assigned.Marek Habersack
2010-08-24[asp.net] Fix for bug #633756. Children processed as properties must be insta...Marek Habersack
2010-08-07[asp.net,4.0] Added support for setting default base types for various kinds ...Marek Habersack
2010-08-07[asp.net] Made TemplateParser.CompileIntoType internalMarek Habersack