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

Simplified muxer fix #99576

Merged
merged 21 commits into from
Aug 2, 2024
Merged

Simplified muxer fix #99576

merged 21 commits into from
Aug 2, 2024

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    734be3f View commit details
    Browse the repository at this point in the history
  2. Remove realpath2 from pal

    agocke committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    43092b3 View commit details
    Browse the repository at this point in the history
  3. pal prefix

    agocke committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d31e6e5 View commit details
    Browse the repository at this point in the history
  4. Migrate from realpath to fullpath

    realpath is guaranteed to resolve symlinks. fullpath may resolve symlinks.
    Moves all existing code to call fullpath, which is the existing contract. On
    Unix, fullpath calls realpath, meaning it resolves symlinks. On Windows it
    doesn't. Code which requires symlinks to be resolved should be moved to call
    realpath. realpath is temporarily renamed realpath2 in this commit to find
    dangling references.
    agocke committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    099f101 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Enable muxer behind symlink

    agocke committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    570906d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6c975 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Fix up unix side as well

    agocke committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a8a2937 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Respond to PR comments

    agocke committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b0834e4 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    agocke and elinor-fung authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    02b1e3e View commit details
    Browse the repository at this point in the history
  3. Respond to PR comments

    agocke committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    db52690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86da1d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1acc33d View commit details
    Browse the repository at this point in the history
  6. Move up error handling

    agocke committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    229302b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix up more names

    agocke committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    11ec1a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Missed a comment

    agocke committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ba83fc1 View commit details
    Browse the repository at this point in the history
  2. Typo

    agocke committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    96508d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Remove unused using

    agocke committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3697bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c111b5f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    agocke and elinor-fung authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    13ddd84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa2325 View commit details
    Browse the repository at this point in the history
  3. Respond to PR comments

    agocke committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fcc27e0 View commit details
    Browse the repository at this point in the history