<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-http-parser.js, 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>http: parse the status message in a http response.</title>
<updated>2013-12-20T13:55:08+00:00</updated>
<author>
<name>Cam Swords</name>
<email>cam.swords@gmail.com</email>
</author>
<published>2013-09-22T14:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7ffe2ad6167e193c7eda46a2db31c153e07d97bd'/>
<id>7ffe2ad6167e193c7eda46a2db31c153e07d97bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http: remove MethodToString()</title>
<updated>2013-10-28T12:57:22+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-10-28T12:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4c0195e0340220e53fe5c44299eff53f2f0e210c'/>
<id>4c0195e0340220e53fe5c44299eff53f2f0e210c</id>
<content type='text'>
The list of supported HTTP methods is available in JS land now so there
is no longer any need to pass a stringified version of the method to the
parser callback, it can look up the method name for itself.

Saves a call to v8::Eternal::Get() in the common case and a costly
v8::String::NewFromOneByte() in the uncommon case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list of supported HTTP methods is available in JS land now so there
is no longer any need to pass a stringified version of the method to the
parser callback, it can look up the method name for itself.

Saves a call to v8::Eternal::Get() in the common case and a costly
v8::String::NewFromOneByte() in the uncommon case.
</pre>
</div>
</content>
</entry>
<entry>
<title>http: speed up callbacks, use array indices</title>
<updated>2013-08-14T16:08:04+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-08-13T21:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=2669966e7670653ea39a1b6d69ad52328bb00027'/>
<id>2669966e7670653ea39a1b6d69ad52328bb00027</id>
<content type='text'>
Use array indices rather than named properties to store callbacks on
the HTTPParser object.  Speeds up the http benchmarks by a few percent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use array indices rather than named properties to store callbacks on
the HTTPParser object.  Speeds up the http benchmarks by a few percent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint all the JavaScripts.</title>
<updated>2012-02-18T23:34:57+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-02-18T23:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=0cdf85e28d57428a90026c6a402e624c1dcaabce'/>
<id>0cdf85e28d57428a90026c6a402e624c1dcaabce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'origin/v0.6'</title>
<updated>2012-01-09T19:20:22+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2012-01-09T19:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8b28d599a72e717dc00d10f2cc68e64ac6fd5330'/>
<id>8b28d599a72e717dc00d10f2cc68e64ac6fd5330</id>
<content type='text'>
Conflicts:
	Makefile
	configure
	src/node_version.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Makefile
	configure
	src/node_version.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential fix for #2438</title>
<updated>2012-01-04T01:43:39+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-12-30T00:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f3da6c6c045fb9d629509cea53e3631342f785d3'/>
<id>f3da6c6c045fb9d629509cea53e3631342f785d3</id>
<content type='text'>
- Save StringPtr if the header hasn't been completely received yet after one
  packet.
- Add one to num_fields and num_values. They were actually one less than the
  number of fields and values.
- Remove always_inline makes debugging difficult, and has negligible
  performance benefits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Save StringPtr if the header hasn't been completely received yet after one
  packet.
- Add one to num_fields and num_values. They were actually one less than the
  number of fields and values.
- Remove always_inline makes debugging difficult, and has negligible
  performance benefits.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add 'no response headers' http parser test</title>
<updated>2011-11-17T12:36:29+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2011-11-17T12:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8f15582ef333e6091af06f7095b9b785e82eb1ab'/>
<id>8f15582ef333e6091af06f7095b9b785e82eb1ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix links</title>
<updated>2011-11-01T21:26:52+00:00</updated>
<author>
<name>Maciej Małecki</name>
<email>maciej.malecki@notimplemented.org</email>
</author>
<published>2011-11-01T19:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=fc61134b1ae4c4fa5ee2cd22208c1e755cd665dd'/>
<id>fc61134b1ae4c4fa5ee2cd22208c1e755cd665dd</id>
<content type='text'>
Changes:

  * 'http://github.com' =&gt; 'https://github.com'
  * 'https://github.com/ry/node' =&gt; 'https://github.com/joyent/node'
  * 'https://github.com/ry/http-parser' =&gt;
    'https://github.com/joyent/http-parser'
  * old issue links
  * wiki link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:

  * 'http://github.com' =&gt; 'https://github.com'
  * 'https://github.com/ry/node' =&gt; 'https://github.com/joyent/node'
  * 'https://github.com/ry/http-parser' =&gt;
    'https://github.com/joyent/http-parser'
  * old issue links
  * wiki link
</pre>
</div>
</content>
</entry>
<entry>
<title>http: improve http parser bindings</title>
<updated>2011-10-21T02:19:02+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2011-09-27T15:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=84d0b1bcc5154f67d9f200f3c852bb8c5b64c6ef'/>
<id>84d0b1bcc5154f67d9f200f3c852bb8c5b64c6ef</id>
<content type='text'>
Speeds up HTTP benchmarks by 10% on average.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speeds up HTTP benchmarks by 10% on average.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test-http-upgrade-server and test-http-parser</title>
<updated>2011-08-09T00:12:26+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-08-09T00:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=2126989a32f74dea0476c770f5dda826f12bc457'/>
<id>2126989a32f74dea0476c770f5dda826f12bc457</id>
<content type='text'>
Problem was introduced in last http-parser upgrade which fixed a long
standing bug with the upgrade event and removed several callbacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem was introduced in last http-parser upgrade which fixed a long
standing bug with the upgrade event and removed several callbacks.
</pre>
</div>
</content>
</entry>
</feed>
