<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bullet.git/priv, branch master</title>
<subtitle>Simple, reliable, efficient streaming for Cowboy.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/'/>
<entry>
<title>return true when transport.send returns undefined</title>
<updated>2014-09-12T06:52:26+00:00</updated>
<author>
<name>Vladimir Mitnick</name>
<email>hashtable@yandex.ru</email>
</author>
<published>2014-09-12T06:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=acfaf2d967c06faf283d734bcba42af668a89b44'/>
<id>acfaf2d967c06faf283d734bcba42af668a89b44</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 'http_url_syntax' of git://github.com/fgallaire/bullet</title>
<updated>2014-06-03T10:45:15+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-06-03T10:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=999f02f57c75edf7ddb5ed08b667ac6657418422'/>
<id>999f02f57c75edf7ddb5ed08b667ac6657418422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY url.replace().</title>
<updated>2014-02-19T23:05:29+00:00</updated>
<author>
<name>Florent Gallaire</name>
<email>fgallaire@gmail.com</email>
</author>
<published>2013-11-11T01:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=148b6fe476e35e9e8db448d6dc73d57a3b23e800'/>
<id>148b6fe476e35e9e8db448d6dc73d57a3b23e800</id>
<content type='text'>
Automatically disable WebSocket when the URL begins with 'http'.

Update the README with the new 'http' url syntax.

Update the clock example with the new 'http' url syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically disable WebSocket when the URL begins with 'http'.

Update the README with the new 'http' url syntax.

Update the clock example with the new 'http' url syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-ie' of git://github.com/n11/bullet</title>
<updated>2014-02-19T19:54:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-19T19:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=2df0f574ba001f6906fd36ee79915525f8ed3630'/>
<id>2df0f574ba001f6906fd36ee79915525f8ed3630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Fix undefined object error on IE</title>
<updated>2013-09-05T18:36:03+00:00</updated>
<author>
<name>cy</name>
<email>cy.rilauburtin@gmail.com</email>
</author>
<published>2013-06-20T16:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=10b10fc429a6c0326cf7e340111cc7e404afbf8d'/>
<id>10b10fc429a6c0326cf7e340111cc7e404afbf8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When polling check if data is defined</title>
<updated>2013-08-07T01:08:35+00:00</updated>
<author>
<name>Ed Barwani</name>
<email>ed.barwani@premier.com.au</email>
</author>
<published>2013-08-07T01:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=cc6aa9a2e4d036c24895bbf7a8dfb92bb400df90'/>
<id>cc6aa9a2e4d036c24895bbf7a8dfb92bb400df90</id>
<content type='text'>
Prevent a javascript error that could stop polling. This happens
when a request returns a 204 No Content. jQuery success callback
has no data in this case causing an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent a javascript error that could stop polling. This happens
when a request returns a 204 No Content. jQuery success callback
has no data in this case causing an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error using undefined variable "fake".</title>
<updated>2013-07-11T13:19:50+00:00</updated>
<author>
<name>Agustin Cautin</name>
<email>acautin@gmail.com</email>
</author>
<published>2013-07-11T13:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=7caed3b4efd1acd525438fdb702aee04b83f4686'/>
<id>7caed3b4efd1acd525438fdb702aee04b83f4686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use xhr for sending with eventsource connections.</title>
<updated>2013-06-22T18:25:45+00:00</updated>
<author>
<name>Dave Peticolas</name>
<email>dave@krondo.com</email>
</author>
<published>2013-06-22T18:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=95366273731c5b05927053bc781624ebb06b1cb7'/>
<id>95366273731c5b05927053bc781624ebb06b1cb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop reference to xhr request when done.</title>
<updated>2013-06-20T03:11:17+00:00</updated>
<author>
<name>Dave Peticolas</name>
<email>dave@krondo.com</email>
</author>
<published>2013-06-20T03:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=b6d7e1241e67dedcd9f3786bbdd82685fe257da0'/>
<id>b6d7e1241e67dedcd9f3786bbdd82685fe257da0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix jshint warning.</title>
<updated>2013-06-20T03:06:36+00:00</updated>
<author>
<name>Dave Peticolas</name>
<email>dave@krondo.com</email>
</author>
<published>2013-06-20T03:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/bullet.git/commit/?id=7bdad97940fb928f7770980d89cd6c611252c6f1'/>
<id>7bdad97940fb928f7770980d89cd6c611252c6f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
