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
path: root/mcs
AgeCommit message (Expand)Author
2013-01-05[bcl] Add System.Net.Http to the mobile build.Rodrigo Kumpera
2013-01-04Update test namesMarek Safar
2013-01-04Don't crash on C# invalid DefaultParameterValueMarek Safar
2013-01-04Remove duplicate methodMarek Safar
2013-01-04Add new testMarek Safar
2013-01-04Fix default parameters of nested generic types.Marek Safar
2013-01-04Add missing check for conditional attributes. Fixes #9225Marek Safar
2013-01-04Use more of GetValueOrDefaultMarek Safar
2013-01-04[mkbundle] Remove broken win32 code.Rolf Bjarne Kvinge
2013-01-04Aes[Managed|CryptoServiceProvider] have a few more differences with RjindaelM...Sebastien Pouliot
2013-01-03Duplicate less mscorlib code in System.CoreMarek Safar
2013-01-03Generate better stack trace for exception from async contextMarek Safar
2013-01-03Ignore empty stack frames when printing stack trace from previous locationMarek Safar
2013-01-03Run async continuation without allocating temporary hoisting classes.Marek Safar
2013-01-03Remove unused classMarek Safar
2013-01-03implement some SettingValueElement members to suppress nunit test regressions.Atsushi Eno
2013-01-03[Microsoft.Build.Tasks] Fix a regression when replacing readonly filesAlan McGovern
2013-01-02Update compiler testsMarek Safar
2013-01-02Add missing ConfigureAwaitMarek Safar
2013-01-02Add argument name to ArgumentOutOfRangeExceptionMarek Safar
2013-01-02[Microsoft.Build.Tasks] Delete files before copying the new one overAlan McGovern
2012-12-29[System.Configuration]: Fix IsModified() logic for complex elements.Martin Baulig
2012-12-26Fix Xamarin bug #9133 - Routes should be case insensitive.Daniel Lo Nigro
2012-12-23Exclude LogicalCallContext as the required remoting infrastucture not availab...Sebastien Pouliot
2012-12-23Fix bug 9116 (https://bugzilla.xamarin.com/show_bug.cgi?id=9116)Daniel Lo Nigro
2012-12-22Keep objects returned by sdb alive during suspensions to avoid ObjectCollecte...Zoltan Varga
2012-12-22[WCF]: Fix MessageEncoder.IsContentTypeSupported().Martin Baulig
2012-12-22[corlib] Fix ASCIIEncoding with custom DecoderFallback.Martin Baulig
2012-12-21[monodoc] More forgotten dist filesJérémie Laval
2012-12-21Update mcs/class/System/System.Media/AudioData.csSebastian Loncar
2012-12-21[monodoc] Fix test directoryJérémie Laval
2012-12-21[System.Configuration]: SaveMode and UserLevel.Martin Baulig
2012-12-21Add missing .gitignore.Martin Baulig
2012-12-21[monodoc] Add EcmaUrlParser.jay to EXTRA_DISTJérémie Laval
2012-12-21[monodoc] Fix distJérémie Laval
2012-12-20[mdoc] Use monodoc improved APIJérémie Laval
2012-12-20[monkeydoc] Add missing sourcesJérémie Laval
2012-12-20[monkeydoc] More renamingJérémie Laval
2012-12-20[monkeydoc] Replace monodoc by monkeydocJérémie Laval
2012-12-20[monkeydoc] Change namespace base from MonkeyDoc to Monodoc.Jérémie Laval
2012-12-20[monkeydoc] Fix reference recursionJérémie Laval
2012-12-20[monkeydoc] Add more legacy methodsJérémie Laval
2012-12-20[monkeydoc] Add back several legacy members in their own class for maximum co...Jérémie Laval
2012-12-20[monkeydoc] Restore XHTML provider generationJérémie Laval
2012-12-20[monkeydoc] Let XHTML have its node sorted by .Element rather than .CaptionJérémie Laval
2012-12-20[monkeydoc] Close FileStream early in when adding man pages.Jérémie Laval
2012-12-20[monkeydoc] When encountering an old tree, we force nodes to be re-sorted as ...Jérémie Laval
2012-12-20[monkeydoc] Use StringComparison.Ordinal to match elementJérémie Laval
2012-12-20[monkeydoc] Introduce support for versioned tree and gracefully handle old tr...Jérémie Laval
2012-12-20[monkeydoc] Early return if no proper fallback index was found in MatchNodeJérémie Laval