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

Reduce lock contention for frame writes (with extra tests) #354

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    20f9fc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from YulerB/YulerB-RemoveLocking

    Updated code to remove lock contention
    YulerB authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    0907063 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    4177dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce45f63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c2caa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f90b2 View commit details
    Browse the repository at this point in the history
  5. Updating back to public

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ac5ffba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3efb320 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40153cd View commit details
    Browse the repository at this point in the history
  8. Updated casing of reference

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    5db2bd1 View commit details
    Browse the repository at this point in the history
  9. Updated private to public

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    5e99b0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22febeb View commit details
    Browse the repository at this point in the history
  11. Re-Adding configureawait

    Updating to configure await on connectasync as per trunk
    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    f491885 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5d09f9 View commit details
    Browse the repository at this point in the history
  13. Updating spacing

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    9b70fb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f37c87 View commit details
    Browse the repository at this point in the history
  15. Reverting change

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    4fbcd56 View commit details
    Browse the repository at this point in the history
  16. Fixed brace position

    YulerB authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    1f10486 View commit details
    Browse the repository at this point in the history
  17. Just for check the newlines

    vendre21 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    3aecf44 View commit details
    Browse the repository at this point in the history
  18. Revert "Just for check the newlines"

    This reverts commit 3aecf44.
    vendre21 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    0a61119 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e37cba View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    e8a478f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d9e79 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    dc124a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9332cde View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Dispose the latch in ReleaseResources instead

    As integration test case subclasses are meant to do. Squashes
    a warning.
    michaelklishin committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    260444e View commit details
    Browse the repository at this point in the history
  2. Rename ReadFrame and WriteFrame

    There are no "read frames" and "write frames" in the
    protocol. "Incoming" and "outgoing" frames are also
    not well established terms but at least they hint
    at what the difference is and when they are used.
    
    There are existing methods with identical names (ReadFrame, WriteFrame) as well,
    which isn't helping.
    michaelklishin committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    f061718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc7ce4 View commit details
    Browse the repository at this point in the history