<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mqtt/src, 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>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>Initialize Winsock on Windows</title>
<updated>2017-02-15T20:52:59+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T20:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=7a87b3b724e8580195bd35e3654f8f4a2f45ed3c'/>
<id>7a87b3b724e8580195bd35e3654f8f4a2f45ed3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the code compile using MinGW</title>
<updated>2017-02-15T20:35:52+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T20:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=96fad648096614c13e784f11f0e90a583e567de1'/>
<id>96fad648096614c13e784f11f0e90a583e567de1</id>
<content type='text'>
- implemented GetCurrentTime() for Windows
- had to rename GetCurrentTime() to MqttGetCurrentTime() because of name
  clashes
- setup headers correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- implemented GetCurrentTime() for Windows
- had to rename GetCurrentTime() to MqttGetCurrentTime() because of name
  clashes
- setup headers correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>Home-made 16 bit big endian reading and writing in stream.c</title>
<updated>2017-02-15T20:32:45+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T20:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=d94ae26d161be87c58906dac10519e8156469923'/>
<id>d94ae26d161be87c58906dac10519e8156469923</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SocketSelect() to wrap select()</title>
<updated>2017-02-15T19:38:31+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=e41108fe4f40113f51e7b873f5165ebaf2b085d1'/>
<id>e41108fe4f40113f51e7b873f5165ebaf2b085d1</id>
<content type='text'>
This also makes all the necessary includes for sockets centralized to
`sockets.c`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also makes all the necessary includes for sockets centralized to
`sockets.c`.
</pre>
</div>
</content>
</entry>
</feed>
