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

child_process: add 'overlapped' stdio flag #29412

Closed
wants to merge 4 commits into from

Commits on Dec 31, 2020

  1. child_process: add 'overlapped' stdio flag

    The 'overlapped' value sets the UV_OVERLAPPED_PIPE libuv flag in the
    child process stdio.
    
    Fixes: nodejs#29238
    tarruda committed Dec 31, 2020
    Copy the full SHA
    5972bd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf574e6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    044d1e2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ff04dee View commit details
    Browse the repository at this point in the history