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

Add Base64url encoding/decoding #102364

Merged
merged 40 commits into from
Jun 14, 2024
Merged

Add Base64url encoding/decoding #102364

merged 40 commits into from
Jun 14, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    763212a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Validation related updates

    buyaa-n committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ea764bb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4489fcb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    238b763 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f378eb5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3f6ea88 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    febb4d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40034f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0994bc8 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Günther Foidl <[email protected]>
    buyaa-n and gfoidl authored May 17, 2024
    Configuration menu
    Copy the full SHA
    492694b View commit details
    Browse the repository at this point in the history
  5. Apply some feedback

    buyaa-n committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c45f58c View commit details
    Browse the repository at this point in the history
  6. Try fix ARM failure

    buyaa-n committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4bcd58a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    b0115c5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    d1faf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ff2cb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update docs, small clean ups

    buyaa-n committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b1d4f76 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Try fix ARM failure

    buyaa-n committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0f6fe6a View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/System.Private.CoreLib/src/System/Buffers/Text/B…

    …ase64Url/Base64UrlEncoder.cs
    
    Co-authored-by: Günther Foidl <[email protected]>
    buyaa-n and gfoidl authored May 22, 2024
    Configuration menu
    Copy the full SHA
    344bbb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b657a99 View commit details
    Browse the repository at this point in the history
  4. Improve perf for Base.IsValid() oveerloads, exclude ARM vectorization…

    … for char(ushort) overload
    buyaa-n committed May 22, 2024
    Configuration menu
    Copy the full SHA
    140663d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Apply feedbacks

    buyaa-n committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c4c605d View commit details
    Browse the repository at this point in the history
  2. Revert Assert

    buyaa-n committed May 24, 2024
    Configuration menu
    Copy the full SHA
    61095dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b338a94 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jeremy Barton <[email protected]>
    buyaa-n and bartonjs authored May 24, 2024
    Configuration menu
    Copy the full SHA
    7d4242d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Apply suggestions from code review

    Co-authored-by: Günther Foidl <[email protected]>
    buyaa-n and gfoidl authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f6c4d93 View commit details
    Browse the repository at this point in the history
  2. Apply more feedback

    buyaa-n committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6c1035d View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Günther Foidl <[email protected]>
    buyaa-n and gfoidl authored May 28, 2024
    Configuration menu
    Copy the full SHA
    2243060 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    42543e8 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Miha Zupan <[email protected]>
    buyaa-n and MihaZupan authored May 30, 2024
    Configuration menu
    Copy the full SHA
    bdbdbab View commit details
    Browse the repository at this point in the history
  3. Apply remaining feedback

    buyaa-n committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b871d6d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Apply suggestions from code review

    Co-authored-by: Jeremy Barton <[email protected]>
    buyaa-n and bartonjs authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    73bd7df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    070f685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed94cb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix Base64Url fuzzer findings

    buyaa-n committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    00139b2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jeremy Barton <[email protected]>
    buyaa-n and bartonjs authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dea9006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e617b8f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Apply feedbacks

    buyaa-n committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c3ff207 View commit details
    Browse the repository at this point in the history
  2. Apply feedback

    buyaa-n committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    154b400 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Apply left out feedbacks

    buyaa-n committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4ccdde8 View commit details
    Browse the repository at this point in the history