-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Avoid race condition by using fs.open and fs.fstat, also allow file descriptor to be passed #125
base: master
Are you sure you want to change the base?
Commits on Dec 17, 2016
-
Allow specifying file descriptor and use fs.open and fs.fstat
Resolves pillarjs#122 Resolves pillarjs#123
Configuration menu - View commit details
-
Copy full SHA for bf94c75 - Browse repository at this point
Copy the full SHA bf94c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c716c - Browse repository at this point
Copy the full SHA 59c716cView commit details
Commits on Jan 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 78fd8b2 - Browse repository at this point
Copy the full SHA 78fd8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e9c83 - Browse repository at this point
Copy the full SHA 31e9c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef9e1c - Browse repository at this point
Copy the full SHA 7ef9e1cView commit details
Commits on Jan 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07999c7 - Browse repository at this point
Copy the full SHA 07999c7View commit details -
Create PartStream constructor to ensure the autoClose
option is respected in node.js < 0.10. Also remove the `destroy` dependency.
Configuration menu - View commit details
-
Copy full SHA for 5486e0d - Browse repository at this point
Copy the full SHA 5486e0dView commit details
Commits on Jan 28, 2017
-
Handle node/libuv error on windows where instead
of returning an error code of `EBADF` it returns an error code of `OK` which makes zero sense
Configuration menu - View commit details
-
Copy full SHA for ed3055f - Browse repository at this point
Copy the full SHA ed3055fView commit details
Commits on Feb 2, 2017
-
Ensure fd is closed in the following cases:
1. The `res` ends before it is passed to `send().pipe()` 2. The `res` ends after pipe but before the `open` event
Configuration menu - View commit details
-
Copy full SHA for ff711b0 - Browse repository at this point
Copy the full SHA ff711b0View commit details
Commits on Feb 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 26a52a8 - Browse repository at this point
Copy the full SHA 26a52a8View commit details
Commits on Feb 26, 2017
-
Merge branch ‘pillarjs/send’ into open-fd
# Conflicts: # index.js # test/send.js
Configuration menu - View commit details
-
Copy full SHA for 7b97dec - Browse repository at this point
Copy the full SHA 7b97decView commit details
Commits on Jan 20, 2018
-
Merge branch 'pillarjs/master' into open-fd
# Conflicts: # README.md # package.json # test/send.js
Configuration menu - View commit details
-
Copy full SHA for 0bd97e4 - Browse repository at this point
Copy the full SHA 0bd97e4View commit details