mosquitto:macos-test

Last commit made on 2025-12-08
Get this branch:
git clone -b macos-test https://git.launchpad.net/mosquitto

Branch merges

Branch information

Name:
macos-test
Repository:
lp:mosquitto

Recent commits

66a1ccc... by Roger Light

Add testing to Mac OS workflow

fdf1943... by Nicholas Jackson <email address hidden>

Do not include microhttpd.h if WITH_HTTP_API is disabled

Signed-off-by: Nicholas Jackson <email address hidden>

534d597... by Roger Light

Don't persist v5 clean start=false session-expiry-interval=0 clients

This is for the built-in `persistence true` mode only.

Closes #3418. Thanks to nickajacks1.

a45badc... by Roger Light

Add macros to make session expiry values clearer

cd307c3... by Roger Light

Remove redundant test

935de54... by Roger Light

Minor refactor

68d933a... by Norbert Heusser <email address hidden>

Fixed forwarding of subscription identifier to client message peristence callback

Signed-off-by: Norbert Heusser <email address hidden>

d8aee44... by Roger Light

Make auth delayed test more robust

b2aa092... by Roger Light

libcommon base64 unit tests

f7852e5... by Roger Light

read_header is only ever called when all data has been read

This means setting everything back to 0 is the correct approach