emqx/src
Feng Lee ca8e7e6423 Merge branch 'develop' into emq20 2017-03-29 17:39:36 +08:00
..
emqttd.app.src correct licence in app.src 2017-03-24 15:58:51 +05:30
emqttd.erl Support to hook 'tag' function 2017-02-23 11:55:52 +08:00
emqttd_access_control.erl Rename the PUBSUB macro to PS 2017-03-06 18:46:09 +08:00
emqttd_access_rule.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_acl_internal.erl fix #885 2017-02-18 15:03:41 +08:00
emqttd_acl_mod.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_alarm.erl Rename the 'Timestamp' variable to 'TS' 2017-03-06 18:47:50 +08:00
emqttd_app.erl emqttd_hook -> emqttd_hooks, syslog 2017-02-16 18:33:57 +08:00
emqttd_auth_mod.erl update emqttd_auth_mod.erl code format 2017-03-12 11:49:26 +08:00
emqttd_base62.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_boot.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_bridge.erl Format code 2017-02-23 23:01:20 +08:00
emqttd_bridge_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_bridge_sup_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_broker.erl Merge pull request #941 from callbay/issue#935 2017-03-13 11:41:22 +08:00
emqttd_cli.erl Fix the subscrptions print 2017-03-06 18:48:29 +08:00
emqttd_client.erl Add emqttd_gc:maybe_force_gc/3 API and tune the min hibernate interval 2017-03-13 15:36:58 +08:00
emqttd_cluster.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_cm.erl Remove the 'DOWN' client from emqttd_stats 2017-02-16 11:30:43 +08:00
emqttd_cm_sup.erl Update copyright info and format code 2017-02-16 11:28:35 +08:00
emqttd_ctl.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_gc.erl Add emqttd_gc:maybe_force_gc/3 API and tune the min hibernate interval 2017-03-13 15:36:58 +08:00
emqttd_gen_mod.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_guid.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_hooks.erl Support to hook 'tag' function 2017-02-23 11:55:52 +08:00
emqttd_http.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_inflight.erl Add inflight module and test suite 2017-02-16 10:44:00 +08:00
emqttd_keepalive.erl Fix the crash caused by keepalive:start/3 2017-03-13 12:42:02 +08:00
emqttd_message.erl Change the message timestamp to 'os:timestamp()' 2017-02-16 11:10:47 +08:00
emqttd_metrics.erl add 'packets/puback/missed', 'packets/pubrec/missed', 'packets/pubrel/missed', 'packets/pubcomp/missed' metrics 2017-02-16 11:31:46 +08:00
emqttd_misc.erl Remove inc_stats/1 function 2017-02-22 22:24:23 +08:00
emqttd_mnesia.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_mod_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_mqueue.erl Change the default max_len to infinity 2017-02-21 20:10:38 +08:00
emqttd_net.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_node.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_packet.erl Update protocol_name/1, type_name/1 functions for MQTT 5 2017-02-16 11:33:50 +08:00
emqttd_parser.erl Add max_packet_size() type 2017-02-22 00:31:47 +08:00
emqttd_plugins.erl Update copyright info and format code 2017-02-16 11:28:35 +08:00
emqttd_pmon.erl Update copyright info and format code 2017-02-16 11:28:35 +08:00
emqttd_pool_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_pooler.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_protocol.erl Rename 'Pkt' to 'PktCnt', 'Msg' to 'MsgCnt' 2017-02-23 23:00:55 +08:00
emqttd_pubsub.erl Format code 2017-02-23 23:01:20 +08:00
emqttd_pubsub_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_router.erl Update rebar.config 2017-02-16 11:46:21 +08:00
emqttd_serializer.erl Update comments and misc fix 2017-03-06 18:57:29 +08:00
emqttd_server.erl Rename emqttd_hook to emqttd_hooks 2017-02-16 11:39:48 +08:00
emqttd_session.erl Update comments and misc fix 2017-03-06 18:57:29 +08:00
emqttd_session_sup.erl Upgrade copyright info 2017-02-16 11:36:57 +08:00
emqttd_sm.erl Remove the io:format line 2017-03-06 18:43:44 +08:00
emqttd_sm_helper.erl Update copyright info 2017-02-16 11:36:24 +08:00
emqttd_sm_sup.erl Update copyright info and format code 2017-02-16 11:28:35 +08:00
emqttd_stats.erl Support client, session stats 2017-02-16 11:36:08 +08:00
emqttd_sup.erl Change the restart strategy of the top supervisor 2017-02-16 11:35:33 +08:00
emqttd_sysmon.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_sysmon_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_time.erl Remove the random:seed/1 to fix the build warnings 2017-02-22 15:36:06 +08:00
emqttd_topic.erl Upgrade parse/2 function 2017-02-16 11:17:57 +08:00
emqttd_trace.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_trace_sup.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_trie.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_vm.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
emqttd_ws.erl Update comments and misc fix 2017-03-06 18:57:29 +08:00
emqttd_ws_client.erl Use stop/2 to count the shutdown reasons 2017-03-29 17:38:43 +08:00
emqttd_ws_client_sup.erl Update comments and misc fix 2017-03-06 18:57:29 +08:00
gen_server2.erl 2.0 - replace 'now/0' with 'erlang:monotonic_time/0' 2016-07-21 17:18:27 +08:00
lager_emqtt_backend.erl Update copyright and change the format of -type, -callback 2017-02-16 11:07:47 +08:00
priority_queue.erl export_type 2016-03-12 01:11:06 +08:00