Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP | Prevent WriteAsync collision #579

Closed

Commits on May 22, 2020

  1. Fixed WriteAsync collision on SslStream at Managed SNI

    Davoud Eshtehari authored and Davoud Eshtehari committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4fb42b6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'UpSream/master' into InvalidOperationEx…

    …ception
    
    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNINpHandle.cs
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPacket.cs
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNITcpHandle.cs
    Davoud Eshtehari authored and Davoud Eshtehari committed May 22, 2020
    Configuration menu
    Copy the full SHA
    008b0d5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Added test units

    Davoud Eshtehari authored and Davoud Eshtehari committed May 24, 2020
    Configuration menu
    Copy the full SHA
    717b94d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Added Collections.Generic namespace to support debug

    Davoud Eshtehari authored and Davoud Eshtehari committed May 25, 2020
    Configuration menu
    Copy the full SHA
    ce6ece3 View commit details
    Browse the repository at this point in the history
  2. Added license

    Davoud Eshtehari authored and Davoud Eshtehari committed May 25, 2020
    Configuration menu
    Copy the full SHA
    35c2dc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Rename

    Davoud Eshtehari authored and Davoud Eshtehari committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    1f00f84 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'UpSream/master' into WriteAsyncCollision

    Davoud Eshtehari authored and Davoud Eshtehari committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    480b091 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Merge remote-tracking branch 'UpSream/master' into WriteAsyncCollision

    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNINpHandle.cs
    Davoud Eshtehari authored and Davoud Eshtehari committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ae093a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Update src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlCli…

    …ent/SNI/SNICommon.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8445212 View commit details
    Browse the repository at this point in the history
  2. Update src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlCli…

    …ent/SNI/SNINpHandle.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d819928 View commit details
    Browse the repository at this point in the history
  3. Update src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlCli…

    …ent/SNI/SNITcpHandle.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    26f3412 View commit details
    Browse the repository at this point in the history
  4. Update src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlCommand/…

    …SqlCommandExecuteTest.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a924831 View commit details
    Browse the repository at this point in the history
  5. Update src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlCommand/…

    …SqlCommandExecuteTest.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bc9af2b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Update src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlCommand/…

    …SqlCommandExecuteTest.cs
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    2 people authored and Davoud Eshtehari committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    81a0026 View commit details
    Browse the repository at this point in the history
  2. catch exceptions

    Davoud Eshtehari authored and Davoud Eshtehari committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    64a50c5 View commit details
    Browse the repository at this point in the history