<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/src, branch 1.0.x</title>
<subtitle>Small, fast, modern HTTP server for Erlang/OTP.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/'/>
<entry>
<title>Update to 1.0.4</title>
<updated>2015-11-16T15:10:43+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-11-16T15:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d08c2ab39d38c181abda279d5c2cadfac33a50c1'/>
<id>d08c2ab39d38c181abda279d5c2cadfac33a50c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when using IOlists with some Websocket frames</title>
<updated>2015-11-16T14:58:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-11-16T14:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=04eadae3813b5e24f43951e70b6ee67703031cb8'/>
<id>04eadae3813b5e24f43951e70b6ee67703031cb8</id>
<content type='text'>
Backported from Cowlib's patch from Rob Ashton &lt;robashton@codeofrob.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backported from Cowlib's patch from Rob Ashton &lt;robashton@codeofrob.com&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Cowboy to 1.0.3</title>
<updated>2015-08-07T15:42:48+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-08-07T15:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=b8e4115eb13488c517d8d8ef33c47d0eaa7838c6'/>
<id>b8e4115eb13488c517d8d8ef33c47d0eaa7838c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'Connection' header only when necessary</title>
<updated>2015-08-07T13:30:09+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>binarin@gmail.com</email>
</author>
<published>2015-07-28T20:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8c60dd6c1b56aeef4493142adcbd8fb0ab6917ef'/>
<id>8c60dd6c1b56aeef4493142adcbd8fb0ab6917ef</id>
<content type='text'>
Fixes #839 when 'Connection: Keep-Alive' wasn't sent in a HTTP/1.0
response. Now the usage of 'Connection' header is consistent with
current protocol version: when this header is not specified explicitly
in the response, HTTP/1.0 implies 'Connection: close' and HTTP/1.1
implies 'Connection: Keep-Alive'. So if current 'Connection' value
matches the default value of current protocol, we won't state obvious
fact in the response; and vice versa.

Amended to fix and improve tests, and revert the variable name
change from HTTP11Headers to StdHeaders. I think it's still good
to leave it as is because it's not really a standard header for
HTTP/1.0, and it's gone from HTTP/2 entirely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #839 when 'Connection: Keep-Alive' wasn't sent in a HTTP/1.0
response. Now the usage of 'Connection' header is consistent with
current protocol version: when this header is not specified explicitly
in the response, HTTP/1.0 implies 'Connection: close' and HTTP/1.1
implies 'Connection: Keep-Alive'. So if current 'Connection' value
matches the default value of current protocol, we won't state obvious
fact in the response; and vice versa.

Amended to fix and improve tests, and revert the variable name
change from HTTP11Headers to StdHeaders. I think it's still good
to leave it as is because it's not really a standard header for
HTTP/1.0, and it's gone from HTTP/2 entirely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-typo-in-cowboy_http' of https://github.com/mocchira/cowboy into 1.0.x</title>
<updated>2015-07-26T20:05:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-26T20:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=19a279dfdc923091616bcdd700e1a59e4c2404f4'/>
<id>19a279dfdc923091616bcdd700e1a59e4c2404f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dialyzer fixes in cowboy_clock</title>
<updated>2015-07-26T16:34:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-06T14:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9b424fec2bf84a8aac79d021ba02598af28da04d'/>
<id>9b424fec2bf84a8aac79d021ba02598af28da04d</id>
<content type='text'>
This is what I get for merging blindly!

and

Fix a compile error introduced in previous commit

(cherry-pick)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is what I get for merging blindly!

and

Fix a compile error introduced in previous commit

(cherry-pick)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in cowboy_http:asctime_date</title>
<updated>2015-07-15T03:26:25+00:00</updated>
<author>
<name>mocchira</name>
<email>nekotaroh@gmail.com</email>
</author>
<published>2015-07-15T03:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=67ab508d9b2cbf43468ee1d4c08ac0ee0d251e5f'/>
<id>67ab508d9b2cbf43468ee1d4c08ac0ee0d251e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Cowboy to 1.0.2</title>
<updated>2015-07-02T20:00:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-02T20:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=79aa25cc03518a41351d9f5b074fed065e5713e0'/>
<id>79aa25cc03518a41351d9f5b074fed065e5713e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-rest-stacktrace' of https://github.com/danielwhite/cowboy into 1.0.x</title>
<updated>2015-07-02T19:56:08+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-02T19:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=df1b3dcd0e29273b1dc5fd1fae4868786c5f1607'/>
<id>df1b3dcd0e29273b1dc5fd1fae4868786c5f1607</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-1' of https://github.com/martinrehfeld/cowboy into 1.0.x</title>
<updated>2015-05-06T08:33:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-06T08:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4fb2aacc8880236d456a85fe41f0363c02110ed5'/>
<id>4fb2aacc8880236d456a85fe41f0363c02110ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
