mono.git
2016-09-05 Niklas TherningFix for failures in RegistryKeyTest on Windows
2016-09-04 Alexander Köplinger[Dataflow] Bump timeouts in TransformBlockTest.Deferred...
2016-09-04 Alexander KöplingerMerge pull request #3514 from ntherning/more-reliable...
2016-09-03 Alex Rønne... Merge pull request #3517 from alexrp/master
2016-09-03 Niklas TherningPrefer SHGetKnownFolderPath() in g_get_home_dir() over...
2016-09-03 Alex Rønne... [man] Update mprof-report.1 to cover new profiler options.
2016-09-03 Zoltan Varga[SRE] Move the resolving of user types to managed code...
2016-09-03 Zoltan Varga[runtime] Fix a C&P problem introduced by d4052c556399c...
2016-09-02 Zoltan Varga[SRE] Remove empty TypeBuilder:setup_generic_class...
2016-09-02 Zoltan Varga[runtime] Remove the stub of ves_icall_TypeBuilder_crea...
2016-09-02 Zoltan Varga[corlib] Fix the signature of a few SRE icalls, they...
2016-09-02 Aleksey Kliger... Merge pull request #3446 from lambdageek/bug-42584
2016-09-02 Marek Safar[mcs] Adjust correctly newline counter inside pragma...
2016-09-02 Marek Safar[corlib] Add timeout to failing test
2016-09-02 Marek SafarMerge pull request #3506 from ntherning/make-ZoneTest...
2016-09-02 Marek SafarMerge pull request #3452 from ntherning/fix-AppDomainSe...
2016-09-02 Marek Safar[System.Core] Allow TryConvert to return null for any...
2016-09-01 Aleksey Kliger[runtime] Check for ReferenceAssemblyAttribute when...
2016-09-01 Aleksey Kliger[loader] Tests for RefereceAssemblyAttribute support
2016-09-01 Aleksey Kliger[runtime] Add mono_assembly_get_reference_assembly_attr...
2016-09-01 Rodrigo KumperaMerge pull request #3455 from kumpera/abort_cctor
2016-09-01 Ludovic Henry[mono-threads] Factor common platform create thread...
2016-09-01 Miguel de IcazaBundle other options (#3501)
2016-09-01 Alexander KöplingerMerge pull request #3498 from mattleibow/bug-41723
2016-09-01 Niklas TherningMake Zone.CreateFromUrl() work with URLs like file...
2016-09-01 Niklas TherningMerge pull request #3503 from ntherning/fix-MarshalTest...
2016-09-01 Niklas TherningMerge pull request #3504 from ntherning/fix-PropertyInf...
2016-09-01 Niklas TherningPropertyInfoTest.ConstantValue() shouldn't fail if...
2016-09-01 Niklas TherningIgnore the MarshalTest.GetHINSTANCE() test on Mono...
2016-09-01 Matthew Leibowitz[Mono.Data.Sqlite] Using the Version class to do the...
2016-09-01 Miguel de IcazaTypo fix
2016-09-01 Jo ShieldsAdd a man page for cert-sync (#3424)
2016-09-01 Zoltan Varga[runtime] Add a mono_threads_close_thread_handle (...
2016-09-01 Bernhard UrbanMerge pull request #3492 from lewurm/fix-insert-insn
2016-09-01 monojenkinsMerge pull request #3499 from kumpera/fix_logging
2016-09-01 Matthew Leibowitz[Mono.Data.Sqlite] Instead of try/catch and dlopen...
2016-09-01 Rodrigo Kumpera[threading] Update comments.
2016-09-01 Rodrigo Kumpera[runtime] Introduce abort protected blocks. Use it...
2016-09-01 Rodrigo Kumpera[runtime] Add test for the interactions between thread...
2016-09-01 Rodrigo Kumpera[runtime] Don't start aborting a thread if it's running...
2016-09-01 Rodrigo Kumpera[runtime] Add mono_current_thread_has_handle_block_guar...
2016-09-01 Rodrigo Kumpera[logging] Ensure that glib logging goes through the...
2016-08-31 Matthew Leibowitz[Mono.Data.Sqlite] Make the fields read-only
2016-08-31 Matthew Leibowitz[Mono.Data.Sqlite] Added iOS specific checks for entry...
2016-08-31 Rodrigo Kumpera[logging] Move internals that were landed in public...
2016-08-31 Zoltan Varga[runtime] Fix a warning.
2016-08-31 Alex Rønne... [profiler] Fix some off-by-ones in header size calculation.
2016-08-31 Alex Rønne... Merge pull request #3493 from alexrp/master
2016-08-31 Zoltan Varga[corlib] Disable CS0169 for RuntimeStructs.cs.
2016-08-31 Zoltan Varga[llvm] Error out when using --aot=llvmonly in a runtime...
2016-08-31 Zoltan Varga[arm] Make mono_arch_get_call_target () work on direct...
2016-08-31 Alex Rønne... [profiler] Include arguments, architecture, and OS...
2016-08-31 Alex Rønne... [profiler] Fix dump_header () to do fflush () in all...
2016-08-31 Alex Rønne... [runtime] Export API functions to get arch/os/wordsize...
2016-08-31 Alex Rønne... [profiler] Remove duplicate #include.
2016-08-31 Alex Rønne... [profiler] Update documentation for time fields.
2016-08-31 Alex Rønne... [profiler] Document the TYPE_EXCEPTION format.
2016-08-31 Alex Rønne... [profiler] Clean up some enums a bit. No format change.
2016-08-31 Alex Rønne... [profiler] Update documentation on the backtrace format.
2016-08-31 Alex Rønne... [profiler] Pump the hazard free queue when shutting...
2016-08-31 Alex Rønne... [utils/hp] Export mono_thread_hazardous_try_free_all...
2016-08-31 Alex Rønne... [utils/hp] Keep pumping the free queue even when we...
2016-08-31 Zoltan Varga[runtime] Fix the method stored in the WrapperInfo...
2016-08-31 Bernhard Urban[mini] emit sequence point before branching off for...
2016-08-31 Niklas TherningMerge pull request #3473 from ntherning/fix-thread...
2016-08-31 Niklas TherningMerge pull request #3496 from ntherning/fix-heap-corrup...
2016-08-31 Aleksey Kliger... Merge pull request #3395 from lambdageek/dev/handles...
2016-08-31 Niklas TherningFixes two heap corruptions in the corlib tests on Windows
2016-08-31 Marek SafarBump cecil
2016-08-31 Alexander KöplingerMerge pull request #3494 from akoeplinger/netstd-fixes
2016-08-31 Alexander Köplinger[corlib] Add Environment APIs that take EnvironmentVari...
2016-08-31 Alexander Köplinger[System.Core] Add a couple of System.IO.Pipes classes...
2016-08-31 Marek Safar[System] HttpWebRequest::Headers setter was only settin...
2016-08-31 Bernhard UrbanMerge pull request #3470 from lewurm/fix-aot-compiler...
2016-08-31 Marek SafarMerge pull request #3487 from marek-safar/rs-Threading
2016-08-31 Marek SafarMerge pull request #3489 from akoeplinger/fix-latin1...
2016-08-31 Zoltan VargaOnly set the attached flag when a client attaches ...
2016-08-31 Josh PetersonOnly set the attached flag when a client attaches
2016-08-30 Rodrigo KumperaMerge pull request #3488 from Unity-Technologies/thread...
2016-08-30 Alex Rønne... Merge pull request #3481 from alexrp/master
2016-08-30 Alex Rønne... Merge pull request #3464 from alexrp/arm64-native-atomics
2016-08-30 Alex Rønne... [utils] Remove ia64-specific atomics/membar code.
2016-08-30 Alex Rønne... [llvm] Fix atomic opcodes on ARM64 to emit correct...
2016-08-30 Alex Rønne... [utils/atomic] Fix native atomic intrinsics on buggy...
2016-08-30 Alex Rønne... [utils] Add a MONO_GNUC_VERSION macro.
2016-08-30 Marek Safar[corlib] Flow CultureInfo from parent thread. Fixes...
2016-08-30 Alexander Köplinger[corlib] Fix replacement of UTF-16 surrogate pairs...
2016-08-30 Marek SafarMerge pull request #3477 from Unity-Technologies/create...
2016-08-30 Jonathan ChambersReset thread abort exception for internal threads regar...
2016-08-30 Josh PetersonMake improvments after code review:
2016-08-30 Ludovic Henry[mono-threads] Use create_suspended_sem on windows...
2016-08-30 Marek SafarMerge pull request #3483 from alexavator/bugfix-keepalive
2016-08-30 Pozdeev[System] Set KeepAlive flag for HttpWebRequest
2016-08-30 Ludovic Henry[pedump] Fix assertion error
2016-08-30 Ludovic HenryMerge pull request #3476 from lambdageek/fix-conc-ht
2016-08-30 Alex Rønne... [profiler] Reject heapshot requests if we're not in...
2016-08-30 Alex Rønne... [profiler] Process on-demand heapshot requests on the...
2016-08-30 Alex Rønne... [profiler] Add GC finalization events to the format.
2016-08-30 Alex Rønne... [gc] Expose mono_gc_pending_finalizers () and mono_gc_f...
2016-08-30 Alex Rønne... [profiler] Add GC finalization callbacks to the profile...
next