[corlib] Fix for bug #659061. Adjust size of the last group when formatting numbers...
[mono.git] / mcs / class / System.Web /
2010-12-16 Jérémie LavalAdd support for storing elements with the same hashcode...
2010-12-14 Marek Habersack[asp.net] Added verbose mode to the standalone test...
2010-12-13 Marek Habersack[asp.net] Test suite configuration updates for 4.0
2010-12-10 Gonzalo Paniagua... Get system.web/httpRuntime only once
2010-12-08 Gonzalo Paniagua... InitOnce does not throw
2010-12-08 Gonzalo Paniagua... Fixes problem with exceptions on init
2010-11-30 Sebastien PouliotFix randomly failing unit test
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jérémie LavalPlug SplitOrderedList inside TemplateControl.
2010-11-22 Jérémie LavalAdd a default implementation of SpinWait when SplitOrde...
2010-11-19 Jackson HarperParse RequestPathInvalidCharacters properly. Fixes...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Marek Habersack[asp.net] Disabled array clearing on heap resize in...
2010-11-19 Marek Habersack[asp.net] Added a reminder comment about stack scanning...
2010-11-18 Gonzalo Paniagua... Don't throw when unable to write autogen keys
2010-11-18 Marek Habersack[asp.net] A few memory usage optimizations.
2010-11-17 Marek Habersack[asp.net] Part of fix for bug #653013. StateManagedColl...
2010-11-17 Marek Habersack[asp.net] Removed the DEBUG ifdefs, for the tests to...
2010-11-16 Marek Habersack[asp.net] New version of code to purge underused entrie...
2010-11-15 Marek Habersack[asp.net] Remove unnecessary try/catch block from the...
2010-11-13 Marek Habersack[asp.net] Cache + SessionInProcHandler memory usage...
2010-11-12 Daniel J Sell[asp.net] Fix for bug #653192. making MasterPageFile...
2010-11-12 Gonzalo Paniagua... Don't cache child nodes when security trimming is enabled.
2010-11-09 Marek Habersack[asp.net] Don't instantiate the hash algorithm used...
2010-11-09 Marek Habersack[asp.net] Optimize buffer reuse in HttpWriter.
2010-11-09 Marek Habersack[asp.net] A micro-optimization to not call String.Forma...
2010-11-08 Marek Habersack[asp.net] Optimize memory usage a bit. String hashes...
2010-11-04 Marek Habersack[asp.net] HttpContext.TimeoutReached - check whether...
2010-11-04 Marek Habersack[asp.net] Expire items must always check if the dequeue...
2010-11-03 Gonzalo Paniagua... Avoid locking in WireupAutomaticEvents
2010-11-03 Marek Habersack[asp.net] Use faster string comparison in caches in...
2010-11-03 Marek Habersack[asp.net] Part of fix for bug #649546. A partial rewrit...
2010-11-02 Marek Habersack[asp.net] 4.0-only types don't need the NET_4_0 ifdef...
2010-10-30 Marek Habersack[asp.net] Fix for bug #650050. HtmlSelect must render...
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Marek Habersack[asp.net] Fix for bug #649551. The LosFormatter (bool...
2010-10-29 Marek Habersack[asp.net] Fix for bug #649034. Control.FindControl...
2010-10-29 Marek Habersack[asp.net] Fix for bug #646505. BoundField must not...
2010-10-28 Marek Habersack[asp.net] HttpRequest.MapPath changes to match .NET
2010-10-28 Marek Habersack[asp.net] Fix for bug #646479. Do not call control...
2010-10-28 Marek Habersack[asp.net] Cosmetics + dead code removal
2010-10-28 Marek Habersack[asp.net] Fix for bug #646810. Implemented FormsAuthent...
2010-10-27 Marek Habersack[asp.net] Fix for bug #646984. Theme stylesheets must...
2010-10-27 Marek Habersack[asp.net] Fix for bug #643847. Membership.CreateUser...
2010-10-27 Marek Habersack[asp.net] Fix a build-breaking typo introduced in ea730...
2010-10-26 Marek Habersack[asp.net] Fix for bug #648407. HttpCachePolicy must...
2010-10-26 Marek Habersack[asp.net] Added encryption notes to ObjectStateFormatte...
2010-10-26 Marek Habersack[asp.net] Fix for bug #648432. HttpResponse.WriteFile...
2010-10-26 Marek Habersack[asp.net] Cosmetics to make code a bit more efficient
2010-10-26 Marek Habersack[asp.net] Fix for bug #648439. Do not prefix HttpReques...
2010-10-26 Marek Habersack[asp.net] Fix for bug #649198. Implement MasterPage...
2010-10-26 Marek Habersack[asp.net] HttpRuntime.AppDomainAppPath may be null...
2010-10-25 Marek Habersack[asp.net] Better handling of application's AppDomain...
2010-10-20 Marek Habersack[asp.net] ObjectStateFormatter.{De}serialize methods...
2010-10-18 Marek Habersack[asp.net] make sure the string we pass to DecryptAssemb...
2010-10-15 Marek SafarClean up few more warnings
2010-10-12 Sebastien PouliotA few moves/changes following previous patch review
2010-10-12 Sebastien PouliotNormalization of cryptographic uses in asp.net
2010-10-12 Marek Habersack[asp.net] HiddenFieldPageStatePersister must not attemp...
2010-10-08 Sebastien PouliotRemove unneeded 'using' clauses
2010-10-08 Sebastien PouliotRemove unneeded 'using' clauses
2010-10-08 Sebastien PouliotFix ASP.NET HttpResponse not to depend on a (fixed...
2010-10-08 Kornél Pál[asp.net] Fix for bug #643763. BuildManager must not...
2010-10-05 Marek Habersack[asp.net] Fix for bug #643298. A typo prevented the...
2010-10-04 Sebastien PouliotFix (likely copy-paste) typo on FormsAuthPasswordFormat
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 Marek Habersack[asp.net] Part of fix for bug #579837. AuthorizationRul...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-30 Marek Habersack[asp.net] Handle closed responses gracefully.
2010-09-30 Marek HabersackRevert "[asp.net] Make sure output_stream is not null...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Habersack[asp.net] Make sure output_stream is not null before...
2010-09-28 Marek Habersack[asp.net] Remove lock recursion in Cache.ExpireItems
2010-09-28 Marek Habersack[asp.net] Get rid of a possible (although unlikely...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-13 Marek Habersack[asp.net] Menu 4.0 List rendering mode JavaScript fixes
2010-09-10 Andrew JorgensenDist the 2.0 resource files also
2010-09-10 Marek Habersack[asp.net] Onobtrusive JavaScript for the 4.0 Menu contr...
2010-09-10 Marek Habersack[asp.net] Menu 4.0 List mode rendering
2010-09-10 Marek Habersack[asp.net] Made GetExtension static and internal, so...
2010-09-10 Marek Habersack[asp.net] Added first test for Menu list rendering...
2010-09-10 Marek Habersack[asp.net] Standalone runner helper method to remove...
2010-09-08 Jb EvainMake HttpUtility compilable on MonoDroid as well as...
2010-09-07 Marek Habersack[asp.net] Fix for bug #636709. ClientID must be reset...
2010-09-07 Marek Habersack[asp.net] Fix for bug #636475. A typo caused ads not...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Gonzalo Paniagua... Call SetEndOfSendNotification
2010-08-23 Marek Habersack[asp.net] Fix for bug #633756. Children processed as...
2010-08-18 Marek Habersack[asp.net] Fix for bug #621837. Rewriting a path must...
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-12 Marek Habersack[asp.net] Fix for bug #626829. Nodes need to be re...
2010-08-12 Marek Habersack[asp.net] Client-side callbacks must use new names...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Marek Habersack[asp.net] Fix for bug #617746. GridRow must auto-bind...
2010-08-11 Marek Habersack[asp.net] Partial fix for bug #575600. Support opening...
2010-08-11 Marek Habersack[asp.net] Partial fix for bug #575600. Convert virtual...
2010-08-11 Gonzalo Paniagua... Adapt to new exception in threadpool behavior.
2010-08-10 Marek Habersack[asp.net] HttpContext.RewritePath makes sure the passed...
2010-08-10 Marek Habersack[asp.net] Fix for bug #629990 In-Proc session state...
next