<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/doc/api/https.markdown, branch node-review</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>doc: fix optional parameter parsing</title>
<updated>2014-09-29T23:32:34+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-09-29T23:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f2a78de6ec134f4050531ba6a52dee47e0aee165'/>
<id>f2a78de6ec134f4050531ba6a52dee47e0aee165</id>
<content type='text'>
The parameter parser specifically looked for the old bracket syntax.
This generated a lot of warnings when building the docs. Those warnings
have been fixed by changing the parsing logic.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parameter parser specifically looked for the old bracket syntax.
This generated a lot of warnings when building the docs. Those warnings
have been fixed by changing the parsing logic.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix brackets for optional parameters</title>
<updated>2014-09-25T18:26:15+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-09-24T22:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=51b6b6844e9156ab84ae9d0f4592e09f994060b2'/>
<id>51b6b6844e9156ab84ae9d0f4592e09f994060b2</id>
<content type='text'>
Documentation incorrectly used bracket notation for optional parameters.
This caused inconsistencies in usage because of examples like the
following:

    fs.write(fd, data[, position[, encoding]], callback)

This simply fixes all uses of bracket notation in documentation.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documentation incorrectly used bracket notation for optional parameters.
This caused inconsistencies in usage because of examples like the
following:

    fs.write(fd, data[, position[, encoding]], callback)

This simply fixes all uses of bracket notation in documentation.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/v0.10'</title>
<updated>2013-05-29T21:12:11+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-05-29T21:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=28659aba37fc9136dad6181306696ce4a6d6ba3f'/>
<id>28659aba37fc9136dad6181306696ce4a6d6ba3f</id>
<content type='text'>
Conflicts:
	deps/uv/ChangeLog
	deps/uv/src/unix/stream.c
	deps/uv/src/version.c
	lib/tls.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	deps/uv/ChangeLog
	deps/uv/src/unix/stream.c
	deps/uv/src/version.c
	lib/tls.js
</pre>
</div>
</content>
</entry>
<entry>
<title>https: Add `secureProtocol` docs</title>
<updated>2013-05-28T19:43:37+00:00</updated>
<author>
<name>Daniel G. Taylor</name>
<email>dan@programmer-art.org</email>
</author>
<published>2013-05-15T19:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=675e85813f2c2083f9b401fadbf1b56c144c986b'/>
<id>675e85813f2c2083f9b401fadbf1b56c144c986b</id>
<content type='text'>
Add `secureProtocol` parameter docs to the https.request method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `secureProtocol` parameter docs to the https.request method.
</pre>
</div>
</content>
</entry>
<entry>
<title>https: implement https.Server#setTimeout()</title>
<updated>2013-04-30T11:10:56+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-04-30T10:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ab518e88316857b53bba43fbef8a1954a55cf54d'/>
<id>ab518e88316857b53bba43fbef8a1954a55cf54d</id>
<content type='text'>
Like commit d258fb0 ("http: More useful setTimeout API on server") but
this time for the https module.

Fixes #5361.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like commit d258fb0 ("http: More useful setTimeout API on server") but
this time for the https module.

Fixes #5361.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: https: Fix the link to tls.connect</title>
<updated>2013-03-16T22:52:39+00:00</updated>
<author>
<name>Yi EungJun</name>
<email>semtlenori@gmail.com</email>
</author>
<published>2013-03-15T16:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=852444a72072dc7bf62e1e4df49a92d766b01268'/>
<id>852444a72072dc7bf62e1e4df49a92d766b01268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'ry/v0.8' into master</title>
<updated>2012-12-14T00:57:58+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-12-14T00:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=77ed12fe7a16d3d97d637512db109f4273711bec'/>
<id>77ed12fe7a16d3d97d637512db109f4273711bec</id>
<content type='text'>
Conflicts:
	AUTHORS
	ChangeLog
	deps/uv/test/test-spawn.c
	deps/uv/uv.gyp
	src/cares_wrap.cc
	src/node.cc
	src/node_version.h
	test/simple/test-buffer.js
	tools/gyp/pylib/gyp/common.py
	tools/install.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	AUTHORS
	ChangeLog
	deps/uv/test/test-spawn.c
	deps/uv/uv.gyp
	src/cares_wrap.cc
	src/node.cc
	src/node_version.h
	test/simple/test-buffer.js
	tools/gyp/pylib/gyp/common.py
	tools/install.py
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix missing link target to 'https.request()'</title>
<updated>2012-11-28T02:11:40+00:00</updated>
<author>
<name>Ryunosuke SATO</name>
<email>tricknotes.rs@gmail.com</email>
</author>
<published>2012-11-27T14:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=83161455bd428c8c66befdf7c882a01e6255e3af'/>
<id>83161455bd428c8c66befdf7c882a01e6255e3af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: remove duplicate set of options</title>
<updated>2012-10-30T00:20:17+00:00</updated>
<author>
<name>Francois Marier</name>
<email>francois@mozilla.com</email>
</author>
<published>2012-10-29T03:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=44dd2c392a1378c081b5b21cf5d987e7509457c9'/>
<id>44dd2c392a1378c081b5b21cf5d987e7509457c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: reflect hostname v. host preference in examples</title>
<updated>2012-10-29T19:34:03+00:00</updated>
<author>
<name>Francois Marier</name>
<email>francois@mozilla.com</email>
</author>
<published>2012-10-29T03:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=326bce91d680ccf4a263f6c8696865cc800412d0'/>
<id>326bce91d680ccf4a263f6c8696865cc800412d0</id>
<content type='text'>
The documentation for http.request and https.request states that
`hostname` is preferred over `host` so the code examples should
use that option name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation for http.request and https.request states that
`hostname` is preferred over `host` so the code examples should
use that option name.
</pre>
</div>
</content>
</entry>
</feed>
