Declare variables before code. |
|
More...
|
about 10 years ago
|
Make bridge connections non-blocking for non-TLS connections. |
|
More...
|
about 10 years ago
|
Remove duplicate strlen check. |
|
More...
|
about 10 years ago
|
Assign to NULL to prevent double free later. |
|
More...
|
about 10 years ago
|
Protect against possible NULL dereference after unsubscribing. |
|
More...
|
about 10 years ago
|
SRV support is now not compiled in by default. |
|
More...
|
about 10 years ago
|
More "client has disconnected but is not freed" protections. |
|
More...
|
about 10 years ago
|
Fixes for clientid stealing situation. |
|
More...
|
about 10 years ago
|
Don't rearrange leaves here until we are sure we have all the memory allocated. |
|
More...
|
about 10 years ago
|
Protect against client->id NULL dereference. |
|
More...
|
about 10 years ago
|
Don't derefence NULLs. |
|
More...
|
about 10 years ago
|
Record client subs correctly. |
|
More...
|
about 10 years ago
|
Remove unused struct members. |
|
More...
|
about 10 years ago
|
Memory leak and id stealing fixes. |
|
More...
|
over 10 years ago
|
Change the way that new clients with match client ids are dealt with. |
|
More...
|
over 10 years ago
|
Merge 1.3.2-1.3.5 into 1.4. |
|
More...
|
over 10 years ago
|
Client structs store sub information to make _subs_clean_session more efficient. |
|
More...
|
over 10 years ago
|
Typo fix. |
|
More...
|
over 10 years ago
|
Update libmosquitto man page example. |
|
More...
|
over 10 years ago
|
Bump version number. |
|
More...
|
over 10 years ago
|
When using -v and the broker receives a SIGHUP, verbose logging was being disabled. This has been fixed. |
|
More...
|
over 10 years ago
|
Temporarily disable ACL checks on subscriptions when using MQTT v3.1.1. |
|
More...
|
over 10 years ago
|
Fix saving persistent database on Windows. |
|
More...
|
over 10 years ago
|
Don't ask for client cert when require_certificate is false. |
|
More...
|
over 10 years ago
|
Fix mutex being incorrectly passed by value. Fixes bug #1373785. |
|
More...
|
over 10 years ago
|
Fix possible memory leak when using a topic that has a leading slash. |
|
More...
|
over 10 years ago
|
Add missing socks code! |
|
More...
|
over 10 years ago
|
Add note on defaults. |
|
More...
|
over 10 years ago
|
Add socks to cpp library. |
|
More...
|
over 10 years ago
|
Fix conditional compilation, add headers. |
|
More...
|
over 10 years ago
|