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
2018-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-07-30Fix comparison of IntPtr with null (#9800)Egor Bogatov
2018-07-30[bcl] Include all .sources files in the tarball (#9803)Alexander Köplinger
2018-07-27Fix mode damageKatelyn Gadd
2018-07-27Remove invalid paths from exclusions filesKatelyn Gadd
2018-07-26[corlib] Bring back serialization ctors/methods for X509Certificate (#9745)Alexander Köplinger
2018-07-26[corlib]: Cleanup `X509Certificate` implementation and sync it with CoreFx. (...Martin Baulig
2018-07-25Move generated resource files from System and System.Security into corlib. (#...Martin Baulig
2018-07-25[System]: Remove two `X509Certificate2Test` tests.Martin Baulig
2018-07-24System.IO.Pipes from CoreFX (#9573)Filip Navara
2018-07-23Use `SafePasswordHandle` in the internal certificate APIs. (#9651)Martin Baulig
2018-07-19Refactor the AppleTls Certificate code into a PAL-based approach. (#9524)Martin Baulig
2018-07-19[corlib] Moves private Debug class in mscorlib to System.Diagnostics namespac...Marek Safar
2018-07-19[System] Update mobile tests to reflect missing DesignerAttributeMarek Safar
2018-07-17Merge pull request #9472 from baulig/work-dependency-injectorAlexis Christoforides
2018-07-17fix issue where unspecified address family has no addressesMichael DeRoy
2018-07-17Put back obsolete `X509Helper2` code that is still in use by the legacy imple...Martin Baulig
2018-07-16[csproj] Update project filesmonojenkins
2018-07-16Merge branch 'master' into work-dependency-injectorMartin Baulig
2018-07-16[csproj] Update project filesmonojenkins
2018-07-16[System.IO][runtime] Import INotify CoreFX FileSystemWatcherAlexis Christoforides
2018-07-12Make `X509Certificate(IntPtr)` throw `PlatformNotSupportedException` on all p...Martin Baulig
2018-07-12Introducing a general-purpose dependency injector to use `System` code from w...Martin Baulig
2018-07-12Throw `CryptographicException` instead of `MonoBtlsException`. (#9504)Martin Baulig
2018-07-12[System]: Fix `mono_btls_x509_get_public_key()` implementation. (#9488)Martin Baulig
2018-07-09System.Security: Fix unit tests to use SERIALNUMBER instead of OID.2.5.4.5. (...Filip Navara
2018-07-07Apply .csproj changes from https://github.com/mono/mono/pull/9432Alexander Köplinger
2018-07-07[System] Add new .sources files to EXTRA_DISTAlexander Köplinger
2018-07-07Restructure NetworkInformation classes to avoid full AOT compile errors. (#9432)Johan Lorensson
2018-07-05Legacy TLS Removal Preparations (#9301)Martin Baulig
2018-06-29Update csproj filesAlexander Köplinger
2018-06-29Rework genproj to use gensources to build sources list for each profile and h...Katelyn Gadd
2018-06-28Use System.Security.Cryptography.Oid* from CoreFX. (#9297)Filip Navara
2018-06-26[csproj] Update project filesmonojenkins
2018-06-26CoreFX import for AsnEncodedDataCollection and AsnEncodedDataEnumerator typesMaxim Lipnin
2018-06-26[System]: `HttpWebRequest` now throws `WebExceptionStatus.RequestCanceled` on...Martin Baulig
2018-06-26[System]: Renegotiation in AppleTls requires OS X 10.12+ (#9254)Martin Baulig
2018-06-25Delete unused files in BCL (#9288)Egor Bogatov
2018-06-22[System]: Fix bug in `WebResponseStream.GetResponse()` that will make some pe...Martin Baulig
2018-06-18Import System.Security.Cryptography.Pkcs from CoreFX. (#8994)Filip Navara
2018-06-18Improve certificate type detection and exception messages on import (#9162)Filip Navara
2018-06-14[build] Rename darwin platform to macos + Add `unix` host platform (#9022)Ludovic Henry
2018-06-13[System]: Fix another `SocketAsyncEventArgs` issue for #8871. (#8938)Martin Baulig
2018-06-01[csproj] Update project filesmonojenkins
2018-05-30[System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents()Alexis Christoforides
2018-05-30[System.IO] Prevent the CoreFX bridge from even try-entering a monitor.Alexis Christoforides
2018-05-29[System.IO] Finish initializing all FileSystemWatchers, not just the first oneAlexis Christoforides
2018-05-29make SocketAsyncEventArgs reusableEgorBo
2018-05-25[System]: Epic: Client Certificate Support - Part Two.Martin Baulig
2018-05-24[System]: Epic: Client Certificate Support - Part One. (#8756)Martin Baulig