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

Allow Base64Decoder to ignore space chars, add IsValid methods and tests #79334

Closed
wants to merge 19 commits into from

Commits on Dec 7, 2022

  1. Allow Base64Decoder to ignore space chars, add IsValid methods and tests

    Chars now ignored:
    9: Line feed
    10: Horizontal tab
    13: Carriage return
    32: Space
    -- Vertical tab omitted
    heathbm committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6d72060 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    837b4bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3b581 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 20, 2022

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

Commits on Dec 23, 2022

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

Commits on Dec 24, 2022

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

Commits on Jan 6, 2023

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

Commits on Jan 8, 2023

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

Commits on Mar 2, 2023

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

Commits on Mar 3, 2023

  1. Throw Base64FormatException when whitespace should not be ignored

    This fixes a failing test.
    heathbm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    745fd41 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    7c022b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04989b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5007df7 View commit details
    Browse the repository at this point in the history