Ben Noordhuis
56c5806da3
doc: document os.loadavg() behavior on windows
The load average is a very UNIX-y concept. That's why os.loadavg()
always returns zeros on Windows. Mention that in the documentation.
11 years ago
Ben Noordhuis
ff1efdd6ee
doc: net: remove bad net.Server description
net.Server is not an instance of net.Socket so don't say it is.
11 years ago
Ben Noordhuis
51cdce8322
doc: addon: fix object instantiation examples
* Extend examples to show how to handle non-constructor invocation in
constructor callback functions.
* Fix up examples to initialize member variables at object construction.
* Fix up a few naming inconsistencies.
Fixes #5701 .
11 years ago
Ben Noordhuis
d97ea06d88
doc: add warning to fs.exists() documentation
Warn against the open-if-exists anti-pattern, it's susceptible to
race conditions.
11 years ago
Timothy J Fontaine
a63079f34c
blog: Post for v0.10.20
11 years ago
Timothy J Fontaine
cfa03ad2e3
blog: add missing shasums for v0.10.19 release
11 years ago
Timothy J Fontaine
9135c7fea8
blog: Post for v0.10.19
11 years ago
Ben Noordhuis
7c554a5cd0
doc: document reserved status of SIGUSR1
Fixes #1212 .
11 years ago
Nathan Rajlich
5bda2bed37
doc: fix typos in the tls `NPNProtocols` option
11 years ago
Nathan Rajlich
afabdf0e15
doc: specify the format of the `ca` tls option
11 years ago
Ben Noordhuis
9fad8e5dc4
doc: fix blog link in blog posts and README
Apparently Joyent decommissioned joyeur.com but at least they saved the
contents of the blog. Update the links in the README and the nodejs.org
blog posts.
Hat tip to Eugen Pirogoff (@eugenpirogoff ) for pointing it out.
Fixes #6224 .
11 years ago
Timothy J Fontaine
8b05206665
blog: Post for v0.11.7
11 years ago
Timothy J Fontaine
9c19c1e19c
blog: Post for v0.10.18
11 years ago
Kyle Robinson Young
95794641d2
doc: fix writable.write link
11 years ago
isaacs
02eb9c834a
doc: Adjust util stability index to 'API Frozen'
Closes #6087
11 years ago
Timothy J Fontaine
1d27987dab
blog: Post for v0.10.17
12 years ago
Timothy J Fontaine
985695e4d6
blog: v0.11.6
12 years ago
isaacs
8a9434c4ef
doc: Mention python dep in downloads page
Closes #3604
12 years ago
isaacs
26a8c0c6b8
doc: Minor typos in dgram doc
a/an usage. Thanks @KenanSulayman
12 years ago
Duan Yao
9456cf8fe2
doc: Add callback parameter to dgram socket.bind()
Also, describe more details of bind().
12 years ago
ChrisWren
2385fbbc3a
doc: fixed syntax error in stream.Transform
12 years ago
Edward Hutchins
31a27ca72d
Added documentation for process.execArgv
12 years ago
Eivind Uggedal
732f8b9641
doc: add missing word in Transform stream intro
12 years ago
isaacs
a66d2400a0
blog: v0.10.16
12 years ago
Timothy J Fontaine
b1acb2ebd6
blog: Post for v0.11.5
12 years ago
Forrest L Norvell
231092d236
doc: document domain.enter() and domain.exit()
Adds the documentation requested in #5017 .
12 years ago
Sam Roberts
6a7be99703
doc: fs.open, fix flag/mode confusion, etc.
Flags and modes aren't the same, symlinks are followed in all of the
path but the last component, docs should say something about what the
mode argument is for and when its used, fs.openSync should point to the
function that contains the docs for its args, as fs.writeSync does.
12 years ago
Wyatt Preul
6359e017ac
docs: Warning about consuming response
12 years ago
Ben Noordhuis
4881a6a9a3
doc: clarify fs.read() offset argument
12 years ago
Andrew Chilton
767c5bf01d
doc: add nodejs.geek.nz to the community page
12 years ago
Rod Vagg
df1673202c
doc: add nodejs.org.au to community listing
12 years ago
Timothy J Fontaine
180f987147
blog: Post for v0.10.15
12 years ago
Ben Noordhuis
0de5b831e2
doc: document tls.Server 'secureProtocol' option
12 years ago
Timothy J Fontaine
0256edc43e
blog: Post for v0.10.14
12 years ago
isaacs
4bf5211820
doc: explicitly set industry logo height
12 years ago
Ben Noordhuis
e0c4fba0ac
doc: events: clarify 'newListener' emitter state
Ditto for the 'removeListener' event.
12 years ago
isaacs
04e0324f6a
doc: style the 'type' fields in API docs
12 years ago
isaacs
db5776cf8b
doc: Streams API Doc Rewrite
The Streams API doc is now broken up into 3 sections:
1. API for Consumers
2. API for Implementors
3. Details and Extras
This addresses one of the biggest points of confusion for new users who
start to consume streams, and get the impression that they have to do
lots of extra work and implement classes and such, just to get some data
out of a file.
12 years ago
Timothy J Fontaine
875dd37a93
blog: v0.11.4 is unstable not stable
12 years ago
Timothy J Fontaine
21dd5f4ea9
blog: v0.11.4 release
12 years ago
Timothy J Fontaine
f1bb5dca85
blog: Post for v0.10.13
12 years ago
Nathan Rajlich
ed5324687e
doc: fix bad markdown parsing in list
12 years ago
Tim Oxley
2d6d46172e
doc: remove obsolete spawn() stdio options
12 years ago
Ben Noordhuis
9290385057
doc: vm: update github issues link
12 years ago
isaacs
2a8c5ddc46
blog: v0.11.3 release
12 years ago
Ben Noordhuis
c1bf89df2e
doc: tls: ECDH ciphers are not supported
12 years ago
Ben Noordhuis
3fac4157fe
doc: fs: synchronize watchFile/unwatchFile warning
One said "if available", the other "if possible". Now they both say
"if possible."
12 years ago
Sam Roberts
5fc8efb87d
doc: call console module 'console' not 'stdio'
The console module has always been called 'stdio' in the
table-of-contents, but nowhere else, since its name is
'console'. This makes it difficult to find.
This is a back-port of commit 226a20d
from the master branch.
12 years ago
isaacs
67cb80158c
blog: Release 0.10.12
12 years ago
isaacs
5613803f8d
blog: Add favicon to blog site
12 years ago