Commit Graph

913 Commits (d227084339315e42623434027a68d96cdf1fff23)

Author SHA1 Message Date
Rod Vagg 90b785c09a doc: fix # links from (and within) api/fs 2012-03-16 15:51:33 +01: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
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
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 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 48a2d34cfe 2012.03.02 Version 0.6.12 (stable)
* Upgrade V8 to 3.6.6.24

* dtrace ustack helper improvements (Dave Pacheco)

* API Documentation refactor (isaacs)

* #2827 net: fix race write() before and after connect() (koichik)

* #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal)

* punycode: Update to v1.0.0 (Mathias Bynens)

* Make a fat binary for the OS X pkg (isaacs)

* Fix hang on accessing process.stdin (isaacs)

* repl: make tab completion work on non-objects (Nathan Rajlich)

* Fix fs.watch on OS X (Ben Noordhuis)

* Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis)

* windows: fix time conversion in stat (Igor Zinkovsky)

* windows: fs: handle EOF in read (Brandon Philips)

* windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)

* Upgrade npm to 1.1.4 (isaacs)
  - windows fixes
  - Bundle nested bundleDependencies properly
  - install: support --save with url install targets
  - shrinkwrap: behave properly with url-installed modules
  - support installing uncompressed tars or single file modules from urls etc.
  - don't run make clean on rebuild
  - support HTTPS-over-HTTP proxy tunneling
2012-03-02 12:36:45 -08:00
isaacs ef5b0f4c8e css: Fix fonts on api index page navigation 2012-03-02 12:36:45 -08:00
isaacs 86d077da00 Debugger should be a misc, not 'concept' 2012-02-29 16:04:55 -08:00
isaacs 17db291b5c 'Events' is a module, not an event named 's' 2012-02-29 16:04:55 -08:00
isaacs 7bfa5cf284 s/streams/stream/ 2012-02-29 16:04:55 -08:00
isaacs 674416fbc9 s/buffers/buffer/ 2012-02-29 16:04:55 -08:00
isaacs b34feeeb86 doc refactor: zlib 2012-02-29 16:04:55 -08:00
isaacs 169b0820f0 doc refactor: vm 2012-02-29 16:04:55 -08:00
isaacs 3c195d04f3 doc refactor: util 2012-02-29 16:04:54 -08:00
isaacs c417de409d doc refactor: url 2012-02-29 16:04:54 -08:00
isaacs c2f6405a0f doc refactor: tty 2012-02-29 16:04:54 -08:00
isaacs c0446edcc2 doc refactor: tls 2012-02-29 16:04:54 -08:00
isaacs 4ed05da2be doc refactor: timers 2012-02-29 16:04:54 -08:00
isaacs 8d1e5d3ae1 doc refactor: synopsis 2012-02-29 16:04:54 -08:00
isaacs 774c289ba8 doc refactor: streams 2012-02-29 16:04:53 -08:00
isaacs 8e22004cb5 doc refactor: stdio 2012-02-29 16:04:53 -08:00
isaacs d39297251f doc refactor: repl 2012-02-29 16:04:53 -08:00
isaacs 3b6c1d74c7 doc refactor: readline 2012-02-29 16:04:53 -08:00
isaacs 798f8a0dc1 doc refactor: querystring 2012-02-29 16:04:53 -08:00
isaacs e083720d54 doc refactor: process 2012-02-29 16:04:53 -08:00
isaacs 3ce782b7f2 doc refactor: path 2012-02-29 16:04:52 -08:00
isaacs 8a121fa0e7 doc refactor: os 2012-02-29 16:04:52 -08:00
isaacs e8ad5b9c1c doc refactor: net 2012-02-29 16:04:52 -08:00
isaacs e88a1ba74a doc refactor: modules 2012-02-29 16:04:52 -08:00
isaacs c205d3b53a doc refactor: https 2012-02-29 16:04:52 -08:00
isaacs 4f24b20fcb doc refactor: http 2012-02-29 16:04:52 -08:00
isaacs a62ec4437b doc refactor: globals 2012-02-29 16:04:51 -08:00
isaacs 2a6ff3f56b doc refactor: fs 2012-02-29 16:04:51 -08:00
isaacs 14d4fbb002 doc refactor: events 2012-02-29 16:04:51 -08:00
isaacs cacb28c92c doc refactor: dns 2012-02-29 16:04:51 -08:00
isaacs db8c55e77c doc refactor: dgram 2012-02-29 16:04:51 -08:00
isaacs f775c5cea4 doc refactor: debugger 2012-02-29 16:04:50 -08:00
isaacs 032b877f31 doc refactor: crypto 2012-02-29 16:04:50 -08:00
isaacs 6738d82e38 doc refactor: cluster 2012-02-29 15:24:27 -08:00
isaacs 03d6aa07ea doc refactor: buffers 2012-02-29 15:23:04 -08:00
isaacs d383954ffe doc refactor: assert 2012-02-29 15:23:00 -08:00