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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26Merge pull request #24830 from weshaggard/MergeDevRelease200Wes Haggard
2017-10-25SSLStream Fixing GC Hole (#24799)Tim Seaward
2017-10-25Add auto dependency flow repo APIWes Haggard
2017-10-20initial Freebsd support. (#24467)Tomas Weinfurt
2017-10-19Merge pull request #24389 from Priya91/tlsextensionLakshmi Priya Sekar
2017-10-18update parameter parsing to be more flexible and be closer to coreclr and nat...Tomas Weinfurt
2017-10-18Run tests only on supported Oses.Lakshmi Priya Sekar
2017-10-14Make alpn compilation conditional on Linux.Lakshmi Priya Sekar
2017-10-13Respond to PR feedback.Lakshmi Priya Sekar
2017-10-07Add alpn support on Linux.Lakshmi Priya Sekar
2017-10-03Merge pull request #24171 from ianhays/master_ecdsa_segfaultIan Hays
2017-10-03Fix ECDsa ExportParameters segfaultIan Hays
2017-09-26Update build to clang/llvm 3.9Mike McLaughlin
2017-09-23Revert "Update build to clang/llvm 3.9 (#24177)"Jan Vorlicek
2017-09-22Update build to clang/llvm 3.9 (#24177)Mike McLaughlin
2017-09-19Fixed compile warning/error on FreeBSD (#24141)Szczepan
2017-09-16Fix RHEL6 linux/in.h file detection (#24100)Jan Vorlicek
2017-09-14Enable end to end Alpine corefx build (#24035)Jan Vorlicek
2017-09-12Fix check for in_pktinfo and ip_mreqn (#23976)Jan Vorlicek
2017-09-08Only truncate to IOV_MAX for stream sockets (#23826)Tom Deseyn
2017-09-05Truncate sendmsg/recvmsg to IOV_MAX (#23781)Tom Deseyn
2017-09-05Remove unused SSLv3_method (#23791)Jan Vorlicek
2017-08-18add option to specify clang and few minor improvements for Linux (#23302)Tomas Weinfurt
2017-08-04Make OpenSSL verify self-issued signature integrity to match WindowsJeremy Barton
2017-07-31Enable RHEL6 and CentOS 6 RID detection in build (#22787)Jan Vorlicek
2017-07-25Detect VS2017 in the run scriptWes Haggard
2017-07-08Fix handling of SslProtocols.NoneStephen Toub
2017-07-07include net/if.h to avoid build break on 10.13. It provides prototype for if_...Tomas Weinfurt
2017-07-05Prevent SslProvider exceptions from being thrown to native code (#21801)Stephen Toub
2017-07-04Fix segfault on chain build on macOS High Sierra (#21838)Jeremy Barton
2017-06-28Fix cryptography errors on macOS 10.13 (#21631)Jeremy Barton
2017-06-09Workaround for recent CMake bug w.r.t. CF guard (#20831)Jan Vorlicek
2017-06-01Merge pull request #20542 from bartonjs/fix_temp_keychain_timeoutJeremy Barton
2017-06-01Set PFX temporary keychains to have a lock policy of never.Jeremy Barton
2017-06-01Fix inheritance of console dup'd file descriptorsStephen Toub
2017-05-20Fix RevocationMode and RevocationFlag errors on macOSJeremy Barton
2017-05-19Fix Process.Start() on Unix platforms to not leak file descriptors of redirec...Dongbo Wang
2017-05-05Enable building on older Linux distros (#19289)Jan Vorlicek
2017-05-04Add SSL_set_quiet_shutdown to opensslshim.Lakshmi Priya Sekar
2017-05-04Implement close_notify alert on ShutdownAsync on Linux.Lakshmi Priya Sekar
2017-05-03Fix HAVE_ACCEPT4 typo (#19303)Stephen Toub
2017-05-02Port updated RID to master (#19209)Saurabh Singh
2017-04-28Fix SSL on Debian 9 (#19070)Jan Vorlicek
2017-04-27Stop producing System.Security.Cryptography.NativeJeremy Barton
2017-04-27Simplify X509Chain building with OpenSSL (#19017)Jeremy Barton
2017-04-21clang 3.9 as a default for arm/armel cross buildJiyoung Yun
2017-04-21Change default clang version to clang3.9 in cross buildJiyoung Yun
2017-04-21Fix building with only VS2017 installed. (#18700)Jeremy Kuhne
2017-04-20Fix UnixFileSystem.MoveFile on macOS when just changing file casingStephen Toub
2017-04-19Merge pull request #18556 from stephentoub/ipaddress_parsingStephen Toub