<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git, branch master</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>Update README to reflect move to nodejs/node</title>
<updated>2015-08-31T12:48:55+00:00</updated>
<author>
<name>Alexis Campailla</name>
<email>alexis@janeasystems.com</email>
</author>
<published>2015-08-25T12:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ed0d1c384cd4578f7168633c838f1252bddb260e'/>
<id>ed0d1c384cd4578f7168633c838f1252bddb260e</id>
<content type='text'>
Ref: https://github.com/joyent/node/issues/25876

PR-URL: https://github.com/nodejs/node-v0.x-archive/pull/25897
Reviewed-By: jasnell - James M Snell &lt;jasnell@gmail.com&gt;
Reviewed-By: bnoordhuis - Ben Noordhuis  &lt;info@bnoordhuis.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/joyent/node/issues/25876

PR-URL: https://github.com/nodejs/node-v0.x-archive/pull/25897
Reviewed-By: jasnell - James M Snell &lt;jasnell@gmail.com&gt;
Reviewed-By: bnoordhuis - Ben Noordhuis  &lt;info@bnoordhuis.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add test-spawn-cmd-named-pipe</title>
<updated>2015-08-17T07:08:51+00:00</updated>
<author>
<name>Alexis Campailla</name>
<email>alexis@janeasystems.com</email>
</author>
<published>2014-04-09T10:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5f5244f15fee1384c8e97c8626540a4945fc013d'/>
<id>5f5244f15fee1384c8e97c8626540a4945fc013d</id>
<content type='text'>
See https://github.com/joyent/node/issues/7345

Adding a test to verify that a node process spawned via cmd with
named pipes can access its stdio streams.

PR-URL: https://github.com/joyent/node/pull/7433
Reviewed-By: Fedor Indutny &lt;fedor@indutny.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/joyent/node/issues/7345

Adding a test to verify that a node process spawned via cmd with
named pipes can access its stdio streams.

PR-URL: https://github.com/joyent/node/pull/7433
Reviewed-By: Fedor Indutny &lt;fedor@indutny.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>src: make udp_wrap.cc pass the cpplint</title>
<updated>2015-08-06T17:06:22+00:00</updated>
<author>
<name>Jackson Tian</name>
<email>puling.tyq@alibaba-inc.com</email>
</author>
<published>2015-08-06T16:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8e539dc26dd811c960a8943b28c4a351aa5d89ad'/>
<id>8e539dc26dd811c960a8943b28c4a351aa5d89ad</id>
<content type='text'>
PR-URL: https://github.com/joyent/node/pull/25818
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/joyent/node/pull/25818
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>comma</title>
<updated>2015-08-06T05:33:29+00:00</updated>
<author>
<name>Julien Valéry</name>
<email>darul75@gmail.com</email>
</author>
<published>2015-07-02T10:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=75ceaa0d5ee1ae4bec6e9796e406aa2b31c2e8b5'/>
<id>75ceaa0d5ee1ae4bec6e9796e406aa2b31c2e8b5</id>
<content type='text'>
PR-URL: https://github.com/joyent/node/pull/25615
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
Reviewed-By: Steven R Loomis &lt;srloomis@us.ibm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/joyent/node/pull/25615
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
Reviewed-By: Steven R Loomis &lt;srloomis@us.ibm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Change the link for v8 docs to v8dox.com</title>
<updated>2015-08-05T21:38:27+00:00</updated>
<author>
<name>Chad Walker</name>
<email>chad@chad-cat-lore-eddie.com</email>
</author>
<published>2015-07-10T15:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=2ffc000b65325358764cd2e57130eba3c14a8b7b'/>
<id>2ffc000b65325358764cd2e57130eba3c14a8b7b</id>
<content type='text'>
No offense to @izs, but the doxygen he put up 3.5 years ago isn't
accurate for node 0.12 nor io.js. I'm trying to keep up and have
multiple sets of doxygen of v8 available at http://v8dox.com/

Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No offense to @izs, but the doxygen he put up 3.5 years ago isn't
accurate for node 0.12 nor io.js. I'm trying to keep up and have
multiple sets of doxygen of v8 available at http://v8dox.com/

Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25658
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: buffer, adding missing backtick</title>
<updated>2015-08-05T19:05:43+00:00</updated>
<author>
<name>Dyana Rose</name>
<email>dyana.rose@gmail.com</email>
</author>
<published>2015-07-25T10:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1a82c8381111fb57bef7e10d1df2ec721f5112a6'/>
<id>1a82c8381111fb57bef7e10d1df2ec721f5112a6</id>
<content type='text'>
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25767
</pre>
</div>
</content>
</entry>
<entry>
<title>Update assert.markdown</title>
<updated>2015-08-05T18:13:50+00:00</updated>
<author>
<name>daveboivin</name>
<email>dave.a.boivin@gmail.com</email>
</author>
<published>2015-07-30T21:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=99414b3bb67584ea593318247a4ac0ea74640616'/>
<id>99414b3bb67584ea593318247a4ac0ea74640616</id>
<content type='text'>
The current wording "This module is used for writing unit tests for your applications, you can access it with require('assert')." implies that this module should only be used in development while unit testing.

The article "Error Handling in Node.js" by Joyent (https://www.joyent.com/developers/node/design/errors) uses the assert module in an efficient way to validate required function arguments.

Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25786
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current wording "This module is used for writing unit tests for your applications, you can access it with require('assert')." implies that this module should only be used in development while unit testing.

The article "Error Handling in Node.js" by Joyent (https://www.joyent.com/developers/node/design/errors) uses the assert module in an efficient way to validate required function arguments.

Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25786
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo</title>
<updated>2015-08-04T20:27:52+00:00</updated>
<author>
<name>Andrew Murray</name>
<email>radarhere@gmail.com</email>
</author>
<published>2015-08-04T12:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=be7eb832ea285b692164fb03c4732917c38013b6'/>
<id>be7eb832ea285b692164fb03c4732917c38013b6</id>
<content type='text'>
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: James M Snell &lt;jasnell@gmail.com&gt;
PR-URL: https://github.com/joyent/node/pull/25805
</pre>
</div>
</content>
</entry>
<entry>
<title>udp: Fix potential memory leak in UdpWrap::OnRecv</title>
<updated>2015-07-28T18:40:50+00:00</updated>
<author>
<name>Devin Nakamura</name>
<email>devinn@ca.ibm.com</email>
</author>
<published>2015-06-17T18:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5acbee6c9437b922751dcc3f37c0d8ca4933c6b4'/>
<id>5acbee6c9437b922751dcc3f37c0d8ca4933c6b4</id>
<content type='text'>
Handle case where realloc fails and returns a null ptr

Reviewed-By: Michael Dawson &lt;mdawson@devrus.com&gt;
PR-URL: https://github.com/joyent/node/pull/25534
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle case where realloc fails and returns a null ptr

Reviewed-By: Michael Dawson &lt;mdawson@devrus.com&gt;
PR-URL: https://github.com/joyent/node/pull/25534
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.12'</title>
<updated>2015-07-27T09:52:49+00:00</updated>
<author>
<name>João Reis</name>
<email>reis@janeasystems.com</email>
</author>
<published>2015-07-27T09:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4d2a1a993e575c8ca201b961dc741d24ae3b7efb'/>
<id>4d2a1a993e575c8ca201b961dc741d24ae3b7efb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
