aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-02-14Include config.h initially with MQTT_INLINE definitionOskari Timperi
2017-02-14More includes to socket.cOskari Timperi
Try to make the library compile under -std=c99 -pedantic
2017-02-14Free packets from outMessages and inMessages when freeing clientOskari Timperi
2017-02-14Fixes to make valgrind happyOskari Timperi
2017-02-14Take bstrlib into useOskari Timperi
I should've done this from the start. :-)
2017-02-12Fixes to make code to almost compile on -std=c89 settingOskari Timperi
2017-02-12Make amalgamation depend on mqttOskari Timperi
2017-02-12Implement willOskari Timperi
2017-02-12Implement MqttPacketFreeOskari Timperi
2017-02-12Add all the stuffOskari Timperi