mosquitto/lib
Franz Auernigg 18a6d79ab8 Fix cmake if condition in lib/CMakeLists.txt
Signed-off-by: Franz Auernigg <f.auernigg@commend.com>
2020-11-11 09:42:40 +00:00
..
cpp Remove deprecation warning on libmosquittopp. 2020-11-05 22:38:35 +00:00
actions.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
alias_mosq.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
alias_mosq.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
callbacks.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
CMakeLists.txt Fix cmake if condition in lib/CMakeLists.txt 2020-11-11 09:42:40 +00:00
connect.c Clients: Give warning if keepalive too low. 2020-11-03 09:51:28 +00:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_connack.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_ping.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubackcomp.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
handle_publish.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
handle_pubrec.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
handle_pubrel.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
handle_suback.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
handle_unsuback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
helpers.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
logging_mosq.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
loop.c QNX has no pselect() either. 2020-11-02 21:33:09 +00:00
Makefile Move headers to own directory. 2020-10-07 22:06:01 +01:00
memory_mosq.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
memory_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
messages_mosq.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
messages_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.c Merge branch 'fixes' into develop 2020-10-27 00:43:07 +00:00
misc_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto_internal.h Optimise epoll event to context/listener mapping. Allows quicker lookups. 2020-11-05 16:10:50 +00:00
mosquitto.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
net_mosq_ocsp.c Fixed "config.h" file placement to help using it as a precompiled header. 2020-10-26 14:57:37 +00:00
net_mosq.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
net_mosq.h Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
options.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
packet_datatypes.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
packet_mosq.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
packet_mosq.h Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
property_mosq.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
property_mosq.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
read_handle.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
read_handle.h Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
send_connect.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
send_disconnect.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_mosq.c Allow send__pub{ack,rec,rel,comp} to send properties. 2020-07-10 12:29:53 +01:00
send_mosq.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
send_publish.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
send_subscribe.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
send_unsubscribe.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
socks_mosq.c Add missing header for QNX 2020-10-21 19:39:31 +01:00
socks_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
srv_mosq.c Build and conversion fixes for build variants. 2020-11-05 10:23:01 +00:00
thread_mosq.c do not include pthread when compiling without threading support 2020-08-18 22:52:29 +01:00
time_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
time_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
tls_mosq.c Merge branch 'fixes' into develop 2020-10-27 00:43:07 +00:00
tls_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
utf8_mosq.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
util_mosq.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
util_mosq.h Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
util_topic.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
will_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00