mosquitto/lib
Roger Light 6ebbb4d654 Fix possible socket leak.
This would occur if a client was using `mosquitto_loop_start()`, then if
the connection failed due to the remote server being inaccessible they
called `mosquitto_loop_stop(, true)` and recreated the mosquitto object.

See: https://www.eclipse.org/forums/index.php?t=rview&goto=1839865#msg_1839865
2021-04-02 11:03:01 +01:00
..
cpp Update to EPL-2.0 2020-11-25 17:34:21 +00:00
actions.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
alias_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
alias_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
callbacks.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
CMakeLists.txt Fix connack error printing. 2020-12-01 15:57:37 +00:00
connect.c fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_connack.c fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
handle_disconnect.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_ping.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_pubackcomp.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_publish.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_pubrec.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_pubrel.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_suback.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_unsuback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
helpers.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
logging_mosq.h Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
loop.c fully empty socketpairR on interruptible_sleep 2021-03-22 08:15:47 +01:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
memory_mosq.h Fix memory tracking not being available on FreeBSD or macOS. 2021-02-25 17:04:15 +00:00
messages_mosq.c fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
messages_mosq.h fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
misc_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
misc_mosq.h Minor build fixes. 2021-03-21 09:18:43 +00:00
mosquitto_internal.h Fix QoS 0 messages not being delivered when max_queued_bytes was configured. 2021-03-08 23:23:45 +00:00
mosquitto.c Fix TLS bridge/lib incorrectly connecting on invalid CA file. 2021-03-11 12:45:04 +00:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
net_mosq.c Fix possible socket leak. 2021-04-02 11:03:01 +01:00
net_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
options.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
packet_datatypes.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
packet_mosq.c Move check after current_out_packet is updated. 2021-01-28 09:29:52 +00:00
packet_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
property_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
property_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_connect.c Minor build fixes. 2021-03-21 09:18:43 +00:00
send_disconnect.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_publish.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
send_subscribe.c Minor build fixes. 2021-03-21 09:18:43 +00:00
send_unsubscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
socks_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
socks_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
srv_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
strings_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
thread_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
time_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
time_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
tls_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
tls_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
utf8_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_topic.c Fix mosquitto_{pub|sub}_topic_check() function returns. 2021-02-09 14:09:53 +00:00
will_mosq.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
will_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00