mono.git
2016-03-24 Ankit Jain[mcs] Accept and ignore command line args supported...
2016-03-24 Zoltan Varga[runtime] Make the appdomain-unload.exe test more verbose.
2016-03-24 Zoltan Varga[aot] Reenable the emission of line number info using...
2016-03-24 Zoltan Varga[jit] Fix the dwarf info structure when there is no...
2016-03-24 Zoltan Varga[jit] Remove the 'appending' support from the dwarf...
2016-03-24 Zoltan Varga[jit] Get rid of the create_delegate_trampoline_data...
2016-03-24 Aleksey Kliger... Merge pull request #2768 from lambdageek/dev/monoerror...
2016-03-24 Alexis ChristoforidesMerge pull request #2663 from esdrubal/islocal
2016-03-24 Chris HamonsCreate xammac_net_4_5 variant of System.Runtime.Remoting
2016-03-24 Alexander KöplingerTrigger a rebuild of Mono.Security
2016-03-23 Martin Baulig[Mono.Security]: MonoTlsProvider.InvokeSystemCertificat...
2016-03-23 Martin Baulig[System]: Add private 'X500DistinguishedName' API to...
2016-03-23 Martin Baulig[System]: SystemCertificateValidator.CheckUsage():...
2016-03-23 Martin Baulig[System]: Make 'X509Certificate2' and 'X509Chain' lazil...
2016-03-23 Martin Baulig[corlib]: Cleanup the internal 'X509CertificateImpl...
2016-03-23 Zoltan Varga[ppdb] Disable the metadata verifier for ppdb tables...
2016-03-23 Zoltan Varga[man] Remove documentation for the nonexistent MONO_ENA...
2016-03-23 Alexander KöplingerMerge pull request #2784 from mhutch/msbuild-fixes
2016-03-23 Marek Safar[cil-stringreplacer] Use Cecil as reference dependency
2016-03-23 Marek Safar[cil-stringreplacer] Update debug symbol
2016-03-22 monojenkinsMerge pull request #2783 from alexanderkyte/strdup_memo...
2016-03-22 monojenkinsMerge pull request #2775 from lambdageek/dev/monoerror...
2016-03-22 Alexander KöplingerMerge pull request #2782 from madewokherd/process-sessionid
2016-03-22 Vincent Povirk[System.Diagnostics] Return dummy value from Process...
2016-03-22 Joao Matos[sgen] Switch the default GC bridge to the new mode.
2016-03-22 Mikayla Hutchinson[Microsoft.Build] Shut down single-use build manager
2016-03-22 Marcos HenrichMerge pull request #2764 from esdrubal/fileinfo_tostring
2016-03-22 monojenkinsMerge pull request #2534 from mhutch/install-api-html
2016-03-21 mhutchInstall mono-api-html
2016-03-21 mhutch[Microsoft.Build] Set IsBackground on builder thread
2016-03-21 mhutch[Microsoft.Build] Fix exception disposing BuildManager
2016-03-21 Alexander Kyte[runtime] Remove string memory leak related to basename
2016-03-21 Alexander Kyte[runtime] Fix reassignment over string-pointing var...
2016-03-21 Andi McClureMerge pull request #2778 from xmcclure/checked-build...
2016-03-21 Andi McClureFix patch merge error in PR#2753, was breaking checked...
2016-03-21 Alexander KöplingerAdd note about acceptance-tests to top level README
2016-03-20 Alexander KöplingerFix "make dist"
2016-03-19 Zoltan Varga[gsharedvt] Add a test for #39528.
2016-03-19 Zoltan Varga[runtime] Remove some dead test code added by c736aba5c...
2016-03-19 Zoltan Varga[runtime] Implement support for passing icall methods...
2016-03-19 Zoltan Varga[runtime] Remove an mistaken assert. Fixes #39568.
2016-03-19 Zoltan Varga[jit] Remove an mistaken assert. Fixes #39746.
2016-03-19 monojenkinsMerge pull request #2777 from xmcclure/win-makefile...
2016-03-19 Alexander Köplinger[System.Net.Http] Make HttpClientTest.RequestUriAfterRe...
2016-03-18 Andi McCluremono/mini make fullaotcheck can now be run on Windows
2016-03-18 monojenkinsMerge pull request #2753 from xmcclure/checked-build...
2016-03-18 monojenkinsMerge pull request #2746 from lambdageek/dev/monoerror...
2016-03-18 Aleksey Kliger[SRE] Refactor a few icalls
2016-03-18 Aleksey Kliger[SRE] Some cleanups in mono_method_body_get_object_checked
2016-03-18 Aleksey Kliger[SRE] MonoError for fieldbuilder_to_mono_class_field
2016-03-18 Andi McClureAdd mono_threads_reset_blocking nesting checks to gc...
2016-03-18 Andi McClureRename checked build assertion_fail to mono_fatal_with_...
2016-03-18 monojenkinsMerge pull request #2772 from WeiHeCN/master
2016-03-18 WeiHeCNUpdate mini-llvm.c
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_call_is_assi...
2016-03-17 Aleksey Kliger[SRE] MonoError for mono_reflection_create_runtime_class
2016-03-17 monojenkinsMerge pull request #2745 from lambdageek/dev/monoerror...
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_marshal_spec_from_builder
2016-03-17 Aleksey Kliger[reflection] Mark mono_reflection_get_custom_attrs_blob...
2016-03-17 Aleksey Kliger[reflection] MonoError for resolve_object
2016-03-17 Aleksey Kliger[reflection] MonoError for ensure_complete_type
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_get_dynamic_...
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_method_get_h...
2016-03-17 Aleksey Kliger[SRE] Don't set failiure flag in ensure_generic_class_r...
2016-03-17 Aleksey Kliger[SRE] Don't set class failure in fix_partial_generic...
2016-03-17 Aleksey Kliger[reflection] MonoError for fix_partial_generic_class
2016-03-17 Aleksey Kliger[SRE] Use MonoError for mono_reflection_bind_generic_pa...
2016-03-17 Aleksey Kliger[reflection] Use MonoError in encode_{cattr_value,named...
2016-03-17 Aleksey Kliger[reflection] MonoError in get_{prop,field}_name_and_type
2016-03-17 Aleksey Kliger[reflection] MonoError in parameters_to_signature
2016-03-17 Marek Safar[gacutil] Add support for pdb file
2016-03-17 Marek Safar[build] Fix more incomplete mcs references names
2016-03-17 Marek Safar[mcs] Allow local variables and parameters on lhs of...
2016-03-17 Alexander Köplinger[mono] Remove al2/dmcs from TEST_SUPPORT_FILES too
2016-03-17 Alexander Köplinger[mono] Remove dmcs from temp install folder
2016-03-17 Marek Safar[mono] Remove al2 from temp install folder
2016-03-17 Alexander Köplinger[acceptance-tests] Bump ms-test-suite to pick up 4a9560...
2016-03-17 Zoltan Varga[runtime] Cleanup the debug info module before the...
2016-03-17 Zoltan Varga[ppdb] Avoid an assert if the ppdb image has an empty...
2016-03-17 Zoltan Varga[arm] Avoid storing fp arguments below the stack pointe...
2016-03-17 Marek SafarBump referencesource
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_ccw
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_idispatch_f...
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_interface
2016-03-16 Aleksey Kliger... Merge pull request #2766 from lambdageek/dev/monoerror-jit
2016-03-16 Aleksey Kliger[com] Change cominterop_raise_hr_exception to comintero...
2016-03-16 Alexander Köplinger[acceptance-test] Ensure the exit code of the main...
2016-03-16 Aleksey Kliger[runtime] Propagate error from class loading when JIT-ing
2016-03-16 Marek Safar[bcl] Remove wrong IVT attributes
2016-03-16 Marek SafarMerge pull request #2765 from akoeplinger/mcs-fix-test...
2016-03-16 Marek SafarRevert "Merge pull request #2454 from tastywheattastesl...
2016-03-16 Marek Safar[build] Add missing explicit references in docs
2016-03-16 Marcos Henrich[corlib] Fix FileInfo.ToString after MoveTo
2016-03-16 Marcos Henrich[corlib] Test FileInfo.ToString after MoveTo
2016-03-16 Zoltan VargaMerge pull request #2454 from tastywheattasteslikechick...
2016-03-16 Marek Safar[corlib] RuntimeEnvironment from referencesource
2016-03-16 Alexander Köplinger[tests] Don't use AppDomain.AppendPrivateBinPath for...
2016-03-16 James Venning[runtime] Fixes an abort caused by a TypeLoadException...
2016-03-15 Martin Baulig[System]: Fix certificate validation on Linux. Bug...
2016-03-15 Martin Baulig[System]: Properly propagate exceptions in 'MonoTlsStream'.
next