17
I Use This!
Activity Not Available

Commits : Listings

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