| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-18 | Modify the code to use nonblocking sockets | Oskari Timperi | |
| 2017-02-18 | Add timeout param to MqttClientRunOnce() | Oskari Timperi | |
| Also change SocketSelect() to take timeout in milliseconds. | |||
| 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-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 | Add SocketSelect() to wrap select() | Oskari Timperi | |
| This also makes all the necessary includes for sockets centralized to `sockets.c`. | |||
| 2017-02-14 | More includes to socket.c | Oskari Timperi | |
| Try to make the library compile under -std=c99 -pedantic | |||
| 2017-02-12 | Add all the stuff | Oskari Timperi | |
