Commit Graph

2859 Commits (4d1b587e29bf0476b78305a26932f09949522a75)
 

Author SHA1 Message Date
Roger A. Light 5da25ae5d9 Add support for "session present" in CONNACK messages for MQTT v3.1.1. 11 years ago
Roger A. Light 0224db85c4 Fix bug #1324411 12 years ago
Roger A. Light 25dd5d88ed Don't leak socket here. 12 years ago
Roger A. Light 6cc3e7999e Tidy up. 12 years ago
Roger A. Light 9015ee962e unlock mutex on return. 12 years ago
Roger A. Light fd7fbba3a5 Use shared config code for debug arg. 12 years ago
Roger A. Light 859224224a Fix potential memory leak. 12 years ago
Roger A. Light 6a03972507 Default to websockets off for cmake. 12 years ago
Roger A. Light be0cfff969 Fix possible leaks. 12 years ago
Roger A. Light 7d197563bc Fix for non-lws compilation. 12 years ago
Roger A. Light d5e88c20db Disable websockets by default. 12 years ago
Roger A. Light 414946ff07 Bump version number. 12 years ago
Roger A. Light 1148cdae23 Loop fix. 12 years ago
Roger A. Light b41375817d Define STRIP if not provided. 12 years ago
Roger A. Light 063928bbfe Merge websockets -> 1.4. 12 years ago
Roger A. Light e8f07d706d Per-listener processing of websockets contexts. 12 years ago
Roger A. Light 5146779c44 Add client test for encrypted x509 keys. 12 years ago
Roger A. Light 2db22f3abd Merge 1.3.2 branch in 1.4 branch. 12 years ago
Roger A. Light 58204d984c Fixes for WITH_TLS=no. 12 years ago
Roger A. Light 330a7a882e Add CROSS_COMPILE to Makefiles. 12 years ago
Roger A. Light f23f48ecce Don't use exit() on SRV failure. 12 years ago
Roger A. Light aab7a2688c Fix SRV support when building with CMake. 12 years ago
Roger A. Light cb0e355d9e Only provide srv capabilities ifdef WITH_SRV. 12 years ago
Roger A. Light 58891769c1 Quicker to return here. 12 years ago
Roger A. Light 5ca13a82f9 No need for pthreads in broker code. 12 years ago
Roger A. Light 175299c872 Guard for incomplete code when using websockets. 12 years ago
Roger A. Light 50f9b6bd7a Enable partial writes for mqtt websockets. 12 years ago
Roger A. Light 7316742cf4 Config support for websockets. 12 years ago
Roger A. Light 3767ef8684 Man page documentation for local_username and local_password. 12 years ago
Roger A. Light 9ea161f90e Return success on libwebsocket_write==0. 12 years ago
Roger A. Light b6f2d3e087 Fix callback deadlocks after calling mosquitto_disconnect(), when using the threaded interfaces. Closes bug #1313725.
Thanks to Michael Frommberger.
12 years ago
Roger A. Light 06625420e2 Fix for local_username/password bridge checks. 12 years ago
Roger A. Light 7b5b5cf43e Add local_username, local_password for bridge connections to authenticate to the local broker. 12 years ago
Roger A. Light dc71f9157d Use $(STRIP) for stripping binaries when installing, to allow easier cross compilation.
Thanks to Frank Pagliughi.
12 years ago
Roger A. Light 1573b3a1c5 Update contributing limits. 11 years ago
Roger A. Light e95448f5bd Remove unnecessary openssl acknowledgement. 11 years ago
Roger A. Light d1b62e9823 cmake support for WITH_EC. 11 years ago
Bart Van Der Meerssche b582956142 add a switch for auto doc building
Change-Id: Ib59fc8b213015fd21d32bf731a67719c64d7d3ec
Signed-off-by: Bart Van Der Meerssche <bart@flukso.net>
11 years ago
Bart Van Der Meerssche 59eb5a65bf include a switch to disable elliptic curve support in the broker
Change-Id: Ic874a92b79b32b4ebd2b8130fefe2b31fddd43b6
Signed-off-by: Bart Van Der Meerssche <bart@flukso.net>
11 years ago
Roger A. Light fb7dd42e5d Support for ECDHE-ECDSA family ciphers. 11 years ago
Roger A. Light 40818619fd Deduplicate tls context code. 11 years ago
Roger A. Light 0bbdda2c4e Allow comments in config files. 12 years ago
Roger A. Light 7e410eb7f0 CMake fixes for client shared code. 12 years ago
Roger A. Light a285c6ce5c Add -1 (oneshot) option to mosquitto_sub.
Thanks to JP Mens.
12 years ago
Roger A. Light 8cb0eab353 Merge branch 'master' of ssh://git.eclipse.org:29418/mosquitto/org.eclipse.mosquitto
Conflicts:
	ChangeLog.txt
12 years ago
Roger A. Light fe91e71399 Support client default config files on non Windows. 12 years ago
Roger A. Light ae6baad2fa Default TLS mode now accepts TLS v1.2, v1.1 and v1.0. 12 years ago
Roger A. Light 933dc09489 Default TLS mode now accepts TLS v1.2, v1.1 and v1.0. 12 years ago
Roger A. Light 94ec27911b Shared config parsing for client utils. 12 years ago
Roger Light e5cc63a89b Fix subscriptions sometimes being deleted.
Fix subscriptions being deleted when clients subscribed to a topic
beginning with a $ but that is not $SYS.

Thanks to David Woodward.
12 years ago