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

Clean up subprocess handling and make shell use optional #3509

Merged
merged 20 commits into from
Oct 4, 2017

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    4248a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e187c29 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

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

Commits on Sep 30, 2017

  1. More cleanup of subprocesses

    kyhavlov committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    7489a7e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    4343054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba2384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c9f171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adf851d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08c23ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7f0b64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bc10d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    262cb43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6f33f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af34efc View commit details
    Browse the repository at this point in the history
  11. Adds a clarifying comment.

    slackpad committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    12c2d71 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9373824 View commit details
    Browse the repository at this point in the history
  13. Scopes signals to interrupt and kill.

    This avoids us trying to send SIGCHILD to the dead process.
    slackpad committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    f343900 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0bf614 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    073ccc0 View commit details
    Browse the repository at this point in the history
  16. De-nests an if statement.

    slackpad committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    1051b46 View commit details
    Browse the repository at this point in the history