[runtime] Add condition variable definitions that are missing on MinGW.
[mono.git] / mcs /
2015-06-02 João MatosMerge pull request #1848 from tritao/complex_math
2015-06-02 Rolf Bjarne Kvinge[corlib] Fix test after 5cee52916.
2015-06-02 Alexis Christoforides[System.IO.KeventWatcher] Disable the watcher when...
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Zoltan Varga[corlib] Make corlib use the v4 runtime version in...
2015-06-01 Zoltan VargaRemove more CAS code.
2015-06-01 Zoltan VargaRemove more CAS code.
2015-06-01 Sebastien Pouliot[corlib] Xamarin.Mac to continue default to the OS...
2015-06-01 Rodrigo Kumpera[BCL] Fix the mobile_static profile.
2015-06-01 Zoltan VargaFix make dist.
2015-06-01 Marek Safar[corlib] Update failing test
2015-06-01 Marek SafarMerge pull request #1845 from esdrubal/httpfix
2015-06-01 Marek Safar[System.Runtime.Serialization] Update public api
2015-06-01 Marcos Henrich[System] HttpListenerRequest Uri is now unescaped.
2015-06-01 Marcos Henrich[System] Added HttpListenerRequestUriBuilder
2015-06-01 Marek Safar[ilasm] Add support for undocumented modopt/modreq...
2015-06-01 Marcos Henrich[System] Test HttpRequest Uri unescaping
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-29 Zoltan Varga[sdb] Fix reading/writing locals when not all of the...
2015-05-29 Rodrigo KumperaMerge pull request #1817 from alexanderkyte/bug30085
2015-05-29 Marek Safar[PEAPI] Fixes custom attributes with byte array constant
2015-05-29 Zoltan Varga[corlib] Avoid a nullref in CustomAttributeData.ToStrin...
2015-05-29 Marcos HenrichUpdated .csproj files.
2015-05-29 Marek Safar[ilasm] Extend syntax of custom attribute constructor...
2015-05-29 Marek Safar[corlib] Fixes commit f0bea6966af0d1f18b8467a06b3f8ee01...
2015-05-29 Marek Safar[corlib] Add timeout to NestedLeakingSynchronizationContext
2015-05-28 Marek Safar[mcs] Double closing parens don't have priority inside...
2015-05-28 Marek Safar[corlib] Remove unused defines
2015-05-28 Marek Safar[corlib] Add role based security to desktop only
2015-05-28 Marek Safar[mcs] Await in finally clause with user catch block...
2015-05-28 Alexander Köplinger[build] Fix encoding attribute in crash XML to be utf-8
2015-05-28 Marek SafarMerge pull request #1838 from esdrubal/assemblyname
2015-05-28 Marcos Henrich[corlib] AssemblyName.CultureName now matches .NET
2015-05-28 Marcos Henrich[corlib] Test AssemblyName.CultureName
2015-05-27 Marek Safar[corlib] Improve SynchronizationContext test dependency
2015-05-27 Sebastien Pouliot[corlib] Let XI and XM define their own default encodin...
2015-05-27 Sebastien PouliotRevert "[corlib] Restore UTF8 as the default encoding...
2015-05-27 João Matos[System.IO.Compression] Do not swallow inner exceptions...
2015-05-27 Marek Safar[corlib] Clone all levels of captures ExceptionDispatch...
2015-05-27 Zoltan VargaMerge pull request #1836 from ludovic-henry/referenceso...
2015-05-27 Zoltan VargaMerge pull request #1835 from ludovic-henry/referenceso...
2015-05-27 Ludovic Henry[corlib] Fix tests for System.Runtime.InteropServices...
2015-05-27 Ludovic Henry[corlib] Add test for ThreadLocal finalization
2015-05-27 Marek Safar[corlib] Add more obsolete and not working types to...
2015-05-27 Marek Safar[system] Fixes incorrect tests
2015-05-26 Marek Safar[corlib] Clean up thread execution context
2015-05-26 Zoltan Varga[System] Disable a test on mobile.
2015-05-26 Marek SafarMerge pull request #1832 from Tragetaschen/fix-http...
2015-05-26 Marek Safar[mcs] Emit correct binary comparison for useless is...
2015-05-26 Rolf Bjarne Kvinge[corlib] A few XI-internal functions have been renamed...
2015-05-26 Rolf Bjarne Kvinge[mdbrebase] Make sure to use a unique temporary filename.
2015-05-26 Rolf Bjarne Kvinge[mdbrebase] Add a quiet mode.
2015-05-26 Rolf Bjarne Kvinge[mdbrebase] Indent properly.
2015-05-26 Marek Safar[corlib] More thread code from reference sources, mostl...
2015-05-26 Atsushi Eno[xbuild] make sure to load appropriate Microsoft.Build...
2015-05-25 Marek Safar[corlib] Add TimeZoneInfo support to xammac
2015-05-25 Marek Safar[corlib] TimeZoneInfo.GetSystemTimeZones should work...
2015-05-25 Marek Safar[corlib] Clean up some of TimeZoneInfo ifdefs
2015-05-25 Marek Safar[corlib] SafeHandle from reference sources without...
2015-05-24 Marek Safar[mcs] Emit value type initializers without local reset...
2015-05-22 Kai RuhnauFixed parsing the host header field
2015-05-22 Kai RuhnauAdded a test for accessing HttpRequestHeader.Host
2015-05-22 Marek Safar[corlib] Disable more CAS code
2015-05-22 Marek Safar[mcs] Emit decimal constant attribute sign using csc...
2015-05-22 Marek Safar[system.xml] Check different results under disabled cas
2015-05-22 Marek Safar[corlib] ExecutionContext and other contexts from refer...
2015-05-22 Sebastien Pouliot[corlib] Restore UTF8 as the default encoding for XI...
2015-05-22 João MatosMerge pull request #1829 from StephenMcConnel/bug-30325
2015-05-22 Marcos Henrich[corlib] Moved ValueType field into another class.
2015-05-21 Stephen McConnelPrevent DataGridViewTextBoxCell from using Disposed...
2015-05-21 Atsushi Eno[WCF] bonus, NET_2_1 is blocking set_Timeout. It didn...
2015-05-21 Atsushi Eno[WCF] fix send timeout. Should fix bug #19697. Should...
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-20 Marek Safar[system.xml] Disable cas in mobile profiles only
2015-05-20 Marek Safar[system.xml] One more mobile serialization incompatibility
2015-05-20 Marek Safar[corlib] Remove unused thread field
2015-05-20 Marek Safar[corlib] Match closer ExecutionContextSwitcher methods
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Alex Rønne PetersenMerge pull request #1823 from iainx/anti-dos
2015-05-20 Ludovic Henry[referencesource] Import System.ValueType
2015-05-20 Marek Safar[bcl] Mobile profiles fixes
2015-05-20 Alexander Kyte[runtime] Remove a test that leads to excessive heap...
2015-05-20 Martin BauligMerge pull request #1822 from mono/work-bug23792
2015-05-20 Martin Baulig[TLS]: Fix #23792.
2015-05-19 Ludovic Henry[referencesource] Import System.Runtime.InteropServices...
2015-05-19 Marek Safar[corlib] Remove unused files
2015-05-19 Marek Safar[corlib] LocalDataStoreSlot from reference sources
2015-05-19 João MatosMerge pull request #1821 from iainx/replace-getline
2015-05-19 Marek Safar[corlib] CompressedStack in not supported in mobile...
2015-05-19 Marek Safar[corlib] Small part of thread from reference sources
2015-05-18 Miguel de Icaza[corlib/Tests] Added test for bug #30171
2015-05-18 Marcos Henrich[corlib] Fixed TimeZoneInfo.GetDaylightChanges.
2015-05-18 Marcos Henrich[corlib] Test TimeZoneInfo.GetDaylightChanges.
2015-05-18 Marcos Henrich[corlib] Fixed make android TZ testing targets.
2015-05-18 João MatosMerge pull request #1815 from jbevain/clean-mutex-windows
2015-05-18 Marek Safar[mcs] Update unicode categories allowed as Unicode...
2015-05-18 Alex Rønne PetersenMerge pull request #1626 from iainx/add-coverage-to...
2015-05-18 Marek SafarMerge pull request #1811 from yann-morin-1998/yem/paral...
2015-05-17 Rodrigo KumperaMerge pull request #1809 from kumpera/double_loading_fix
next