Commit Graph

408 Commits (169b0820f0e214e6cd5c919d4a4b5b5c23549b8a)

Author SHA1 Message Date
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
isaacs 5d4e3d2d0c doc refactor: appendix_1 2012-02-29 15:22:56 -08:00
isaacs df5be65415 doc refactor: addons 2012-02-29 15:22:53 -08:00
isaacs d71f9944cc Add 'about these docs' section 2012-02-29 15:22:48 -08:00
isaacs f28d482cd4 s/child_processes/child_process/
Conflicts:

	doc/api/child_process.markdown
2012-02-29 15:20:53 -08:00
isaacs 5824881e4a Remove empty sections 2012-02-29 15:20:13 -08:00
Joshua Holbrook 4065b241e8 child_process: remove dummy "setsid" option setting 2012-02-29 02:06:20 +01:00
isaacs 692bcbe559 Revert "docs: split TOC into two parts: overview and API"
This reverts commit cd4cb8e795.
2012-02-27 15:53:20 -08:00
tedsuo cd4cb8e795 docs: split TOC into two parts: overview and API
Fixes #2090.
Fixes #2336.
2012-02-27 17:36:20 +09:00
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.
2012-02-21 20:52:40 +06:00
Ben Noordhuis 23c4278e06 docs: fix tls markdown 2012-02-17 23:58:42 +01:00
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.
2012-02-16 18:15:21 +01:00
koichik ef50bd2e54 docs: removed unnecessary STARTTLS section 2012-02-17 02:10:59 +09:00
koichik b19b8836c3 tls: Allow establishing secure connection on the existing socket 2012-02-14 11:53:05 -08:00
Ben Noordhuis d3f6b094c7 docs: update net.Server.address() documentation 2012-02-11 14:24:15 +01:00
Ben Noordhuis a8f357629d docs: clarify http 'data' callback
Fixes #2733.
2012-02-10 18:51:33 +01:00
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.
2012-02-09 17:16:46 +01:00
koichik a2cd31cbf1 doc: add the note about 'data' event
Refs #2691.
2012-02-05 19:11:54 +09:00
Artur Adib e282c0a081 docs: document common add-on design patterns 2012-01-19 16:31:36 +01:00
Dan Williams 091ab850aa docs: replace expresso with mocha in appendix 1 2012-01-17 23:30:58 +01:00
Ben Noordhuis 465e22e62f docs: clarify filename argument of vm.* functions 2012-01-12 14:44:41 +01:00
koichik 57653added docs: small changes. 2012-01-07 06:44:35 +01:00