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 A. Light b816d46508 Use db as a global var instead of passing to functions.
This allows a big swath of ifdefs to be removed. It also means savings as the db var is not passed around all of the time, and makes it easier to remove the final broker call to mosquitto_time() call in packet_mosq.c. In one test this reduced the calls to mosquitto_time() from 295k to 48k.
5 years ago
..
cpp Remove deprecation warning on libmosquittopp. 5 years ago
CMakeLists.txt In android ndk doesn't exist librt and libpthread 5 years ago
Makefile Move headers to own directory. 5 years ago
actions.c Fix conversion errors. 5 years ago
alias_mosq.c Fix conversion errors. 5 years ago
alias_mosq.h Fix conversion errors. 5 years ago
callbacks.c Update changelog. Release page. Bump copyright. 6 years ago
connect.c Clients: Give warning if keepalive too low. 5 years ago
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 5 years ago
handle_auth.c Update changelog. Release page. Bump copyright. 6 years ago
handle_connack.c Merge remote-tracking branch 'origin/fixes' into develop 5 years ago
handle_disconnect.c Update changelog. Release page. Bump copyright. 6 years ago
handle_ping.c Update changelog. Release page. Bump copyright. 6 years ago
handle_pubackcomp.c Use db as a global var instead of passing to functions. 5 years ago
handle_publish.c Fix conversion errors. 5 years ago
handle_pubrec.c Use db as a global var instead of passing to functions. 5 years ago
handle_pubrel.c Use db as a global var instead of passing to functions. 5 years ago
handle_suback.c Fix conversion errors. 5 years ago
handle_unsuback.c Update changelog. Release page. Bump copyright. 6 years ago
helpers.c Fix conversion errors. 5 years ago
linker.version Merge remote-tracking branch 'origin/fixes' into develop 5 years ago
logging_mosq.c Fix conversion errors. 5 years ago
logging_mosq.h Fix conversion errors. 5 years ago
loop.c QNX has no pselect() either. 5 years ago
memory_mosq.c Fixes for the poor souls stuck on <c99. 6 years ago
memory_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
messages_mosq.c Fix conversion errors. 5 years ago
messages_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
misc_mosq.c Merge branch 'fixes' into develop 5 years ago
misc_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
mosquitto.c Fix conversion errors. 5 years ago
mosquitto_internal.h Optimise epoll event to context/listener mapping. Allows quicker lookups. 5 years ago
net_mosq.c Use db as a global var instead of passing to functions. 5 years ago
net_mosq.h Use db as a global var instead of passing to functions. 5 years ago
net_mosq_ocsp.c Fixed "config.h" file placement to help using it as a precompiled header. 5 years ago
options.c Fix conversion errors. 5 years ago
packet_datatypes.c Fix conversion errors. 5 years ago
packet_mosq.c Use db as a global var instead of passing to functions. 5 years ago
packet_mosq.h Use db as a global var instead of passing to functions. 5 years ago
property_mosq.c Fix conversion errors. 5 years ago
property_mosq.h Fix conversion errors. 5 years ago
read_handle.c Use db as a global var instead of passing to functions. 5 years ago
read_handle.h Use db as a global var instead of passing to functions. 5 years ago
send_connect.c Fix conversion errors. 5 years ago
send_disconnect.c Merge branch 'fixes' into develop 6 years ago
send_mosq.c Allow send__pub{ack,rec,rel,comp} to send properties. 5 years ago
send_mosq.h Fix conversion errors. 5 years ago
send_publish.c Fix conversion errors. 5 years ago
send_subscribe.c Fix conversion errors. 5 years ago
send_unsubscribe.c Fix conversion errors. 5 years ago
socks_mosq.c Add missing header for QNX 5 years ago
socks_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
srv_mosq.c Build and conversion fixes for build variants. 5 years ago
thread_mosq.c do not include pthread when compiling without threading support 5 years ago
time_mosq.c Update changelog. Release page. Bump copyright. 6 years ago
time_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
tls_mosq.c Merge branch 'fixes' into develop 5 years ago
tls_mosq.h Update changelog. Release page. Bump copyright. 6 years ago
utf8_mosq.c Fixes for the poor souls stuck on <c99. 6 years ago
util_mosq.c Use db as a global var instead of passing to functions. 5 years ago
util_mosq.h Use db as a global var instead of passing to functions. 5 years ago
util_topic.c Update changelog. Release page. Bump copyright. 6 years ago
will_mosq.c Fix conversion errors. 5 years ago
will_mosq.h Update changelog. Release page. Bump copyright. 6 years ago