<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/lib/_http_server.js, branch strictee</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: sockets close transitions via _socketClose</title>
<updated>2015-03-24T21:09:17+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2015-03-24T20:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c20d02865280be65166f19ee02151f020d1e95a7'/>
<id>c20d02865280be65166f19ee02151f020d1e95a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>events: add StrictEE</title>
<updated>2015-03-24T21:09:16+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2015-03-22T19:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=fa79367e9873930fc69c52f8f52a67e6c4428d06'/>
<id>fa79367e9873930fc69c52f8f52a67e6c4428d06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: http: poison parser references after freeing</title>
<updated>2014-09-05T16:34:37+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2014-08-22T22:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=150d6f124942617428c36728c023341c83166449'/>
<id>150d6f124942617428c36728c023341c83166449</id>
<content type='text'>
Make it a little harder to slip in use-after-free bugs by nulling out
references to the parser object after handing it off to freeParser().

Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it a little harder to slip in use-after-free bugs by nulling out
references to the parser object after handing it off to freeParser().

Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>http: fix bailout for writeHead</title>
<updated>2014-08-18T23:21:03+00:00</updated>
<author>
<name>Alex Kocharin</name>
<email>alex@kocharin.ru</email>
</author>
<published>2014-08-14T14:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b9960eefc2093ea639353171189652b7cf116326'/>
<id>b9960eefc2093ea639353171189652b7cf116326</id>
<content type='text'>
Reported-by: Jackson Tian &lt;shyvo1987@gmail.com&gt;
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Jackson Tian &lt;shyvo1987@gmail.com&gt;
Reviewed-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>http: remove unused code block</title>
<updated>2014-06-27T13:00:10+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor@indutny.com</email>
</author>
<published>2014-06-12T04:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=73343d5ceef7cb4ddee1ed0ddd2c51d1958e3bb1'/>
<id>73343d5ceef7cb4ddee1ed0ddd2c51d1958e3bb1</id>
<content type='text'>
fix #7769

Signed-off-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #7769

Signed-off-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.10'</title>
<updated>2014-06-10T23:36:04+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-06-10T23:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1a09da6ec219883668564d5d6cd30e8867d7e97d'/>
<id>1a09da6ec219883668564d5d6cd30e8867d7e97d</id>
<content type='text'>
Conflicts:
	AUTHORS
	ChangeLog
	deps/v8/src/api.cc
	deps/v8/src/unicode-inl.h
	deps/v8/src/unicode.h
	lib/_stream_readable.js
	lib/http.js
	src/cares_wrap.cc
	src/node.cc
	src/node_crypto.cc
	src/node_dtrace.cc
	src/node_file.cc
	src/node_stat_watcher.cc
	src/node_version.h
	src/process_wrap.cc
	src/string_bytes.cc
	src/string_bytes.h
	src/udp_wrap.cc
	src/util.h
	test/simple/test-buffer.js
	test/simple/test-stream2-compatibility.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	AUTHORS
	ChangeLog
	deps/v8/src/api.cc
	deps/v8/src/unicode-inl.h
	deps/v8/src/unicode.h
	lib/_stream_readable.js
	lib/http.js
	src/cares_wrap.cc
	src/node.cc
	src/node_crypto.cc
	src/node_dtrace.cc
	src/node_file.cc
	src/node_stat_watcher.cc
	src/node_version.h
	src/process_wrap.cc
	src/string_bytes.cc
	src/string_bytes.h
	src/udp_wrap.cc
	src/util.h
	test/simple/test-buffer.js
	test/simple/test-stream2-compatibility.js
</pre>
</div>
</content>
</entry>
<entry>
<title>http: add 308 status_code, see RFC7238</title>
<updated>2014-06-08T17:02:25+00:00</updated>
<author>
<name>Yazhong Liu</name>
<email>yorkiefixer@gmail.com</email>
</author>
<published>2014-06-07T14:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ab50fad63bcbedd7c935a9c5d2ab9e4c7202c9f2'/>
<id>ab50fad63bcbedd7c935a9c5d2ab9e4c7202c9f2</id>
<content type='text'>
Signed-off-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Fedor Indutny &lt;fedor@indutny.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: use triple equals</title>
<updated>2014-04-02T09:12:18+00:00</updated>
<author>
<name>Yuki KAN</name>
<email>re@pixely.jp</email>
</author>
<published>2014-03-01T02:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=006d42786e3123efb619210fb819b04f2b8b286f'/>
<id>006d42786e3123efb619210fb819b04f2b8b286f</id>
<content type='text'>
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trevor Norris &lt;trev.norris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>http: avoid duplicate keys in writeHead</title>
<updated>2014-02-19T17:24:16+00:00</updated>
<author>
<name>David Björklund</name>
<email>david.bjorklund@gmail.com</email>
</author>
<published>2014-02-10T18:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b105997193374ce1802e91d51ae0fd6e479e86a3'/>
<id>b105997193374ce1802e91d51ae0fd6e479e86a3</id>
<content type='text'>
Use setHeader in writeHead to avoid sending duplicate headers

Fixes #5036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use setHeader in writeHead to avoid sending duplicate headers

Fixes #5036
</pre>
</div>
</content>
</entry>
<entry>
<title>http: add statusMessage</title>
<updated>2013-10-17T01:34:52+00:00</updated>
<author>
<name>Patrik Stutz</name>
<email>patrik.stutz@gmail.com</email>
</author>
<published>2013-10-17T00:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=54910044b33a6405c72ad085915a55c575c027fc'/>
<id>54910044b33a6405c72ad085915a55c575c027fc</id>
<content type='text'>
Now the status message can be set via req.statusMessage = 'msg';
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the status message can be set via req.statusMessage = 'msg';
</pre>
</div>
</content>
</entry>
</feed>
