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-08Fix the format statements in mono-gdb.Vladimir Kargov
2016-01-06[llvmonly] Share more signatures in the gsharedvt in/out wrappers.Zoltan Varga
2016-01-06[llvmonly] Fix a case where a non-virtual method was called using callvirt.Zoltan Varga
2016-01-06[aot] Fix emission of external aot data by aligning tables in the file.Rolf Bjarne Kvinge
2016-01-06[runtime] Fix the DISABLE_JIT build.Zoltan Varga
2016-01-06[llvmonly] Add support for runtime invokes with nullable arguments.Zoltan Varga
2016-01-06Merge pull request #2174 from stukselbax/masterAlex Rønne Petersen
2016-01-06[llvmonly] Implement runtime invokes to gsharedvt methods.Zoltan Varga
2016-01-06[jit] Fix the handling of virtual generic methods on interfaces in the delega...Zoltan Varga
2016-01-05Revert "[corlib] Fixed the mobile build in System.Security.Cryptography.X509C...Martin Baulig
2016-01-05[amd64] Enable LLVM for more parameter passing conventions.Zoltan Varga
2016-01-05[bcl]: Fix 'mobile_static' build.Martin Baulig
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