Add 'mqtt.listener.tcp.tune_buffer' config |
|
More...
|
over 8 years ago
|
Change the default QoS of will message to QOS_1 |
|
More...
|
over 8 years ago
|
Format 'trie_node' record |
|
More...
|
over 8 years ago
|
Prepare for MQTT/5.0 |
|
More...
|
over 8 years ago
|
Use the '?assertEqual' macro and update Copyright info |
|
More...
|
over 8 years ago
|
Add test case |
|
More...
|
over 8 years ago
|
Merge pull request #930 from buxizhizhoum/master |
|
More...
|
over 8 years ago
|
Edit the note of tick timer |
|
More...
|
over 8 years ago
|
Merge pull request #920 from phanimahesh/master |
|
More...
|
over 8 years ago
|
add app.src,rebar.lock, ignores for rebar3 |
|
More...
|
over 8 years ago
|
Fix the comments of mqtt.session.* configurations |
|
More...
|
over 8 years ago
|
Merge branch 'master' into windows |
|
More...
|
over 8 years ago
|
Merge pull request #917 from emqtt/emq20 |
|
More...
|
over 8 years ago
|
Format code |
|
More...
|
over 8 years ago
|
Rename 'Pkt' to 'PktCnt', 'Msg' to 'MsgCnt' |
|
More...
|
over 8 years ago
|
Rename mqtt_msgid() type to mqtt_msg_id() |
|
More...
|
over 8 years ago
|
Disable the force GC if conn_force_gc_count = 0 |
|
More...
|
over 8 years ago
|
Use emqttd_gc:reset_conn_gc_count/2 API |
|
More...
|
over 8 years ago
|
Handle the {ok, I} return |
|
More...
|
over 8 years ago
|
Fix the 'spawn_opt' options |
|
More...
|
over 8 years ago
|
Add 'FULLSWEEP_OPTS' macro |
|
More...
|
over 8 years ago
|
Add '[{fullsweep_after, 10}]' opts and 'force_gc_count' to tune the memory usage |
|
More...
|
over 8 years ago
|
Add 'mqtt.conn.force_gc_count' config to tune GC of MQTT connection |
|
More...
|
over 8 years ago
|
Add emqttd_gc module |
|
More...
|
over 8 years ago
|
Support to hook 'tag' function |
|
More...
|
over 8 years ago
|
Replace emqttd_misc:inc_stats/1 with inc_stats/1 |
|
More...
|
over 8 years ago
|
Add '{backoff, 1000, 1000, 10000}' to return of init/1 |
|
More...
|
over 8 years ago
|
Remove inc_stats/1 function |
|
More...
|
over 8 years ago
|
Change the gen_server:start_link to gen_server2 |
|
More...
|
over 8 years ago
|
Force to GC the Websocket Process |
|
More...
|
over 8 years ago
|