isaacs
c205d3b53a
doc refactor: https
13 years ago
isaacs
4f24b20fcb
doc refactor: http
13 years ago
isaacs
a62ec4437b
doc refactor: globals
13 years ago
isaacs
2a6ff3f56b
doc refactor: fs
13 years ago
isaacs
14d4fbb002
doc refactor: events
13 years ago
isaacs
cacb28c92c
doc refactor: dns
13 years ago
isaacs
db8c55e77c
doc refactor: dgram
13 years ago
isaacs
f775c5cea4
doc refactor: debugger
13 years ago
isaacs
032b877f31
doc refactor: crypto
13 years ago
isaacs
6738d82e38
doc refactor: cluster
13 years ago
isaacs
03d6aa07ea
doc refactor: buffers
13 years ago
isaacs
d383954ffe
doc refactor: assert
13 years ago
isaacs
5d4e3d2d0c
doc refactor: appendix_1
13 years ago
isaacs
df5be65415
doc refactor: addons
13 years ago
isaacs
d71f9944cc
Add 'about these docs' section
13 years ago
isaacs
f28d482cd4
s/child_processes/child_process/
Conflicts:
doc/api/child_process.markdown
13 years ago
isaacs
5824881e4a
Remove empty sections
13 years ago
Joshua Holbrook
4065b241e8
child_process: remove dummy "setsid" option setting
13 years ago
isaacs
692bcbe559
Revert "docs: split TOC into two parts: overview and API"
This reverts commit cd4cb8e795
.
13 years ago
tedsuo
cd4cb8e795
docs: split TOC into two parts: overview and API
Fixes #2090 .
Fixes #2336 .
13 years ago
Fedor Indutny
c6019b8b4e
docs: remove server.pause
This functionality was removed when libuv landed in node. It is useless
and can be easily implemented in user-land.
13 years ago
Ben Noordhuis
23c4278e06
docs: fix tls markdown
13 years ago
Ben Noordhuis
3415427dbf
tls: mitigate session renegotiation attacks
The TLS protocol allows (and sometimes requires) clients to renegotiate the
session. However, renegotiation requires a disproportional amount of server-side
resources, particularly CPU time, which makes it a potential vector for
denial-of-service attacks.
To mitigate this issue, we keep track of and limit the number of renegotiation
requests over time, emitting an error if the threshold is exceeded.
13 years ago
koichik
ef50bd2e54
docs: removed unnecessary STARTTLS section
13 years ago
koichik
b19b8836c3
tls: Allow establishing secure connection on the existing socket
13 years ago
Ben Noordhuis
d3f6b094c7
docs: update net.Server.address() documentation
13 years ago
Ben Noordhuis
a8f357629d
docs: clarify http 'data' callback
Fixes #2733 .
13 years ago
Ben Noordhuis
38eec57aef
docs: document tls/crypto `ciphers` option
Hitherto undocumented option that lets the user select the list of ciphers to
use or exclude in a SSL/TLS session.
13 years ago
koichik
a2cd31cbf1
doc: add the note about 'data' event
Refs #2691 .
13 years ago
Artur Adib
e282c0a081
docs: document common add-on design patterns
13 years ago
Dan Williams
091ab850aa
docs: replace expresso with mocha in appendix 1
13 years ago
Ben Noordhuis
465e22e62f
docs: clarify filename argument of vm.* functions
13 years ago
koichik
57653added
docs: small changes.
13 years ago
koichik
dd9593ccc4
http: fix ServerResponse does not emit 'close'
Refs #2453 .
13 years ago
Jeremy Martin
8c3a757ffc
docs: tiny typo in http.markdown
13 years ago
koichik
e1c043f43a
docs: fix docs to not suggest variable leaks
Fixes #2106 .
13 years ago
Ben Noordhuis
70e6f3f115
docs: document http.Server.close() semantics
13 years ago
Ryan Dahl
d85c85aac1
Change 'real example' in addon doc
13 years ago
Dave Irvine
045bfe0da5
docs: document 'encoding' arg of hash.update()
13 years ago
koichik
07c27e040e
tls: Fix node swallows openssl error on request
Fixes #2308 .
Fixes #2246 .
13 years ago
Igor Zinkovsky
d6bae2cb95
document mode argument for fs.symlink
13 years ago
koichik
c744e925df
doc: correct http.Server.listen()
Fixes #2325 .
13 years ago
Tim Oxley
871194d5fd
docs: document util.inspect's colors param
13 years ago
Roman Shtylman
1c62e807e1
doc: add note about NODE_MODULE module_name requirement
module_name needs to match the final binary name
13 years ago
kyle@dontkry.com
34f34e4411
docs: fix typo
Fixes #2193 .
13 years ago
Ben Noordhuis
16889e22cc
docs: fix dgram markdown
13 years ago
Ryan Dahl
6035651fad
Fixes #2160 . Fix tty.getWindowSize docs
13 years ago
Ben Noordhuis
8bdf6bae30
docs: document dgram error event
13 years ago
Trevor Burnham
06d71ad457
docs: document the `persistent` option for `fs.watch` and `fs.watchFile`
13 years ago
Artur Adib
960ccdc72c
docs: clarify addon docs
13 years ago