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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06Use OS-provided RSA OAEP implementation for AndroidKevin Jones
2022-07-06Use crypto.subtle for AES on Browser WASM (#71501)Eric Erhardt
2022-07-01Update Android NDK and set optimization flags (#68354)Alexander Köplinger
2022-06-30Improve interoperability of NTLM encryption/decryption and authentication (#7...Filip Navara
2022-06-23Fix Native Digits Support (#71045)Tarek Mahmoud Sayed
2022-06-22Use crypto.subtle for HMAC on Browser WASM (#70745)Eric Erhardt
2022-06-20Upstream coreclr and pal changes to support powerpc (ppc64le) architecture (...Vikas Gupta
2022-06-20Fix illumos-x64 build (#70956)Adeel Mujahid
2022-06-16Remove GSS_KRB5_CRED_NO_CI_FLAGS_X code (#70772)Filip Navara
2022-06-15Revert "Fix usage of GSS_KRB5_CRED_NO_CI_FLAGS_X (#70447)" (#70747)Tomas Weinfurt
2022-06-14Fix usage of GSS_KRB5_CRED_NO_CI_FLAGS_X (#70447)Filip Navara
2022-06-13Omit calls to CCCryptorFinalKevin Jones
2022-06-10Remove Android crypto internals from System.Security.Cryptography.X509Certifi...Alexander Köplinger
2022-06-06Update libraries' building docs for native components (#70284)Günther Foidl
2022-06-06[iOS] Grab the default timezone using native API (#70149)Steve Pfister
2022-06-06limit retries of EPROTOTYPE on macOS (#69882)Tomas Weinfurt
2022-06-03Enable server-side OCSP stapling on LinuxJeremy Barton
2022-06-02Use key properties to determine ECC key size for AppleKevin Jones
2022-06-02Resumbmit tar feedback changes, include Android build fix (#69469)Carlos Sanchez
2022-05-31[Android] Add UnmanagedCallersOnly attribute to SafeDeleteSslContext.ReadFrom...Simon Rozsival
2022-05-28Implement LoadLibraryErrorTracker (#69842)Michal Strehovský
2022-05-26File system type fix (#69484)Adam Sitnik
2022-05-25Use SubtleCrypto API on browser DOM scenarios (#65966)Layomi Akinrinade
2022-05-24[mono] Cleanup main.c/main-sgen.c split, unused glib functions, Apple compres...Alexander Köplinger
2022-05-23Fix typos (#69537)Adeel Mujahid
2022-05-21Fix SystemNative_SendFile on iOS/tvOS devices (#69436)Alexander Köplinger
2022-05-19Linux-bionic (Android libc w/o Android interop) initial implementation (#66147)Jo Shields
2022-05-17Revert "Address some System.Formats.Tar TODOs (infra and syscalls) (#69107)" ...Carlos Sanchez
2022-05-17Address some System.Formats.Tar TODOs (infra and syscalls) (#69107)Carlos Sanchez
2022-05-13Enable System.Globalization.Native for NativeAOT (#69297)Jan Kotas
2022-05-10add option to set TLS cache size (#69065)Tomas Weinfurt
2022-05-07Fix typos (#69011)Adeel Mujahid
2022-05-06Deprecate ICU ucol_safeClone and support ucol_clone (#68847)Tarek Mahmoud Sayed
2022-05-06Detect the default locale name during startup on Apple platforms (#68706)Steve Pfister
2022-05-03[System.Native] (wasm) use a temporary buffer if threading is used (#68784)Aleksey Kliger (λgeek)
2022-04-25Identify OSArchitecture at run-time (#60910)Adeel Mujahid
2022-04-22Remove SystemNative_GetUnixName() PAL function (#68342)Alexander Köplinger
2022-04-22add code to read active listeners on FreeBSD (#64433)Tomas Weinfurt
2022-04-21Implement Tar APIs (#67883)Carlos Sanchez
2022-04-02Use the stapled OCSP response from TLS on Linux, when availableJeremy Barton
2022-04-01Make the cross-component build just another invocation of the build-runtime s...Jeremy Koritzinsky
2022-03-26PoC TLS resume on Linux client (#64369)Tomas Weinfurt
2022-03-25Delete unused native code in src/native (#67087)Adeel Mujahid
2022-03-25Add dynamic shim for SSL_CTX_set_options and SSL_set_optionsRadek Zikmund
2022-03-23Support using the system version of brotli (#66462)Omair Majid
2022-03-22Fix a few #ifdef vs. #if issues (#66898)Adeel Mujahid
2022-03-22Fix memory load ordering bug (#66952)Jeremy Koritzinsky
2022-03-21Implement NativeLibrary.GetEntryPointModuleHandle (#57610)Jeremy Koritzinsky
2022-03-10[mono][wasm] Add changes required by emscripten 3.1.4. (#66410)Zoltan Varga
2022-03-03[iOS] Fix return code when failing to load ICU data (#66055)Steve Pfister