Commit Graph

1197 Commits

Author SHA1 Message Date
Roger A. Light
ef5536cd2e Typo 2015-03-03 15:10:08 +00:00
Roger A. Light
748b826be9 Fix path. 2015-03-03 15:00:21 +00:00
Roger A. Light
15295cd8e7 No need to create directory here - causes an error when cached. 2015-03-03 14:51:37 +00:00
Roger A. Light
a2707a92a2 Attempt to create installer and add as artifact. 2015-03-03 14:38:59 +00:00
Roger A. Light
741639a762 Fix 7z syntax. 2015-03-03 12:53:40 +00:00
Roger A. Light
0379cd2a50 Only 7z, not 7za available. 2015-03-03 12:08:22 +00:00
Roger A. Light
ce5b497b9b Fix zip extraction command. 2015-03-03 12:00:56 +00:00
Roger A. Light
e251ff69d1 Need to actually carry out the build. 2015-03-03 10:17:31 +00:00
Roger A. Light
1e31334e04 First attempt at appveyor config. 2015-03-03 10:15:50 +00:00
Roger A. Light
7beedcfdaa Windows installer updates. 2015-03-02 22:12:50 +00:00
Roger A. Light
4b6784fa41 Re-enable SRV support and fix client compiling support. 2015-02-23 21:42:36 +00:00
Roger A. Light
3a36ae843b Fix lws 1.3 detection. 2015-02-23 15:20:23 +00:00
Roger A. Light
fcf91f9cd9 Fix compiling on Linux with CMake. 2015-02-22 12:20:29 +00:00
Roger A. Light
79f3b57da5 Merge branch '1.4' 2015-02-18 20:58:25 +00:00
Roger A. Light
279b67bf8d Minor packaging related fixes. 2015-02-18 01:34:43 +00:00
Roger A. Light
8379bbbb12 Remove spurious line. 2015-02-18 00:34:48 +00:00
Roger A. Light
d6a0fe9311 Windows installers no longer deal with python. 2015-02-18 00:23:45 +00:00
Roger A. Light
200c316305 Changelog date. 2015-02-18 00:20:33 +00:00
Roger A. Light
02ccb42a54 Fix dist root files. 2015-02-18 00:11:28 +00:00
Roger A. Light
f04c10e609 Fix incorrectly committed change. 2015-02-17 23:23:13 +00:00
Roger A. Light
ff3ebd969b Fix building on OS X. 2015-02-17 23:21:14 +00:00
Roger A. Light
ff9c2087b1 Basic support for libwebsockets 1.2.x. 2015-02-16 22:02:34 +00:00
Roger A. Light
2098d6a392 Remove debug line. 2015-02-15 20:10:46 +00:00
Roger A. Light
a9cd86f206 Fix usage text. 2015-02-14 13:10:07 +00:00
Roger A. Light
91c1972c1f Consistent error message. 2015-02-14 13:08:49 +00:00
Roger A. Light
db86809ee9 Add websockets logging options. 2015-02-13 22:57:49 +00:00
Roger A. Light
6fd38b8c47 Windows fixes. 2015-02-13 21:18:52 +00:00
Roger A. Light
3ed5c94038 Struct optimisations. 2015-02-13 21:17:11 +00:00
Roger A. Light
8b1560def0 Parse config strings as entire line. 2015-02-12 22:48:28 +00:00
Roger A. Light
8971ccdcb6 Add note on $SYS on the command line. 2015-02-12 22:46:44 +00:00
Roger A. Light
1a14f6fed5 [453293] Don't quit loop_forever() if broker not available.
This is a workaround for bug #453293, a better solution is needed for
1.5.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453293
2015-02-09 22:17:27 +00:00
Roger A. Light
ff038b312a Disable fake ca test. 2015-02-09 22:14:00 +00:00
Roger A. Light
dab3f9c549 Need stylesheets. 2015-02-09 22:11:07 +00:00
Roger A. Light
e20a4fee17 And carry out test. 2015-02-09 22:07:34 +00:00
Roger A. Light
d5fc131187 Need xsltproc. 2015-02-09 22:06:54 +00:00
Roger A. Light
4b7c5aa3b2 Travis build file. 2015-02-09 22:03:04 +00:00
Roger A. Light
f781498c03 Ensure that file logging uses the correct username. 2015-02-08 22:06:11 +00:00
Roger A. Light
a8fedf794f Fix example for libmosquittopp virtual destructor change. 2015-02-08 20:30:12 +00:00
Roger A. Light
c5ee5686bd Fix client CONNECT packet on MQTT v3.1.1. 2015-02-06 20:48:45 +00:00
Roger A. Light
626857b20a Close and reopen log_dest file on HUP. 2015-02-05 22:44:38 +00:00
Roger A. Light
c276fd9572 When using "log_dest file" the output file is now flushed periodically. 2015-02-05 22:29:49 +00:00
Roger A. Light
15e0236d43 [453850] Add -C option to mosquitto_sub.
Allows the client to quit after receiving count messages.

Replaces the (unreleased) -1 option.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453850
2015-01-30 22:23:51 +00:00
Roger A. Light
c201d06032 Don't generate css files when making html man pages. 2015-01-30 21:46:43 +00:00
Roger A. Light
9389d10636 [458843] Fix man page installation for cmake.
Thanks to Alexandre Zia.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458843
2015-01-30 21:29:08 +00:00
Roger A. Light
22e09ae613 [455402] Fix potential hang with pattern acls.
Fix hang if pattern acl contains a %u but an anonymous client connect.

Thanks to Christoph Krey.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=455402
2015-01-27 23:33:36 +00:00
Roger A. Light
39ffd6fa36 Handle "error" codes from SSL_connect() correctly. 2015-01-27 23:33:36 +00:00
Roger A. Light
45b8220a82 [458690] Fix build for WITH_BRIDGE=no
Thanks to Alexandre Zia.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458690
2015-01-27 23:33:36 +00:00
Roger A. Light
8eda59c1d9 [452927] Fix bind()/listen() error reporting on Windows.
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452927
2015-01-28 20:56:51 +00:00
Roger A. Light
1b4903b41e [431780] ACL files can contain a space in username/topic.
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=431780
2015-01-27 23:33:36 +00:00
Roger A. Light
153e6e6211 [452914] Drop root privileges after listeners started.
This means that TLS private keys can be restricted to the root user.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452914
2015-01-27 23:33:36 +00:00