Commit Graph

437 Commits

Author SHA1 Message Date
Michael Klishin bde20b2f90 Merge branch 'stable' 2016-01-12 20:37:34 +03:00
Michael Klishin 5c906e591b Merge pull request #55 from rabbitmq/rabbitmq-server-528
Make number of Ranch acceptors configurable
2016-01-12 16:15:09 +03:00
Loïc Hoguin 59d4eddeef Make number of Ranch acceptors configurable 2016-01-12 11:31:48 +01:00
Michael Klishin feb0f92994 Merge branch 'stable' 2016-01-09 17:19:49 +03:00
Michael Klishin 1eb23a9839 Merge branch 'rabbitmq-mqtt-36' into stable 2016-01-09 17:19:29 +03:00
Michael Klishin a01ee29b6c Wording 2016-01-09 17:13:41 +03:00
Daniil Fedotov be1555b469 rename flag to received_connect_frame 2016-01-09 17:13:41 +03:00
Daniil Fedotov 17e4c707c6 Log MQTT connection. 2016-01-09 17:13:41 +03:00
Daniil Fedotov 954016c69f Log MQTT connection start and close with debug if no data received 2016-01-09 17:13:41 +03:00
Michael Klishin d17a2f3028 Cosmetics 2016-01-09 17:13:41 +03:00
Loïc Hoguin e151b6e072 Make send method configurable and export useful functions
Needed for the new Web-MQTT plugin.
2016-01-09 17:13:41 +03:00
Michael Klishin 2f78455228 Merge branch 'stable' 2016-01-08 02:26:48 +03:00
Michael Klishin 7f0f7a7e36 Cosmetics 2016-01-08 02:26:38 +03:00
Loïc Hoguin 1f1cb7ab9b Make send method configurable and export useful functions
Needed for the new Web-MQTT plugin.
2016-01-08 02:26:32 +03:00
Michael Klishin 0172a028cf Merge pull request #53 from rabbitmq/rabbit-mqtt-33
Make send method configurable and export useful functions
2016-01-07 15:25:50 -08:00
Michael Klishin 20d84119b8 Cosmetics 2016-01-08 02:25:26 +03:00
Loïc Hoguin f3fe54f647 Make send method configurable and export useful functions
Needed for the new Web-MQTT plugin.
2016-01-07 16:19:01 +01:00
Michael Klishin cc113af8d2 Merge branch 'stable' 2016-01-01 13:10:50 +03:00
Michael Klishin 9ba1da7434 Update (c) info 2016-01-01 12:59:18 +03:00
Michael Klishin 9ffb191086 Merge branch 'stable' 2015-12-30 07:09:51 +03:00
Pierre Fenoll 62d865b739 .gitignore: make absolute paths relative 2015-12-30 07:09:01 +03:00
Michael Klishin bfb2caf85d Merge pull request #51 from fenollp/patch-1
.gitignore: make absolute paths relative
2015-12-28 17:22:16 +03:00
Pierre Fenoll fc1c39369a .gitignore: make absolute paths relative 2015-12-28 11:08:15 +01:00
Jean-Sébastien Pédron 41b2cc1c5a Update erlang.mk 2015-12-18 20:34:14 +01:00
Jean-Sébastien Pédron 97e551919e Sync with upstream build.config 2015-12-18 20:33:03 +01:00
Jean-Sébastien Pédron f89122a48e Update rabbitmq-components.mk 2015-12-18 19:08:09 +01:00
Michael Klishin 33df46a590 Update rabbitmq-components.mk 2015-12-18 19:49:03 +03:00
Michael Klishin 66341316f4 Merge pull request #50 from rabbitmq/rabbitmq-mqtt-49
Change default subscription TTL to 24 hours
2015-12-18 16:46:58 +03:00
Michael Klishin 51e887e52e Update test expectation 2015-12-18 16:32:26 +03:00
Michael Klishin 5992c36a92 Change default non-clean subscription TTL to 24 hours, fixes #49 2015-12-18 16:14:48 +03:00
Michael Klishin d89e68c2d5 Explain 2015-12-18 15:24:16 +03:00
Michael Klishin 70d9bbe563 Switch to rabbit_data_coercion:to_binary/1 [from rabbit_common] 2015-12-10 15:01:47 +03:00
Michael Klishin 648d0f09ba Rename supervisor child: rabbit_keepalive_sup => rabbit_mqtt_keepalive_sup
Fixes #48.
2015-12-10 14:34:14 +03:00
Michael Klishin 988d94a2c1 Add a couple of TODOs 2015-12-10 14:01:08 +03:00
Jean-Sébastien Pédron 512d980447 Update rabbitmq-components.mk 2015-12-03 15:38:49 +01:00
Jean-Sébastien Pédron 42b98673ac Update rabbitmq-components.mk 2015-12-01 18:36:22 +01:00
Jean-Sébastien Pédron 4eda6eecd8 Update rabbitmq-components.mk 2015-12-01 16:17:19 +01:00
Jean-Sébastien Pédron 6017ad84a3 Update rabbitmq-components.mk 2015-11-30 09:19:27 +01:00
Michael Klishin a72920cea7 Merge branch 'lshift-colons-in-username' 2015-11-28 20:45:41 +03:00
Michael Klishin 624a7741cf Merge branch 'colons-in-username' of https://github.com/lshift/rabbitmq-mqtt into lshift-colons-in-username 2015-11-28 20:42:22 +03:00
Michael Klishin d00f7421d1 Merge branch 'stable' 2015-11-28 20:42:12 +03:00
Michael Klishin 266bb7561d Fix the build and a bug
Make sure that authentication with username taken from TLS/x509
certificate succeeds; respect rabbitmq_mqtt.ssl_cert_login.

Due to a match clause ordering issue it wasn't the case.
2015-11-28 20:26:41 +03:00
Michael Klishin aa91d404ee Merge pull request #46 from rabbitmq/rabbitmq-mqtt-41
Make sure that authentication with username taken from TLS/x509 certificate succeeds
2015-11-28 20:23:52 +03:00
Michael Klishin b84260c721 Fix the build and a bug
Make sure that authentication with username taken from TLS/x509
certificate succeeds; respect rabbitmq_mqtt.ssl_cert_login.

Due to a match clause ordering issue it wasn't the case.
2015-11-28 20:20:32 +03:00
Michael Klishin 3668e75996 Merge pull request #45 from rabbitmq/rabbitmq-server-453
Remove unneeded TCP options from config in .app.src files
2015-11-26 16:32:50 +03:00
Loïc Hoguin 597eecdaf8 Remove unneeded TCP options from config in .app.src files 2015-11-26 14:01:42 +01:00
Jean-Sébastien Pédron 83fd0641fa Update rabbitmq-components.mk 2015-11-26 08:54:11 +01:00
Jean-Sébastien Pédron b4b8955170 Update rabbitmq-components.mk 2015-11-26 08:41:23 +01:00
Jean-Sébastien Pédron 3fd2dd3b13 Update erlang.mk 2015-11-25 10:36:10 +01:00
Jean-Sébastien Pédron 1eb9c9e383 Update rabbitmq-components.mk 2015-11-25 10:35:23 +01:00