Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-03[System]: ChainValidationHelper: ignore port number when validating a certifi...mono-4.6.1.5mono-4.6.0-branch-c8sr0Martin Baulig
2016-09-28[AppleTls]: Flush the write queue before finishing the handshake. (#3646)Sebastien Pouliot
2016-09-24Trigger another build (transient CI issue)mono-4.6.1.3Alexis Christoforides
2016-09-23Revert "Merge pull request #3495 from lambdageek/c8-bug-42584"Marek Safar
2016-09-23Merge pull request #3603 from ninjarobot/socket-writeMarek Safar
2016-09-20Bump version -> 4.6.1Alexis Christoforides
2016-09-16[llvm] Disable llvm again for methods with large basic blocks in non-llvm-onl...Zoltan Varga
2016-09-16[mcs] Delay array base type interfaces initialization. Fixes #44402mono-4.6.0.251Marek Safar
2016-09-15[build] Add System.Numerics.Vectors to xammac profileMarek Safar
2016-09-13Merge pull request #3554 from lewurm/arm64-icache-big-little-fix-4.6Bernhard Urban
2016-09-12[arm64] use `dc civac` instead of `dc cvau`Bernhard Urban
2016-09-12[arm64] manually flush icacheBernhard Urban
2016-09-12[arm64] flush whole emitted thunkBernhard Urban
2016-09-08Merge pull request #3533 from mhutch/buildtasks-resourcesmono-4.6.0.245cycle8-GMMikayla Hutchinson
2016-09-08Revert "[xbuild] Use RESOURCE_DEFS to compile resx"Mikayla Hutchinson
2016-09-07Merge pull request #3527 from xmcclure/cherrypick-monoerror-fixmono-4.6.0.243cycle8-beta4Andi McClure
2016-09-07[runtime] Return after setting the error in mono_jit_runtime_invoke (), other...Zoltan Varga
2016-09-07[jit] Unify the handling of 'error' and 'exc' in the llvm-only and non llvm-o...Zoltan Varga
2016-09-07[jit] Emit a dummy call after calls to Type.GetType () in llvm-only mode to p...Zoltan Varga
2016-09-03[man] Update mprof-report.1 to cover new profiler options.Alex Rønne Petersen
2016-09-02Merge pull request #3495 from lambdageek/c8-bug-42584Aleksey Kliger (λgeek)
2016-09-02[mcs] Adjust correctly newline counter inside pragma warningMarek Safar
2016-09-02[System.Core] Allow TryConvert to return null for any reference types (not on...Marek Safar
2016-09-01[runtime] Check for ReferenceAssemblyAttribute when loading for execution.Aleksey Kliger
2016-09-01[loader] Tests for RefereceAssemblyAttribute supportAleksey Kliger
2016-09-01[Mono.Data.Sqlite] Added checks for entry point existenceMatthew Leibowitz
2016-09-01[llvm] Fix atomic opcodes on ARM64 to emit correct fences.Alex Rønne Petersen
2016-09-01[profiler] Fix some off-by-ones in header size calculation.Alex Rønne Petersen
2016-09-01[profiler] Include arguments, architecture, and OS in format header.Alex Rønne Petersen
2016-09-01[profiler] Fix dump_header () to do fflush () in all non-gzip code paths.Alex Rønne Petersen
2016-09-01[runtime] Export API functions to get arch/os/wordsize strings.Alex Rønne Petersen
2016-09-01[profiler] Remove duplicate #include.Alex Rønne Petersen
2016-09-01[profiler] Update documentation for time fields.Alex Rønne Petersen
2016-09-01[profiler] Document the TYPE_EXCEPTION format.Alex Rønne Petersen
2016-09-01[profiler] Clean up some enums a bit. No format change.Alex Rønne Petersen
2016-09-01[profiler] Update documentation on the backtrace format.Alex Rønne Petersen
2016-09-01[profiler] Pump the hazard free queue when shutting down.Alex Rønne Petersen
2016-09-01[utils/hp] Export mono_thread_hazardous_try_free_all () for use in the profiler.Alex Rønne Petersen
2016-09-01[utils/hp] Keep pumping the free queue even when we encounter hazardous items.Alex Rønne Petersen
2016-09-01[utils] Remove ia64-specific atomics/membar code.Alex Rønne Petersen
2016-09-01[utils/atomic] Fix native atomic intrinsics on buggy ARM64 compilers.Alex Rønne Petersen
2016-09-01[utils] Add a MONO_GNUC_VERSION macro.Alex Rønne Petersen
2016-09-01[profiler] Reject heapshot requests if we're not in on-demand mode.Alex Rønne Petersen
2016-09-01[profiler] Process on-demand heapshot requests on the finalizer thread.Alex Rønne Petersen
2016-09-01[profiler] Add GC finalization events to the format.Alex Rønne Petersen
2016-09-01[gc] Expose mono_gc_pending_finalizers () and mono_gc_finalize_notify () as p...Alex Rønne Petersen
2016-09-01[profiler] Add GC finalization callbacks to the profiler API.Alex Rønne Petersen
2016-09-01[profiler] Initialize counters in the runtime_initialized () callback.Alex Rønne Petersen
2016-09-01[profiler] Normalize time fields in the format.Alex Rønne Petersen
2016-09-01[profiler] Make the comment in proflog.c only represent the latest version of...Alex Rønne Petersen