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
Print dlerror on library loading errors.
Roger Light
as Roger A. Light
More... about 10 years ago
Protect stored messages from removal when queing.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix use of "dup" with pubrel, subscribe, unsubscribe.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix dereferencing of msg store items.
Roger Light
as Roger A. Light
More... about 10 years ago
Don't use bridge hash in each client.
Roger Light
as Roger A. Light
More... about 10 years ago
More memory efficient message store than with hashes.
Roger Light
as Roger A. Light
More... about 10 years ago
Improve struct layouts for memory usage.
Roger Light
as Roger A. Light
More... about 10 years ago
Remove unused messages from store immediately.
Roger Light
as Roger A. Light
More... about 10 years ago
Use hash for message store to speed up loading.
Roger Light
as Roger A. Light
More... about 10 years ago
Add executable permissions.
Roger Light
as Roger A. Light
More... about 10 years ago
Remove unnecessary callocs.
Roger Light
as Roger A. Light
More... about 10 years ago
Remove dead code.
Roger Light
as Roger A. Light
More... about 10 years ago
Sanitise password file argv input.
Roger Light
as Roger A. Light
More... about 10 years ago
Bounds checking for socks domain name inputs.
Roger Light
as Roger A. Light
More... about 10 years ago
Only track inflight messages for outgoing messages.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix parsing of malformed socks urls.
Roger Light
as Roger A. Light
More... about 10 years ago
Cleanup client memory on error.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix missing mutex unlock.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix errors from big code import.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix incorrect function name in documentation.
Roger Light
as Roger A. Light
More... about 10 years ago
Allow plugins to call mosquitto_log_printf() (Linux only at the moment).
Roger Light
as Roger A. Light
More... about 10 years ago
Add log_facility for non-Windows OSs.
Roger Light
as Roger A. Light
More... about 10 years ago
Add dependencies to compiling.txt.
Roger Light
as Roger A. Light
More... about 10 years ago
Update contributing limits.
Roger Light
as Roger A. Light
More... about 10 years ago
Authentication plugin acl_check function is passed local_username for local bridges.
Roger Light
as Roger A. Light
More... about 10 years ago
Windows implementation of client config files.
Roger Light
as Roger A. Light
More... about 10 years ago
Windows related fixes.
Roger Light
as Roger A. Light
More... about 10 years ago
Error if websockets not available.
Roger Light
as Roger A. Light
More... about 10 years ago
Fix for Windows.
Roger Light
as Roger A. Light
More... about 10 years ago
Make bridge connections non-blocking for TLS connections.
Roger Light
as Roger A. Light
More... about 10 years ago