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

fs: add bufferSize option to fs.opendir() #30114

Closed
wants to merge 7 commits into from

Commits on Oct 25, 2019

  1. fs: add bufferSize option to fs.opendir()

    Add an option that controls the size of the internal
    buffer.
    
    Fixes: nodejs#29941
    addaleax committed Oct 25, 2019
    1
    Copy the full SHA
    ac9b36b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c54045 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f403c2e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    04a26c4 View commit details
    Browse the repository at this point in the history
  5. fixup! fs: add bufferSize option to fs.opendir()

    Co-Authored-By: Richard Lau <riclau@uk.ibm.com>
    addaleax and richardlau committed Oct 25, 2019
    Copy the full SHA
    2119b4c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

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

Commits on Oct 28, 2019

  1. Copy the full SHA
    51f4429 View commit details
    Browse the repository at this point in the history