<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/process_wrap.cc, branch v0.10</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>src: replace usage of String::Utf8Value</title>
<updated>2014-06-06T22:07:29+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-04-10T00:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=535c7777ac674ba86cf93c44824e07b0e23ea8c4'/>
<id>535c7777ac674ba86cf93c44824e07b0e23ea8c4</id>
<content type='text'>
v8::String::Utf8Value previously could allow invalid surrogates when
interpreting values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v8::String::Utf8Value previously could allow invalid surrogates when
interpreting values.
</pre>
</div>
</content>
</entry>
<entry>
<title>src, test: downgrade to v8 3.14 api</title>
<updated>2013-02-25T22:45:02+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-02-25T22:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=51f6e6a9b39c15fcfd34976005fc8496430545e1'/>
<id>51f6e6a9b39c15fcfd34976005fc8496430545e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: pass node_isolate to Integer::New</title>
<updated>2013-01-07T16:39:57+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T22:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6573fc35022b783d1f93b79dbf127cf2b6c8fc23'/>
<id>6573fc35022b783d1f93b79dbf127cf2b6c8fc23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>child_process: emit error on exec failure</title>
<updated>2012-08-21T12:29:20+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-08-21T11:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=63d13e86a58b2885c388f57a53227c2a23c83b49'/>
<id>63d13e86a58b2885c388f57a53227c2a23c83b49</id>
<content type='text'>
libuv calls the exit cb with exit code == -1 when it fails to spawn the new
process. Anticipate that and emit the error on the ChildProcess object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libuv calls the exit cb with exit code == -1 when it fails to spawn the new
process. Anticipate that and emit the error on the ChildProcess object.
</pre>
</div>
</content>
</entry>
<entry>
<title>process_wrap: set duplex flags when creating a pipe</title>
<updated>2012-06-11T15:13:36+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-06-11T14:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5432a1d985df7df57db4106af72dc880d40ea497'/>
<id>5432a1d985df7df57db4106af72dc880d40ea497</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>child_process: expose UV_PROCESS_DETACHED as options.detached</title>
<updated>2012-06-09T05:57:22+00:00</updated>
<author>
<name>Charlie McConnell</name>
<email>charlie@charlieistheman.com</email>
</author>
<published>2012-06-01T04:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4b021a3541770ae64a415760339bdd3223fdf602'/>
<id>4b021a3541770ae64a415760339bdd3223fdf602</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>child_process: spawn().ref() and spawn().unref()</title>
<updated>2012-06-07T19:20:56+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2012-06-06T17:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=3116522e7c33c579bbb8ac0ee12c27ff3ff9825c'/>
<id>3116522e7c33c579bbb8ac0ee12c27ff3ff9825c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>child_process: new stdio API for .spawn() method</title>
<updated>2012-06-01T16:52:13+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2012-05-16T16:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=af98fc9d5f20a8c5dc0db95121f18355337762f1'/>
<id>af98fc9d5f20a8c5dc0db95121f18355337762f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deps: upgrade libuv to 7556590</title>
<updated>2012-05-29T14:26:40+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2012-05-28T19:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=761e0c460a8e9a40cd1126cf0ba354e50e38d6da'/>
<id>761e0c460a8e9a40cd1126cf0ba354e50e38d6da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make UNWRAP macro generic.</title>
<updated>2012-05-21T21:29:06+00:00</updated>
<author>
<name>Oleg Efimov</name>
<email>efimovov@gmail.com</email>
</author>
<published>2012-05-21T17:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=45de259b436ab1bbeb15d7f582f29e795f162202'/>
<id>45de259b436ab1bbeb15d7f582f29e795f162202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
