Commit Graph

279 Commits (8a18f577a6dbd7d0241221e2f991b272aaeeaa6e)
 

Author SHA1 Message Date
Roger A. Light 1fb5a3edc6 Use hash counts to calculate numbers of clients. 11 years ago
Roger A. Light 3eead8c507 retained_ and subscription_count only used with sys tree. 11 years ago
Roger A. Light 7b1ee68ef1 Remove compilation warnings for various configurations. 11 years ago
Roger A. Light dd36c4b273 Don't attempt to find real path of NULL. 11 years ago
Roger A. Light 9286da192e Fix unused var. 11 years ago
Roger A. Light f9951595c8 Fix missing headers. 11 years ago
Roger A. Light d9d1f2f7b8 Don't display usage information on every error. 11 years ago
Roger A. Light 65a4b790f3 Check for invalid topics before connecting. 11 years ago
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 57bb64aae1 Bump version number. 11 years ago
Roger A. Light 950db12c74 Don't free local bridge clients on disconnect. 11 years ago
Roger A. Light b6eddea55b Update changelog. 11 years ago
Roger A. Light b612c6bf22 Fix test. 11 years ago
Roger A. Light 56ff849c65 Backout changeset c7589b77956c5bac076ae23905fbfc8902d69dc5. 11 years ago
Roger A. Light e6239e1b3c Backout changeset 76f3a755c6548690f69f2256c8b83c7a0f0f9a95. 11 years ago
Roger A. Light 4752994d3b Backout changeset 818550be2d1ba200c14e9d63551982e50f4384f2. 11 years ago
Roger A. Light d8a3ab7d56 Don't ask client for certificate when require_certificate is false.
Thanks to Jan-Piet Mens.
11 years ago
Roger A. Light c1ea95d2d4 Supports 3.1.1 now. 11 years ago
Roger A. Light 329301f084 Bump version number. 11 years ago
Roger A. Light 8e7736b78e Fix incorrect handling of anonymous bridges on the local broker.
Thanks to Jan-Piet Mens.
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 0d1cb339a8 Define STRIP. 11 years ago
Roger A. Light 4d9477abc7 Version bump 11 years ago
Roger A. Light 7a5dc33d67 Windows fix. 11 years ago
Roger A. Light 77999c7fd0 Fix incorrect commit. 11 years ago
Roger A. Light e5aa843ec7 Don't allow access to clients when authenticating if a security plugin returns an application error. Fixes bug #1340782.
Thanks to Charlie Davis.
11 years ago
Roger A. Light 8efb4f9334 Fix bug #1324411
Thanks to chenzhenianqing.
11 years ago
Roger A. Light 885d8ca5db When a durable client reconnects, its queued messages are now checked against ACLs in case of a change in username/ACL state since it last connected.
Thanks to "web1".
11 years ago
Roger A. Light 45fa820989 Anonymous clients are no longer accidently disconnected from the broker after a SIGHUP. 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