Commit Graph

4454 Commits

Author SHA1 Message Date
tigercl 140958b7ca
Merge pull request #3236 from emqx/enhanced_security
Enhance security
2020-02-07 09:28:17 +08:00
zhouzb 839465fbd8 Enhance security 2020-02-07 09:19:21 +08:00
JianBo He b9bdb03005 Decode/Encode json from nested proplist 2020-02-06 12:00:18 +08:00
tigercl 2858d828b1
Merge pull request #3234 from emqx/rm-hibernate-after
Remove the unused 'hibernate_after' config
2020-02-06 10:38:55 +08:00
zhouzb 368b85027e Fix issue#3228 2020-02-04 16:30:38 +08:00
JianBo He 3c459e8e74
Compatible jsx encode/decode (#3230) 2020-02-04 16:18:19 +08:00
Feng Lee d532b5f2e3 Remove the unused 'hibernate_after' config 2020-02-04 15:14:52 +08:00
JianBo He 7ab3da399d
Fix testcase (#3216) 2020-01-20 09:41:46 +08:00
Feng Lee 462e3974ad no_debug_info > debug_info 2020-01-19 19:45:46 +08:00
terry-xiaoyu 367398e965 Remove jsx from app.src 2020-01-19 19:41:13 +08:00
Feng Lee f278a07190 Upgrade emqtt and emqx-ct-helper deps
- Upgrade emqtt to v1.2.0
- Upgrade emqx-ct-helpers to v1.2.2
2020-01-19 19:31:36 +08:00
Feng Lee d8c3c86dca Upgrade esockd and ekka deps
- Upgrade esockd to 5.6.1
- Upgrade ekka to 0.7.2
2020-01-19 18:54:36 +08:00
Feng Lee 35354a3451 Change the 'override' to 'add' 2020-01-19 18:38:52 +08:00
Feng Lee cce6b462b4 Update erl_opts and add 'compressed' opt for edge 2020-01-19 18:38:52 +08:00
Feng Lee eea377eb8f Replace 'jsx' with 'jiffy' and add more test cases 2020-01-19 16:58:51 +08:00
Feng Lee b3e2cc5a18 Replace 'jsx' with 'jiffy' to optimize json encode/decode 2020-01-19 16:58:51 +08:00
turtleDeng d476dbcc14
Merge pull request #3209 from emqx/develop
Send DISCONNECT packet for mqttv5 (#3183)
2020-01-17 19:49:27 +08:00
JianBo He e17241884c Send DISCONNECT packet for mqttv5 (#3183) (#3208) 2020-01-17 19:48:39 +08:00
turtleDeng d425d42424
Merge pull request #3207 from emqx/develop
Tune the global GC
2020-01-17 18:32:51 +08:00
Feng Lee f4081b5885 Tune the global GC 2020-01-17 18:32:00 +08:00
turtleDeng ab4d466408
Merge pull request #3205 from emqx/develop 2020-01-17 18:17:02 +08:00
zhouzb 66f013a8bc Update readme.md 2020-01-17 18:06:55 +08:00
turtleDeng 4fefab7cd2
Merge pull request #3204 from emqx/develop
Increase shutdown_time of vm.args
2020-01-17 18:01:32 +08:00
JianBo He cbaddc4120 Increase shutdown_time of vm.args 2020-01-17 18:01:08 +08:00
zhanghongtong a2cb77781a Merge remote-tracking branch 'origin/develop' 2020-01-17 09:15:16 +00:00
Shawn 7cac191490
Merge pull request #3199 from emqx/tune-node-config
Tune the default config for node
2020-01-17 17:04:28 +08:00
Shawn 4655ef94d2
Merge branch 'develop' into tune-node-config 2020-01-17 17:03:32 +08:00
terry-xiaoyu 36b3a443b7 Reduce default tcp client nums to schedulers/2 2020-01-17 17:00:55 +08:00
Feng Lee 050a3feab2 Tune the 'force_gc_policy' and 'force_shutdown_policy' parameters (#3201) 2020-01-17 16:59:36 +08:00
turtleDeng 7a2234c608 Improve emqx_mqtt_caps:get_caps/1 (#3198) 2020-01-17 16:29:46 +08:00
Feng Lee 46479ed608 Tune the default config for node 2020-01-17 16:18:11 +08:00
Feng Lee 4b8b5bfa2c
Tuning the Erlang VM for the broker and edge (#3197)
* Tuning the Erlang VM for the broker and edge

* Remove +stbt and use +sbt instead
2020-01-17 15:47:13 +08:00
zhouzb 9049c8de55 Fix coverage status 2020-01-17 15:46:08 +08:00
tigercl 8734922abb Fix rap handling and keep the value of retain flag in bridge mode (#3189) 2020-01-17 11:37:28 +08:00
turtleDeng 2897e4fa06 Fix the bug that cannot add a second MQTT-WS TCP Port (#3196) 2020-01-17 10:08:34 +08:00
Feng Lee 3ae3d8a40d Tune and optimize the Erlang VM (#3195) 2020-01-17 09:58:34 +08:00
Feng Lee a318532bb0 Tuning the 'force_gc_policy' of MQTT connections (#3192)
Tuning the 'force_gc_policy' of MQTT connections
2020-01-17 09:42:16 +08:00
Feng Lee a71486cac7 Tuning the number of threads in async thread pool (#3193) 2020-01-17 09:32:01 +08:00
Feng Lee 2b3003b323 Move the global GC server from 'emqx-recon' to 'emqx' project (#3190) 2020-01-16 23:45:17 +08:00
turtleDeng f6b2c9a69f Correct timestamp for banned (#3188) 2020-01-16 23:11:19 +08:00
zhouzb 9a76164e65 Update emqx.conf 2020-01-15 20:16:58 +08:00
zhouzb 40ed0ce7ad Defaults to disable force_shutdown_policy 2020-01-15 20:16:58 +08:00
Feng Lee 2ba624ac31 Add 'compose/1', 'compose/2' functions 2020-01-13 21:00:40 +08:00
turtleDeng 7259f78449
Update README 2020-01-11 16:44:01 +08:00
turtled 1c41302dad Update README 2020-01-11 16:29:43 +08:00
zhanghongtong db1654b5d1 Merge remote-tracking branch 'origin/develop' 2020-01-10 11:03:00 +00:00
turtleDeng 5330c141b4 Update mqtt_protocol_v5_SUITE.erl 2020-01-10 17:49:16 +08:00
turtleDeng 0362a28557
Update mqtt_protocol_v5_SUITE.erl 2020-01-10 17:48:44 +08:00
zhanghongtong b0c74b9fcc Merge remote-tracking branch 'origin/develop' 2020-01-10 09:25:40 +00:00
JianBo He 612abc23ab
Fix the memory of shutdown policy too_large (#3168) 2020-01-10 15:53:37 +08:00