aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-03-18Update amalgamationOskari Timperi
2017-03-06Massive refactoring of the internalsOskari Timperi
2017-02-19Add MqttClientSubscribeMany() and make necessary API changesOskari Timperi
2017-02-18Move cleanSession argument to MqttClientConnect()Oskari Timperi
2017-02-17Include qos/retain in OnMessage callbackOskari Timperi
2017-02-16Replace getopt.c with optparse.c for toolsOskari Timperi
The magic getopt.c didn't work out with MSVC for some reason.
2017-02-15Include the license text in the amalgamationOskari Timperi
2017-02-15Make the code compile using MinGWOskari Timperi
- implemented GetCurrentTime() for Windows - had to rename GetCurrentTime() to MqttGetCurrentTime() because of name clashes - setup headers correctly
2017-02-14Include config.h initially with MQTT_INLINE definitionOskari Timperi
2017-02-14Fix amalgamation and includes under src/libOskari Timperi
2017-02-14Call MqttClientFree in sub.cOskari 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-12Remove obsolete source file from amalgamation scriptOskari Timperi
2017-02-12Add all the stuffOskari Timperi