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
2014-10-21Additional JWT Security Token SupportRyan Melena
2014-09-09[aspnet/ajax] fix bug #6512 (by Mikkel Kruse Johnsen) - don't deserialize GET...Atsushi Eno
2014-08-29Merge pull request #1200 from akoeplinger/remove-jvmZoltan Varga
2014-08-28Minimal implementation of classes and methods necessary to support the JWT fu...Ryan J. Melena
2014-08-08[Cleanup] Removed TARGET_JVMAlexander Köplinger
2014-08-08[Cleanup] Removed JavaEE csproj and sln filesAlexander Köplinger
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-06-04Merge pull request #1082 from esdrubal/bug19287Marek Safar
2014-06-04Improved JavaScriptSerializer.ConvertToType Nullable handling. Fixes #19287. ...marcos henrich
2014-06-04Test JavaScriptSerializer.Deserialize with nullable enums. Covers #19287.marcos henrich
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01When serializing floats and doubles, use the InvariantCulture, so that floats...Miguel de Icaza
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-11-08Removed original license since no substantial portions of the original softwa...Marek Habersack
2012-11-05Fix JavaScriptSerializer.Deserialize() for dictionary of array of anonymously...Atsushi Eno
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-07Fix more failing testsMarek Safar
2012-06-07Set fixed test localeMarek Safar
2012-06-06Add missing dist fileMarek Safar
2012-06-02[System.Web.Extensions] Remember to build standalone-runner-support before ru...Duncan Mak
2012-04-15Remove HasCacheControl from here too (fixes the build)Gonzalo Paniagua Javier
2012-04-05Update csproj filesMarek Safar
2012-02-17Cleanup some assembly attributesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-11Merge pull request #214 from QuickJack/cd2c570c5543963d987f51080218715407c5d4b9Marek Safar
2012-01-10Make System.Web.Script.Serialization.JavaScriptSerializer.ConvertToType(Type,...Marek Safar
2011-12-29Fixes some warnings in System.Web.Extensions.dllQuickJack
2011-12-16Fix tests in the 4.5 profileMarek Habersack
2011-05-16[asp.net] Fix for bug #650847. Output both tagged and untagged UpdatePanel na...Marek Habersack
2011-05-05[asp.net] Do not retrieve script's URL in RegisterScriptReference if script.P...Marek Habersack
2011-04-21[asp.net] Implemented composite scripts support in System.Web.ExtensionsMarek Habersack
2011-04-18[asp.net] ScriptResourceHandler must correctly encode script literals.Marek Habersack
2011-04-15[asp.net] Fix for bug #685116. AJAX post-back which redirects the browser doe...Marek Habersack
2011-03-17[asp.net] Test for bug #655474Marek Habersack
2011-03-17[asp.net] Fix for bug #655474. Don't assume an Uri being serialized is an abs...Marek Habersack
2011-02-13Add solution filesMiguel de Icaza
2011-01-11[asp.net] Fix for bug #659078. AsyncPostBackTrigger must react to events from...Marek Habersack
2011-01-11[asp.net] Use 'protected internal' only when compiling for System.Web, 'prote...Marek Habersack
2011-01-11Fix for bug #659064. Resource URLs must always be the same. UpdatePanel trigg...Marek Habersack
2011-01-10Fixed more protected internal modifiersMarek Safar
2011-01-10Fixed more missing protected internal modifiersMarek Safar
2011-01-08Fixed missing protected internal modifierMarek Safar
2011-01-04[asp.net] Failing tests fixes.Marek Habersack