<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/src, branch 1.1.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 cowboy version to 1.1.2 in cowboy.app.src</title>
<updated>2017-02-06T11:25:58+00:00</updated>
<author>
<name>Gary Rennie</name>
<email>gazler@gmail.com</email>
</author>
<published>2017-02-06T11:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=0c15b9216b7467390623db84e169b32c68e85bcb'/>
<id>0c15b9216b7467390623db84e169b32c68e85bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 1.1.0</title>
<updated>2017-01-31T17:56:07+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-01-31T17:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=2a7bb7ba11793f9fb2cc235ab1a370196c7ee684'/>
<id>2a7bb7ba11793f9fb2cc235ab1a370196c7ee684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong path url decoding algorithm</title>
<updated>2017-01-31T17:50:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-01-31T17:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=844115826044db2be3bc23392c21ecffada10a24'/>
<id>844115826044db2be3bc23392c21ecffada10a24</id>
<content type='text'>
I embed cow_uri since I can't update Cowlib further easily.
This is most likely a one shot release so it shouldn't be
a problem to do things a little more dirty than usual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I embed cow_uri since I can't update Cowlib further easily.
This is most likely a one shot release so it shouldn't be
a problem to do things a little more dirty than usual.
</pre>
</div>
</content>
</entry>
<entry>
<title>cowboy_static: Add support for files in EZ archives</title>
<updated>2017-01-31T15:19:45+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien.pedron@dumbbell.fr</email>
</author>
<published>2016-12-29T14:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=98c2bc64e5a858db68f260ddd04fed7cee3d80f8'/>
<id>98c2bc64e5a858db68f260ddd04fed7cee3d80f8</id>
<content type='text'>
If cowboy_static is initialized with `{priv_file, ...}` or `{priv_dir,
...}`, it is now able to read files from Erlang application .ez
archives.

When serving a file from an archive, the #file_info{} comes from the
archive, not the contained file, except for the size and type. The
erl_prim_loader module is used to read the latter's #file_info{} and the
actual file content (ie. sendfile(2) is not used in this case).

(cherry picked from commit 2166733628bbab0eb77eeed58bdf204727c48ec6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If cowboy_static is initialized with `{priv_file, ...}` or `{priv_dir,
...}`, it is now able to read files from Erlang application .ez
archives.

When serving a file from an archive, the #file_info{} comes from the
archive, not the contained file, except for the size and type. The
erl_prim_loader module is used to read the latter's #file_info{} and the
actual file content (ie. sendfile(2) is not used in this case).

(cherry picked from commit 2166733628bbab0eb77eeed58bdf204727c48ec6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to 1.1.0-dev</title>
<updated>2015-11-16T17:12:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-11-16T17:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=c01dadde57e7c626b38e9051da417a9e5aaccae5'/>
<id>c01dadde57e7c626b38e9051da417a9e5aaccae5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
