You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Shinnick
4cf0ce5bb4
docs: typos and minor edits in several modules
Mostly quite minor edits. Those possibly of more interest are:
emitter.setMaxListeners(n)
That the limit is per event name for an emitter.
fs.readlink()
Not a path, but rather the symbolic link's string value, which
would be at best a partial path, certainly not a 'resolvedPath'
global.__filename
This may be "well-known" but this is a full path to the module
that referencing code is running in. It is not the main program's
path, unless you are in the main program. Each module knows only
its own path.
server.listen(port,...)
I actually needed this functionality... "gimme just _any_ next port"
stream.end()
stream.destroy()
Yeah, everybody knows what happens to the queued data, but let's
make it *really* explicit for the first readers.
14 years ago
..
_toc.markdown
add docs for console object
14 years ago
addons.markdown
Correct some links
14 years ago
all.markdown
add docs for console object
14 years ago
appendix_1.markdown
node-amqp is now being maintained by Theo Schlossnagle https://github.com/postwait/node-amqp
14 years ago
appendix_2.markdown
Splitting documentation
14 years ago
assert.markdown
Fix incorrect documentation for assert.fail()
14 years ago
buffers.markdown
Merge remote branch 'origin/v0.4'
14 years ago
child_processes.markdown
Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.
14 years ago
crypto.markdown
crypto: PBKDF2 function from OpenSSL
14 years ago
debugger.markdown
typos
14 years ago
dgram.markdown
docs: remove unix dgram documentation
14 years ago
dns.markdown
Fix doc - missing dns.resolveNs() and dns.resolveCname()
14 years ago
events.markdown
docs: typos and minor edits in several modules
14 years ago
fs.markdown
docs: typos and minor edits in several modules
14 years ago
globals.markdown
docs: typos and minor edits in several modules
14 years ago
http.markdown
docs: typos and minor edits in several modules
14 years ago
https.markdown
Doc improvements.
14 years ago
index.markdown
Remove util.print from docs
14 years ago
modules.markdown
Revert "AMD compatibility for node"
14 years ago
net.markdown
docs: typos and minor edits in several modules
14 years ago
os.markdown
Rework getNetworkInterfaces() for Linux, SunOS, Mac OS X
14 years ago
path.markdown
docs: typos and minor edits in several modules
14 years ago
process.markdown
docs: process.memoryUsage returns memory usage measured in bytes
14 years ago
querystring.markdown
docs: document querystring behavior for arrays and unassigned parameters
14 years ago
readline.markdown
Fixes #1635. Fixed typo
14 years ago
repl.markdown
Close #955 Change ^C handling in REPL
14 years ago
stdio.markdown
docs: typos and minor edits in several modules
14 years ago
streams.markdown
docs: typos and minor edits in several modules
14 years ago
string_decoder.markdown
Splitting documentation
14 years ago
synopsis.markdown
Splitting documentation
14 years ago
timers.markdown
docs: typos and minor edits in several modules
14 years ago
tls.markdown
docs: Fix merge error in tls docs
14 years ago
tty.markdown
typos
14 years ago
url.markdown
docs: explain how url.format works (`search` trumps `query`, etc)
14 years ago
util.markdown
Improve util.format() compatibility with browser.
14 years ago
vm.markdown
vm: fix incorrect dispatch of vm.runInContext for argument "filename"
14 years ago