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: measure buffer length in bytes #6764

Closed
wants to merge 12 commits into from
Closed

Commits on May 22, 2016

  1. child_process: measure buffer length in bytes

    This change fixes a known issue where `maxBuffer` limits by characters
    rather than bytes. Benchmark added to confirm no performance regression
    occurs with this change.
    
    Fixes: nodejs#1901
    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    e20ff77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3245de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b96b64 View commit details
    Browse the repository at this point in the history
  4. squash: benchmark nits

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    2b14b64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    221dec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    425128f View commit details
    Browse the repository at this point in the history
  7. squash

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    2d56158 View commit details
    Browse the repository at this point in the history
  8. squash

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    bce02ef View commit details
    Browse the repository at this point in the history
  9. squash: nothing but nits

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    a8ba111 View commit details
    Browse the repository at this point in the history
  10. squash

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    32925da View commit details
    Browse the repository at this point in the history
  11. squash: comment nit fixes

    Trott committed May 22, 2016
    Configuration menu
    Copy the full SHA
    ec2cf57 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. squash: fix comment

    Trott committed May 24, 2016
    Configuration menu
    Copy the full SHA
    561c798 View commit details
    Browse the repository at this point in the history