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
2017-02-09[Mono.Security] Check NewLocalMachinePath too for deciding if store is machin...mono-4.8.0.489a11y-gtk-patches-4.8.0Alexander Köplinger
2017-02-09[ci] Temporarily use http url to download server until cert is fixedAlexander Köplinger
2017-02-04Make sure .sh files always have LF line ending on WindowsAlexander Köplinger
2017-02-03[runtime] Change the vtable->initialized bitfield into a byte so its easier t...Zoltan Varga
2017-02-03[sdb] Add a Domain property to AssemblyMirror. (#4309)Zoltan Varga
2017-02-03[sdb] Add a SetThis () method to StackFrame which can be used to set the fiel...Zoltan Varga
2017-02-03[cecil][linker] Bump cecil (cycle9 branch) and use the new setter for Exporte...mono-4.8.0.483Sebastien Pouliot
2017-02-02Merge pull request #4316 from mono/work-51562Martin Baulig
2017-02-01Send assembly and type load events in the domain that contains them rather th...Jonathan Chambers
2017-02-01[x86] Fix a race in the single stepping seq point assembly, we were doing a n...Zoltan Varga
2017-01-30[mono] Update ignored assemblies list to include System.Reflection.DispatchProxymono-4.8.0.479Marek Safar
2017-01-27[bcl] Use FULL_AOT_RUNTIME instead of MOBILE_STATIC to disable some tests. Fi...mono-4.8.0.478Zoltan Varga
2017-01-25Merge pull request #4166 from evincarofautumn/fix-xmm-scanning-mac-4.8Rodrigo Kumpera
2017-01-23[mono-sha1] make SHA1Transform thread-safeBernhard Urban
2017-01-23[aot] Allow the redirection of aot profile output to an already opened fd usi...Zoltan Varga
2017-01-21[aot] Init the plt before setting acfg->methods_loaded which is accessed outs...mono-4.8.0.472Zoltan Varga
2017-01-20[profiler] Add mono-profiler-aot.h to EXTRA_DISTAlexander Köplinger
2017-01-20[System.Transactions] Add stubs and visibility fixes for netstandard20 APIsAlexander Köplinger
2017-01-20Add unimplemented Transaction.PromoteAndEnlistDurable (#4129)Shay Rojansky
2017-01-19[runtime] A pair of small fixes for the ignore assembly work.Rodrigo Kumpera
2017-01-18[btls] Disable RC4 cipher suites by defaultAlexander Köplinger
2017-01-18Merge pull request #4267 from kumpera/backport-nuget-fixRodrigo Kumpera
2017-01-18Fix the windows build.Rodrigo Kumpera
2017-01-18[tools] Add nuget-hash-extractor tool to help produce the runtime ignored ass...Rodrigo Kumpera
2017-01-18[runtime] Deny loading images that belong to a set of well known bad images.Rodrigo Kumpera
2017-01-18Aot profiler 4.8 (#4256)Zoltan Varga
2017-01-17[lldb] Embed the actual entry in the jit descriptor structure to avoid a roun...Zoltan Varga
2017-01-17Lldb 4.8 (#4252)Zoltan Varga
2017-01-13[btls] Remove btls-cert-sync and integrate it into cert-syncmono-4.8.0.459gtk-viewport-allocationAlexander Köplinger
2017-01-13[Mono.Security] Consider _newFormat when building certificate collection in X...Alexander Köplinger
2017-01-13[corlib] Disable a few tests that are not supported on MOBILE_STATIC for nowAlexander Köplinger
2017-01-13[runtime] Fix compile error in mono_domain_from_appdomain when DISABLE_REMOTI...Aleksey Kliger
2017-01-12[unwind] respect link register on ppc and use right dwarf register for PC dep...Bernhard Urban
2017-01-12[runtime] Support TransparentProxy-es in mono_domain_from_appdomain ().Zoltan Varga
2017-01-12Merge pull request #4236 from marek-safar/cecil-cycle9Marek Safar
2017-01-12[sgen] Trim worker gray queue after finishing concurrent markVlad Brezae
2017-01-12[BCL,Android] Get DNS server addresses from AndroidMarek Habersack
2017-01-12Bump cecil to cycle9 branchMarek Safar
2017-01-12[lldb] Avoid a crash in mono_lldb_remove_method () if lldb is not enabled.Zoltan Varga
2017-01-12Rewrite two tests to pass in 4.8 without nunit fixes from masterChris Hamons
2017-01-12Mono BCL test fixes so XM can run them (#4210)Chris Hamons
2017-01-12Merge pull request #4223 from spouliot/mono-4.8-bump-cecilAlexander Köplinger
2017-01-12[BTLS]: Fix callback method signatures.Martin Baulig
2017-01-12[BTLS]: Remove unused local variables.Martin Baulig
2017-01-12[btls] Create a native BTLS key handle for X509CertificateImplBtls.PrivateKeyAlexander Köplinger
2017-01-12[btls] Call Reset() in X509CertificateImplBtls.Import()Alexander Köplinger
2017-01-12[btls] Free handle returned by EVP_PKEY_get1_RSAAlexander Köplinger
2017-01-12[msvc] Add lldb.c to the vs project.Zoltan Varga
2017-01-12[lldb] Use mono_unwind_get_cie_program () instead of mono_arch_get_cie_progra...Zoltan Varga
2017-01-11Fix build break due to Cecil API changeAlexander Köplinger