| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-16 | Link the mqtt library to ws2_32 on Windows to make tools link | Oskari Timperi | |
| 2017-02-16 | Use functions from socket.c in socketstream.c | Oskari Timperi | |
| Makes the socket includes and platform specific defines centralized in one place. | |||
| 2017-02-16 | MSVC/Windows cleanups to socket.c | Oskari Timperi | |
| 2017-02-16 | Get rid of compiler warning by explicit cast | Oskari Timperi | |
| 2017-02-16 | Remove SEEK_SET/SEEK_END/SEEK_CUR redefinitions | Oskari Timperi | |
| Don't really know why they were there in the first place. | |||
| 2017-02-16 | Make queue.h work on MSVC | Oskari Timperi | |
| Surround currently unnecessary parts with `#if 0 ... #endif`. The offending part was the __launder_type() function with inline assembly in unsupported GCC style. | |||
| 2017-02-15 | Initialize Winsock on Windows | Oskari Timperi | |
| 2017-02-15 | Make the code compile using MinGW | Oskari Timperi | |
| - implemented GetCurrentTime() for Windows - had to rename GetCurrentTime() to MqttGetCurrentTime() because of name clashes - setup headers correctly | |||
| 2017-02-15 | Home-made 16 bit big endian reading and writing in stream.c | Oskari Timperi | |
| 2017-02-15 | Add SocketSelect() to wrap select() | Oskari Timperi | |
| This also makes all the necessary includes for sockets centralized to `sockets.c`. | |||
| 2017-02-15 | NULL terminate received strings and message payload | Oskari Timperi | |
| 2017-02-14 | Add more fixes to -std=c99 compilation by defining _XOPEN_SOURCE | Oskari Timperi | |
| 2017-02-14 | Fixes to -std=c99 compilation | Oskari Timperi | |
| 2017-02-14 | Include config.h initially with MQTT_INLINE definition | Oskari Timperi | |
| 2017-02-14 | More includes to socket.c | Oskari Timperi | |
| Try to make the library compile under -std=c99 -pedantic | |||
| 2017-02-14 | Free packets from outMessages and inMessages when freeing client | Oskari Timperi | |
| 2017-02-14 | Fixes to make valgrind happy | Oskari Timperi | |
| 2017-02-14 | Take bstrlib into use | Oskari Timperi | |
| I should've done this from the start. :-) | |||
| 2017-02-12 | Fixes to make code to almost compile on -std=c89 setting | Oskari Timperi | |
| 2017-02-12 | Make amalgamation depend on mqtt | Oskari Timperi | |
| 2017-02-12 | Implement will | Oskari Timperi | |
| 2017-02-12 | Implement MqttPacketFree | Oskari Timperi | |
| 2017-02-12 | Add all the stuff | Oskari Timperi | |
