Merge pull request #3985 from ntherning/fix-Mono.Posix-on-windows
[mono.git] / mono / metadata /
2016-11-18 Niklas TherningMerge pull request #3985 from ntherning/fix-Mono.Posix...
2016-11-18 Henric MüllerMerge pull request #3948 from henricm/fix-pinvoke-utf8...
2016-11-17 Niklas TherningMerge pull request #3987 from ntherning/fix-support...
2016-11-17 Vlad BrezaeMerge pull request #3968 from BrzVlad/fix-monitor-exception
2016-11-17 Ankit JainMerge pull request #3979 from radical/fix-xbuild-tgt
2016-11-17 Zoltan Varga[runtime] Add some printfs to help debug the g_assert...
2016-11-17 Alexander KöplingerMerge pull request #3965 from akoeplinger/ppc-disable...
2016-11-17 Zoltan Varga[runtime] Fix the waiting for background threads which...
2016-11-17 João MatosMerge pull request #3953 from rolfbjarne/offsets-tool...
2016-11-17 Niklas TherningMerge pull request #3966 from ntherning/prevent-multipl...
2016-11-16 Martin BauligMerge pull request #3956 from directhex/install-btls...
2016-11-16 Martin BauligMerge pull request #3967 from atsushieno/fix-linux...
2016-11-16 Rodrigo KumperaMerge pull request #3678 from mono/seq-read
2016-11-15 Zoltan Varga[runtime] Change the thread wait code to use cond varia...
2016-11-15 Vlad Brezae[runtime] Fix monitor exception throwing
2016-11-15 Bernhard UrbanMerge pull request #3961 from akoeplinger/ppc-parallelism
2016-11-15 Alexander KöplingerMerge pull request #3952 from akoeplinger/add-tests
2016-11-15 Rodrigo KumperaMerge pull request #3936 from kumpera/monoclass_reorg2
2016-11-14 Rodrigo Kumpera[runtime] Cache marshal info in locals whenever possible.
2016-11-14 Rodrigo KumperaMerge pull request #3945 from kumpera/fix-cross-domain...
2016-11-14 Alexander KöplingerMerge pull request #3951 from akoeplinger/add-csproj...
2016-11-14 Rodrigo KumperaMerge pull request #3955 from kumpera/fix-embedding-api
2016-11-14 Rodrigo Kumpera[runtime] Don't add mono-dl.h to loader.h. Move the...
2016-11-14 Ludovic Henry[w32handle] Make mono_w32handle_ops_* functions private
2016-11-14 Ludovic Henry[w32handle] Compile them in on windows
2016-11-14 Ludovic Henry[w32handle] Remove unused header includes
2016-11-14 Ludovic Henry[os-event] Replace global cond by local cond for each...
2016-11-14 Henric MüllerFix crash on Windows in PInvoke UTF8 tests
2016-11-14 Alexander KöplingerMerge pull request #3940 from akoeplinger/deprecate...
2016-11-12 Niklas TherningMerge pull request #3938 from ntherning/UnicastIPAddres...
2016-11-11 Zoltan Varga[runtime] Add back the locking to setup_interface_offse...
2016-11-11 Ludovic Henry[w32handle] Stop returning 0 in every cases for locking...
2016-11-11 Johan LorenssonMerge pull request #3809 from lateralusX/jlorenss/win...
2016-11-10 Rodrigo Kumpera[runtime] Move MonoClass::ref_info_handle into a proper...
2016-11-10 Rodrigo Kumpera[runtime] Move MonoClass::marshal_info and MonoClass...
2016-11-10 Rodrigo Kumpera[runtime] Wrap MonoClass::ext with accessors.
2016-11-10 Rodrigo Kumpera[runtime] Wrap MonoClass::marshal_info with accessors.
2016-11-10 Rodrigo Kumpera[runtime] Add a simple linearizable property bag implem...
2016-11-10 Johan LorenssonMerge pull request #3854 from lateralusX/jlorenss/win...
2016-11-10 Zoltan VargaMethod field count (#3907)
2016-11-09 Zoltan Varga[runtime] Fix another race in mono_class_setup_supertyp...
2016-11-09 Ludovic Henry[threads] Always use the `suspended` MonoOSEvent for...
2016-11-09 Ludovic Henry[threads] Destroy suspend MonoOSEvent when detaching...
2016-11-09 Zoltan Varga[runtime] Simplify the wait_for_tids () code. (#3920)
2016-11-09 Ludovic Henry[os-event] Make them manual only (#3921)
2016-11-09 Ludovic Henry[process] Allocate a handle even for non-child processe...
2016-11-09 Ludovic Henry[os-event] Make unix version alertable (#3909)
2016-11-09 Zoltan Varga[runtime] Add locking to mono_class_setup_supertypes...
2016-11-08 Alexis ChristoforidesMerge pull request #3773 from mono/bockbuild-integration
2016-11-08 Alexander KöplingerMerge pull request #3913 from omwok/master
2016-11-08 Alexander KöplingerMerge pull request #3911 from akoeplinger/marshal-clean...
2016-11-08 lateralusXAdditional none desktop API families triggered by changes.
2016-11-08 lateralusXBuild mono runtime under none desktop Windows API famil...
2016-11-08 Marek SafarMerge pull request #3912 from akoeplinger/marshal-ptrto...
2016-11-08 Marek SafarMerge pull request #3902 from henricm/fix-rename-lpstr...
2016-11-08 Alexander Köplinger[corlib] Expose Marshal.PtrToStringBSTR on mobile
2016-11-07 Zoltan Varga[runtime] Fix the ios build.
2016-11-07 Aleksey Kliger ... Merge pull request #3896 from lambdageek/bug-46250
2016-11-07 Ludovic Henry[threadpool] Fix hang on domain unloading (#3904)
2016-11-07 Alexander KöplingerMerge pull request #3894 from akoeplinger/fix-actor
2016-11-07 Rodrigo KumperaMerge pull request #2408 from tastywheattasteslikechick...
2016-11-07 Niklas TherningMerge pull request #3903 from ntherning/fix-NRE-in...
2016-11-07 Niklas TherningMerge pull request #3901 from ntherning/Process_GetModu...
2016-11-07 Henric MüllerRename fix for lpstr to utf8str on Windows
2016-11-07 Niklas TherningFix crash in Process.GetModules_internal() on Windows...
2016-11-07 Alexander KöplingerMerge pull request #3900 from monojenkins/update-csprojs
2016-11-06 Zoltan Varga[runtime] Move field.first and method.first to MonoClas...
2016-11-04 Rodrigo KumperaMerge pull request #3796 from ntherning/windows-backend...
2016-11-04 Zoltan Varga[runtime] Add a few mono mono_class_is_... accessors...
2016-11-04 Aleksey Kliger[runtime] Ensure generic type definition arity matches...
2016-11-04 Ludovic Henry[threads] Use MonoOSEvent for Thread.Suspend/Resume...
2016-11-04 Alexander KöplingerMerge pull request #3887 from akoeplinger/networkcreden...
2016-11-04 Zoltan Varga[runtime] Revert parts of 016709fe52e921416322982f81859...
2016-11-03 Alexander KöplingerMerge pull request #3871 from akoeplinger/mono.posix...
2016-11-03 Rodrigo KumperaMerge pull request #3734 from kumpera/monoclass_reorg
2016-11-03 Rodrigo KumperaRemove spurious slash.
2016-11-03 Zoltan Varga[runtime] Fix the exception message to include the...
2016-11-02 Rodrigo KumperaMerge pull request #3867 from kumpera/issues
2016-11-02 Ludovic Henry[process] Fix OSX build
2016-11-02 Ludovic Henry[io-layer] Extract Process runtime support (#3859)
2016-11-02 Aleksey Kliger ... Merge pull request #3863 from lambdageek/dev-42584...
2016-11-02 Rodrigo KumperaFix rebase issues.
2016-11-02 Rodrigo Kumpera[runtime] Introduce mono_class_is_interface.
2016-11-02 Rodrigo Kumpera[runtime] Introduce mono_class_is_abstract.
2016-11-02 Rodrigo KumperaFix copyright notices.
2016-11-02 Rodrigo Kumpera[runtime] Add counters for how many times ext, ref_info...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::next_class_cache to MonoClassDef.
2016-11-02 Rodrigo Kumpera[runtime] Add counters for the number of class kinds...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::generic_container to MonoClas...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::flags to MonoClassDef.
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::generic_class to MonoClassGen...
2016-11-01 Alexander KöplingerMerge pull request #3855 from akoeplinger/shacng-monodroid
2016-11-01 Aleksey Kliger[custom attr] Iterate over methoddef custom attrs
2016-11-01 Aleksey Kliger[loader] treat corlib same as other assemblies when...
2016-11-01 Aleksey Kliger[custom-attrs] Add low-level metadata iterator for...
2016-11-01 Rodrigo Kumpera[runtime] Introduce specialized structs for each MonoCl...
2016-11-01 Rodrigo Kumpera[runtime] Introduce kind test functions to cleanup...
2016-11-01 Rodrigo Kumpera[runtime] Introduce MonoClass::class_kind and remove...
2016-11-01 Rodrigo KumperaFix some issues found by cppcheck.
2016-10-31 Zoltan Varga[runtime] Perform the reference assembly attribute...
next