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
2017-05-18[pdb2mdb] Dispose Cecil AssemblyDefinition on pdb2mdb (#4899)mono-5.0.1.12017-02Alexander Köplinger
2017-05-18Bump version, following 5.0.0.x releaseJo Shields
2017-05-17[runtime] Make RuntimeHelpers:SufficientExecutionStack () a no-op on android ...Zoltan Varga
2017-05-17Merge pull request #4885 from kumpera/backport_56177Rodrigo Kumpera
2017-05-17[runtime] Fix pedump.Zoltan Varga
2017-05-16[xbuild] Add web targets for 15.0 (#4868) (#4876)Alexander Köplinger
2017-05-15[sre] Don't leak coop handles in mono_dynimage_encode_typedef_or_ref_fullAleksey Kliger
2017-05-15Use handle macros to avoid leaking result of mono_type_get_object_handleJonathan Chambers
2017-05-13[runtime] Remove System.ValueTuple from denied assemblies. It's not neededMarek Safar
2017-05-13Revert "[runtime] Remove System.ValueTuple from denied assemblies. It's not n...Marek Safar
2017-05-13[runtime] Remove System.ValueTuple from denied assemblies. It's not neededMarek Safar
2017-05-12[System]: Cherry-pick GZipStream.BeginRead() fix from corefx. Bug #56260. (#...Martin Baulig
2017-05-10[arm] Disable the usage of lmf_ir_mono_lmf. Fixes #55087. (#4819)Zoltan Varga
2017-05-08Revert "[System]: Fix bug #52508 in HttpListener when doing multiple Https re...Martin Baulig
2017-05-08[System]: Fix bug #52508 in HttpListener when doing multiple Https request.Martin Baulig
2017-05-05[System]: Fix default TLS provider. (#4797)mono-5.0.0.100Martin Baulig
2017-05-04Empty commit to trigger a build on wrenchAnkit Jain
2017-05-03[sgen] Fix accidental triggering of degraded modeVlad Brezae
2017-05-03Empty commit to trigger a build on wrenchAnkit Jain
2017-05-03Empty commit to trigger a build on wrenchAnkit Jain
2017-05-03Empty commit to trigger a build on wrenchAnkit Jain
2017-04-29Merge pull request #4769 from lambdageek/bug-55681-2017-02mono-5.0.0.94Aleksey Kliger (λgeek)
2017-04-28Empty commit to trigger a build on wrenchAnkit Jain
2017-04-28[sre-save] Handle ConstructorBuilder custom attribute constructors.Aleksey Kliger
2017-04-28[sre] Make mono_image_get_methodref_token non-static in sre-internals.hAleksey Kliger
2017-04-28[test] Regression tests for ConstructorBuilder custom attributesAleksey Kliger
2017-04-28Bump msbuild for F#. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=55626nosami
2017-04-27Empty commit to trigger a build on wrenchAnkit Jain
2017-04-26Merge pull request #4742 from kumpera/2017-02-backport-4682Rodrigo Kumpera
2017-04-25[jit] Remove some debug spew.Zoltan Varga
2017-04-25[bcl] Check the compact switch for whether cancelation token throws when disp...Rodrigo Kumpera
2017-04-24[corlib] Change SwitchThrowExceptionIfDisposedCancellationTokenSource to fals...Rodrigo Kumpera
2017-04-24[bcl] Make our AppContextDefaultValues more compatible with RS and make them ...Rodrigo Kumpera
2017-04-24[metadata] Lock around special static fields hash accessVlad Brezae
2017-04-24[corlib] Use AppContextSwitches implementation from RS. Fixes #54448Rodrigo Kumpera
2017-04-24[cil-stripper] Mark stripped methods as noinline to prevent the JIT from tryi...Zoltan Varga
2017-04-24[Facades] Use Open.snk for netstandard.dllAlexander Köplinger
2017-04-23Empty commit to trigger Wrench buildmono-5.0.0.78Ankit Jain
2017-04-22Trigger package CI buildAlexis Christoforides
2017-04-21Bump bockbuild for F# jit tracking patchnosami
2017-04-21Trigger package CI buildAlexis Christoforides
2017-04-21[Facades] Allow passing $(EXTRA_LIB_MCS_FLAGS) to netstandard buildAlexander Köplinger
2017-04-20[runtime] Shadow copy the .pdb files as well. Fixes #55095. (#4715)Zoltan Varga
2017-04-20Empty commit to trigger Wrench buildAnkit Jain
2017-04-19Trigger package CI buildAlexis Christoforides
2017-04-19Bump cecilMarek Safar
2017-04-19[Sockets] Fix RemoteEndpoint with async+DualMode (#4702)Mikayla Hutchinson
2017-04-18Update NuGet.BuildTasks to dev15.1 from usptream (#4706)Ankit Jain
2017-04-18[jit] Disable handler block trampolines+aot support on ios, it does an async ...Zoltan Varga
2017-04-18Merge pull request #4681 from alexanderkyte/circular_type_memoAlexander Kyte