<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libwebsockets, branch master</title>
<subtitle>C Websockets Server Library</subtitle>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/'/>
<entry>
<title>update test html now mozilla uses normal ws apis</title>
<updated>2012-05-03T04:48:14Z</updated>
<author>
<name>Andy Green</name>
<email>andy@warmcat.com</email>
</author>
<published>2012-05-03T04:48:14Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=86e82ab22fe69fc263ec185c0e9ee70347546087'/>
<id>86e82ab22fe69fc263ec185c0e9ee70347546087</id>
<content type='text'>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>start migration to getnameinfo</title>
<updated>2012-05-03T04:32:38Z</updated>
<author>
<name>Andy Green</name>
<email>andy@warmcat.com</email>
</author>
<published>2012-05-03T04:32:38Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=a69f051870b70bde33ef86b26fbff2a085e16fc1'/>
<id>a69f051870b70bde33ef86b26fbff2a085e16fc1</id>
<content type='text'>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl allow connect multiple packets for SSL_connect</title>
<updated>2012-05-03T03:45:04Z</updated>
<author>
<name>Ken Atherton</name>
<email>katherton@echofirst.com</email>
</author>
<published>2012-05-03T03:45:04Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=8360a47011f6a3eb89c6ef9b593eb4bca935336b'/>
<id>8360a47011f6a3eb89c6ef9b593eb4bca935336b</id>
<content type='text'>
Ken found over the internet with real delays, SSL_connect can
fail to work.  This patch adapts his workaround to stay in the
connect state until we either run out of time for the connect
or succeed.

Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Ken Atherton &lt;katherton@echofirst.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ken found over the internet with real delays, SSL_connect can
fail to work.  This patch adapts his workaround to stay in the
connect state until we either run out of time for the connect
or succeed.

Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Ken Atherton &lt;katherton@echofirst.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup extra wrapping needed on braced define</title>
<updated>2012-05-03T03:17:08Z</updated>
<author>
<name>Andy Green</name>
<email>andy@warmcat.com</email>
</author>
<published>2012-05-03T03:17:08Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=cf56e4dd0f8a14b5aa271492978ce8f063b367b6'/>
<id>cf56e4dd0f8a14b5aa271492978ce8f063b367b6</id>
<content type='text'>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>android toolchain SHA1 endian fix</title>
<updated>2012-05-01T22:09:45Z</updated>
<author>
<name>Peter Hillier</name>
<email>peterhillier@yahoo.com</email>
</author>
<published>2012-05-01T22:09:45Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=05c66f7e4e8b26213d7d4b1597ddc94fa4b693af'/>
<id>05c66f7e4e8b26213d7d4b1597ddc94fa4b693af</id>
<content type='text'>
Android toolchain needs an extra include if it's not to confuse
SHA-1 code probably with incorrect endian-ness from missing /bits/

Signed-off-by: Peter Hillier &lt;peterhillier@yahoo.com&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android toolchain needs an extra include if it's not to confuse
SHA-1 code probably with incorrect endian-ness from missing /bits/

Signed-off-by: Peter Hillier &lt;peterhillier@yahoo.com&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ssize_t needs help on windows</title>
<updated>2012-05-01T22:02:45Z</updated>
<author>
<name>David Brooks</name>
<email>dave@bcs.co.nz</email>
</author>
<published>2012-05-01T22:02:45Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=06fbcee7033227b9aa0ce5b2fec3a667feedfb3c'/>
<id>06fbcee7033227b9aa0ce5b2fec3a667feedfb3c</id>
<content type='text'>
ssize_t is needed, but absent in Windows.

This patch typedefs it to an int in that case as recommended by Tobias.

Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Tobias Maier &lt;tobias.maier@netplace.com&gt;
Reported-by: Rich Gossweiler &lt;rich.gossweiler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssize_t is needed, but absent in Windows.

This patch typedefs it to an int in that case as recommended by Tobias.

Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Tobias Maier &lt;tobias.maier@netplace.com&gt;
Reported-by: Rich Gossweiler &lt;rich.gossweiler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce libwebsocket_client_connect_extended</title>
<updated>2012-04-20T04:28:14Z</updated>
<author>
<name>David Brooks</name>
<email>dave@bcs.co.nz</email>
</author>
<published>2012-04-20T04:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=2c60d9584e7c7944dc7ff96e039df8bb6847dff5'/>
<id>2c60d9584e7c7944dc7ff96e039df8bb6847dff5</id>
<content type='text'>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR</title>
<updated>2012-04-20T04:28:11Z</updated>
<author>
<name>David Brooks</name>
<email>dave@bcs.co.nz</email>
</author>
<published>2012-04-20T04:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=80a44975e98a0fdcb42aa75b445ba8d765cca0b6'/>
<id>80a44975e98a0fdcb42aa75b445ba8d765cca0b6</id>
<content type='text'>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--
</pre>
</div>
</content>
</entry>
<entry>
<title>set connection callback before connection completed to allow early messages</title>
<updated>2012-04-20T04:27:24Z</updated>
<author>
<name>David Brooks</name>
<email>dave@bcs.co.nz</email>
</author>
<published>2012-04-20T04:16:52Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=993343b5e426000ef8e0a196730c3fd3ae4bbe89'/>
<id>993343b5e426000ef8e0a196730c3fd3ae4bbe89</id>
<content type='text'>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--

 lib/client-handshake.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--

 lib/client-handshake.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)</pre>
</div>
</content>
</entry>
<entry>
<title>improve callback prototypes to use single definition</title>
<updated>2012-04-20T04:13:50Z</updated>
<author>
<name>David Brooks</name>
<email>dave@bcs.co.nz</email>
</author>
<published>2012-04-20T04:13:50Z</published>
<link rel='alternate' type='text/html' href='http://git.warmcat.com/cgi-bin/cgit/libwebsockets/commit/?id=6c6a3d3caf37c78d0900e44543208606fa2db8a5'/>
<id>6c6a3d3caf37c78d0900e44543208606fa2db8a5</id>
<content type='text'>
Not sure all compilers can hack this, but give it a try

Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure all compilers can hack this, but give it a try

Signed-off-by: David Brooks &lt;dave@bcs.co.nz&gt;
Signed-off-by: Andy Green &lt;andy@warmcat.com&gt;
--</pre>
</div>
</content>
</entry>
</feed>

