<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/string_bytes.h, branch move-debugger-tests</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>string_bytes: export GetExternalParts</title>
<updated>2013-07-30T21:41:01+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-07-02T07:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=63fc6a63c8046081099aa1dadf9155398a498163'/>
<id>63fc6a63c8046081099aa1dadf9155398a498163</id>
<content type='text'>
The method is useful elsewhere when needing to check if external and
grab data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method is useful elsewhere when needing to check if external and
grab data.
</pre>
</div>
</content>
</entry>
<entry>
<title>string_bytes: don't use named imports in header</title>
<updated>2013-07-30T19:31:04+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-07-30T19:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=511af4dd5fb4d48f1aeabcd93b09fb1f2738e1b2'/>
<id>511af4dd5fb4d48f1aeabcd93b09fb1f2738e1b2</id>
<content type='text'>
It imports the definition into every source file that includes
string_bytes.h, as evidenced by the build suddenly breaking left
and right because of missing Handle/Local/String/Value imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It imports the definition into every source file that includes
string_bytes.h, as evidenced by the build suddenly breaking left
and right because of missing Handle/Local/String/Value imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>string_bytes: add StringBytes::IsValidString()</title>
<updated>2013-07-30T12:32:47+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-07-30T12:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=dce26ccea16455179ca538f32d2779cfbf20c51b'/>
<id>dce26ccea16455179ca538f32d2779cfbf20c51b</id>
<content type='text'>
Performs a quick, non-exhaustive check on the input string to see if
it's compatible with the specified string encoding.

Curently it only checks that hex strings have a length that is a
multiple of two.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Performs a quick, non-exhaustive check on the input string to see if
it's compatible with the specified string encoding.

Curently it only checks that hex strings have a length that is a
multiple of two.
</pre>
</div>
</content>
</entry>
<entry>
<title>src: Add StringBytes static util class</title>
<updated>2013-05-14T20:51:24+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-05-01T22:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=64fc34b27005229487faba1c43ffdfa08ca4f982'/>
<id>64fc34b27005229487faba1c43ffdfa08ca4f982</id>
<content type='text'>
Four functions:

- StringBytes::StorageSize()
- StringBytes::Size()
- StringBytes::Write()
- StringBytes::Encode()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Four functions:

- StringBytes::StorageSize()
- StringBytes::Size()
- StringBytes::Write()
- StringBytes::Encode()
</pre>
</div>
</content>
</entry>
</feed>
