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

Issue 55685 processname optimisation #59672

Merged

Commits on Sep 27, 2021

  1. Implementation

    SteveDunn committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    dd7f67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e0197 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    19b9126 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    SteveDunn committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    8955b32 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    SteveDunn committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    901e8f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. PR feedback

    SteveDunn committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    47262da View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Removed commented out code

    SteveDunn committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8689265 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    SteveDunn committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ac70497 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. If processinfo is already available, use that, otherwise use the quic…

    …k method of getting the process name
    SteveDunn committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    c5a2790 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. PR feedback

    SteveDunn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9f69e34 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    SteveDunn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    38e3d14 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Update src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetP…

    …rocessName.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3227f87 View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetP…

    …rocessName.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f07a0bc View commit details
    Browse the repository at this point in the history
  3. Update src/libraries/System.Diagnostics.Process/src/System/Diagnostic…

    …s/Process.Unix.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3728a1f View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/System.Diagnostics.Process/src/System/Diagnostic…

    …s/Process.Windows.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fcb47a9 View commit details
    Browse the repository at this point in the history
  5. Update src/libraries/System.Diagnostics.Process/src/System/Diagnostic…

    …s/Process.UnknownUnix.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    23cd323 View commit details
    Browse the repository at this point in the history
  6. Update src/libraries/System.Diagnostics.Process/src/System/Diagnostic…

    …s/ProcessManager.Windows.cs
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    SteveDunn and adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    d4c2e86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b88b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67732e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6676175 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/main' into issue-55685-process…

    …name-optimisation
    
    # Conflicts:
    #	src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.UnknownUnix.cs
    adamsitnik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    08ec6d0 View commit details
    Browse the repository at this point in the history