<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/Makefile, branch master</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>Cowboy 2.14.2</title>
<updated>2025-10-08T08:54:34+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-10-08T08:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=495e74ada88d0876d7e438d53f11af767a9cdcc4'/>
<id>495e74ada88d0876d7e438d53f11af767a9cdcc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowboy 2.14.1</title>
<updated>2025-10-01T10:31:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-10-01T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=1189501a82322b81bc90a779d4cca70ef28cd038'/>
<id>1189501a82322b81bc90a779d4cca70ef28cd038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowboy 2.14.0</title>
<updated>2025-09-18T10:33:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-09-18T10:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=e713a630f384f861fa396048f9c881ca183aeda9'/>
<id>e713a630f384f861fa396048f9c881ca183aeda9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Depend on Cowlib master for WebTransport support</title>
<updated>2025-06-20T11:37:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-06-20T11:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5ec0eeb4d43b83f5cfbc20081644116e44f9eaad'/>
<id>5ec0eeb4d43b83f5cfbc20081644116e44f9eaad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial WebTransport implementation</title>
<updated>2025-06-19T14:27:07+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-05-12T11:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=58909b014446462370d6280ffe93c6f4fbe116da'/>
<id>58909b014446462370d6280ffe93c6f4fbe116da</id>
<content type='text'>
This implements the upcoming draft-13
but has bits to make it work with draft-02
that most (all?) Chromium versions use.

Data and events are not going through
cowboy_stream beyond init. Since this
approach appears to work well it may
be a good idea to do the same for
Websocket over HTTP/2+ and improve
its performance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements the upcoming draft-13
but has bits to make it work with draft-02
that most (all?) Chromium versions use.

Data and events are not going through
cowboy_stream beyond init. Since this
approach appears to work well it may
be a good idea to do the same for
Websocket over HTTP/2+ and improve
its performance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax Cowlib version requirement for Hex</title>
<updated>2025-02-17T13:47:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-17T13:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d6dda1fee4cde84a44e11a3afd252417a5f6af79'/>
<id>d6dda1fee4cde84a44e11a3afd252417a5f6af79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowboy 2.13.0</title>
<updated>2025-02-17T13:46:20+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-17T13:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9facbfd121f4298d0269e01c8bd9d8d42c639d29'/>
<id>9facbfd121f4298d0269e01c8bd9d8d42c639d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit Ranch and Cowlib versions</title>
<updated>2025-02-17T11:57:00+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-17T11:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9430bf99ea2cc9c2c3ee06321c77433abb521833'/>
<id>9430bf99ea2cc9c2c3ee06321c77433abb521833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax Ranch version requirement for Hex</title>
<updated>2025-02-11T15:02:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-11T15:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=761c1f8dca936cd529dbada0b85cd2280ee7dca4'/>
<id>761c1f8dca936cd529dbada0b85cd2280ee7dca4</id>
<content type='text'>
It is now specified as &gt;= 1.8.0 and &lt; 3.0.0 since Cowboy
supports both Ranch 1.8.x and 2.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is now specified as &gt;= 1.8.0 and &lt; 3.0.0 since Cowboy
supports both Ranch 1.8.x and 2.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't run perf suites by default</title>
<updated>2025-02-05T13:30:25+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-05T12:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d889291c4f2823d4af738743af4598f1ac947617'/>
<id>d889291c4f2823d4af738743af4598f1ac947617</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
