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-02-03Merge pull request #2565 from nealef/mono-3.12.0-tls-hotfixmono-3.12.0-tls-hotfixAlexander Köplinger
2016-02-03Add check for SCHED_BATCH as some platforms don't support itNeale Ferguson
2016-01-26Backport thread priority enhancement for 4.xNeale Ferguson
2015-08-05Merge pull request #1960 from nealef/mono-3.12.0-tls-hotfixRodrigo Kumpera
2015-07-08Fix and simplify float conversions. Conversion of to/from unsigned integer va...Neale Ferguson
2015-03-06Update configure.acMiguel de Icaza
2015-03-06 Remove the EXPORT ciphers and related code pathSebastien Pouliot
2015-03-06 Remove the client-side SSLv2 fallback.Sebastien Pouliot
2015-03-06TLS protocol: add handshake state validationSebastien Pouliot
2015-03-06[SslClientStream] Prevent crashes when a connection is closedMiguel de Icaza
2015-02-18[WebClient/FtpWebRequest] Do not use MIME boundaries on FTP uploads (Fixes #2...mono-3.12.0.77Miguel de Icaza
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