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
Roger Light 8c1d380b4e Allow other apps access to log file on Windows.
This change means that users with the appropriate security permissions
can open the log file for reading at the same time that it is being
written.

Closes #515.
6 years ago
..
cpp Windows build fixes. 6 years ago
CMakeLists.txt Windows build fixes. 6 years ago
Makefile Build fixes around CFLAGS et al. 6 years ago
actions.c Fix inflight quota inc/dec for both broker and library. 7 years ago
alias_mosq.c Add alias support to the broker. 7 years ago
alias_mosq.h Add alias support to the broker. 7 years ago
callbacks.c Merge branch 'master' 7 years ago
connect.c Separate broker message queues into in/out. 7 years ago
dummypthread.h Don't use reserved names in header guards. 10 years ago
handle_auth.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
handle_connack.c Separate broker message queues into in/out. 7 years ago
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 7 years ago
handle_ping.c Restrict what packets are allowed in what client state. 7 years ago
handle_pubackcomp.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_publish.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_pubrec.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_pubrel.c Suppress confusing "unknown PUBREL" message. 6 years ago
handle_suback.c Restrict what packets are allowed in what client state. 7 years ago
handle_unsuback.c Restrict what packets are allowed in what client state. 7 years ago
helpers.c Merge branch 'master' 7 years ago
linker.version Rejig OCSP code. 7 years ago
logging_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
logging_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
loop.c Separate broker message queues into in/out. 7 years ago
memory_mosq.c Remove incorrect and unused memory limiting code. 6 years ago
memory_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
messages_mosq.c Fix inflight quota inc/dec for both broker and library. 7 years ago
messages_mosq.h Separate broker message queues into in/out. 7 years ago
mosquitto.c pthread_cancel() is not available on Android 6 years ago
mosquitto.h Bump version and web pages. 6 years ago
mosquitto_internal.h Fixes for bug #1273 6 years ago
mqtt_protocol.h Retain-as-published support. 7 years ago
net_mosq.c ssl: support openssl with ENGINE support disabled. 6 years ago
net_mosq.h Merge branch 'master' of git://github.com/LarsVoelker/mosquitto into LarsVoelker-master 7 years ago
net_mosq_ocsp.c Windows build fixes. 7 years ago
options.c Fix MQTT v5 clients not being able to specify a password without a username. 6 years ago
packet_datatypes.c Fix datatype_read test. 7 years ago
packet_mosq.c Merge branch 'master' 7 years ago
packet_mosq.h Merge branch 'master' 7 years ago
property_mosq.c Multistep auth, plus reauth, plus tests. 7 years ago
property_mosq.h Subscription identifier support. 7 years ago
read_handle.c Merge branch 'master' 7 years ago
read_handle.h Merge branch 'master' 7 years ago
send_connect.c Fix MQTT v5 clients not being able to specify a password without a username. 6 years ago
send_disconnect.c Multistep auth, plus reauth, plus tests. 7 years ago
send_mosq.c Fix minor Coverity issues 7 years ago
send_mosq.h Merge branch 'master' 7 years ago
send_publish.c Remove debug statements. 7 years ago
send_subscribe.c Merge branch 'master' 7 years ago
send_unsubscribe.c Merge branch 'master' 7 years ago
socks_mosq.c Merge branch 'master' 7 years ago
socks_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
srv_mosq.c Merge branch 'master' 7 years ago
thread_mosq.c pthread_cancel() is not available on Android 6 years ago
time_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
time_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
tls_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
tls_mosq.h Merge branch 'master' 7 years ago
utf8_mosq.c Merge branch 'master' 7 years ago
util_mosq.c Allow other apps access to log file on Windows. 6 years ago
util_mosq.h Minor build variant fixes. 7 years ago
util_topic.c Fix some -Wextra compiler warnings. 7 years ago
will_mosq.c Merge branch 'master' 7 years ago
will_mosq.h Merge branch 'master' 7 years ago