- Apr 16, 2012
-
-
Ben Noordhuis authored
It returns void on some platforms, notably FreeBSD.
-
- Apr 15, 2012
-
-
Ben Noordhuis authored
-
- Apr 11, 2012
- Apr 10, 2012
-
-
isaacs authored
-
isaacs authored
-
isaacs authored
* Update npm to 1.1.16 * Show licenses in binary installers. * unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis) * add 64bit offset fs functions (Igor Zinkovsky) * windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder) * windows: backport pipe-connect-to-file fixes from master (Bert Belder) * windows: never call fs event callbacks after closing the watcher (Bert Belder) * fs.readFile: don't make the callback before the fd is closed (Bert Belder) * windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky) * Fix #2061: segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
-
isaacs authored
If the fs.open method is modified via AOP-style extension, in between the creation of an fs.WriteStream and the processing of its action queue, then the test of whether or not the method === fs.open will fail, because fs.open has been replaced. The solution is to save a reference to fs.open on the stream itself when the action is placed in the queue. This fixes isaacs/node-graceful-fs#6.
-
- Apr 08, 2012
- Apr 07, 2012
-
-
Bert Belder authored
-
Bert Belder authored
-
Ryan Dahl authored
ref #3056
-
Ryan Dahl authored
For easy inclusion in binary distributions. ref #3056
-
Ryan Dahl authored
-
isaacs authored
-
- Apr 06, 2012
-
-
Igor Zinkovsky authored
-
Bert Belder authored
-
Bert Belder authored
On Windows it is not possible to unlink() the read file in the callback. This fixes #3051. A test is included.
-
Igor Zinkovsky authored
-
Igor Zinkovsky authored
-
- Apr 03, 2012
-
-
Ben Noordhuis authored
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat) mismatches. Fixes #2061.
-
- Apr 01, 2012
-
-
Nathan Rajlich authored
Previously this was basically hard-coded for *.js files, but now we need to include the 'config.gypi' file in there as well.
-
- Mar 31, 2012
-
-
isaacs authored
-
- Mar 24, 2012
- Mar 23, 2012
-
-
isaacs authored
* net: don't crash when queued write fails (Igor Zinkovsky) * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill) * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis) * unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis) * Add UV_ENOSPC and mappings to it (Bert Belder) * http-parser: Fix response body is not read (koichik) * Upgrade npm to 1.1.12 - upgrade node-gyp to 0.3.7 - work around AV-locked directories on Windows - Fix isaacs/npm#2293 Don't try to 'uninstall' / - Exclude symbolic links from packages. - Fix isaacs/npm#2275 Spurious 'unresolvable cycle' error. - Exclude/include dot files as if they were normal files
-
isaacs authored
-
isaacs authored
-
Igor Zinkovsky authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Bryan Cantrill authored
-
- Mar 22, 2012
-
-
Ben Noordhuis authored
-
- Mar 18, 2012