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
2015-04-10[SslClientStream] Prevent crashes when a connection is closedmonotouch-8.6.1-19334-hotfixMiguel de Icaza
2015-01-21[arm64] Increase the size of the dyn_call instruction, and the buffers used d...Zoltan Varga
2015-01-15[jit] Add a MONO_PATCH_INFO_LDSTR_LIT patch type to handle strings which do n...Zoltan Varga
2015-01-08[arm] Fix OP_ICLE_UN. Fixes #25798.Zoltan Varga
2015-01-06[arm64] Mark the 'tailcall' opcode as a call. Fixes #25646.Zoltan Varga
2014-11-23Revert "[android] Add a workaround for ndk r10c defining RTLD_DEFAULT as 0 on...Zoltan Varga
2014-11-22[runtime] Add a wrapper around atexit () since it is missing on some android ...Zoltan Varga
2014-11-22[android] Avoid referencing SYS_fork which is not defined in some ndk versions.Zoltan Varga
2014-11-22[android] Add a workaround for ndk r10c defining RTLD_DEFAULT as 0 on 64 bit ...Zoltan Varga
2014-11-22[android] Disable the usage of tkill () on android/arm64, the tkill () functi...Zoltan Varga
2014-11-22[runtime] Remove another getdtablesize () reference.Zoltan Varga
2014-11-22[jit] Fix the AOT part of #24577, the epilog beginning was calculated using t...Zoltan Varga
2014-11-22[runtime] Remove a getdtablesize () reference from eglib too.Zoltan Varga
2014-11-21[system.data] Fixes DbEnumerator current property to clone read data. Fixes #...Marek Safar
2014-11-21[profiler] Use the new hidden API to attach the helper thread as a tools thre...Rodrigo Kumpera
2014-11-21[jit] Don't sample threads that are not fully attached.Rodrigo Kumpera
2014-11-21[runtime] Introduce the notion of a tools thread.Rodrigo Kumpera
2014-11-21[utils] Add foreach variant that supports filtering the list as you go.Rodrigo Kumpera
2014-11-20Merge pull request #1411 from jbevain/sdb-frame-domainZoltan Varga
2014-11-20Fix #24577 correctly, cfg->code_len is the size of the code, while cfg->code_...Zoltan Varga
2014-11-19Fix typo, there is no profile called 'xammaci'.Rolf Bjarne Kvinge
2014-11-19[sdb] Avoid asserts on shutdown when the appdomain unload callbacks are calle...Zoltan Varga
2014-11-19[jit] Remove an assert from mono_arch_find_jit_info () on x86 which can be hi...Zoltan Varga
2014-11-19[jit] Fix the calculation of the epilog size for EH info. Fixes #24577.Zoltan Varga
2014-11-18[jit] Fix a class initialization race which happens if a class initializer in...Zoltan Varga
2014-11-14[System] Ignore two tests which are failing due to external factors changing.Rolf Bjarne Kvinge
2014-11-13[mono-api-html] Allow ignoring addition of property setters.Jonathan Pryor
2014-11-13[mono-api-html] Make --ignore-changes-virtual less lenient.Jonathan Pryor
2014-11-13Fix the build.Zoltan Varga
2014-11-13[jit] Fix gshared and aot support for --debug=casts.Zoltan Varga
2014-11-13[jit] Fix --debug=casts support for casts in gshared methods.Zoltan Varga
2014-11-13[mono-api-html] Allow ignoring parameter names, virtual.Jonathan Pryor
2014-11-11[runtime] Remove the second signal used by profiling and now multiplex distri...Rodrigo Kumpera
2014-11-11[runtime] Introduce new MonoThread API for signal multiplexing. It's a provis...Rodrigo Kumpera
2014-11-11[profiler] Guard against null sbuff when serializing statistical data.Rodrigo Kumpera
2014-11-11[profiler] Fix statistical backtraces to work and collect as many frames as p...Rodrigo Kumpera
2014-11-11[runtime] Changes mono_stack_walk_async_safe API to be truly async safe.Rodrigo Kumpera
2014-11-11[runtime] Harden the profiler signal handlers against not fully attached thre...Rodrigo Kumpera
2014-11-10[jit] Use xmm5 as an fp scratch register on winx64.Zoltan Varga
2014-11-10Fix a problem introduced by e19f539121e0b78b778aa8cf5711ccc1876eb443.Zoltan Varga
2014-11-10[amd64] Make xmm6:xmm15 callee saved on winx64 as required by the ABI.Zoltan Varga
2014-11-05[profiler] Expose new profiling modes and allow sampling rate to be set when ...Rodrigo Kumpera
2014-11-05[profiler] Add new profiler API mono_profiler_set_statistical_mode that gives...Rodrigo Kumpera
2014-11-05[profiler] Fix signal based profiling to sample all registered threads.Rodrigo Kumpera
2014-11-05Make mono_threads_pthread_kill available to mach targets.Rodrigo Kumpera
2014-11-05[arm] Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area s...Zoltan Varga
2014-10-31[runtime] Fix the android build with ndk r10c.Zoltan Varga
2014-10-30[Mono.Data.Tds] Allow sending of text data longer than 4000 characters by usi...Zoltan Varga
2014-10-29Revert "[runtime] Fix allocation size calculation for strings in 64-bit builds."Alexis Christoforides
2014-10-29Bump Mono version -> 3.12.0Alexis Christoforides