mosquitto/lib
Simon Wunderlich c02cdbefdc mosquitto-lib: close socketpair on (re)connect
If the socket pair is still opened on reconnect, close it before
creating it again (just like the state variables). Otherwise, these
sockets are leaked on multiple mosquitto_connect() calls.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-09-22 17:10:26 +01:00
..
cpp Fix CMake dependencies for libmosquittopp. 2015-04-17 21:51:14 +01:00
CMakeLists.txt Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +01:00
dummypthread.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker.version Add client support for MQTT v3.1.1. 2015-01-27 00:32:20 +00:00
logging_mosq.c Initial contribution. 2014-05-07 23:27:00 +01:00
logging_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
Makefile Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +01:00
memory_mosq.c [475707] Fix free related crash on openwrt. 2015-09-16 21:20:40 +01:00
memory_mosq.h Build fixes for OpenBSD. 2015-05-21 17:15:33 +01:00
messages_mosq.c [474935] Increment inflight message count correctly. 2015-08-17 20:50:41 +01:00
messages_mosq.h [474935] Increment inflight message count correctly. 2015-08-17 20:50:41 +01:00
mosquitto_internal.h Avoid calls to strlen() when checking for empty strings. 2015-08-17 16:00:16 -04:00
mosquitto.c mosquitto-lib: close socketpair on (re)connect 2015-09-22 17:10:26 +01:00
mosquitto.h Bump version number. 2015-09-16 22:53:28 +01:00
mqtt3_protocol.h Initial contribution. 2014-05-07 23:27:00 +01:00
net_mosq.c Build fixes for OpenBSD. 2015-05-21 17:15:33 +01:00
net_mosq.h [463000] Use own type to simplify socket handling. 2015-03-29 10:43:08 +01:00
read_handle_client.c Fixes for clients that disconnect very quickly. 2014-07-01 22:16:53 +01:00
read_handle_shared.c Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
read_handle.c Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle.h Remove unused messages from store immediately. 2014-11-17 23:46:02 +00:00
send_client_mosq.c Remove logically dead code. 2015-05-17 07:05:46 +01:00
send_mosq.c [464437] Broker: Fix bridge prefixes operation. 2015-04-11 11:43:21 +01:00
send_mosq.h Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
socks_mosq.c Remove duplicate code. 2015-07-01 11:51:32 +01:00
socks_mosq.h Add missing socks code! 2014-10-02 09:42:19 +01:00
srv_mosq.c Don't use exit() on SRV failure. 2014-05-20 10:22:06 +01:00
thread_mosq.c [471334] Fix incorrect loop timeout with keepalive=0. 2015-06-29 15:57:16 +01:00
time_mosq.c Initial contribution. 2014-05-07 23:27:00 +01:00
time_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
tls_mosq.c Build fixes for OpenBSD. 2015-05-21 17:15:33 +01:00
tls_mosq.h [470660] Handle fragmented TLS packets without a delay. 2015-06-25 10:53:24 +01:00
util_mosq.c [463479] Make _mosquitto_mid_generate() thread safe. 2015-04-03 07:48:55 +01:00
util_mosq.h [458410] Add missing headers to util_mosq.h 2015-01-26 20:46:15 +00:00
will_mosq.c Remove unnecessary includes. 2015-04-18 22:22:55 +01:00
will_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00