<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/lib, 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>streams: make setDefaultEncoding() throw</title>
<updated>2014-10-09T23:48:59+00:00</updated>
<author>
<name>Brian White</name>
<email>mscdex@mscdex.net</email>
</author>
<published>2014-10-09T20:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=874dd590cf385baa534556eadee0fa5c2f985519'/>
<id>874dd590cf385baa534556eadee0fa5c2f985519</id>
<content type='text'>
PR-URL: https://github.com/joyent/node/pull/8529
Fixes: f04f3a0 "streams: set default encoding for writable streams"
[trev.norris@gmail.com: update tests to check if throws]
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/joyent/node/pull/8529
Fixes: f04f3a0 "streams: set default encoding for writable streams"
[trev.norris@gmail.com: update tests to check if throws]
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: createDiffieHellman throw for bad args</title>
<updated>2014-10-08T22:38:46+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-10-08T22:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1a4a189578944f62b3dfb6f4fc8dabe20a7535ee'/>
<id>1a4a189578944f62b3dfb6f4fc8dabe20a7535ee</id>
<content type='text'>
Previously crypto.createDiffieHellman() would fail silently when a bad
argument was passed for prime/prime_length. Now throws TypeError.

Fixes: https://github.com/joyent/node/issues/8480
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously crypto.createDiffieHellman() would fail silently when a bad
argument was passed for prime/prime_length. Now throws TypeError.

Fixes: https://github.com/joyent/node/issues/8480
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cluster: do not signal children in debug mode</title>
<updated>2014-10-08T11:44:40+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor@indutny.com</email>
</author>
<published>2014-10-04T14:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=42ecd48c7f68f204a4986477089b496bf994ee6e'/>
<id>42ecd48c7f68f204a4986477089b496bf994ee6e</id>
<content type='text'>
Do not send signal to children if they are already in debug mode.
Node.js on Windows does not register signal handler, and thus calling
`process._debugProcess()` will throw an error.

Reviewed-By: Trevor Norris &lt;trevnorris@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/8476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not send signal to children if they are already in debug mode.
Node.js on Windows does not register signal handler, and thus calling
`process._debugProcess()` will throw an error.

Reviewed-By: Trevor Norris &lt;trevnorris@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/8476
</pre>
</div>
</content>
</entry>
<entry>
<title>deps: re-implement debugger-agent</title>
<updated>2014-10-08T11:44:40+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor@indutny.com</email>
</author>
<published>2014-10-04T14:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2'/>
<id>7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2</id>
<content type='text'>
Reviewed-By: Trevor Norris &lt;trevnorris@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/8476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Trevor Norris &lt;trevnorris@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/8476
</pre>
</div>
</content>
</entry>
<entry>
<title>buffer, doc: misc. fix and cleanup</title>
<updated>2014-10-08T09:24:32+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-10-08T09:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6462519d3cb7c34671dddb3cedd8441699574f35'/>
<id>6462519d3cb7c34671dddb3cedd8441699574f35</id>
<content type='text'>
* Add official documentation that a Buffer instance is a viable
  argument when instantiating a new Buffer.
* Properly set the poolOffset when a buffer needs to be truncated.
* Add comments clarifying specific peculiar coding choices.
* Remove a level of unnecessary indentation.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add official documentation that a Buffer instance is a viable
  argument when instantiating a new Buffer.
* Properly set the poolOffset when a buffer needs to be truncated.
* Add comments clarifying specific peculiar coding choices.
* Remove a level of unnecessary indentation.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>src: fix jslint warning</title>
<updated>2014-10-08T08:13:43+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-10-08T08:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7b4a540422f2155f0e57d963be69960c1325474d'/>
<id>7b4a540422f2155f0e57d963be69960c1325474d</id>
<content type='text'>
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smalloc: update use of ExternalArrayType constants</title>
<updated>2014-10-08T08:06:06+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-10-08T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4809c7aa4f84385ba358d1947203fbeba8555b76'/>
<id>4809c7aa4f84385ba358d1947203fbeba8555b76</id>
<content type='text'>
The constants in enum v8::ExternalArrayType have been changed. The old
values are there for legacy reasons, but it's best to update anyway.

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 constants in enum v8::ExternalArrayType have been changed. The old
values are there for legacy reasons, but it's best to update anyway.

Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>streams: set default encoding for writable streams</title>
<updated>2014-10-08T00:04:10+00:00</updated>
<author>
<name>Johnny Ray</name>
<email>http://johnnyray.me</email>
</author>
<published>2014-10-07T23:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f04f3a0d012603fb7bbc3e1c05a5a6cd01ab4010'/>
<id>f04f3a0d012603fb7bbc3e1c05a5a6cd01ab4010</id>
<content type='text'>
Add API Writable#setDefaultEncoding().

PR-URL: https://github.com/joyent/node/pull/8483
Fixes: https://github.com/joyent/node/issues/7159
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add API Writable#setDefaultEncoding().

PR-URL: https://github.com/joyent/node/pull/8483
Fixes: https://github.com/joyent/node/issues/7159
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>url: fixed encoding for slash switching emulation.</title>
<updated>2014-10-07T00:25:25+00:00</updated>
<author>
<name>Evan Rutledge Borden</name>
<email>evan.borden@skedge.me</email>
</author>
<published>2014-09-26T15:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=640ad632e3bf04fe07fa2b9dc3ca940c2e8d0261'/>
<id>640ad632e3bf04fe07fa2b9dc3ca940c2e8d0261</id>
<content type='text'>
Fixes: https://github.com/joyent/node/issues/8458
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Chris Dickinson &lt;christopher.s.dickinson@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://github.com/joyent/node/issues/8458
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Chris Dickinson &lt;christopher.s.dickinson@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util: add es6 Symbol support for `util.inspect`</title>
<updated>2014-10-03T17:12:00+00:00</updated>
<author>
<name>gyson</name>
<email>eilian.yunsong@gmail.com</email>
</author>
<published>2014-10-01T02:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=cb97bcd6f982b35a6fe4d41d884354f72905365d'/>
<id>cb97bcd6f982b35a6fe4d41d884354f72905365d</id>
<content type='text'>
* `util.inspect` cannot accept es6 symbol primitive
* It will throw exception if do `util.inspect(Symbol())`
* This also affects repl, console.log, etc.

Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Chris Dickinson &lt;christopher.s.dickinson@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `util.inspect` cannot accept es6 symbol primitive
* It will throw exception if do `util.inspect(Symbol())`
* This also affects repl, console.log, etc.

Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
Reviewed-by: Chris Dickinson &lt;christopher.s.dickinson@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
