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/class
AgeCommit message (Expand)Author
2014-01-03Merge pull request #849 from antoniusriha/pcCacheBugMichael Hutchinson
2014-01-03Merge pull request #838 from desdesdes/masterRodrigo Kumpera
2014-01-03Implementation of System.Reflection.ParameterInfo.HasDefaultValueBart Vries
2014-01-03Remove obsolete pc infos from pc cache on Update()Antonius Riha
2014-01-03Remove redundant pc info store.Antonius Riha
2014-01-03Add a test for PcFileCache.GetPackages()Antonius Riha
2014-01-03Setup PcFileCache stubs and ctor testsAntonius Riha
2014-01-03Move internals from Microsoft.Build.Tasks to new dll Mono.XBuild.TasksAntonius Riha
2014-01-02Make empty SortDescriptionCollection read-only.Antonius Riha
2014-01-02Add tests for empty, non-modifiable SortDesriptionCollectionAntonius Riha
2014-01-02[corlib] Promise style tasks cannot be started manually. Fixes #16857Marek Safar
2014-01-01[system] Make ICommand 4.5 profile onlyMarek Safar
2014-01-01[corlib] Thread.GetNamedDataSlot allocates slot on failure. Fixes #16788Marek Safar
2014-01-01Use LIFO policy for CancellationTokenSourceAndrea Canciani
2014-01-01Add testcases for callback and exception orderingAndrea Canciani
2014-01-01Fix CancellationTokenSourceTest.ReEntrantRegistrationTestAndrea Canciani
2013-12-26Make tuple hash function consistent with the F# implementationAndrea Canciani
2013-12-26Fix Tuples.cs code generatorAndrea Canciani
2013-12-24String.Join() calls List(IEnum) instead of loopingAlexander M. Batishchev
2013-12-24Don't call CFNetworkCopyProxiesForAutoConfigurationScript from more than one ...Rolf Bjarne Kvinge
2013-12-22Test for bug 16902scottmcarthur
2013-12-21Check for null item in BindingList<T>.InsertItemscottmcarthur
2013-12-18Do not assume the first certificate of a PKCS12 file is the one matching the ...Sebastien Pouliot
2013-12-18Switch to File.ReadAllBytes since we do not have to support pre-2.0 codeSebastien Pouliot
2013-12-18Replace custom Load with File.ReadAllBytesSebastien Pouliot
2013-12-18[System] Change S.N.S.NetworkStream's param name on ctorAndrés G. Aragoneses
2013-12-17Implemented System.Threading.Monitor.IsEnteredHarry Glinos
2013-12-17[System] When starting a process with UseShellExecute=true, don't return a pr...Rodrigo Kumpera
2013-12-16Updated Rx to 2.2 release.Atsushi Eno
2013-12-16Updated documentationMiguel de Icaza
2013-12-16[doc] Document CurrentCultureInfoMarek Safar
2013-12-13[corlib] Don't inline await continuations when the context does not allow it....Marek Safar
2013-12-13Merge pull request #832 from xplicit/webperf1Rodrigo Kumpera
2013-12-12[corlib] Mark ConcurrentDictionary serializable. Fixes #16730Marek Safar
2013-12-12Merge pull request #834 from OttoG/masterMarek Safar
2013-12-12[bcl] When finalizing a Process object, don't touch the streams as they are f...Rodrigo Kumpera
2013-12-12Changed compiler directive according to documentationOttoG
2013-12-11[system] Make TransportContext 3.5 apiMarek Safar
2013-12-11[mcs] Clone labeled statements cache in probing mode. Fixes #16376Marek Safar
2013-12-11Stub implementation of EndGetRequestStream overload in HttpWebRequest.csOttoG
2013-12-11[tests] Fix some corlib unit tests to run successfully on iOSSebastien Pouliot
2013-12-11[corlib]: Add stubs for the remaining `System.Runtime.InteropServices.Windows...Martin Baulig
2013-12-11[PCL]: Add new 'System.Runtime.InteropServices.WindowsRuntime' Facade Assembly.Martin Baulig
2013-12-11[corlib]: Add 'System.Runtime.InteropServices.WindowsRuntime.EventRegistratio...Martin Baulig
2013-12-11[PCL]: Add "System.Dynamic.Runtime.dll" Facade Assembly to MonoTouch.Martin Baulig
2013-12-10Header names should be compared binary but not linguistic.xplicit
2013-12-09[corlib] Disable a test which causes a wapi_unref_full () warning.Zoltan Varga
2013-12-09[corlib] Update current LogicalCallContext from empty contextMarek Safar
2013-12-09[system] Redirect of put requests was converted to get. Fixes #16670Marek Safar
2013-12-09Merge pull request #830 from akoeplinger/fix-net40-buildAtsushi Eno