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 7e4746aac4 Fix missing symbols MacOS
Core symbols needed by plugins are now properly linked to their objects

 * Remove link_directories() call:

This specification is not necessary for our own libraries as cmake
shares this information over the targets.

If needed they should be specified target specific, like done for
the external DLT library.

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
..
cpp Fix missing symbols MacOS 3 years ago
CMakeLists.txt Fix missing symbols MacOS 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 Bump copyrights. 4 years ago
callbacks.c Bump copyrights. 4 years ago
callbacks.h Bump copyrights. 4 years ago
connect.c Set pointers to NULL after freeing. 4 years ago
dummypthread.h Pointless whitespace tidy. 4 years ago
handle_auth.c Merge branch 'master' into develop 4 years ago
handle_connack.c Set pointers to NULL after freeing. 4 years ago
handle_disconnect.c Bump copyrights. 4 years ago
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 Plugin persistence interface. 4 years ago
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 Merge branch 'master' into develop 4 years ago
helpers.c Set pointers to NULL after freeing. 4 years ago
http_client.c Fix Coverity Scan 1486945 String not null terminated 4 years ago
http_client.h Experimental custom websockets support. 4 years ago
linker.version Add mosquitto_sub_matches_acl_with_pattern. 4 years ago
logging_mosq.c Set pointers to NULL after freeing. 4 years ago
logging_mosq.h Bump copyrights. 4 years ago
loop.c Bump copyrights. 4 years ago
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 Bump copyrights. 4 years ago
mosquitto.c Client HTTP request size configurable. 4 years ago
mosquitto_internal.h Restrict persistence events to persisted clients only. 4 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 Bump copyrights. 4 years ago
net_ws.c Fix WS reads when fragmented packets are sent. 3 years ago
options.c Client HTTP request size configurable. 4 years ago
packet_datatypes.c Improve uint16/32 packet read/write performance. 4 years ago
packet_mosq.c Remove unused macro. 4 years ago
packet_mosq.h Bump copyrights. 4 years ago
property_mosq.c Re-enable LTO for gcc builds. 4 years ago
property_mosq.h Bump copyrights. 4 years ago
read_handle.c Bump copyrights. 4 years ago
read_handle.h Bump copyrights. 4 years ago
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 Merge branch 'master' into develop 4 years ago
send_mosq.h Bump copyrights. 4 years ago
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 Merge branch 'master' into develop 4 years ago
socks_mosq.c Socks proxy test plus fixes. 4 years ago
socks_mosq.h Bump copyrights. 4 years ago
srv_mosq.c CMake build fixes, including sqlite support. 4 years ago
strings_mosq.c Better string 4 years ago
thread_mosq.c Bump copyrights. 4 years ago
tls_mosq.c Bump copyrights. 4 years ago
tls_mosq.h Bump copyrights. 4 years ago
utf8_mosq.c Re-enable LTO for gcc builds. 4 years ago
util_mosq.c Bump copyrights. 4 years ago
util_mosq.h Bump copyrights. 4 years ago
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 Bump copyrights. 4 years ago