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 tools to specify a specific OS transport #770

Closed
wants to merge 15 commits into from

Commits on Feb 20, 2020

  1. Abstract the transport

    * Add IpcTransport to abstract pid and named connections
    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    d74be7b View commit details
    Browse the repository at this point in the history
  2. Update trace to be able to use path for connection

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3ea9555 View commit details
    Browse the repository at this point in the history
  3. fix bool logic

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    211759e View commit details
    Browse the repository at this point in the history
  4. Update dotnet-trace to use transport path

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    93ddde3 View commit details
    Browse the repository at this point in the history
  5. update dotnet-gcdump to use transport path

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1c47869 View commit details
    Browse the repository at this point in the history
  6. Update dotnet-counters to use transport path

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f2bea66 View commit details
    Browse the repository at this point in the history
  7. Update dotnet-dump to use transport path

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8a53c10 View commit details
    Browse the repository at this point in the history
  8. fix dotnet-counter cmdline args

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    2542bb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3aa621c View commit details
    Browse the repository at this point in the history
  10. change wording of help text

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ae7919d View commit details
    Browse the repository at this point in the history
  11. Remove error msg that would always prepend pipe

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    dff80ee View commit details
    Browse the repository at this point in the history
  12. PR feedback

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cf5bc97 View commit details
    Browse the repository at this point in the history
  13. fix dangling artifact from rebase

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8dbca7c View commit details
    Browse the repository at this point in the history
  14. Fix straggling references to transport path naming

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cd78e89 View commit details
    Browse the repository at this point in the history
  15. fix boolean logic

    John Salem committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3cc017f View commit details
    Browse the repository at this point in the history