You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/lib
Kai Buschulte 71456077ad Introduce a common-options cmake target
this makes it possible to explicitly share compile options, without
using the `add_definition` function. This function declares options for
the current directory and below (in our case also for `deps`).

Adding -Wall, -Wconversion and -Wextra to at least make compiler
warnings visible for the cmake build.

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
..
cpp Introduce a common-options cmake target 3 years ago
CMakeLists.txt Introduce a common-options cmake target 3 years ago
Makefile Move shared code to common directory 4 years ago
actions_publish.c Split library actions.c for easier discoverability. 4 years ago
actions_subscribe.c Split library actions.c for easier discoverability. 4 years ago
actions_unsubscribe.c Split library actions.c for easier discoverability. 4 years ago
alias_mosq.c Test fixes. 4 years ago
alias_mosq.h
callbacks.c
callbacks.h
connect.c Set pointers to NULL after freeing. 4 years ago
dummypthread.h
handle_auth.c
handle_connack.c Set pointers to NULL after freeing. 4 years ago
handle_disconnect.c
handle_ping.c Fix Coverity Scan 1486948 Structurally dead code 4 years ago
handle_pubackcomp.c Fix Coverity Scan 1486949 Resource leak 4 years ago
handle_publish.c Set pointers to NULL after freeing. 4 years ago
handle_pubrec.c
handle_pubrel.c Fix Coverity Scan 1486957 Resource leak 4 years ago
handle_suback.c Fix Coverity Scan 1436854 Resource leak 4 years ago
handle_unsuback.c
helpers.c Set pointers to NULL after freeing. 4 years ago
http_client.c Build fixes, particularly pedantic compiler warnings. 3 years ago
http_client.h
linker.version
logging_mosq.c Set pointers to NULL after freeing. 4 years ago
logging_mosq.h
loop.c
memory_mosq.c Fix incorrect header position. 4 years ago
memory_mosq.h Set pointers to NULL after freeing. 4 years ago
messages_mosq.c Set pointers to NULL after freeing. 4 years ago
messages_mosq.h
mosquitto.c Store out_packet bytes rather than having to calculate it. 3 years ago
mosquitto_internal.h Build fixes, particularly pedantic compiler warnings. 3 years ago
net_mosq.c Build fixes 4 years ago
net_mosq.h Check accept key with websockets clients. 4 years ago
net_mosq_ocsp.c
net_ws.c Build fixes, particularly pedantic compiler warnings. 3 years ago
options.c Build fixes, particularly pedantic compiler warnings. 3 years ago
packet_datatypes.c Improve uint16/32 packet read/write performance. 4 years ago
packet_mosq.c Publish global out_packet values to $SYS 3 years ago
packet_mosq.h
property_mosq.c Re-enable LTO for gcc builds. 4 years ago
property_mosq.h
read_handle.c
read_handle.h
send_connect.c Set pointers to NULL after freeing. 4 years ago
send_disconnect.c Set pointers to NULL after freeing. 4 years ago
send_mosq.c
send_mosq.h
send_publish.c Plugin interface interface and test improvements. 4 years ago
send_subscribe.c Set pointers to NULL after freeing. 4 years ago
send_unsubscribe.c
socks_mosq.c Socks proxy test plus fixes. 4 years ago
socks_mosq.h
srv_mosq.c CMake build fixes, including sqlite support. 4 years ago
strings_mosq.c
thread_mosq.c
tls_mosq.c
tls_mosq.h
utf8_mosq.c Re-enable LTO for gcc builds. 4 years ago
util_mosq.c
util_mosq.h
util_topic.c Re-enable LTO for gcc builds. 4 years ago
will_mosq.c Set pointers to NULL after freeing. 4 years ago
will_mosq.h