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
2016-07-05[System] Fixes ConnectAsync UnhandledExmono-pr-3237Marcos Henrich
2016-07-05[System] Test Unhandled Ex on ConnectAsyncMarcos Henrich
2016-03-30[System.Runtime.Serialization] Static writer fix.Marcos Henrich
2016-03-30[System.Runtime.Serialization] DataContractSerializerTestMarcos Henrich
2016-03-29[corlib] Remove local variables inadvertently overriding class variables.Rolf Bjarne Kvinge
2016-03-29[corlib] Add Console.[Input|Output]Encoding to the mobile profiles.Rolf Bjarne Kvinge
2016-03-29Bump referencesourceMarek Safar
2016-03-29Bump referencesource (#39954)Marek Safar
2016-03-29[bcl] Avoid printing debug messages to stdout in the default trace listener w...Zoltan Varga
2016-03-29[jit] Pass the type token index instead of the full type token to the throw c...Zoltan Varga
2016-03-28[arm] In the llvm throw corlib exception trampoline, use the normal caller ip...Zoltan Varga
2016-03-28[aot] Fix a memory leak.Zoltan Varga
2016-03-28[runtime] Fix a memory leak in ves_icall_Type_GetNestedTypes ().Zoltan Varga
2016-03-27[System.Net.Http] Make HttpClientTest.RequestUriAfterRedirect test more reliableAlexander Köplinger
2016-03-26[aot] Emit a .subsections_via_symbols directive on arm.Zoltan Varga
2016-03-25[mcs] Accept and ignore command line args supported by csc that we don'tAnkit Jain
2016-03-24[arm] Fix support for soft breakpoints.Zoltan Varga
2016-03-24Create xammac_net_4_5 variant of System.Runtime.RemotingChris Hamons
2016-03-24[Mono.Security]: MonoTlsProvider.InvokeSystemCertificateValidator() now takes...Martin Baulig
2016-03-24[System]: Add private 'X500DistinguishedName' API to store the canonical enco...Martin Baulig
2016-03-24[System]: SystemCertificateValidator.CheckUsage(): lazily convert to X509Cert...Martin Baulig
2016-03-24[System]: Make 'X509Certificate2' and 'X509Chain' lazily-initialized.Martin Baulig
2016-03-24[corlib]: Cleanup the internal 'X509CertificateImpl' API.Martin Baulig
2016-03-23Bump referencesourceAleksey Kliger
2016-03-20[gsharedvt] Add a test for #39528.Zoltan Varga
2016-03-17[mcs] Allow local variables and parameters on lhs of nameof expression. Fixes...Marek Safar
2016-03-17[runtime] Cleanup the debug info module before the images module since ppdb d...Zoltan Varga
2016-03-17[ppdb] Avoid an assert if the ppdb image has an empty guid heap, it can happe...Zoltan Varga
2016-03-17[arm] Avoid storing fp arguments below the stack pointer if the param area ha...Zoltan Varga
2016-03-17[corlib] RuntimeEnvironment from referencesourceMarek Safar
2016-03-17Bump referencesourceMarek Safar
2016-03-16[tests] Don't use AppDomain.AppendPrivateBinPath for assembly-load-remap.exeAlexander Köplinger
2016-03-16[System]: Fix certificate validation on Linux. Bug #39307.Martin Baulig
2016-03-15[xbuild] TaskLoggingHelper: Implement support for correctly using task resourcesAnkit Jain
2016-03-15[xbuild] Remove ErrorTest.TestExecute1()Ankit Jain
2016-03-15[getline] Fix condition where Console.WriteLi<TAB><ENTER> completed to Consol...Miguel de Icaza
2016-03-15[repl] Further fine tuning; Show newlines as actual newlines in strings, pl...Miguel de Icaza
2016-03-15[repl] Do not escape space when pretty printing stringsMiguel de Icaza
2016-03-15Merge pull request #2754 from markusbeth/fix-mono-configmonojenkins
2016-03-14[mcs] Better check for automatically implemented property inside a type with ...Marek Safar
2016-03-14[system.net.http] The backslash character may be used as a single-character q...Marek Safar
2016-03-11[runtime] Stop remapping higher versions of Microsoft.Build.Framework/Engine ...Alexander Köplinger
2016-03-10[mcs] Codegen update for specialized struct initialization with awaited eleme...mono-4.4.0.40Marek Safar
2016-03-10[xbuild] Remove explicit warning level set when csproj does not have it and l...Marek Safar
2016-03-09[mcs] Accept and ignore command line args supported by csc that we don'tAnkit Jain
2016-03-09[mcs] Accept and ignore command line args supported by csc ..Ankit Jain
2016-03-09[mcs] nameof operator can use static member. Fixes #39455Marek Safar
2016-03-09[aot] Fix a buffer overflow in the statistics code.Zoltan Varga
2016-03-08[mcs] Fixes codegen for lifted null bitwise operators with constant left side...Marek Safar
2016-03-07[mcs] Null conditional operator is never suppose to work with await according...Marek Safar