mono.git
2016-01-29 Alexander KöplingerRemove ChangeLog references from Makefile and .gitattribute
2016-01-29 Alexander KöplingerRemove ChangeLog files from the repo
2016-01-29 Alexander Köplinger[corlib] Improve CancellationTokenSource test
2016-01-29 monojenkinsMerge pull request #2522 from ludovic-henry/test-socket...
2016-01-29 Rolf Bjarne... [System.ServiceModel.Internals] Add a missing .sources...
2016-01-29 Vlad BrezaeMerge pull request #2448 from BrzVlad/feature-cprop-opt
2016-01-29 Marcos HenrichMerge pull request #2531 from esdrubal/systemweb
2016-01-29 Zoltan Varga[llvmonly] Do a stack walk from mono_llvmonly_get_calli...
2016-01-29 Zoltan Varga[runtime] Avoid an assert if a runtime compiled without...
2016-01-29 Zoltan Varga[llvmonly] Remove bind-to-runtime-version from the...
2016-01-29 Zoltan Varga[llvmonly] Allow any value for MONO_LLVMONLY not just...
2016-01-28 Zoltan VargaMerge pull request #2533 from vargaz/gshared-errors
2016-01-28 monojenkinsMerge pull request #2529 from lambdageek/monoerror...
2016-01-28 Zoltan Varga[jit] Add MonoError support for the generic sharing...
2016-01-28 Zoltan Varga[jit] Move the raise version of mono_jit_compile_method...
2016-01-28 Rodrigo KumperaMerge pull request #2525 from kumpera/embedding-api
2016-01-28 Zoltan VargaMerge pull request #2528 from vargaz/jit-errors2
2016-01-28 Marcos HenrichMerge pull request #2419 from esdrubal/xmlsubclassel
2016-01-28 Marcos Henrich[System.Web] HeadersCollection read only exception
2016-01-28 Marcos Henrich[System.Web] Test HttpRequest.Headers Add/Set/Remove
2016-01-28 Aleksey Kliger[runtime] mono_error_assert_ok() include location
2016-01-28 Alexander Köplinger[metadata] Fix duplicate variable declaration in coree...
2016-01-28 Rolf Bjarne... [mono-api-html] New interface members are only breaking...
2016-01-28 Rolf Bjarne... [mono-api-html] Fix compiler warning.
2016-01-28 Rolf Bjarne... [mono-api-html] Make it possible to hide/show non-break...
2016-01-28 Rolf Bjarne... [mono-api-info] Add an is-override attribute to determi...
2016-01-28 Alexander Köplinger[xbuild] Use -api folder for 2.0/3.5/4.0 profiles as...
2016-01-28 Rolf Bjarne... Merge branch 'mono-api-info-improvements'
2016-01-28 Rolf Bjarne... [mono-api-info] CreateAttributeMapping: don't create...
2016-01-28 Rolf Bjarne... [mono-api-info] Rework AttributeData to use a static...
2016-01-28 Rolf Bjarne... [mono-api-info] Improve CleanupTypeName to not create...
2016-01-28 Rolf Bjarne... [mono-api-info] First filter, then order, and use ordin...
2016-01-28 Rolf Bjarne... [mono-api-info] Rework SkipAttribute to use ordinal...
2016-01-28 Rolf Bjarne... [mono-api-info] Use ordinal string comparison. It's...
2016-01-28 Rolf Bjarne... [mono-api-info] Remove unused method.
2016-01-28 Rolf Bjarne... [mono-api-info] Use XmlWriter instead of XmlDocument...
2016-01-28 Marek Safar[xbuild] Set .net 4.5 target to 4.5 restricted api
2016-01-28 Marek Safar[system] Add DeliveryFormat to SmtpSection. Fixes ...
2016-01-28 Rolf Bjarne... [mono-api-info] Add support for writing output to a...
2016-01-28 Marek Safar[mcs] Implements null operator for dynamic expressions...
2016-01-28 Ludovic Henry[SocketResponder] Use Task instead of Thread
2016-01-28 Ludovic Henry[SocketResponder] Start in constructor and Stop on...
2016-01-28 Ludovic Henry[Tests] Use explicit delegate so it appears in stacktraces
2016-01-28 Zoltan VargaMerge pull request #2497 from ludovic-henry/monoerror...
2016-01-28 Sebastien Pouliot[System] Move HttpListenerResponse.GetStatusDescription...
2016-01-28 Zoltan Varga[runtime] Use MonoError in mono_jit_runtime_invoke...
2016-01-28 Alexander Köplinger[System.Web] Fix another wrong test assembly name
2016-01-28 Zoltan VargaMerge pull request #2527 from vargaz/jit-errors
2016-01-28 Zoltan Varga[jit] Use mono_error_set_pending_exception () to throw...
2016-01-28 Zoltan Varga[jit] Use MonoError in mono_jit_compile_method () and...
2016-01-27 Rodrigo Kumpera[api] GCC is much better at enforcing MONO_RT_EXTERNAL_...
2016-01-27 Alexander KöplingerMerge pull request #2526 from alexanderkyte/llvmonly_mo...
2016-01-27 Zoltan Varga[jit] Pass a MonoError* instead of a MonoException...
2016-01-27 Zoltan Varga[runtime] Initialize the error fields in mono_error_set...
2016-01-27 Alexander Köplinger[bcl] Fix dll names and InternalsVisibleTo for test...
2016-01-27 Zoltan Varga[jit] Reduce the usage of the loader error more by...
2016-01-27 Alexander KöplingerMerge pull request #2523 from akoeplinger/fix-profiler...
2016-01-27 Zoltan Varga[jit] Convert some of the error handling to use cfg...
2016-01-27 Neale FergusonUse S390_SET to get addresses rather than the previous...
2016-01-27 Alexander Kyte[mobile_static] Don't use gsharedvt with llvmonly
2016-01-27 Alexander Kyte[nunitlite] Documented console .config usage
2016-01-27 Alexander KyteMerge pull request #2432 from alexanderkyte/compile_cor...
2016-01-27 Alexander Kyte[aot/bcl] Add Makefile configuration to build the bcl...
2016-01-27 Alexander KyteMerge pull request #2431 from alexanderkyte/tests_with_...
2016-01-27 Rodrigo Kumpera[api] Mark external Only: mono_get_method, mono_get_met...
2016-01-27 Rodrigo Kumpera[build] Add MONO_RT_EXTERNAL_ONLY macro to the public...
2016-01-27 Alexander Köplinger[profiler] Fix test reporting success even though a...
2016-01-27 Zoltan VargaRevert "[runtime] Use explicit loop checking to remove...
2016-01-27 Rodrigo KumperaMerge pull request #2520 from kumpera/loader-error...
2016-01-27 monojenkinsMerge pull request #2521 from akoeplinger/fix-sockettes...
2016-01-27 Marek Safar[mcs] Reset null operator barrier in parenthesis expression
2016-01-27 Chris HamonsFix serialization under XM 4.5 Target Framework
2016-01-27 Alexander Köplinger[System] Fix error in new BeginConnectToIPV4EndPointUsi...
2016-01-27 Alexander Köplinger[System.Runtime.Caching] Bump timeout in tests to make...
2016-01-27 Ludovic HenryMerge pull request #2420 from stefansedich/master
2016-01-27 Zoltan Varga[runtime] Use mono_error_set_pending_exception () inste...
2016-01-27 monojenkinsMerge pull request #2486 from ludovic-henry/monoerror...
2016-01-27 monojenkinsMerge pull request #2519 from ludovic-henry/fix-array...
2016-01-27 Rodrigo Kumpera[mono-error] The reflection code still festered with...
2016-01-27 Zoltan Varga[x86] Change the way exceptions are thrown from trampol...
2016-01-27 Rodrigo Kumpera[jit] Fix error propagation when loading methods. Move...
2016-01-27 Zoltan VargaFix the build.
2016-01-27 Zoltan Varga[jit] Use mono_set_pending_exception () in one jit...
2016-01-27 Ludovic Henry[array] Replace raise exception by pending exception...
2016-01-27 Ludovic Henry[runtime] Use MonoError for mono_gsharedvt_constrained_call
2016-01-26 Ludovic Henry[runtime] Use MonoError for mono_type_get_object
2016-01-26 Zoltan Varga[runtime] Get rid of mono_thread_force_interruption_che...
2016-01-26 Zoltan Varga[jit] Add a new jit icall mono_interruption_checkpoint_...
2016-01-26 Zoltan Varga[amd64] Change the way exceptions are thrown from tramp...
2016-01-26 Rodrigo Kumpera[mono-error] Replace legacy calls to mono_get_method...
2016-01-26 Rodrigo Kumpera[mono-error] Remove usage of a couple of legacy functio...
2016-01-26 Rodrigo Kumpera[mono-error] Remove loader-error conversion for 3 funct...
2016-01-26 Alexander KöplingerMerge pull request #2517 from steffen-kiess/posix-socke...
2016-01-26 Rodrigo KumperaMerge pull request #2500 from ludovic-henry/monoerror...
2016-01-26 Zoltan Varga[runtime] Fix the computation of StackFrame.native_offs...
2016-01-26 Alexis Christoforides[mkbundle] More Windows linking fixes, added "--custom...
2016-01-26 Rodrigo KumperaMerge pull request #2513 from lambdageek/monoerror...
2016-01-26 Rodrigo KumperaMerge pull request #2508 from lambdageek/monoerror...
2016-01-26 Rodrigo KumperaMerge pull request #2506 from lambdageek/monoerror...
2016-01-26 monojenkinsMerge pull request #2516 from lambdageek/monoerror...
next