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-04-25Update project configurationsEric St. John
2017-04-25Remove use of IsDesktopFacadeEric St. John
2017-04-19Make System.Data more mono-friendly (#18525)Egor Bogatov
2017-04-18Update project configurationsEric St. John
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-18Explicitly list paths for harvestingEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-15System.Data - move duplicate files to Common (#18297)Egor Bogatov
2017-04-15Merge pull request #18281 from EgorBo/system-data-sqlresourceStephen Toub
2017-04-12Make `netfx` mean `net461` instead of `net463`Eric St. John
2017-04-12Move SQLResource.cs to Common (remove two almost identical files from System....EgorBo
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-10Adding DAC support to Managed SNI (#18044)Gene Lee
2017-04-08Enable System.Data.SqlClient manual tests for desktop (#18086)Santiago Fernandez Madero
2017-04-07Implement ICloneable on SqlConnection, SqlCommand and SqlParameter (#17907)Saurabh Singh
2017-04-05Dead SqlClient filesdanmosemsft
2017-04-05Make SqlDataRecord compatible with Framework (#17887)Saurabh Singh
2017-04-01Change command cancellation to use a specific cancellationOwner field, rather...Cory Rivera
2017-03-30Update exception thrown in Prelogin handshake processing due to invalid size ...Cory Rivera
2017-03-29Getting instance name from pipe name was added (#17504)Gene Lee
2017-03-29Omissions in types supported by both Desktop and Core - System.Data.SqlClient...Viktor Hofer
2017-03-28Avoid allocation in TdsParse when reading multiple decimals without a call to...obligaron
2017-03-27Disable failing NamedPipeTest test on WindowsStephen Toub
2017-03-24Localdb in managed sni (#17402)Saurabh Singh
2017-03-23Add DataTable support to SqlBulkCopy. Also adds tests for SqlBulkCopy.Cory Rivera
2017-03-23Fix 'use of unassigned local variable' error if compiles for monoEgorBo
2017-03-23Refactoring logic for building server spn (#17395)Gene Lee
2017-03-22Fix the separator for NamedPipeSaurabh Singh
2017-03-21Allow . as hostname in pipe names (#17284)Saurabh Singh
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams
2017-03-21Remove System.Data.SqlClient and System.Text.Encoding.CodePages from shared fx.Wes Haggard
2017-03-19Adding Integrated Auth Test with Test Server (#17264)Saurabh Singh
2017-03-18Merge pull request #17265 from saurabh500/cleanupManualTestsStephen Toub
2017-03-18Fix and clean up the Manual Tests for SqlSaurabh Singh
2017-03-18fixed bug that calculates sendbuff length only one time in integauth (#17254)Gene Lee
2017-03-18Consolidate Data Source Parsing in SNI (#17181)Saurabh Singh
2017-03-17Adding the sspi buffer pass by ref so that the retrieved value for buffer get...Saurabh Singh
2017-03-11Adding System.Net.HttpListener uapaot config (#16982)Jose Perez Rodriguez
2017-03-10Disable NonAzureNoProtocolConnectionTestOnWindows testStephen Toub
2017-03-10Make Managed SNI the default network impl in SqlClient (#16936)Saurabh Singh
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-10Fix parsing failures with Named Pipe paths in SqlClient.SNIProxyCory Rivera
2017-03-09Mark SqlClient test server threads as background threadsStephen Toub
2017-03-09Enabling diagnostics in the middle of a connection causes NullReferenceExcept...Saurabh Singh
2017-03-09Update comments about why the encoding providers should be registered in SqlC...Saurabh Singh
2017-03-08Managed SNI for Windows (#16589)Saurabh Singh
2017-03-08Merge pull request #16845 from saurabh500/loggingForTestsStephen Toub
2017-03-08Add more logging to testsSaurabh Singh
2017-03-08Adding netfx vertical build with tests (#16837)Santiago Fernandez Madero