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

Initial implementation of stateful CBOR writer and reader classes #32803

Merged
merged 33 commits into from
Mar 4, 2020

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    c220624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301e593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70f5ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecbd659 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21dfcb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a262a37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6924fe6 View commit details
    Browse the repository at this point in the history
  8. address style

    eiriktsarpalis committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b4d2ebb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03e9616 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    544872d View commit details
    Browse the repository at this point in the history
  11. address feedback

    eiriktsarpalis committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5b75a0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d361b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e08abd1 View commit details
    Browse the repository at this point in the history
  14. fix the seed parameter

    eiriktsarpalis committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dd72ca4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    16ef7d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    865d964 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5138baa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a30e79e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a63e6e5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    adc4263 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3fa2dcf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4752629 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3ebc62f View commit details
    Browse the repository at this point in the history
  24. fix failing test

    eiriktsarpalis committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    bb05802 View commit details
    Browse the repository at this point in the history
  25. add peek tests

    eiriktsarpalis committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    659f888 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    339262e View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    f662113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea14e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c4587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    882f9d7 View commit details
    Browse the repository at this point in the history
  6. Update src/libraries/System.Security.Cryptography.Encoding/tests/Cbor…

    …/CborReader.String.cs
    
    Co-Authored-By: Jeremy Barton <jbarton@microsoft.com>
    eiriktsarpalis and bartonjs committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f13cea7 View commit details
    Browse the repository at this point in the history
  7. Update src/libraries/System.Security.Cryptography.Encoding/tests/Cbor…

    …/CborReader.String.cs
    
    Co-Authored-By: Jeremy Barton <jbarton@microsoft.com>
    eiriktsarpalis and bartonjs committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fe8fe24 View commit details
    Browse the repository at this point in the history
  8. fix build

    eiriktsarpalis committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    29f4142 View commit details
    Browse the repository at this point in the history