aboutsummaryrefslogtreecommitdiff
path: root/src/socketstream.c
AgeCommit message (Collapse)Author
2017-02-16Use functions from socket.c in socketstream.cOskari Timperi
Makes the socket includes and platform specific defines centralized in one place.
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-12Fixes to make code to almost compile on -std=c89 settingOskari Timperi
2017-02-12Add all the stuffOskari Timperi