mono.git
2015-11-11 Rodrigo KumperaMerge pull request #2207 from lambdageek/dev/bug-35375
2015-11-11 Mark ProbstMerge pull request #2198 from BrzVlad/feature-concurren...
2015-11-11 Rodrigo KumperaMerge pull request #2217 from rcruzs00/master
2015-11-11 Aleksey Kliger[runtime] mono_class_init() - don't look for metadata...
2015-11-11 Aleksey KligerCrashing test in mono_class_init() from a MonoGenericClass.
2015-11-11 Rafael CruzEl Capitan fix : system integrity protection compatibility
2015-11-10 Alexander KöplingerMerge pull request #2216 from akoeplinger/fix-array...
2015-11-10 Rodrigo KumperaMerge pull request #2215 from kumpera/crash_in_mono_cla...
2015-11-10 Zoltan Varga[runtime] Fix a few more class->klass cases.
2015-11-10 Zoltan Varga[runtime] Use 'klass' instead of 'class' to make the...
2015-11-10 Alexander Köplinger[corlib] Fix Array.Sort throwing when fewer keys than...
2015-11-10 Martin Baulig[Mono.Security]: Add destructor to MonoSslStream.
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-10 João Matos[runtime] Fixed typo.
2015-11-10 Martin Baulig[Mono.Security]: 'Mono.Security.Interface.MonoSslStream...
2015-11-10 Martin Baulig[Mono.Security]: Make MonoTlsProviderFactory.CreateHttp...
2015-11-10 Rodrigo Kumpera[runtime] Fix bad assert in mono_class_get_method_from_...
2015-11-10 Marcos HenrichMerge pull request #2209 from esdrubal/facades_subdirs
2015-11-10 Alex Rønne... [corlib] Disable FullNameGetTypeParseEscapeRoundtrip...
2015-11-10 Alexander Köplinger[acceptance-tests] Output Roslyn and ms-test-suite...
2015-11-10 Marek Safar[mcs] Handle using aliases in evaluator. Fixes #32894
2015-11-10 Marek Safar[mcs] Don't store invalid using static expression in...
2015-11-10 Marek Safar[System.Web] WebColorConverter from reference source
2015-11-10 Rodrigo KumperaMerge pull request #2214 from kumpera/fix_enum_get_get_...
2015-11-10 Marek Safar[Mono.Posix] Update incorrect test
2015-11-10 Marek Safar[mcs] inherited interface constraints checks on defined...
2015-11-10 Marek Safar[mcs] Restore local variables state after probing run...
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
2015-11-10 Zoltan Varga[bcl] Add versioning to the TestTasks.dll file name...
2015-11-10 Rodrigo Kumpera[runtime] Fix Enum.GetHashCode when basetype is short...
2015-11-10 Vlad Brezae[sgen] We only use workers when starting the concurrent...
2015-11-10 Vlad Brezae[sgen] Optimize the finishing of the concurrent collection
2015-11-09 Vlad Brezae[jit] Refactor loading of runtime constants from IL
2015-11-09 Vlad Brezae[aot] Don't hardcode the nursery size in aot write...
2015-11-09 Alexander Köplinger[acceptance-tests] Ensure Roslyn is bootstrapping with...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-09 Andi McClureFix to checked-build reference auditing
2015-11-09 ESColorTranslator.FromHtml 3-digit codes support (#35664)
2015-11-09 Marcos Henrich[Facades] Moved subdirs list to subdirs.make
2015-11-07 Zoltan VargaRevert "[bcl] Mark some System tests which depend on...
2015-11-07 Zoltan Varga[bcl] Mark some System tests which depend on a working...
2015-11-07 Alexander Köplinger[acceptance-tests] Fixes for Roslyn integration
2015-11-07 Zoltan Varga[runtime] Add a MonoAotMode entry for llvmonly.
2015-11-07 Zoltan Varga[runtime] Add a dummy definition for mono_debug_persona...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan VargaAvoid setting mono_llvm_only when mono_aot_only is...
2015-11-06 Alexander Köplinger[acceptance-tests] Bump coreclr to pick up a8cbbdddfe99...
2015-11-06 Zoltan Varga[llvm] Use LLVMArgNormal for scalars passed by value...
2015-11-06 Zoltan Varga[llvm] Add a 'type' field to LLVMArgInfo, use it to...
2015-11-06 Zoltan Varga[aot] Reduce the code duplication in the wrapper encodi...
2015-11-06 Zoltan Varga[runtime] Make mono_marshal_get_wrapper_info ()/set_wra...
2015-11-05 Zoltan Varga[runtime] Add WrapperInfos for a few wrappers which...
2015-11-05 Zoltan Varga[runtime] Merge the 'AllocatorWrapperInfo' structure...
2015-11-05 Martin Baulig[Mono.Security]: Add API to let MonoTlsProvider provide...
2015-11-05 Martin Baulig[Mono.Security]: Add ICertificateValidator.InvokeSystem...
2015-11-05 Martin Baulig[System]: Cleanup SystemCertificateValidator.Evaluate...
2015-11-05 Martin Baulig[Mono.Security]: Add CertificateValidationHelper(MonoTl...
2015-11-05 Martin Baulig[System/TLS]: Make 'SystemCertificateValidator' a stati...
2015-11-05 Martin Baulig[System/TLS]: Use the official API in SslStream rather...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-05 Alexander Köplinger[acceptance-tests] Bump coreclr to pick up 65b122151adb...
2015-11-04 Zoltan Varga[runtime] Implement native-to-managed marshalling of...
2015-11-04 Zoltan Varga[aot] Fix a crash introduced by 51c4e47f2 when the...
2015-11-04 Martin BauligCosmetic; remove unused variable.
2015-11-04 Martin BauligCleanup unused usings.
2015-11-04 Michael Hutchinson[xbuild] Add PCL 4.6 targets
2015-11-04 Mark Probst[sgen] Allow disabling finalization of specific classes.
2015-11-04 Alexander Köplinger[acceptance-tests] Sort source files and add a new...
2015-11-04 Martin Baulig[Facades]: Remove 'System.IO.Compression'.
2015-11-04 Ludovic HenryMerge pull request #2196 from alexischr/coop-gc_stackda...
2015-11-04 Zoltan Varga[sdb] Add another fastpath to the invoke code to skip...
2015-11-04 Zoltan Varga[llvm] Get rid of the 'pindexes' array in LLVMCallInfo...
2015-11-04 Zoltan Varga[llvm] Add new llvm argument passing conventions for...
2015-11-04 Rodrigo KumperaMerge pull request #2193 from kumpera/loader-error...
2015-11-03 Zoltan VargaMerge pull request #2194 from alexrp/ppdb-status-crash
2015-11-03 Alexis Christoforides[coop] Make sure 'gc_stackdata' is aligned and properly...
2015-11-03 Alexander Köplinger[acceptance-tests] Bump coreclr to pick up c1f0812bd0f9...
2015-11-03 Ludovic HenryMerge pull request #2195 from alexrp/tp-ms-io-trace...
2015-11-03 Ludovic Henry[mini] Add safepoint support for all platforms
2015-11-03 Alex Rønne... [threadpool-ms-io] Fix some crashy mono_trace () calls.
2015-11-03 Alex Rønne... [ppdb] Fix a crash caused by mono_ppdb_load_file ().
2015-11-03 Marek SafarMerge pull request #2190 from Numpsy/AddADNotFoundException
2015-11-03 Ludovic HenryMerge pull request #2192 from kumpera/suspend-crossfire
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ty...
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ge...
2015-11-03 Rodrigo Kumpera[mono-error] Change mono_metadata_parse_generic_inst...
2015-11-03 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-11-03 Alexander Köplinger[acceptance-tests] Make sure the latest version of...
2015-11-03 Rodrigo Kumpera[suspend] Fix suspend race between mono-threads and...
2015-11-03 Vlad Brezae[sgen] Finish concurrent collection if the heap grows...
2015-11-02 Vlad Brezae[sgen] Create constant for heap growth allowance
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-11-02 Alexander Köplinger[acceptance-tests] Output test list to file in chunks
2015-11-02 João MatosMerge pull request #2191 from LogosBible/mono_amd64_hav...
2015-11-02 Martin PotterAdd support for version of pthread_getspecific when...
2015-11-02 Ludovic Henry[trace] Synchronize output
2015-11-02 Alexander Köplinger[mono] Rename NUnit xml result files to TestResult...
2015-11-02 Alexander Köplinger[acceptance-tests] Remove some tests that were removed...
next