index
:
mqtt
fix-keepalive
master
A simple MQTT library written in C
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client.c
Age
Commit message (
Expand
)
Author
2017-03-18
Fix publish message serialization
Oskari Timperi
2017-03-18
Modify the code to use nonblocking sockets
Oskari Timperi
2017-03-06
Free userName and password in MqttClientFree()
Oskari Timperi
2017-03-06
Massive refactoring of the internals
Oskari Timperi
2017-02-20
Support for username and password
Oskari Timperi
2017-02-19
Add MqttClientSubscribeMany() and make necessary API changes
Oskari Timperi
2017-02-19
Add private APIs to support interop testing
Oskari Timperi
2017-02-19
Support reconnecting in MqttClientConnect()
Oskari Timperi
2017-02-19
Use keepalive as SocketSelect() timeout if timeout<0
Oskari Timperi
2017-02-19
Allow keepalive to be 0 to disable sending PINGREQs
Oskari Timperi
2017-02-18
Disconnect socket if connected in MqttClientFree()
Oskari Timperi
2017-02-18
Fix a bug MqttClientHandlePubRel()
Oskari Timperi
2017-02-18
Add MqttClientIsConnected()
Oskari Timperi
2017-02-18
Add timeout param to MqttClientRunOnce()
Oskari Timperi
2017-02-18
Move cleanSession argument to MqttClientConnect()
Oskari Timperi
2017-02-17
Include qos/retain in OnMessage callback
Oskari Timperi
2017-02-15
Make the code compile using MinGW
Oskari Timperi
2017-02-15
Add SocketSelect() to wrap select()
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
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
2017-02-12
Fixes to make code to almost compile on -std=c89 setting
Oskari Timperi
2017-02-12
Implement will
Oskari Timperi
2017-02-12
Add all the stuff
Oskari Timperi