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
2015-02-13Apply https://gist.github.com/rolfbjarne/6f72909ac7b917386bc9 to fix buildhotfix-19334Chris Hamons
2015-02-12[Mono.Security]: Improve error reporting when sending TLS Alerts fail.Martin Baulig
2015-02-12[Mono.Security]: More exception debug foo.Martin Baulig
2015-02-02Revert "Revert "[System.IO] Phase 2 of revamping KeventWatcher (FileSystemWat...mono-3.12.0.76Duncan Mak
2015-02-02Revert "Revert "[System.IO] Reimplemented much of the kqueue-based file watch...Duncan Mak
2015-02-02Trigger build with bockbuild/@6d5bb2f792a9fb152966726fb2a09e3d83999abcAlexis Christoforides
2015-01-21[arm64] Increase the size of the dyn_call instruction, and the buffers used d...Zoltan Varga
2014-12-17[runtime] Add another rule for the builder-sgen.h -> main-sgen.o dependency s...Zoltan Varga
2014-12-17Revert "[build] Rework the buildver dep check."Zoltan Varga
2014-12-12Revert "[System.IO] Reimplemented much of the kqueue-based file watcher so th...Alexis Christoforides
2014-12-12Revert "[System.IO] Phase 2 of revamping KeventWatcher (FileSystemWatcher imp...Alexis Christoforides
2014-12-11[sdb] Another try at fixing #25009.mono-3.12.0.68Zoltan Varga
2014-12-11[sdb] Fix another shutdown crash. Fixes #25009.Zoltan Varga
2014-12-09[sdb] Fix more crashes on shutdown when the assembly unload callbacks are cal...Zoltan Varga
2014-12-08[runtime] Remove the bug-438454.exe test, it tests behaviour which is by design.Zoltan Varga
2014-12-05[mscorlib/Android] TimeZoneInfo.Local.Id should NOT be "Local".Jonathan Pryor
2014-12-05[sgen] Fix build with heavy binary protocol.Mark Probst
2014-12-03[mscorlib/Android] Support TimeZoneInfo.FindSystemTimeZoneById("Local")Jonathan Pryor
2014-11-28[build] Added support for ARM64 Android cross-compilation.João Matos
2014-11-28[mcs] Tweak naming of nested types. Fixes #24172Marek Safar
2014-11-27Fix 40a3eb5354a308c4fc6f881048b739d0beb599c3 - some symbols were master-only.Jo Shields
2014-11-27[system.net.http] Escape more RFC5987 characters. Fixes #24785Marek Safar
2014-11-27[mcs] Remove declaration expression named argument parsing (not part of the l...Marek Safar
2014-11-26[msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c12 for eglibJo Shields
2014-11-26[msvc] Allow cygwin "make" to be called after winsetup.batJo Shields
2014-11-26[msvc] Fix MONO_INTERNAL undefined in BoehmJo Shields
2014-11-26[msvc] Add _SGen Configurations to {eglib,libgc,genmdesc}.vcxprojJo Shields
2014-11-26[msvc] Add missing sgen source files to libmonoruntime.vcxprojJo Shields
2014-11-26[msvc] Refreshed .def files (needed for SGen to build)Jo Shields
2014-11-26[msvc] Define SSIZE_MAX if not already defined (i.e. on Windows)Jo Shields
2014-11-26[msvc] Bump winconfig.h VERSION to match configure.acJo Shields
2014-11-26[msvc] Add a definition for _WIN32_WINNT to MonoPosixHelperJo Shields
2014-11-26[corlib] Improve a test failure to be more actionable.Rodrigo Kumpera
2014-11-25[System.Core] Make one test much less likely to fail.Rodrigo Kumpera
2014-11-24[mcs] Add special-cased HostProtectionAttribute handlingMarek Safar
2014-11-23Revert "[android] Add a workaround for ndk r10c defining RTLD_DEFAULT as 0 on...Zoltan Varga
2014-11-22[runtime] Add a wrapper around atexit () since it is missing on some android ...Zoltan Varga
2014-11-22[android] Avoid referencing SYS_fork which is not defined in some ndk versions.Zoltan Varga
2014-11-22[android] Add a workaround for ndk r10c defining RTLD_DEFAULT as 0 on 64 bit ...Zoltan Varga
2014-11-22[android] Disable the usage of tkill () on android/arm64, the tkill () functi...Zoltan Varga
2014-11-22[runtime] Remove another getdtablesize () reference.Zoltan Varga
2014-11-22[jit] Fix the AOT part of #24577, the epilog beginning was calculated using t...Zoltan Varga
2014-11-22[runtime] Remove a getdtablesize () reference from eglib too.Zoltan Varga
2014-11-21[system.data] Fixes DbEnumerator current property to clone read data. Fixes #...Marek Safar
2014-11-21[profiler] Use the new hidden API to attach the helper thread as a tools thre...Rodrigo Kumpera
2014-11-21[jit] Don't sample threads that are not fully attached.Rodrigo Kumpera
2014-11-21[runtime] Introduce the notion of a tools thread.Rodrigo Kumpera
2014-11-21[utils] Add foreach variant that supports filtering the list as you go.Rodrigo Kumpera
2014-11-20Merge pull request #1411 from jbevain/sdb-frame-domainZoltan Varga
2014-11-20Fix #24577 correctly, cfg->code_len is the size of the code, while cfg->code_...Zoltan Varga