<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/doc, branch execSync-wip</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>child_process: js bits for spawnSync/execSync</title>
<updated>2014-02-10T20:41:44+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-02-10T20:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=297fee70b978ee0c5fa492b5656109ca1a087239'/>
<id>297fee70b978ee0c5fa492b5656109ca1a087239</id>
<content type='text'>
This implements the user-facing APIs that lets one run a child process
and block until it exits.

Some logic that these new functions had in common with the existing
spawn/exec/execFile implementation was refactored into separate
functions, so it could be shared.

Docs and tests are included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements the user-facing APIs that lets one run a child process
and block until it exits.

Some logic that these new functions had in common with the existing
spawn/exec/execFile implementation was refactored into separate
functions, so it could be shared.

Docs and tests are included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.10'</title>
<updated>2014-02-09T00:45:27+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-02-09T00:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=eadb4f56063ff27781323451987e181fe724ed21'/>
<id>eadb4f56063ff27781323451987e181fe724ed21</id>
<content type='text'>
Conflicts:
	deps/v8/src/preparser.cc
	deps/v8/src/win32-math.h
	doc/api/http.markdown
	src/node_buffer.h
	src/node_crypto.cc
	src/node_file.cc
	src/node_http_parser.cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	deps/v8/src/preparser.cc
	deps/v8/src/win32-math.h
	doc/api/http.markdown
	src/node_buffer.h
	src/node_crypto.cc
	src/node_file.cc
	src/node_http_parser.cc
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix diffieHellman.getGenerator() description</title>
<updated>2014-02-08T22:42:41+00:00</updated>
<author>
<name>Brian White</name>
<email>mscdex@mscdex.net</email>
</author>
<published>2014-02-08T18:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=3595139b51de11a33c2e7af1892e89130aac7474'/>
<id>3595139b51de11a33c2e7af1892e89130aac7474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>website: update cla email address</title>
<updated>2014-02-07T19:17:23+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-02-07T19:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e3d835902161eab536a1913a3edaa2bb0da9542c'/>
<id>e3d835902161eab536a1913a3edaa2bb0da9542c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: move AsyncListener from process to tracing</title>
<updated>2014-02-06T01:16:36+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2014-02-05T23:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6cbfcdad46d733bb04332063727e304e449dc86b'/>
<id>6cbfcdad46d733bb04332063727e304e449dc86b</id>
<content type='text'>
The AsyncListener API has been moved into the "tracing" module in order
to keep the process object free from unnecessary clutter.

Signed-off-by: Timothy J Fontaine &lt;tjfontaine@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AsyncListener API has been moved into the "tracing" module in order
to keep the process object free from unnecessary clutter.

Signed-off-by: Timothy J Fontaine &lt;tjfontaine@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: document the tracing api</title>
<updated>2014-02-05T19:49:02+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-02-02T21:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1d2fab37e61ded49773a88babc68d36191a75b55'/>
<id>1d2fab37e61ded49773a88babc68d36191a75b55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: more session configuration options, methods</title>
<updated>2014-02-05T19:28:34+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2014-02-03T21:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=528a3ce3ed0df7aaafb02877495c94caa1d77355'/>
<id>528a3ce3ed0df7aaafb02877495c94caa1d77355</id>
<content type='text'>
Introduce `ticketKeys` server option, `session` client option,
`getSession()` and `getTLSTicket()` methods.

fix #7032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `ticketKeys` server option, `session` client option,
`getSession()` and `getTLSTicket()` methods.

fix #7032
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix references to error keyword</title>
<updated>2014-02-04T08:50:24+00:00</updated>
<author>
<name>Benjamin Waters</name>
<email>ben25890@gmail.com</email>
</author>
<published>2014-02-04T01:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=d2147c55c25410e1666ee75360d918f973e25842'/>
<id>d2147c55c25410e1666ee75360d918f973e25842</id>
<content type='text'>
References for err.signal and err.code should be error.signal and
error.code.

Fixes joyent/node#6862
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References for err.signal and err.code should be error.signal and
error.code.

Fixes joyent/node#6862
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix after message in addAsyncListener example</title>
<updated>2014-02-04T08:44:15+00:00</updated>
<author>
<name>Yuriy Nemtsov</name>
<email>nemtsov@gmail.com</email>
</author>
<published>2014-02-03T20:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f65ce02ddd6b559409176cc2b0c08d484c00f311'/>
<id>f65ce02ddd6b559409176cc2b0c08d484c00f311</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zlib: separate sync/async methods</title>
<updated>2014-02-03T21:41:02+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2014-02-03T07:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=231570303576fe2ee55de3ee9d01ccada030237c'/>
<id>231570303576fe2ee55de3ee9d01ccada030237c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
