Roger A. Light
|
06bec1083d
|
Expose mosquitto_pub_topic_check() and mosquitto_sub_topic_check().
|
11 years ago |
Roger A. Light
|
3c5ca95c81
|
File serving from http on *nix.
|
11 years ago |
Roger A. Light
|
b84ca80052
|
Skeleton callback_http() function.
|
11 years ago |
Roger A. Light
|
f500ff78b8
|
no_buffer_all_partial_tx not in latest LWS.
|
11 years ago |
Roger A. Light
|
c4e7233159
|
Add http_dir option (not yet used).
|
11 years ago |
Roger A. Light
|
d75473ec63
|
Fix possible memory leaks.
Thanks to Johann Haarhoff.
|
11 years ago |
Roger A. Light
|
1b68bfbf76
|
Fix typo.
Thanks to Leon George.
|
11 years ago |
Roger A. Light
|
b01b0b581f
|
Produce error if unable to create WS listener.
|
11 years ago |
Roger A. Light
|
ef573448f4
|
Another bridge notification fix.
|
11 years ago |
Roger A. Light
|
1fdc4ceee6
|
Check expiration every hour regardless of the duration.
|
11 years ago |
Roger A. Light
|
76724c790e
|
Disconnect expired clients correctly.
|
11 years ago |
Roger A. Light
|
580cd722dc
|
Remote/local bridge fixes.
|
11 years ago |
Roger A. Light
|
b937a043e7
|
Rename remote bridge identifiers to remote_.
|
11 years ago |
Roger A. Light
|
a03465da3f
|
Man page fix.
|
11 years ago |
Roger A. Light
|
abe72b8e4c
|
Keep retrying to reconnect without calling loop on failure.
|
11 years ago |
Roger A. Light
|
950db12c74
|
Don't free local bridge clients on disconnect.
|
11 years ago |
Roger A. Light
|
6af0c236e8
|
Each listener requires its own copy of the protocols struct.
|
11 years ago |
Roger A. Light
|
06d5e000f1
|
Fix apparmor profile to match debian packaging.
Thanks to Danilo Tomasoni.
|
11 years ago |
Roger A. Light
|
ae1477c08f
|
Windows fixes.
|
11 years ago |
Roger A. Light
|
57816cb520
|
Detect c-ares header in cmake.
|
11 years ago |
Roger A. Light
|
c9da49b777
|
Pass mutex by reference, not value.
Thanks to Haseeb Abdul Qadir.
|
11 years ago |
Roger A. Light
|
1c8433925d
|
mosquitto_time() calculation to after keepalive check to avoid delays.
|
11 years ago |
Roger A. Light
|
fa9fece76a
|
Doc addition.
|
11 years ago |
Roger A. Light
|
8b2effcc36
|
Don't check for POLLERR or POLLNVAL.
Errors will be caught when trying to read anyway, and doing these checks
here means that sockets may be closed prematurely.
|
11 years ago |
Roger A. Light
|
0ff0cfb3d3
|
Need to include bridges here.
|
11 years ago |
Roger A. Light
|
9bb336bbf3
|
Use do_disconnect() for websockets.
|
11 years ago |
Roger A. Light
|
95a4ec431d
|
Don't try to disconnect twice.
|
11 years ago |
Roger A. Light
|
bb1a69b7d7
|
Disconnect clients consistently.
|
11 years ago |
Roger A. Light
|
22094aa00d
|
Memory checks.
|
11 years ago |
Roger A. Light
|
3fd1dc477f
|
Fix defects identified by Coverity.
|
11 years ago |
Roger A. Light
|
5ac576f2ab
|
Request write callback if there is still more to send.
|
11 years ago |
Roger A. Light
|
405b7f0aab
|
Don't free here, leads to potential double free.
|
11 years ago |
Roger A. Light
|
0856e9519d
|
Need to assign ws_context here.
|
11 years ago |
Roger A. Light
|
399453837d
|
Log websockets listeners being opened.
|
11 years ago |
Roger A. Light
|
13f94f3511
|
More reconnect fixes.
|
11 years ago |
Roger A. Light
|
2b300b718b
|
Fix double free for websockets with bad auth.
|
11 years ago |
Roger A. Light
|
a831281b3d
|
Delete clients after socket close.
|
11 years ago |
Roger A. Light
|
5c7512b8ba
|
Add mosquitto_threaded_set().
|
11 years ago |
Roger A. Light
|
0fb064e0b4
|
Fix clean session for reconnecting clients.
|
11 years ago |
Roger A. Light
|
fe5dba5887
|
Add use_username_as_clientid.
|
11 years ago |
Roger A. Light
|
cabcada849
|
Test fixes.
|
11 years ago |
Roger A. Light
|
1257fd49eb
|
Fixes for clients that disconnect very quickly.
|
11 years ago |
Roger A. Light
|
fd9496433c
|
Configure client tests for valgrind.
|
11 years ago |
Roger A. Light
|
864f1f0d23
|
Initialise variable.
|
11 years ago |
Roger A. Light
|
84619c296d
|
Fix building for WITH_BRIDGE=no.
|
11 years ago |
Roger A. Light
|
d75903b0ae
|
Fix reconnect support for websockets.
|
11 years ago |
Roger A. Light
|
39674a443e
|
Need bigger delay for valgrind.
|
11 years ago |
Roger A. Light
|
d60e44ec1b
|
Handle reconnects for websockets.
|
11 years ago |
Roger A. Light
|
542ebb2480
|
Free peer certificate after use.
|
11 years ago |
Roger A. Light
|
bdb3e74100
|
More memory fixes.
|
11 years ago |