<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_stat_watcher.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 Undefined()</title>
<updated>2013-01-07T16:39:58+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T23:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7788a6bf85d9dd98eed3ad2cfaf1823fd6f8ae90'/>
<id>7788a6bf85d9dd98eed3ad2cfaf1823fd6f8ae90</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>fs: fix use after free in stat watcher</title>
<updated>2012-08-20T15:29:58+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-08-20T10:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b1ffbdc975d58b31e3b13749c29fdc07049ea1d9'/>
<id>b1ffbdc975d58b31e3b13749c29fdc07049ea1d9</id>
<content type='text'>
The uv_fs_poll_t handle was stopped but not closed, leaving libuv's internal
handle queue in a corrupted state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The uv_fs_poll_t handle was stopped but not closed, leaving libuv's internal
handle queue in a corrupted state.
</pre>
</div>
</content>
</entry>
<entry>
<title>fs: make fs.watchFile() interval default to 5007</title>
<updated>2012-06-21T13:03:21+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-06-21T13:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ef1ffcb717aa16549eb4380badb9709aca3aeb46'/>
<id>ef1ffcb717aa16549eb4380badb9709aca3aeb46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fs: make fs.watchFile() work on windows</title>
<updated>2012-06-21T01:05:18+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-06-16T20:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f0ce98441ff7315e6a6c268dabcec58fc37da926'/>
<id>f0ce98441ff7315e6a6c268dabcec58fc37da926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MakeCallback: Consistent symbol usage</title>
<updated>2012-04-17T20:14:54+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-04-12T23:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=a26bee8fa16bcbdaafdee516288c6f59a43376f5'/>
<id>a26bee8fa16bcbdaafdee516288c6f59a43376f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stat_watcher: root JS objects in HandleScope with Local&lt;&gt;</title>
<updated>2012-03-30T19:24:01+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-03-26T14:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=300596526647adc9da8db2615b3e70258de9e1bd'/>
<id>300596526647adc9da8db2615b3e70258de9e1bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding unnecessary ToString() calls</title>
<updated>2012-03-23T00:02:59+00:00</updated>
<author>
<name>ssuda</name>
<email>sambasivarao@gmail.com</email>
</author>
<published>2012-03-21T16:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=249c3c165ab3b93e1bd0a05668d81b289b8d4ccf'/>
<id>249c3c165ab3b93e1bd0a05668d81b289b8d4ccf</id>
<content type='text'>
String::Utf8Value and String::AsciiValue constructors take Handle&lt;Value&gt;
So no need to convert to Handle&lt;String&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
String::Utf8Value and String::AsciiValue constructors take Handle&lt;Value&gt;
So no need to convert to Handle&lt;String&gt;
</pre>
</div>
</content>
</entry>
</feed>
