Dan Kohn
2e1ebbf2c5
doc: add prompt to fix repl_test.js example
Running repl.start without the prompt set produces this error:
repl.js:95
throw new Error('An options Object, or a prompt String are required');
^
Error: An options Object, or a prompt String are required
at new REPLServer (repl.js:95:11)
at Object.exports.start (repl.js:321:14)
at Object.<anonymous> (/Users/dan/Dropbox/Documents/dev/nextgen/repl_test.js:5:6)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
12 years ago
isaacs
82ad5fbe9a
blog: Forgot slug on peer-dependencies article
12 years ago
isaacs
6dcadb9fc8
blog: Peer Dependencies article
Thanks, @domenic
12 years ago
isaacs
2810b1ab00
blog: v0.9.9 is unstable, not stable
12 years ago
isaacs
e4d97b1dca
blog: v0.9.9
12 years ago
isaacs
13897279ae
blog: v0.8.19 release
12 years ago
Ben Noordhuis
5fe05464cb
doc: don't suggest to reuse net.Socket objects
Using Socket.prototype.connect() to reconnect an existing Socket object
is not reliable. Users should just create a new Socket object.
See #4698 .
12 years ago
isaacs
9a488a667c
blog: Correct shasums for v0.9.8 release
12 years ago
Rick Yakubowski
5abde8161a
doc: fix typo in cluster module documentation
Fix a small typo in the cluster.settings documentation.
12 years ago
Jacob Gable
34131af606
doc: fix typo in crypto Hash.digest() note
Added the word 'has' to the sentence.
Closes #4652 .
12 years ago
isaacs
7f6054ca81
blog: Post for v0.9.8
12 years ago
isaacs
9c2c845463
blog: Post for v0.8.18 release
12 years ago
isaacs
1c35ee8695
blog: Post for v0.9.7 release
12 years ago
isaacs
4c9de9d716
blog: release v0.9.6
12 years ago
isaacs
8e37a589a6
blog, changelog: 0.8.17 was released in 2013, not 2012
12 years ago
isaacs
be54423782
blog: Correct shasums for v0.8.17
12 years ago
isaacs
6d9ee4b184
blog: Add security notice to v0.8.17 post
12 years ago
isaacs
1388171d96
blog: Post about v0.8.17
12 years ago
Johannes Ewald
872cb0d7fa
doc: improve example of process.hrtime()
The example clarifies now that diff[0] * 1000000000 + diff[1] equals
the result in nanoseconds.
12 years ago
isaacs
44ceb5d8f5
blog: Post for v0.9.5
12 years ago
isaacs
6738e68592
blog: Post about v0.9.4
12 years ago
isaacs
9d0103d22e
blog: More streams2 wordsmithing
12 years ago
isaacs
0c867ae618
blog: Update blog post re streams2
12 years ago
isaacs
04adf0e5a1
blog: post about streams2 feature
12 years ago
Nicolas Chambrier
496c0bd936
doc: add Google+ French community
12 years ago
isaacs
45cdb0e4c1
blog: Post for 0.8.16
12 years ago
isaacs
92e92b0215
doc: Add nodejstr to community page
12 years ago
Ben Noordhuis
c79fd0e167
doc: remove broken require.extensions example
Fixes #4384 .
12 years ago
Lewuathe
4d0fcd515f
Fix dropped html tag
12 years ago
Kyle Robinson Young
acad8d9a77
website: typo fixes
12 years ago
Ryunosuke SATO
83161455bd
doc: Fix missing link target to 'https.request()'
12 years ago
isaacs
122ac4e1f2
blog: Post for v0.8.15
12 years ago
Trevor Norris
bb867c0fa6
doc: Add lines about additonal uses of Buffer
That Buffers can be used with Typed Array Views and DataViews. Included
are a couple simple examples.
Closes #4257 .
12 years ago
Francois Marier
44dd2c392a
doc: remove duplicate set of options
12 years ago
Francois Marier
326bce91d6
doc: reflect hostname v. host preference in examples
The documentation for http.request and https.request states that
`hostname` is preferred over `host` so the code examples should
use that option name.
12 years ago
isaacs
5f0a10ad21
blog: Correct shasums for v0.8.14
12 years ago
isaacs
7fe1671727
blog: Post for v0.8.14
12 years ago
isaacs
d130bb060e
blog: Post for v0.8.13
12 years ago
isaacs
82a72e9591
blog: Post for v0.9.3 release
12 years ago
Olivier Lalonde
626db18635
doc: child_process: document uid and gid spawn() options
12 years ago
isaacs
627f0d27e8
doc: Typo. s/arguemnt/argument/
12 years ago
Jan Lehnardt
a7b5938715
docs: fix copy and paste error
12 years ago
Ben Noordhuis
4a23add90f
doc: rectify http.ClientResponse close/end events
* The 'close' event doesn't emit an error object.
* It's possible for a 'close' event to come after an 'end' event, contrary to
what the documentation said.
Fixes #4116 .
12 years ago
Max Ogden
323bbdb0cb
doc: set default background color to white
12 years ago
isaacs
b3536ae0a8
blog: Post about 0.8.12
12 years ago
isaacs
99b2368a6c
doc: Reduce crypto stability to 2-Unstable
12 years ago
Andreas Madsen
be5a8e24c2
doc: consistent use of the callback argument
12 years ago
Nathan Rajlich
f826b3269d
doc: document the custom "inspect()" function behavior
Closes #3361 .
12 years ago
Alex Kocharin
bf0bc3565b
doc: better example for process.hrtime()
Fixes #3984 .
12 years ago
Ben Noordhuis
b0d04ffbd8
doc: stream: clarify meaning of 'drain' some more
Courtesy of Lee Coltrane (@coltrane ).
12 years ago