mono.git
2016-02-26 Rodrigo KumperaMerge pull request #2679 from lambdageek/dev/monoerror...
2016-02-26 Zoltan Varga[runtime] Remove some declarations from marshal.h which...
2016-02-26 Alexander KöplingerMerge pull request #2683 from mfilippov/master
2016-02-26 Mikhail FilippovAdd generation WepApplication.targets for v12.0 and...
2016-02-26 monojenkinsMerge pull request #2681 from kumpera/pedump_fix
2016-02-25 Zoltan Varga[aot] Move a mono_error_raise_exception () call higher...
2016-02-25 Rodrigo Kumpera[pedump] Fix init crash on pedump when using --verify.
2016-02-25 Zoltan Varga[sdb] Remove some mono_error_raise_exception () calls.
2016-02-25 Martin Baulig[jit]: Correctly restore callee saved registers in...
2016-02-25 João MatosFixed the build.
2016-02-25 João Matos[support/zlib] Added API exports to exported calls...
2016-02-25 João Matos[support/zlib] Remove eglib link dependencies from...
2016-02-25 Aleksey Kliger[reflection] MonoError in mono_reflection_get_custom_at...
2016-02-25 Aleksey Kliger[reflection] MonoError for mono_reflection_type_get_und...
2016-02-25 Ludovic HenryMerge pull request #2655 from ludovic-henry/fix-wait...
2016-02-25 Aleksey Kliger[reflection] MonoError for mono_custom_attrs_data_construct
2016-02-25 Aleksey Kliger[reflection] MonoError for create_cattr_{typed,named...
2016-02-25 Aleksey Kliger[reflection] MonoError for mono_reflection_method_on_tb...
2016-02-25 Zoltan Varga[jit] Remove a few mono_error_raise_exception () calls.
2016-02-25 Zoltan VargaFix the build.
2016-02-25 Zoltan Varga[jit] Add a MonoError argument to mono_create_jit_tramp...
2016-02-25 Zoltan Varga[jit] Add a MonoError argument to mono_create_jump_tram...
2016-02-24 Zoltan Varga[llvm] Remove some unused argument passing conventions.
2016-02-24 Marek SafarMerge pull request #2673 from serpentblade/master
2016-02-24 Dan Krieger[System.Data.SqlClient] Fix for bulk copy inserts via...
2016-02-24 Zoltan Varga[llvm] Fix the loaded llvm build.
2016-02-24 Zoltan VargaFix the build.
2016-02-24 Zoltan Varga[llvm] Emit dwarf debug info when running with llvm...
2016-02-23 Marek Safar[mcs] escaped quoted interpolated format specifier...
2016-02-23 monojenkinsMerge pull request #2664 from lambdageek/dev/monoerror...
2016-02-23 João Matos[System.IO.Compression.DeflateStream] Fixed end conditi...
2016-02-23 Alexander Köplinger[msvc] %PATH% is sometimes empty in Jenkins, so "powers...
2016-02-23 monojenkinsMerge pull request #2666 from lambdageek/dev/kill-Inter...
2016-02-23 Aleksey Kliger[runtime] Use MonoError in mono_rand_try_get_bytes
2016-02-23 Alexis ChristoforidesBump Mono version -> 4.5.0
2016-02-22 Aleksey Kliger[runtime] Remove ves_icall_System_String_InternalReplac...
2016-02-22 monojenkinsMerge pull request #2661 from ludovic-henry/fix-safehan...
2016-02-22 monojenkinsMerge pull request #2657 from xmcclure/little-embed...
2016-02-22 monojenkinsMerge pull request #2653 from lambdageek/dev/exception_...
2016-02-22 Ankit JainMerge pull request #2646 from ludovic-henry/fix-process...
2016-02-22 Ludovic Henry[SafeHandle] Avoid handle leakage in case of ThreadAbor...
2016-02-22 Ludovic Henry[WaitHandle] Fix Wait(One|Any|All) and SignalAndWait...
2016-02-22 Ludovic HenryMerge pull request #2620 from ludovic-henry/referenceso...
2016-02-22 Alexander KöplingerMerge pull request #2651 from akoeplinger/dmcs-warning
2016-02-22 Aleksey Kliger[runtime] Don't access MonoClass::exception_type directly.
2016-02-22 Joao Matos[System.IO.Compression] Lower minimum version in ZIP...
2016-02-22 Ludovic HenryMerge pull request #2593 from ludovic-henry/coop-fix...
2016-02-22 Ludovic Henry[WaitHandle] Call SafeWaitHandle DangerousAddRef /...
2016-02-22 Ludovic Henry[corlib] Import System.Threading.WaitHandle
2016-02-22 Ludovic Henry[io-layer] Fix process_wait return value for current...
2016-02-22 Alexander Köplinger[scripts] Add deprecation warning to dmcs
2016-02-22 Vlad BrezaeMerge pull request #2648 from BrzVlad/fix-cprop-vregs
2016-02-22 Zoltan Varga[llvm] Avoid setting the mono.nofail.load flag with...
2016-02-21 Rodrigo KumperaMerge pull request #2660 from kumpera/loader-error...
2016-02-20 Rodrigo Kumpera[runtime] Ban mono_class_from_name mono_class_from_name...
2016-02-20 Rodrigo Kumpera[tests] Pass cli args to test runner so we can pick...
2016-02-20 Rodrigo Kumpera[util] When creating the TLE exception only provide...
2016-02-20 Rodrigo Kumpera[runtime][jit] Replace usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Switch probing usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Add MonoError to search_modules. Fix signatur...
2016-02-20 Rodrigo Kumpera[runtime] Switch GENERATE_GET_CLASS_WITH_CACHE to use...
2016-02-20 Rodrigo Kumpera[runtime] Add manually coded version of GENERATE_GET_CL...
2016-02-20 Rodrigo Kumpera[runtime] Replace mono_class_from_name with mono_class_...
2016-02-20 Rodrigo Kumpera[runtime] Add type load caching to one missing thing...
2016-02-20 Rodrigo Kumpera[runtime] Use mono_class_load_from_name to load types...
2016-02-20 Rodrigo Kumpera[runtime] Replace explicit lookup with GENERATE_GET_CLA...
2016-02-20 Rodrigo Kumpera[runtime] Add GENERATE_TRY_GET_CLASS_WITH_CACHE macro...
2016-02-20 Rodrigo Kumpera[runtime] Add mono_class_load_from_name and mono_class_...
2016-02-20 Alexander KöplingerMerge pull request #2647 from qmfrederik/fixes/eventsources
2016-02-20 Marek SafarMerge pull request #2659 from tritao/system_io_compress...
2016-02-20 Vlad BrezaeRevert "Revert "[jit] Don't allocate memory for unused...
2016-02-20 Vlad Brezae[jit] Clear defs only for valid vregs used by the bbloc...
2016-02-20 Alexander Köplinger[System.Web.ApplicationServices] Add new file to EXTRA_...
2016-02-20 monojenkinsMerge pull request #2638 from gofman/fixprintsettings
2016-02-20 Zoltan Varga[llvm] Allow the llvm backend to work with a new versio...
2016-02-20 Alexander KöplingerMerge pull request #2649 from kjuby8709gsome/master
2016-02-19 Joao Matos[System.IO.Compression] Fixed re-opening of disposed...
2016-02-19 Frederik CarlierAdd placeholders for missing methods:
2016-02-19 Alexis ChristoforidesMerge pull request #2656 from lambdageek/dev/bug-38600
2016-02-19 Aleksey Kliger[mkbundle] Support spaces, strange symbols in assembly...
2016-02-19 Andi McClureRename class in mono/tests/threadpool.cs to allow embedding
2016-02-22 Andi McClureFix error in DISABLE_HW_TRAPS implementation
2016-02-19 Alex Rønne... Merge pull request #2652 from PAVBAN95/master
2016-02-19 PAVAN BANSALFixed typo in README.md
2016-02-19 Marek SafarMerge pull request #2632 from kasthack/sysweb-import
2016-02-19 Ludovic Henry[runtime] Wrap mono_jit_attach and mono_jit_detach...
2016-02-19 Ludovic Henry[coop] Fix native-to-managed wrapper thread attach
2016-02-19 Marek SafarMerge pull request #2650 from radical/csc-args
2016-02-19 Ankit Jain[mcs] Accept and ignore command line args supported...
2016-02-19 kchernyavskiy[System]: System.TimeZoneInfo - implemented GetUtcOffse...
2016-02-19 kasthack[System.Web.*] Reference source import: System.Web...
2016-02-19 Ludovic Henry[Microsoft.Build] Fix expected output newline from...
2016-02-19 Ludovic Henry[Microsoft.Build] Fix XS build error
2016-02-19 Marek Safar[bcl] Add workaround for csc bug
2016-02-19 Paul Gofman[System.Drawing.Printing] CUPS default PageSize and...
2016-02-19 Zoltan Varga[jit] Fix a regression introduced by c0b9be3e03ac5001df...
2016-02-19 Zoltan Varga[runtime] Avoid a crash when trying to load a non-assem...
2016-02-19 Alexander KöplingerRevert accidental change to submodule from 40017f9
2016-02-19 monojenkinsMerge pull request #2643 from xmcclure/disable-hw-traps
2016-02-18 Zoltan Varga[jit] Add missing div check to OP_IREM_IMM.
next