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

feat: Optimize request validator + make thread safe (backwards compatible) #660

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jan 31, 2022

  1. Implement IDisposal for RequestValidator

    Relates to twilio#466 
    
    Turns out this may just be for correctness, as these algos may not hold onto any unmanaged resources.
    dotnet/aspnetcore#32871
    benmccallum authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    3a5b83e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    2570c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c0166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e66df View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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

Commits on Jan 3, 2023

  1. Merge

    Swimburger committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    709f8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a534f View commit details
    Browse the repository at this point in the history
  3. Reapply optimizations

    Swimburger committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    43e433c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c22e4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf745b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d8f253 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Feb 1, 2023

  1. Merge branch 'main' of https://github.com/swimburger/twilio-csharp in…

    …to optimize-request-validation
    Swimburger committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2b26f8c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on May 22, 2023

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

Commits on Jan 18, 2024

  1. Merge

    Swimburger committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fb82543 View commit details
    Browse the repository at this point in the history