-
Notifications
You must be signed in to change notification settings - Fork 7.3k
doc: apply multiple doc updates from master to v0.12 #25591
Commits on Jun 29, 2015
-
doc: improve http.abort description
Per nodejs#4409, the documentation on http.abort is a bit lacking. This provides a slight improvement. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for 88153f6 - Browse repository at this point
Copy the full SHA 88153f6View commit details -
doc: mention that mode is ignored if file exists
per: nodejs#6847 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for 0209501 - Browse repository at this point
Copy the full SHA 0209501View commit details -
doc: add CleartextStream deprecation notice
Per: nodejs#8017 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for e9bf57e - Browse repository at this point
Copy the full SHA e9bf57eView commit details -
docs: Fix default options for fs.createWriteStream()
The documentation for createWriteStream() references an 'encoding' property that has a default value of null. However, this property is never referenced by createWriteStream() or WritableState(). Instead a 'defaultEncoding' property is referenced in WritableState() with a default of 'utf8' if no value is supplied. This fix updates the documentation to rename the 'encoding' property to 'defaultEncoding' and indicate its default value of 'utf8'. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for 8c357a6 - Browse repository at this point
Copy the full SHA 8c357a6View commit details -
Documentation update about Buffer initialization
fixes nodejs#7230 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for d8933f3 - Browse repository at this point
Copy the full SHA d8933f3View commit details -
doc: fix line wrapping in buffer.markdown
Fix the line wrapping in buffer.markdown Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for 8910775 - Browse repository at this point
Copy the full SHA 8910775View commit details -
doc: add a note about readable in flowing mode
Original: nodejs#8682 Slightly modified version of the original PR (nodejs#8682) to add appropriate line wrapping and fix a couple of grammar nits. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
Configuration menu - View commit details
-
Copy full SHA for 206d0c3 - Browse repository at this point
Copy the full SHA 206d0c3View commit details
Commits on Jul 9, 2015
-
doc: Document http.request protocol option
Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25592
Configuration menu - View commit details
-
Copy full SHA for b72329e - Browse repository at this point
Copy the full SHA b72329eView commit details -
doc, comments: Grammar and spelling fixes
Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25592
Configuration menu - View commit details
-
Copy full SHA for cd80bc8 - Browse repository at this point
Copy the full SHA cd80bc8View commit details -
updated documentation for fs.createReadStream
Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25592
Configuration menu - View commit details
-
Copy full SHA for eb5f00e - Browse repository at this point
Copy the full SHA eb5f00eView commit details -
Update child_process.markdown, spelling
'the' to 'then' Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25592
Configuration menu - View commit details
-
Copy full SHA for 0fc3883 - Browse repository at this point
Copy the full SHA 0fc3883View commit details -
doc: Clarified read method with specified size argument.
Made explicitely clear that when size bytes are not available, it will return null, unless we've ended, in which case the data remaining in the buffer will be returned. Fixes nodejs#7273 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25592
Configuration menu - View commit details
-
Copy full SHA for 707be4d - Browse repository at this point
Copy the full SHA 707be4dView commit details
Commits on Jul 10, 2015
-
docs:events clarify emitter.listener() behavior
Clarifies that emitter.listener() returns a copy, not a reference Resolves issue nodejs#9022 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for 08dd394 - Browse repository at this point
Copy the full SHA 08dd394View commit details -
doc: two minor stream doc improvements
per: nodejs#14596 1. document that a runtime error will occur if you attempt to unshift after the end event 2. document that calling read after the end event will return null and will not trigger a runtime error Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for d33c172 - Browse repository at this point
Copy the full SHA d33c172View commit details -
doc: clarify Readable._read and Readable.push
Minor clarifications around Readable._read and Readable.push to make their implementation/usage easier to understand. nodejs#14124 (comment) Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for 00551e7 - Browse repository at this point
Copy the full SHA 00551e7View commit details -
Fix for nodejs#25559 (Typo in example of util.deprecate() documentation) Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for 571ce9a - Browse repository at this point
Copy the full SHA 571ce9aView commit details -
doc: stream.unshift does not reset reading state
Per nodejs#14604, Document that performing an `unshift` during a read can have unexpected results. Following the `unshift` with a `push('')` resets the reading state appropriately. Also indicate that doing an `unshift` during a read is not optimal and should be avoided. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for 0b5f82d - Browse repository at this point
Copy the full SHA 0b5f82dView commit details -
doc: readable event clarification
per nodejs#14597 Indicate that `'readable'` indicates only that data can be read from the stream, not that there is actually data to be consumed. `readable.read([size])` can still return null. Includes an example that illustrates the point. Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for 4a15b9f - Browse repository at this point
Copy the full SHA 4a15b9fView commit details -
doc: additional refinement to readable event
Per nodejs#25635 (comment) Additional refinement to the clarification on the `readable` event Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
Configuration menu - View commit details
-
Copy full SHA for cf3e59d - Browse repository at this point
Copy the full SHA cf3e59dView commit details
Commits on Aug 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 67dee32 - Browse repository at this point
Copy the full SHA 67dee32View commit details