This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
doc: apply multiple doc updates from master to v0.12 #25591
Closed
Closed
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
88153f6
doc: improve http.abort description
jasnell 0209501
doc: mention that mode is ignored if file exists
jasnell e9bf57e
doc: add CleartextStream deprecation notice
jasnell 8c357a6
docs: Fix default options for fs.createWriteStream()
chrisneave d8933f3
Documentation update about Buffer initialization
sarathms 8910775
doc: fix line wrapping in buffer.markdown
jasnell 206d0c3
doc: add a note about readable in flowing mode
jasnell b72329e
doc: Document http.request protocol option
scop cd80bc8
doc, comments: Grammar and spelling fixes
scop eb5f00e
updated documentation for fs.createReadStream
skypjack 0fc3883
Update child_process.markdown, spelling
jalexanderfox 707be4d
doc: Clarified read method with specified size argument.
plafer 08dd394
docs:events clarify emitter.listener() behavior
bsteephenson d33c172
doc: two minor stream doc improvements
jasnell 00551e7
doc: clarify Readable._read and Readable.push
fresheneesz 571ce9a
Update util.markdown
danielrentz 0b5f82d
doc: stream.unshift does not reset reading state
jasnell 4a15b9f
doc: readable event clarification
jasnell cf3e59d
doc: additional refinement to readable event
jasnell 67dee32
doc: tls.markdown, adjust version from v0.10.39 to v0.10.x
jasnell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -694,6 +694,11 @@ This is an encrypted stream. | |
A proxy to the underlying socket's bytesWritten accessor, this will return | ||
the total bytes written to the socket, *including the TLS overhead*. | ||
|
||
## Class: CleartextStream | ||
|
||
The CleartextStream class in Node.js version v0.10.39 and prior has been | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jasnell Do we mean in all v0.10.x versions? Node v0.10.40 was just released, and this seems a bit confusing as it would mean that |
||
deprecated and removed. | ||
|
||
## Class: tls.TLSSocket | ||
|
||
This is a wrapped version of [net.Socket][] that does transparent encryption | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasnell "the assigning the latter" should probably be reworded. Maybe just "because listening on the latter"?