<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_extensions.h, 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>typed arrays: don't declare as module</title>
<updated>2013-01-08T04:08:00+00:00</updated>
<author>
<name>Dean McNamee</name>
<email>dean@gmail.com</email>
</author>
<published>2012-12-23T22:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=3f7545442687c8c0968e788e4bd5f4ccd664e247'/>
<id>3f7545442687c8c0968e788e4bd5f4ccd664e247</id>
<content type='text'>
TypedArrays is not a module, it is attached to the global object.
Don't register it with Node's module system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TypedArrays is not a module, it is attached to the global object.
Don't register it with Node's module system.
</pre>
</div>
</content>
</entry>
<entry>
<title>process: use uv_signal instead of ev_signal</title>
<updated>2012-08-20T22:18:10+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-08-20T21:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=600a6468dc9067a358893f26ff46f1cd865f3c97'/>
<id>600a6468dc9067a358893f26ff46f1cd865f3c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert support for isolates.</title>
<updated>2012-02-06T14:44:42+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-02-03T15:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=74a8215a8699f89ee4b82ca616a4eafa3b11203b'/>
<id>74a8215a8699f89ee4b82ca616a4eafa3b11203b</id>
<content type='text'>
It was decided that the performance benefits that isolates offer (faster spin-up
times for worker processes, faster inter-worker communication, possibly a lower
memory footprint) are not actual bottlenecks for most people and do not outweigh
the potential stability issues and intrusive changes to the code base that
first-class support for isolates requires.

Hence, this commit backs out all isolates-related changes.

Good bye, isolates. We hardly knew ye.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was decided that the performance benefits that isolates offer (faster spin-up
times for worker processes, faster inter-worker communication, possibly a lower
memory footprint) are not actual bottlenecks for most people and do not outweigh
the potential stability issues and intrusive changes to the code base that
first-class support for isolates requires.

Hence, this commit backs out all isolates-related changes.

Good bye, isolates. We hardly knew ye.
</pre>
</div>
</content>
</entry>
<entry>
<title>typed arrays: add Buffer -&gt; TypedArray constructor</title>
<updated>2012-01-05T19:56:41+00:00</updated>
<author>
<name>Mikael Bourges-Sevenier</name>
<email>msevenier@motorola.com</email>
</author>
<published>2011-12-31T08:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5b05429bf0fa210fa8ac12ddff0d824b310da893'/>
<id>5b05429bf0fa210fa8ac12ddff0d824b310da893</id>
<content type='text'>
- create a typed array from a node::Buffer object
- update TypedArray::set() to spec
- add TypedArray::get() method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- create a typed array from a node::Buffer object
- update TypedArray::set() to spec
- add TypedArray::get() method
</pre>
</div>
</content>
</entry>
<entry>
<title>move isolate V8 functions out of node.cc</title>
<updated>2011-12-29T00:56:11+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-12-23T22:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5fc0c27d5cc3455ed37eccd748ffc2f90b45a635'/>
<id>5fc0c27d5cc3455ed37eccd748ffc2f90b45a635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tty_legacy</title>
<updated>2011-10-11T20:41:33+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-11T20:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=cdf5d91fe56c82f61010ddd9035f3708b51e8b74'/>
<id>cdf5d91fe56c82f61010ddd9035f3708b51e8b74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dns_legacy</title>
<updated>2011-10-11T20:21:30+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-11T20:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb'/>
<id>58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove child_process_legacy</title>
<updated>2011-10-11T20:16:33+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-11T20:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=96e423a6652185cc52f73915a74f4d862ec34120'/>
<id>96e423a6652185cc52f73915a74f4d862ec34120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove net_legacy timers_legacy</title>
<updated>2011-10-11T20:11:54+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-11T20:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=be0bb2dc136ca20b44da81cded790417cbd1cfd2'/>
<id>be0bb2dc136ca20b44da81cded790417cbd1cfd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade libuv to 60c639f</title>
<updated>2011-10-06T19:34:24+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-06T19:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=311fe737e8cfa2880b45f95c53223629142818db'/>
<id>311fe737e8cfa2880b45f95c53223629142818db</id>
<content type='text'>
Also remove unused src/stdio_wrap.cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove unused src/stdio_wrap.cc
</pre>
</div>
</content>
</entry>
</feed>
