mosquitto/lib
2020-09-24 17:03:14 +01:00
..
cpp Fix use of sed on BSD. 2020-03-12 11:52:58 +00:00
actions.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
alias_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
alias_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
callbacks.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
CMakeLists.txt CMake: Make building clients, broker and C++ library optional. 2020-03-27 21:57:06 +00:00
connect.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01: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 Don't treact unexpected PUBACK/COMP as fatal. 2020-03-28 23:33:01 +00:00
handle_publish.c Allow send__pub{ack,rec,rel,comp} to send properties. 2020-07-10 12:29:53 +01:00
handle_pubrec.c Allow send__pub{ack,rec,rel,comp} to send properties. 2020-07-10 12:29:53 +01:00
handle_pubrel.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
handle_suback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_unsuback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
helpers.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
logging_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
loop.c Fix overly broad HAVE_PTHREAD_CANCEL compile guard. 2020-08-11 11:02:38 +01:00
Makefile Fix use of sed on BSD. 2020-03-12 11:52:58 +00: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 Allow send__pub{ack,rec,rel,comp} to send properties. 2020-07-10 12:29:53 +01:00
messages_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto_internal.h Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
mosquitto.c Fix missing mach/mach_time.h header on OS X. 2020-09-22 15:08:48 +01:00
mosquitto.h Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
mqtt_protocol.h doc: add mqtt5 property options. 2020-03-19 16:40:48 +00:00
net_mosq_ocsp.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
net_mosq.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
net_mosq.h lazy init SSL 2020-07-23 17:48:56 +02:00
options.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
packet_datatypes.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_mosq.c Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
packet_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
property_mosq.c Guard against use-after-free. 2020-08-06 13:36:24 +01:00
property_mosq.h Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
read_handle.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_connect.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00: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 Allow send__pub{ack,rec,rel,comp} to send properties. 2020-07-10 12:29:53 +01:00
send_publish.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_subscribe.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_unsubscribe.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
socks_mosq.c extend ifdef guard to fix compilation on OpenBSD 2020-06-17 15:54:24 +01:00
socks_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
srv_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +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-03-03 12:54:57 +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 Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_topic.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.c Fix reconnect+will delay interval issue causing missing messages. 2020-08-11 11:01:25 +01:00
will_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00