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-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
2017-04-19Enable the creation of certificates and cert requestsJeremy Barton
2017-04-18Clean up after changesStephen Toub
2017-04-14Fix Fedora issue with gethostbyname (#18170)Steve Harter
2017-04-13Fix Begin/EndSendFile on macOSStephen Toub
2017-04-10Improve negative alignment for asymmetric algs. (#18082)Jeremy Barton
2017-04-07Merge pull request #18033 from janvorli/fix-portable-sslStephen Toub
2017-04-07Fix portable System.Security.Cryptography.Native EC2M issueJan Vorlicek
2017-04-06Fix console exit suspension when process in backgroundStephen Toub
2017-04-05Fix IPv6 calls to GetMulticastOptionName in shimStephen Toub
2017-04-05Merge pull request #17904 from janvorli/add-dynamic-http2-detectionStephen Toub
2017-04-05Detect HTTP2 and multiplexing support for CURL at runtimeJan Vorlicek
2017-04-04Remove function CryptoNative_GetStreamSizesJeremy Barton
2017-04-04Fix NetworkInterface.GetAllNetworkInterfaces segfault when interface provides...Tom Deseyn
2017-04-04Remove remaining references to Fedora 23 (#17753)Dan Moseley
2017-04-03Include error number in asserts out of pal_networking.cpp (#17760)Dan Moseley
2017-03-29Merge pull request #17554 from joperezr/FixTestPathJose Perez Rodriguez
2017-03-29Fix native error handling on Linux during host name resolution (#17574)Steve Harter
2017-03-28Make file lowercaseJose Perez Rodriguez
2017-03-28Enable PortableRID packagingGaurav Khanna
2017-03-27Using managed binplace logic to binplace native buildJose Perez Rodriguez
2017-03-27Fix clrcompression testhost pathJose Perez Rodriguez
2017-03-25Fix clrcompression binplacing for tests (#17509)Jose Perez Rodriguez
2017-03-25Add GetSystemTimeAsTicks to System.Native (#17484)Alex Perovich