mono.git
2017-01-11 monojenkins[msvc] Update csproj files (#4226)
2017-01-11 Alexander KöplingerMerge pull request #4224 from akoeplinger/fix-46602
2017-01-11 Zoltan VargaLldb support code for mono (#4225)
2017-01-11 Aleksey Kliger... [remoting] Coop handles for proxy objects (#4208)
2017-01-11 Marek SafarMerge pull request #4219 from marek-safar/corert-bump
2017-01-11 Marek Safar[corlib] Update ValueTuple implementation
2017-01-11 Marek SafarBump corert
2017-01-11 Zoltan Varga[jit] Extends an array in mono_spill_global_vars (...
2017-01-11 Marek SafarMerge pull request #4222 from alexanderkyte/fix_mismatc...
2017-01-10 Chris HamonsMono BCL test fixes so XM can run them (#4210)
2017-01-10 Alexander Köplinger[btls] Create a native BTLS key handle for X509Certific...
2017-01-10 Alexander Köplinger[btls] Call Reset() in X509CertificateImplBtls.Import()
2017-01-10 Alexander Köplinger[btls] Free handle returned by EVP_PKEY_get1_RSA
2017-01-10 Alexander Köplinger[System] Use non-obsolete API in SslStream
2017-01-10 monojenkins[msvc] Update csproj files (#4221)
2017-01-10 Alexander Kyte[runtime] Fix corlib out of date error with disabled COM
2017-01-10 Alexander Köplinger[bcl] Remove System.Activities.Presentation folder...
2017-01-10 Aleksey Kliger... [reflection] Coop handles icalls in System.Reflection...
2017-01-10 Aleksey Kliger[runtime] Set the pinvoke bit for handles-using icall...
2017-01-10 Marek Safar[build] Add WIN_PLATFORM define
2017-01-09 Zoltan VargaRevert "[configure] avoid 'no symbols' warnings on...
2017-01-09 Zoltan Varga[aot] Rewrite the AOT profiler. (#4176)
2017-01-09 Alexander Köplinger[btls] Capture inner exception in MobileAuthenticatedStream
2017-01-09 Alexander Köplinger[btls] Use MONODROID ifdef instead of ANDROID
2017-01-09 Alexander Köplinger[btls] Fix wrong path returned from MonoBtlsProvider...
2017-01-09 Alexander Köplinger[Mono.Security] Add message to obsolete APIs with repla...
2017-01-09 Marek Safar[System] Fixes ios unresolved symbols
2017-01-09 Johan LorenssonMerge pull request #4195 from lateralusX/jlorenss/win...
2017-01-07 Jonathan ChambersAdd code manager callbacks so JIT can track memory...
2017-01-06 Marek SafarBump nunit-lite
2017-01-06 Marek Safar[tools] Add C# strings encoding to resx2sr
2017-01-06 Marek Safar[build] Update mini tests tools to use correct path
2017-01-06 Marek Safar[corlib] Clean up some warnings
2017-01-06 Zoltan Varga[aot] Avoid a crash in the aot compiler if a delegate...
2017-01-06 Zoltan Varga[jit] Fix the check for calling mono_get_vtable_var...
2017-01-05 Zoltan Varga[aot] Aot System.Numerics.dll as well for the make...
2017-01-05 Aleksey KligerRevert "[reflection] Additional coop handles changes...
2017-01-05 monojenkins[msvc] Update csproj files (#4207)
2017-01-05 Aleksey Kliger... [reflection] Additional coop handles changes (#4197)
2017-01-05 Marek Safar[System] Cleanup some warnings
2017-01-05 Marek SafarMerge pull request #4205 from marek-safar/compression
2017-01-05 Alexander Köplinger[bcl] Look in all .sources files when gathering files...
2017-01-05 Bernhard Urban[configure] avoid 'no symbols' warnings on darwin
2017-01-04 monojenkins[msvc] Update csproj files (#4204)
2017-01-04 Alexander Köplinger[mcs] Accept and ignore /debug:portable option
2017-01-04 Marek Safar[System] Use GZipStream from corefx
2017-01-04 Marek SafarMerge pull request #4202 from marek-safar/compression
2017-01-04 Alexander Kyte[llvmonly] Use right IMT slow path for lazy array inter...
2017-01-04 Alexander Köplinger[System.Core] Fix infinite loop in csproj-local target
2017-01-04 Alexander Köplinger[btls] Pass CC and CXX to the BTLS CMake and disable...
2017-01-04 Marek Safar[build] Fixes monotouch_tv_runtime build
2017-01-04 Marek Safar[build] Fixes monotouch_runtime build
2017-01-04 Marek Safar[System.IO.Compression] Replaced by corefx implementation
2017-01-04 Marek SafarRevert "Bump corlib version"
2017-01-04 Marek Safar[System] Compression enums from corefx
2017-01-04 Marek Safar[build] Fixes tarball build on systems with old mono
2017-01-04 David KarlašMerge pull request #4196 from DavidKarlas/stepAndCatchE...
2017-01-04 Alexander Köplinger[System] Include common.sources in the tarball
2017-01-04 Alexander KöplingerBump corlib version
2017-01-03 Alexander Köplinger[xbuild] Fix test that got broken by 248fded92a107a556d...
2017-01-03 Vlad BrezaeMerge pull request #4152 from BrzVlad/misc-gc-altstack
2017-01-03 Marek Safar[System] Warnings cleanup
2017-01-03 Marek Safar[System] Keep single MonoPInvokeCallbackAttribute imple...
2017-01-03 Marek Safar[System] Unify Mono.Security dependency to be same...
2017-01-03 Marek Safar[xbuild] More tweaks for portable debug mode
2017-01-02 Marek Safar[mcs] Disable more array interpolation on user code...
2017-01-02 Marek SafarMerge pull request #4194 from DavidKarlas/bug44974
2017-01-02 Marek SafarRoslyn 2.0 (rc2) upgrade
2016-12-28 David Karlaš[Debugger] Fixed step-in and step-out in case of except...
2016-12-28 lateralusXFix build_init vcxproj to correctly detect changes...
2016-12-28 David KarlašMerge pull request #4193 from DavidKarlas/stepinSpeedup
2016-12-28 David Karlaš[Debugger] Fixed bug where we loop randomly long(+1...
2016-12-28 David KarlašBug 44974 - [pdb] stepping over is not working
2016-12-28 Zoltan Varga[simd] Enable simd support when 32 bit floats are enabled.
2016-12-28 Zoltan Varga[llvm] Fix compilation/working with recent llvm version...
2016-12-27 Zoltan VargaFix a warning.
2016-12-27 Aleksey Kliger... [reflection] Use handles for several more icalls (...
2016-12-27 Aleksey Kliger[threadpool] Restore handle stack mark after a worker...
2016-12-27 Aleksey Kliger[sgen] Assert that skipped threads have empty an Handle...
2016-12-27 Aleksey Kliger[coop handles] Add mono_handle_stack_is_empty
2016-12-27 Aleksey Kliger[coop handles] Add MONO_HANDLE_TRACK_OWNER mode.
2016-12-22 Alexander Köplinger[System] Fix basic/build profile build
2016-12-22 Zoltan Varga[runtime] Add a few missing object offsets for arm.
2016-12-22 Neale Ferguson[jit] Fix a test which fails on big endian.
2016-12-22 Marek Safar[System] Remove duplicated sources info
2016-12-22 Marek Safar[System] remove unused file
2016-12-22 Alexander Köplingerconfigure.ac: set CSC variable to mcs.exe when using...
2016-12-22 Aleksey Kliger... Pump hazard pointer queue in unregister_thread while...
2016-12-22 faulpeltzFix MonoBtlsX509StoreManager machine store paths (...
2016-12-22 Zoltan VargaFix a regression introduced by 98d7ad045e6661e4c2e428fe...
2016-12-22 Marek Safar[build] More mcs hacking
2016-12-22 Marek Safar[build] install csc aot images from aot folder
2016-12-22 Marek Safar[System.Xml] Disable more failing tests on old xslt...
2016-12-22 Marek Safar[System.Xml] Disable failing tests on old xslt implemen...
2016-12-22 Zoltan Varga[build] Pass --aot-path to the runtime when building...
2016-12-22 Zoltan Varga[build] Generate all aot images for csc into the profil...
2016-12-22 Zoltan VargaFix warnings.
2016-12-22 Zoltan Varga[runtime] Remove some dead code.
2016-12-22 Zoltan Varga[aot] Cleanup the AOT loading code a bit. Add a --aot...
2016-12-22 Alexander Köplinger[bcl] Clean up old run-test.bat and *.csproj files
next