emqx/src
Zaiming Shi 88efc6612d Merge remote-tracking branch 'origin/main-v4.4' into chore/rename-packages-name 2021-11-16 09:47:13 +01:00
..
emqx.app.src chore(emqx): Update version and appup file 2021-11-08 14:24:37 +01:00
emqx.appup.src chore(emqx): update appup.src 2021-11-11 11:55:57 +08:00
emqx.erl chore: remove copyright and license Erlang macros 2021-04-23 20:43:00 +02:00
emqx_access_control.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_access_rule.erl chore(acl): support ipaddr list 2021-07-28 13:54:13 +08:00
emqx_acl_cache.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_alarm.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_alarm_handler.erl fix(force_shutdown): cannot suicide if the process hangs up 2021-08-13 09:46:49 +08:00
emqx_app.erl fix: ensure starting listeners before plugins 2021-11-11 11:37:54 +08:00
emqx_banned.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_base62.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_batch.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_boot.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_broker.erl feat(trace): http api for trace (#6052) 2021-11-11 14:54:40 +08:00
emqx_broker_bench.erl chore: skip printing memory 2021-05-14 10:45:58 +02:00
emqx_broker_helper.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_broker_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_channel.erl Set keepalive via http api (#6143) 2021-11-12 20:11:59 +08:00
emqx_cm.erl feat(stats): track live / connected channel count for monitoring 2021-11-08 14:45:57 -03:00
emqx_cm_locker.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_cm_registry.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_cm_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_congestion.erl fix(emqx): check if the congestion alarm was sent before clearing (#4824) 2021-05-18 10:34:23 +08:00
emqx_connection.erl Merge remote-tracking branch 'origin/main-v4.3' into sync-v4.3-to-v4.4 2021-11-08 21:01:14 +01:00
emqx_ctl.erl chore(version): update emqx version to 4.3.7 2021-08-05 10:00:03 +08:00
emqx_flapping.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_frame.erl fix(frame): variable byte integer could be larger than 4 bytes. 2021-09-28 15:15:05 +08:00
emqx_gc.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_gen_mod.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_global_gc.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_guid.erl feat(trace): http api for trace (#6052) 2021-11-11 14:54:40 +08:00
emqx_hooks.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_http_lib.erl chore(action): fix syntax error (#4885) 2021-05-31 15:08:52 +08:00
emqx_inflight.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_json.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_keepalive.erl Set keepalive via http api (#6143) 2021-11-12 20:11:59 +08:00
emqx_kernel_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_limiter.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_listeners.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_logger.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_logger_jsonfmt.erl fix(logging): add line-break after each JSON log 2021-05-10 12:03:01 +02:00
emqx_logger_textfmt.erl chore(logger): Update snabbkaffe to 0.13.0 2021-05-25 21:15:59 +02:00
emqx_message.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_metrics.erl fix(emqx_metrics): infinity gen_server call in upgrade 2021-05-13 22:57:44 +02:00
emqx_misc.erl fix(emqx_misc): call gen_tcp to decide if ipv6_probe is supported 2021-11-16 08:37:53 +01:00
emqx_mountpoint.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_mqtt_caps.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_mqtt_props.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_mqueue.erl chore(mqueue): Remove forgotten debug message 2021-09-07 11:33:16 +02:00
emqx_node_dump.erl fix(emqx_node_dump): call atom_to_binary/2 2021-05-25 12:46:47 +08:00
emqx_os_mon.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_packet.erl feat(trace): http api for trace (#6052) 2021-11-11 14:54:40 +08:00
emqx_passwd.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_pd.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_plugins.erl fix(relup): fix relup badfun 2021-06-05 02:02:16 +08:00
emqx_pmon.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_pool.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_pool_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_pqueue.erl feat(mqueue): Interleave messages with different priorities 2021-09-06 22:22:48 +02:00
emqx_psk.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_reason_codes.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_router.erl perf(router): receive-mark optimise for short-lived transaction process 2021-05-05 11:00:00 +02:00
emqx_router_helper.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_router_sup.erl Merge pull request #4645 from qzhuyan/dev/william/fix-issue-2985-c3 2021-04-25 12:39:52 +02:00
emqx_rpc.erl fix(emqx_rpc): removed unnecessary call wrapper 2021-10-11 15:20:31 +03:00
emqx_rule_actions_trans.erl refactor(build): Move parse_transform module to root app 2021-03-02 08:40:19 +08:00
emqx_sequence.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_session.erl improve(emqx_st_statistics): optimize the parameters of on_publish_done (#6151) 2021-11-15 11:00:04 +08:00
emqx_shared_sub.erl fix(shared_sub): discard all unexpected msgs 2021-06-28 09:37:34 +08:00
emqx_stats.erl feat(stats): track live / connected channel count for monitoring 2021-11-08 14:45:57 -03:00
emqx_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_sys.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_sys_mon.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_sys_sup.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_tables.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_tls_lib.erl feat(listeners): Ensure no tlsv1.3 for otp 22 or earlier 2021-03-19 15:39:11 +01:00
emqx_topic.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_tracer.erl feat(trace): http api for trace (#6052) 2021-11-11 14:54:40 +08:00
emqx_trie.erl perf: micro optimisation: no lookup for non-wildcard in trie 2021-05-14 10:45:58 +02:00
emqx_types.erl chore: fix elvis warnings 2021-11-15 09:50:32 +08:00
emqx_vm.erl fix(dashboard): display full Erlang/OTP version 2021-04-30 12:26:59 +02:00
emqx_vm_mon.erl chore: update copyrights 2021-04-23 20:43:00 +02:00
emqx_ws_connection.erl fix(ws_connection): check origin failure should return 403 not 500 2021-10-15 15:49:26 +08:00
emqx_zone.erl chore: update copyrights 2021-04-23 20:43:00 +02:00