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-01-05[llvm] Fix the linking of the bblocks containing endfinally instructions with...Zoltan Varga
2016-01-05Merge pull request #2401 from alexanderkyte/mobile_static_fixesMartin Baulig
2016-01-05Merge pull request #2385 from lambdageek/dev/checked-imageset-subsetAleksey Kliger (λgeek)
2016-01-05[bcl] Fix Win32 network api exclusion on non-monodroid mobileAlexander Kyte
2016-01-05[bcl] Take mobile_static profile into account in preprocessor directiveAlexander Kyte
2016-01-05[Mono.Security] Fixed bootstrap build.Joao Matos
2016-01-05[System]: Cleanup the internal 'MonoTlsProviderFactory'.Martin Baulig
2016-01-05[System]: Include Mono.Security sources in XamMac profile to make it consiste...Martin Baulig
2016-01-05[Mono.Security]: Add MonoTlsProviderFactory.GetMonoSslStream(SslStream).Martin Baulig
2016-01-05[Mono.Security]: Add 'IMonoSslStream.Provider' and 'GetConnectionInfo()'.Martin Baulig
2016-01-05Fix some compiler warnings in Mono.Security and System.Martin Baulig
2016-01-05[System]: Only use the 'MONO_SECURITY_ALIAS' conditional to determine whether...Martin Baulig
2016-01-05Merge pull request #2396 from akoeplinger/flaky-osx-socket-testAlexander Köplinger
2016-01-05Revert "[amd64] Remove some restrictions on passing/returning vtypes in regis...Zoltan Varga
2016-01-05[runtime] Fix the loaded llvm build.Zoltan Varga
2016-01-05[runtime] Allocate a parameter array in mono_jit_runtime_invoke () using g_al...Zoltan Varga
2016-01-05[amd64] Remove some restrictions on passing/returning vtypes in registers.Zoltan Varga
2016-01-04[jit] Disable the support for -O=shared, use it only for icall wrappers.Zoltan Varga
2016-01-04[llvmonly] Introduce a MonoFtnDesc structure to represent an address+argument...Zoltan Varga
2016-01-04[llvmonly] Remove some jit icalls which are no longer used.Zoltan Varga
2016-01-04[llvmonly] Add an optimized implementation for generic virtual calls on inter...Zoltan Varga
2016-01-04[llvmonly] Clean up the optimized virtual call code a bit.Zoltan Varga
2016-01-04[System] Fixes Process::WaitForExit to honour EnableRaisingEvents settingMarek Safar
2016-01-04[llvmonly] Add an optimized implementation for generic virtual calls.Zoltan Varga
2016-01-04[System] Fix flaky AcceptBlockingStatus test that sometimes failed on OSXAlexander Köplinger
2016-01-04[aot] Add another special case for wrappers+gshared methods.Zoltan Varga
2016-01-04Merge pull request #2393 from akoeplinger/servicemodel-collection-modifiedAlexander Köplinger
2016-01-04Bumpr reference source for mobile profile fixesMarek Safar
2016-01-04[mcs] Fixes typoMarek Safar
2016-01-04Merge pull request #2395 from akoeplinger/rijndaelMarek Safar
2016-01-04[corlib] Remove RijndaelManaged test that makes no sense with referencesource...Alexander Köplinger
2016-01-03[System.ServiceModel] Fix "collection was modified" exception in testsAlexander Köplinger
2016-01-03[mini] Fixed non-JIT runtime support in generic sharing.Joao Matos
2016-01-03[corlib] Fixed the mobile build in System.Security.Cryptography.X509Certifica...Joao Matos
2016-01-03Add an optimized implementation for interface calls.Zoltan Varga
2016-01-03[runtime] Pass the vtable to the vtable/imt trampoline creation functions so ...Zoltan Varga
2016-01-03Merge pull request #2380 from alexanderkyte/pdb_fix_local_varsDavid Karlaš
2016-01-03[llvmonly] Optimize virtual calls by storing a function descriptor in vtable ...Zoltan Varga
2016-01-02[runtime] Avoid a crash if a generic type definition is passed to RuntimeHelp...Zoltan Varga
2016-01-02[sgen] Avoid asserting if the tls offsets used by the managed allocators cann...Zoltan Varga
2016-01-02[llvm] Disable support for nested clauses, it still doesn't work. Fixes #37273.Zoltan Varga
2016-01-02[llvm] Add missing OP_LMUL_IMM opcode.Zoltan Varga
2016-01-02[llvm] Add support for passing dummy arguments before arm64 hfa structures so...Zoltan Varga
2016-01-01Merge pull request #2392 from akoeplinger/web-wizard-sharing-violationAlexander Köplinger
2016-01-01[System.Web] Fix WizardStepBase_Theme sharing violation error during testAlexander Köplinger
2016-01-01Merge pull request #2391 from Utsav2/Utsav2-patch-1Alexander Köplinger
2016-01-01Fix typoUtsav Shah
2015-12-31[man/mono.1] Add details on --aot=data-outfile optionMiguel de Icaza
2015-12-30Merge pull request #2386 from BrzVlad/fix-jitVlad Brezae
2015-12-28[checked] Imageset may reference corlib implicitly in another imageset.Aleksey Kliger