Update EntityFramework. Fixes #10296
[mono.git] / mcs / class /
2013-01-25 Jeremie Laval[monodoc] Support image with uncompiled sources
2013-01-25 Jeremie Laval[monodoc] Remove now useless parser instance
2013-01-25 Jeremie Laval[monodoc] Slightly alter the new API to pass around...
2013-01-25 Jeremie Laval[monodoc] Refactor more code from ecma-provider to...
2013-01-25 Jeremie Laval[monodoc] Create a null cache when using parameterless...
2013-01-25 Jeremie Laval[monodoc] Don't explode when treating invalid XML document
2013-01-25 Jeremie Laval[monodoc] Refactor path handling in index/search index...
2013-01-25 Jeremie Laval[monodoc] Protect searchable index creation from badly...
2013-01-25 Jeremie Laval[monodoc] Try get images through a simple storage call...
2013-01-24 Atsushi EnoRevert "update rx to the latest rx-oss-v1.1 build."
2013-01-23 Mark Probst[I18N] Assertions to prevent a buffer overrun.
2013-01-23 Atsushi Enoupdate rx with ios project file builder workaround...
2013-01-23 Atsushi Enoupdate rx mobile build templates and revision.
2013-01-22 Atsushi Enoupdate rx (mobile builds).
2013-01-22 Atsushi Enofix monotouch build here to get rx MT build.
2013-01-22 Atsushi Enoupdate source generator.
2013-01-22 Atsushi Enoupdate rx to the latest rx-oss-v1.1 build.
2013-01-21 Martin Baulig[WCF]: .NET 4.0 API fixes.
2013-01-21 Martin BauligMerge branch 'master' into baulig
2013-01-21 Martin Baulig[WCF]: Fix BasicHttpBinding.TextEncoding's default...
2013-01-21 Martin Baulig[WCF]: Implement some missing System.ServiceModel.Confi...
2013-01-21 Martin Baulig[WCF]: Minor NetTcpBinding fixes.
2013-01-21 Martin Baulig[WCF]: Import ServiceEndpoint.Address for all bindings.
2013-01-21 Marek SafarAdd accidentally removed string conversion
2013-01-18 Marek SafarAdd new test
2013-01-18 Atsushi Eno[rx] dummy content in Test directory is required (for...
2013-01-18 Atsushi EnoFix monodroid build (and likely monotouch too).
2013-01-18 Marek SafarMerge pull request #534 from alesliehughes/master
2013-01-18 Alistair Leslie... Add Missing Property PropertyValueCollection.PropertyName
2013-01-18 Alistair Leslie... Implement Int32Rect operator ==, operator !=
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-18 Alistair Leslie... throw NotSupportException when not on windows
2013-01-18 Alistair Leslie... Create ActiveX object
2013-01-18 Alistair Leslie... Implement AxHost.InvalidActiveXStateException
2013-01-18 Atsushi Enomobile csproj generator needed a lot of fixes to genera...
2013-01-17 Atsushi Eno[rx] add missing project file generator helper files.
2013-01-17 Atsushi Enoupdate rx import source builder to build csproj files...
2013-01-17 Marek SafarMake Is64BitProcess internal to avoid mobile define
2013-01-16 Jérémie LavalRevert "Make monodoc 4.5 only it has no 4.0 specific...
2013-01-16 Marek SafarMake monodoc 4.5 only it has no 4.0 specific api
2013-01-14 Zoltan VargaRemove some special case code from mono_image_get_field...
2013-01-14 Jeremie Laval[monodoc] Move to /class instead of /tools and re-enabl...
2013-01-12 Martin Baulig[WCF]: Make HttpTransportSecurity's .ctor public on...
2013-01-11 Martin Baulig[WCF]: .NET 4.0 API fixes.
2013-01-11 Martin Baulig[WCF]: BasicHttpBinding API changes for .NET 4.5
2013-01-11 Rodrigo KumperaAvoid overflow in SortedList binary search for huge...
2013-01-11 Rodrigo KumperaDirectoryInfo should update its internal values when...
2013-01-11 Rodrigo KumperaCorrectly handle clock going back in time when caching...
2013-01-11 Atsushi Eno[msbuild] Fix import set to expected path when invalid...
2013-01-10 Rodrigo KumperaMOBILE now builds with 4.0 enabled but its version...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-09 Rodrigo Kumpera[corlib] Handle overflow correctly in Timer to avoid...
2013-01-09 Rodrigo Kumpera[bcl] Build System.Data.Services.Client monodroid profi...
2013-01-09 Lluis SanchezFix bug 9193 - XmlSerialization not properly deserializ...
2013-01-09 Lluis SanchezAdd some unit tests for bug 9193
2013-01-08 Marek SafarRemove NET_2_1 default (broken) context
2013-01-08 Marek SafarGuid value fix
2013-01-08 Marek SafarRun On*Completed events on original context
2013-01-07 Sebastien PouliotAccept Version == 0 as valid (just like 1) when verifyi...
2013-01-07 Sebastien PouliotAdd several tests to cover CFB mode. Some are currently...
2013-01-07 Sebastien PouliotFix several, but not all, cases where CFB does not...
2013-01-07 Sebastien PouliotAes.Create returns, by default, an instance of AesCrypt...
2013-01-07 Sebastien PouliotFix CFB for AesCryptoServiceProvider (only CFB8 worked...
2013-01-07 Sebastien PouliotRevert "Fix CFB mode for Rijndael when data is not...
2013-01-07 Sebastien PouliotRemove NotWorking from some tests (that works now)
2013-01-07 Sebastien PouliotSymmetricAlgorithm.FeedbackSize must be a multiple...
2013-01-05 Marek SafarFix version number in 2.0 profile
2013-01-05 Zoltan VargaMake arrays implement IReadOnlyList<T> and IReadOnlyCol...
2013-01-04 Rodrigo Kumpera[bcl] Add System.Net.Http to the mobile build.
2013-01-03 Sebastien PouliotAes[Managed|CryptoServiceProvider] have a few more...
2013-01-03 Marek SafarDuplicate less mscorlib code in System.Core
2013-01-03 Marek SafarGenerate better stack trace for exception from async...
2013-01-03 Marek SafarIgnore empty stack frames when printing stack trace...
2013-01-03 Marek SafarRun async continuation without allocating temporary...
2013-01-03 Marek SafarRemove unused class
2013-01-03 Atsushi Enoimplement some SettingValueElement members to suppress...
2013-01-03 Alan McGovern[Microsoft.Build.Tasks] Fix a regression when replacing...
2013-01-02 Marek SafarAdd missing ConfigureAwait
2013-01-02 Marek SafarAdd argument name to ArgumentOutOfRangeException
2013-01-02 Alan McGovern[Microsoft.Build.Tasks] Delete files before copying...
2012-12-29 Martin Baulig[System.Configuration]: Fix IsModified() logic for...
2012-12-26 Pablo Ruiz GarciaTwo small typo fixes.
2012-12-26 Marek SafarMerge pull request #527 from Daniel15/bug-9133
2012-12-26 Daniel Lo NigroFix Xamarin bug #9133 - Routes should be case insensitive.
2012-12-23 Sebastien PouliotExclude LogicalCallContext as the required remoting...
2012-12-23 Marek SafarMerge pull request #526 from Daniel15/bug-9116
2012-12-23 Daniel Lo NigroFix bug 9116 (https://bugzilla.xamarin.com/show_bug...
2012-12-22 Zoltan VargaKeep objects returned by sdb alive during suspensions...
2012-12-22 Martin Baulig[WCF]: Fix MessageEncoder.IsContentTypeSupported().
2012-12-22 Martin Baulig[corlib] Fix ASCIIEncoding with custom DecoderFallback.
2012-12-21 Marek SafarMerge pull request #525 from Arakis/patch-1
2012-12-21 Sebastian LoncarUpdate mcs/class/System/System.Media/AudioData.cs
2012-12-21 Martin Baulig[System.Configuration]: SaveMode and UserLevel.
2012-12-20 Jonathan Pryor[corlib] Optimize System.Nullable<T>.GetValueOrDefault().
2012-12-19 Neale FergusonCorrect the count so we deserialize properly
2012-12-19 James LewisMerge pull request #1 from knocte/master
2012-12-19 Andres G. Aragoneses[Mono.Data.Tds] Add Obsolete constructors to unbreak...
2012-12-19 Andres G. Aragoneses[System.Data.SqlClient] Use DEFAULT_CONNECTIONLIFETIME...
next