0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
isaacs 836a06fc4f Revert "http: make http.ServerResponse emit 'end'"
This reverts commit 790d651f0d.

This makes Duplex streams unworkable, and would only ever be a special
case for HTTP responses, which is not ideal.

Intead, we're going to just bless the 'finish' event for all Writable
streams in 0.10
2012-10-03 17:40:14 -07:00
..
_toc.markdown doc: put API table of contents in alphabetical order 2012-09-25 14:38:36 +02:00
addons.markdown doc: updated JavaScript casing where relevant 2012-05-26 19:34:13 +09:00
all.markdown doc: remote the "recommended modules" section 2012-08-22 23:58:34 +02:00
assert.markdown doc: update assert.doesNotThrow() docs 2012-08-29 02:36:22 +02:00
buffer.markdown docs: fix typo in Buffer#toJSON() docs 2012-09-09 11:15:45 -07:00
child_process.markdown doc: fix three typos 2012-09-17 16:05:53 +02:00
cluster.markdown doc: fix three typos 2012-09-17 16:05:53 +02:00
crypto.markdown crypto: bring module into modern age 2012-09-18 10:58:37 +04:00
debugger.markdown Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-03-03 23:38:52 -08:00
dgram.markdown add docs for socket/server/timer unref and ref 2012-07-23 18:31:31 +02:00
dns.markdown doc: improve dns module docs 2012-04-18 21:51:16 +02:00
documentation.markdown doc: Document JSON docs 2012-03-03 17:03:59 -08:00
domain.markdown doc: fix domains example 2012-07-30 19:15:46 +02:00
events.markdown events: add 'removeListener' event 2012-09-22 03:48:59 +02:00
fs.markdown Merge remote-tracking branch 'ry/v0.8' into master 2012-09-12 15:13:07 -07:00
globals.markdown doc: document setTimeout / setInterval behavior 2012-07-01 20:09:55 +02:00
http.markdown Revert "http: make http.ServerResponse emit 'end'" 2012-10-03 17:40:14 -07:00
https.markdown tls, https: validate server certificate by default 2012-09-15 00:19:06 +02:00
index.markdown
modules.markdown node: remove unused flags and files 2012-06-18 23:56:42 +02:00
net.markdown Merge remote-tracking branch 'ry/v0.8' into v0.8-merge 2012-09-28 09:47:48 -07:00
os.markdown Fix #3407 os.tmpDir() 2012-06-12 19:08:47 -07:00
path.markdown path: add platform specific path delimiter 2012-10-01 22:10:36 +02:00
process.markdown Merge remote-tracking branch 'ry/v0.8' into master 2012-09-12 15:13:07 -07:00
punycode.markdown doc: add punycode.js documentation 2012-05-23 04:04:12 +02:00
querystring.markdown Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-03-03 23:38:52 -08:00
readline.markdown docs: update var names in readline docs to be consistent 2012-05-06 11:23:09 -07:00
repl.markdown repl: add a 'useColors' option to the repl 2012-03-27 18:00:59 -07:00
stdio.markdown doc: Improve cross-linking in API docs markdown 2012-06-15 09:44:37 -07:00
stream.markdown doc: Formatting and grammar on stream api doc 2012-07-07 09:53:33 -07:00
string_decoder.markdown doc: update string_decoder stability index to 3 2012-04-25 01:13:08 +02:00
synopsis.markdown doc refactor: synopsis 2012-02-29 16:04:54 -08:00
timers.markdown timers: implement setImmediate 2012-08-12 00:07:22 +02:00
tls.markdown tls, https: validate server certificate by default 2012-09-15 00:19:06 +02:00
tty.markdown tty: clarify that tty.setRawMode() has moved to process.stdin 2012-03-29 13:15:24 -07:00
url.markdown Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-04 15:12:47 -07:00
util.markdown doc: util.pump is deprecated. Use Stream.pipe 2012-08-06 08:23:11 -07:00
vm.markdown docs: add warning to vm module docs 2012-05-07 21:39:08 +02:00
zlib.markdown doc: zlib: document flush() and reset() methods 2012-09-19 13:22:29 +02:00