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
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-12-29[System.Configuration]: Fix IsModified() logic for complex elements.Martin Baulig
2012-12-21[System.Configuration]: SaveMode and UserLevel.Martin Baulig
2012-11-21[System.Configuration]: Imlement ConfigurationElement.EvaluationContext.Martin Baulig
2012-11-21[System.Configuration]: Fix filenames in ExeConfigurationFileMap.Martin Baulig
2012-11-21Fix ConfigurationManagerTest for .NET 4.0 and 4.5.Martin Baulig
2012-11-01[System.Configuration] IntegerValidator's maxValue was 0 even if not usedAndres G. Aragoneses
2012-10-22Better build profile checkMarek Safar
2012-07-04Not validating if null value is nullThorsten Tarrach
2012-07-04Improved error messages so that it becomes clear where configuration errors c...Thorsten Tarrach
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-05-31[System.Configuration] Fix System.Configuration to cope with XmlReaders which...Miguel de Icaza
2012-05-31[System.Configuration] Disable broken testMiguel de Icaza
2012-05-08Fixes a waring in System.Configuration.QuickJack
2012-04-05Update csproj filesMarek Safar
2012-03-19Merge pull request #205 from m3rlinez/masterMiguel de Icaza
2012-03-15Fix few unit testsMarek Safar
2012-02-24Merge pull request #228 from QuickJack/3e163743eda89cc8c239779a75dd245be12aee3cMarek Safar
2012-02-24Fixes a bunch of warnings in System.Configuration.QuickJack
2012-02-17Fix some compiler warningsMarek Safar
2012-02-17Cleanup some assembly attributesMarek Safar
2012-02-17Merge pull request #217 from QuickJack/masterGonzalo Paniagua Javier
2012-02-12Merge pull request #225 from mistoll/masterMarek Safar
2012-02-12Added unit test for bug #3412Michael Stoll
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-02-05Extents #217 by brackets according to gonzalo's suggestion.Martin
2012-02-05Removes unnecessary whitespace which was added in #217Martin
2012-01-18Provides basic support for ConfigurationElement.ElementInformation.IsPresent.Martin
2012-01-18Provides basic support for ConfigurationElement.ElementInformation.IsPresentMartin
2012-01-11Extension to commit 17bd0c42c5646b4ab08342fbf8137e7c5bfc0738. This ensures th...Martin
2012-01-11Fixes a bug in ConfigurationElementCollection.QuickJack
2012-01-03Improves the compatibility of Mono's Configuration stackQuickJack
2011-12-26Throws ConfigurationErrorsException in case the file specified in configSourc...Natthawut Kulnirundorn
2011-09-23Introduce separate .net 4.5 profileMarek Safar
2011-04-21Use xmlns-ignoring XmlDocument derivation for config files. Fixed bug #641935.Atsushi Eno
2011-02-13Add solution filesMiguel de Icaza
2010-12-29Remove no longer used bootstrap profilesMarek Safar
2010-12-17Reverse #elif check since 4.0 profile defines NET_2_0. Fixes broken test.Jonathan Pobst
2010-12-17Fix some broken tests that check for assembly version 2.0.0.0 on the 4.0 prof...Jonathan Pobst
2010-12-14[asp.net] Fix for bug #467221. Properly match location sub-paths for security...Marek Habersack
2010-10-04[configuration] Part of fix for bug #579837. CommaDelimitedStringCollection m...Marek Habersack
2010-08-09Fix #560060 - Embedded "app.config" is not read when used inside a bundle.Laurent Etiemble
2010-08-06Remove System.Configuration.ConfigurationErrorsExceptions from startup.Jonathan Pryor
2010-08-06[Perf] avoid an exception when reading a non existent app configurationJb Evain
2010-07-272010-07-27 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
2010-07-25EOL handlingRaja R Harinath
2010-06-162010-06-15 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers