summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_mqtt/src/mqtt_machine.erl
Commit message (Expand)AuthorAgeFilesLines
* bug fixesmqtt-machine-optkjnilsson2020-12-221-6/+20
* MQTT machine versionskjnilsson2020-12-221-3/+16
* Optimise MQTT state machinekjnilsson2020-12-211-41/+72
* Merge pull request #236 from rabbitmq/switch-to-MPL-2.0D Corbacho2020-07-131-12/+3
|\
| * Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-131-12/+3
* | Fix mqtt_machine crash bugkjnilsson2020-07-091-1/+1
|/
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* remove unused headerkjnilsson2019-08-301-1/+0
* CompileMichael Klishin2019-06-041-2/+2
* Remonitor connections on short disconnects and after recoveryMichael Klishin2019-06-041-0/+16
* Remove a clause that's no longer usedMichael Klishin2019-06-041-3/+0
* Do not snapshot when a new client is registeredMichael Klishin2019-06-041-1/+1
* Only emit snapshot effects when client ID map changesMichael Klishin2019-06-041-1/+7
* Switch rabbit_mqtt_collector:list/0 to use a leader queryMichael Klishin2019-06-041-14/+13
* Client tracking: notify existing connections in a one-off processMichael Klishin2019-06-041-3/+8
* ConsistencyMichael Klishin2019-06-041-2/+2
* Correct a typoMichael Klishin2019-06-041-1/+1
* Client ID tracking: make more transitions leader node-onlyMichael Klishin2019-06-041-19/+21
* Define a state_enter/2 fun to clean up on disk stateMichael Klishin2019-06-041-3/+13
* Use a function call effectMichael Klishin2019-06-041-4/+6
* Do not unregister a client ID if it does not belong to the terminating connec...Michael Klishin2019-06-031-1/+7
* Add forgotten filesDiana Corbacho2019-06-031-0/+101