<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mqtt/src, branch v0.1</title>
<subtitle>A simple MQTT library written in C</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/'/>
<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>
<entry>
<title>NULL terminate received strings and message payload</title>
<updated>2017-02-15T17:02:06+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-15T17:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=a2c431ec96f7a6ed7e5c41b7ae93dc086ae541f1'/>
<id>a2c431ec96f7a6ed7e5c41b7ae93dc086ae541f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more fixes to -std=c99 compilation by defining _XOPEN_SOURCE</title>
<updated>2017-02-14T21:57:42+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-14T21:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=0741e7d5810c1bb999b417f97dd66f5ba4cdc6c2'/>
<id>0741e7d5810c1bb999b417f97dd66f5ba4cdc6c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to -std=c99 compilation</title>
<updated>2017-02-14T21:56:10+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-14T21:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=9245a7e959ed1e300b7b2bc14da40877501fa28f'/>
<id>9245a7e959ed1e300b7b2bc14da40877501fa28f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include config.h initially with MQTT_INLINE definition</title>
<updated>2017-02-14T21:51:48+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-14T21:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=8fe0a3b672802ecbd75bdbcec4fed6a993f2af89'/>
<id>8fe0a3b672802ecbd75bdbcec4fed6a993f2af89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More includes to socket.c</title>
<updated>2017-02-14T21:31:19+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-14T21:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=7e0ff295f158e13b57462b00a24b79cc064b3e45'/>
<id>7e0ff295f158e13b57462b00a24b79cc064b3e45</id>
<content type='text'>
Try to make the library compile under -std=c99 -pedantic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to make the library compile under -std=c99 -pedantic
</pre>
</div>
</content>
</entry>
<entry>
<title>Free packets from outMessages and inMessages when freeing client</title>
<updated>2017-02-14T21:20:14+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-14T21:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=9115992db53079ed8d6b37e2a0cd714fde98c789'/>
<id>9115992db53079ed8d6b37e2a0cd714fde98c789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
