Igor Zinkovsky
0b57fee3f8
enable test-fs-largefile.js test
2012-04-05 18:18:48 -07:00
Bert Belder
1042a8d887
Please the compiler
2012-04-06 03:14:07 +02:00
Bert Belder
40b7302af8
fs.readFile: don't make the callback before the fd is closed
...
On Windows it is not possible to unlink() the read file in the callback.
This fixes #3051 . A test is included.
2012-04-06 03:13:56 +02:00
Igor Zinkovsky
f178f2ae3f
upgrade libuv to d68b3d960b6d95bfc16027cecca2f3fa48bcc36f
2012-04-05 17:10:39 -07:00
Igor Zinkovsky
052aaa4c4d
windows: use 64bit offsets for uv_fs apis
2012-04-05 16:03:11 -07:00
Ben Noordhuis
ffee873941
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
...
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.
Fixes #2061 .
2012-04-02 23:44:38 +02:00
Nathan Rajlich
0965d2d9f6
js2c: fix to support files other than ones ending with 2 char extensions
...
Previously this was basically hard-coded for *.js files, but now we
need to include the 'config.gypi' file in there as well.
2012-04-01 01:44:54 +02:00
isaacs
1e577f347b
website: Consistency in the industry logos
2012-03-30 18:21:50 -07:00
isaacs
066789a6e3
Fix #3001 website update 'latest' links on publish
2012-03-24 01:39:39 -07:00
isaacs
a7dce47854
Now working on v0.6.15
2012-03-23 11:17:08 -07:00
isaacs
dbd0e2b386
Merge branch 'v0.6.14-release' into v0.6
2012-03-23 11:16:31 -07:00
isaacs
e513ffef75
2012.03.22 Version 0.6.14 (stable)
...
* 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
2012-03-23 08:01:22 -07:00
isaacs
d497bf845b
doc: Remove extraneous index.html's from hyperlinks
2012-03-22 17:31:23 -07:00
isaacs
76f31faa3b
Remove hard-coded version number from docs
2012-03-22 17:31:15 -07:00
Igor Zinkovsky
0dcc43316f
don't crash when queued write fails
2012-03-22 17:09:22 -07:00
isaacs
d227084339
Upgrade libuv to 8409a67
2012-03-22 16:44:04 -07:00
isaacs
a7cd76bb3b
Remove unused fast-list module from npm
2012-03-22 16:43:28 -07:00
isaacs
67f1778065
Upgrade npm to 1.1.12
2012-03-22 16:38:58 -07:00
Bryan Cantrill
d1255914df
sunos: fix EMFILE on process.memoryUsage()
2012-03-22 16:18:11 -07:00
Ben Noordhuis
ea44d3031d
crypto: fix compile-time error with openssl <= 0.9.7e
2012-03-22 15:52:12 +01:00
isaacs
851b3970e7
Fix include logic was replacing https include with http
2012-03-17 11:07:35 -07:00
isaacs
d980620010
Ignore 'making a build' artifacts
2012-03-17 11:07:35 -07:00
koichik
03077db45d
test: HTTP responses with no content-length
...
Refs: #2952 .
2012-03-18 00:50:47 +09:00
Ben Noordhuis
44527e6023
deps: upgrade http_parser to joyent/http-parser@b47c44d
2012-03-17 16:22:39 +01:00
Rod Vagg
90b785c09a
doc: fix # links from (and within) api/fs
2012-03-16 15:51:33 +01:00
isaacs
b9bd2d3eb9
Now working on v0.6.14
2012-03-15 10:33:33 -07:00
isaacs
9726a259bf
Merge branch 'v0.6.13-release' into v0.6
2012-03-15 10:32:58 -07:00
isaacs
9f7f86b534
2012.03.15 Version 0.6.13 (stable)
...
* Windows: Many libuv test fixes (Bert Belder)
* Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder)
* Map EBUSY and ENOTEMPTY errors (Bert Belder)
* Windows: include syscall in fs errors (Bert Belder)
* Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis)
* Update npm to 1.1.9
- upgrade node-gyp to 0.3.5 (Nathan Rajlich)
- Fix isaacs/npm#2249 Add cache-max and cache-min configs
- Properly redirect across https/http registry requests
- log config usage if undefined key in set function (Kris Windham)
- Add support for os/cpu fields in package.json (Adam Blackburn)
- Automatically node-gyp packages containing a binding.gyp
- Fix failures unpacking in UNC shares
- Never create un-listable directories
- Handle cases where an optionalDependency fails to build
2012-03-15 08:45:35 -07:00
isaacs
06bf0707f7
makefile: Fix 'make doc'
2012-03-15 08:22:36 -07:00
isaacs
571a51989e
Upgrade libuv to 66a959c4052
2012-03-15 08:18:37 -07:00
isaacs
f631c1d73b
Update npm to 1.1.9
2012-03-14 16:44:36 -07:00
isaacs
ad5a108dfd
Update uv to 5d21056
2012-03-14 16:44:36 -07:00
Artur Adib
c834ef409e
Doc highlight fix
2012-03-14 16:44:36 -07:00
Rod Vagg
c12a1dc5d8
path.exists*() as 2nd level head not 3rd
2012-03-14 16:20:40 -07:00
Bert Belder
3733a85d8d
Windows: include syscall in fs errors
2012-03-08 02:57:44 +01:00
Bert Belder
daaccc7cb7
uv: upgrade to 1ac71a31
2012-03-08 02:57:37 +01:00
isaacs
33f9074a62
Mention marked, and add license to doc generator
2012-03-05 10:59:14 -08:00
isaacs
8258bd467a
doc: 'filename' arg not guaranteed ever.
2012-03-05 10:28:47 -08:00
isaacs
5ca5ec33cc
doc: css consistency on anchor links
2012-03-03 22:58:47 -08:00
isaacs
f1742c93d7
doc: Don't prune Stability indicators
2012-03-03 22:58:29 -08:00
isaacs
a42b4ad44e
doc: Typo'd some stability indicators.
2012-03-03 22:12:43 -08:00
isaacs
1d59a73fef
doc: Change 'file_system' module to 'fs' as it should be
2012-03-03 17:14:06 -08:00
isaacs
cf6e4d82e7
Use shorter url for /docs/latest/api
2012-03-03 17:08:46 -08:00
isaacs
2e487379ad
doc: Stability and Caveats for fs.watch/watchFile
2012-03-03 17:04:02 -08:00
isaacs
f70be203e4
doc: indentation and structure in fs.markdown
2012-03-03 17:04:02 -08:00
isaacs
c368e46e7f
doc: Document JSON docs
2012-03-03 17:03:59 -08:00
isaacs
3dfa98c991
doc: Add link to JSON version of doc
2012-03-03 17:03:56 -08:00
isaacs
2d44dcc8be
doc: Add stability indicators to documentation
2012-03-03 17:03:52 -08:00
isaacs
2f256af412
Now working on v0.6.13
2012-03-02 13:09:09 -08:00
isaacs
353bfbaf93
Merge branch 'v0.6.12-release' into v0.6
2012-03-02 13:09:00 -08:00