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
2015-07-06Added missing HttpRequestBase, HttpRequestWrapper and HttpRequest methods + p...kasthack
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-06-16Updated csproj files.Marcos Henrich
2015-06-09Merge pull request #1812 from masterofjellyfish/mvc5-missingmethodsMarek Habersack
2015-06-09[System.Web] ASP.Net MVC5 missing methods fixedMatthias Bogad
2015-05-29Updated .csproj files.Marcos Henrich
2015-05-13[system.web] Add System.Design reference instead of referencing filesMarek Safar
2015-03-24Fixes buildMarek Safar
2015-03-20Revert "Fix more System.Web tests."Marek Safar
2015-03-20Fix more System.Web tests.Zoltan Varga
2015-03-20[system.web] Update failing testMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-27[bcl] Remove some net 1.0 stuff from Makefiles.Zoltan Varga
2015-02-19[system.web] Tests updateMarek Safar
2015-02-06Move files which were split out from System.Web into System.Web.ApplicationSe...Jo Shields
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-22Remove unused filesMarek Safar
2015-01-22Merge pull request #1518 from akoeplinger/remove-only-net11-ifdefZoltan Varga
2015-01-21[bcl] Remove NET_3_5 defines from class libsAlexander Köplinger
2015-01-21[bcl] Remove ONLY_1_1 defines from class libsAlexander Köplinger
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-16[system.web] Update SqlDataSource test not to rely on idictionary orderMarek Safar
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
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-19Merge pull request #1375 from echampet/cleanupZoltan Varga
2014-12-16Merge pull request #1349 from martinjt/MachineKeyProtectJoão Matos
2014-12-04Remove 4.0 profileMarek Safar
2014-12-02[cleanup] WebConfigurationManager: remove hasConfigErrorsEtienne CHAMPETIER
2014-12-02[cleanup] System.Web*: remove TARGET_J2EEEtienne CHAMPETIER
2014-11-28Merge pull request #1401 from fquiroz01/patch-1Alex Rønne Petersen
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-23Remove build system support for the net 2.0/3.5 profiles.Zoltan Varga
2014-11-14Add IE9 and newer to Up level navigatorfquiroz01
2014-11-04Fix NET_2_0 buildAlexander Köplinger
2014-11-04Implement MachineKey.Protect and MachineKey.UnprotectMartin Thwaites
2014-11-04Added the MembershipPasswordAttribute class and associated unit testsMartin Thwaites
2014-11-01Add missing newline in .sources file, should fix buildAlexander Köplinger
2014-11-02[asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsyncHandler ...Miguel de Icaza
2014-11-02[asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsyncHandler ...Miguel de Icaza
2014-11-02Merge pull request #1163 from AerisG222/more_mvc_fixesMiguel de Icaza
2014-10-26Add/update missing bits in order to support MVC5.2.Mike Morano
2014-10-26Implement the SuppressFormsAuthenticationRedirect propertiesMartin Thwaites
2014-10-24HttpApplication: if there is an exception in InitOnce, output it on the ConsoleEtienne CHAMPETIER
2014-10-24WebConfigurationManager: simplify call to ConfigurationSection.GetRuntimeObje...Etienne CHAMPETIER