aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16Update amalgamationv0.2Oskari Timperi
2017-02-16Replace getopt.c with optparse.c for toolsOskari Timperi
2017-02-16Link the mqtt library to ws2_32 on Windows to make tools linkOskari Timperi
2017-02-16Use functions from socket.c in socketstream.cOskari Timperi
2017-02-16MSVC/Windows cleanups to socket.cOskari Timperi
2017-02-16Get rid of compiler warning by explicit castOskari Timperi
2017-02-16Remove SEEK_SET/SEEK_END/SEEK_CUR redefinitionsOskari Timperi
2017-02-16Make queue.h work on MSVCOskari Timperi
2017-02-15Add amalgamationv0.1Oskari Timperi
2017-02-15Include the license text in the amalgamationOskari Timperi
2017-02-15Initialize Winsock on WindowsOskari Timperi
2017-02-15Make the code compile using MinGWOskari Timperi
2017-02-15Home-made 16 bit big endian reading and writing in stream.cOskari Timperi
2017-02-15Add SocketSelect() to wrap select()Oskari Timperi
2017-02-15NULL terminate received strings and message payloadOskari Timperi
2017-02-14Add more fixes to -std=c99 compilation by defining _XOPEN_SOURCEOskari Timperi
2017-02-14Fixes to -std=c99 compilationOskari Timperi
2017-02-14Include config.h initially with MQTT_INLINE definitionOskari Timperi
2017-02-14More includes to socket.cOskari Timperi
2017-02-14Fix amalgamation and includes under src/libOskari Timperi
2017-02-14Call MqttClientFree in sub.cOskari Timperi
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
2017-02-12Remove obsolete source file from amalgamation scriptOskari Timperi
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-12Update README.mdOskari Timperi
2017-02-12Update README.mdOskari Timperi
2017-02-12Create README.mdOskari Timperi
2017-02-12Add all the stuffOskari Timperi
2017-02-12Initial commitOskari Timperi