<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mqtt, branch v0.2</title>
<subtitle>A simple MQTT library written in C</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/'/>
<entry>
<title>Update amalgamation</title>
<updated>2017-02-16T21:11:19+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T21:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=76dbf9006453c41cd2ffe39d14c67ba44a253e3d'/>
<id>76dbf9006453c41cd2ffe39d14c67ba44a253e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace getopt.c with optparse.c for tools</title>
<updated>2017-02-16T20:35:25+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T20:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=a605b6570fc6de9d7467f6fef5cc3561976c90f9'/>
<id>a605b6570fc6de9d7467f6fef5cc3561976c90f9</id>
<content type='text'>
The magic getopt.c didn't work out with MSVC for some reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The magic getopt.c didn't work out with MSVC for some reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>Link the mqtt library to ws2_32 on Windows to make tools link</title>
<updated>2017-02-16T19:21:08+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T19:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=9a3f03af52c18517f87ab74395552cc9f7f27284'/>
<id>9a3f03af52c18517f87ab74395552cc9f7f27284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use functions from socket.c in socketstream.c</title>
<updated>2017-02-16T19:13:41+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T19:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=86a38a95ffca9f4eaf7c6e83fd2c7780859ba496'/>
<id>86a38a95ffca9f4eaf7c6e83fd2c7780859ba496</id>
<content type='text'>
Makes the socket includes and platform specific defines centralized in one
place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the socket includes and platform specific defines centralized in one
place.
</pre>
</div>
</content>
</entry>
<entry>
<title>MSVC/Windows cleanups to socket.c</title>
<updated>2017-02-16T18:45:21+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=ebb556449f4b533bb2e3c52567c498f25a3c7b41'/>
<id>ebb556449f4b533bb2e3c52567c498f25a3c7b41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of compiler warning by explicit cast</title>
<updated>2017-02-16T18:28:38+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T18:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=ab41e0dcb8f5c201547e41803e3fec2ae007c590'/>
<id>ab41e0dcb8f5c201547e41803e3fec2ae007c590</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SEEK_SET/SEEK_END/SEEK_CUR redefinitions</title>
<updated>2017-02-16T18:26:45+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T18:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=f92cf5ad19f3e512b49398e3689e1bf4545dca59'/>
<id>f92cf5ad19f3e512b49398e3689e1bf4545dca59</id>
<content type='text'>
Don't really know why they were there in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't really know why they were there in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make queue.h work on MSVC</title>
<updated>2017-02-16T18:25:50+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-16T18:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=217721f0f5bcd2c88fb00e7347e77e8f81a7400e'/>
<id>217721f0f5bcd2c88fb00e7347e77e8f81a7400e</id>
<content type='text'>
Surround currently unnecessary parts with `#if 0 ... #endif`. The offending
part was the __launder_type() function with inline assembly in unsupported
GCC style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Surround currently unnecessary parts with `#if 0 ... #endif`. The offending
part was the __launder_type() function with inline assembly in unsupported
GCC style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add amalgamation</title>
<updated>2017-02-15T21:03:37+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T21:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=8302ceb6c3675ae538a272542182a64649163690'/>
<id>8302ceb6c3675ae538a272542182a64649163690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the license text in the amalgamation</title>
<updated>2017-02-15T21:01:24+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T21:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=c6e27cad4609affaf83ed3916c522195e1e0bba5'/>
<id>c6e27cad4609affaf83ed3916c522195e1e0bba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
