Andrew Mayorov e1e4c64a30 refactor(session): allow peeking at mqueue less intrusively 2 лет назад
..
bhvrs e4d09d4ad4 feat: implement configuration and user data export/import CLI 2 лет назад
bpapi 367de2a2eb docs: update bpapi readme 2 лет назад
config e6c2da8d19 feat: rename log.file.to to log.file.path 2 лет назад
emqx_limiter 46393343e2 chore: use `timeout_duration` types for timer fields 2 лет назад
emqx_trace a3b77563ba fix: make static check happy 2 лет назад
persistent_session 0cd2351134 refactor(session): hide `no_local` logic behind enqueue / deliver 2 лет назад
proto efed7cdc2f chore(ds): behavior -> behaviour 2 лет назад
emqx.app.src 7e76914599 feat(ds): hardwire emqx_durable_storage message persistence 2 лет назад
emqx.appup.src 719e02cc96 fix(metrics): use the same data source for RAM usage info 3 лет назад
emqx.erl c27d844244 feat: improve authz/bridge/rule_engine/schema_registry config update 2 лет назад
emqx_access_control.erl 7de26a1776 feat(authz): use extensible map format for actions in authz rules 2 лет назад
emqx_alarm.erl 423a30fbb3 fix(emqx_alarm): add safe call API to activate/deactivate alarms and use it in resource_manager 2 лет назад
emqx_alarm_handler.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_app.erl 21fbf79c29 Merge pull request #11191 from keynslug/ft/EMQX-9591/msg-persistence-minimal 2 лет назад
emqx_authentication.erl 7eea693422 fix: reorder authn when updating 2 лет назад
emqx_authentication_config.erl 21ffd958b4 feat: support authn merge_authenticators 2 лет назад
emqx_authentication_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_authn_authz_metrics_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_authz_cache.erl 7de26a1776 feat(authz): use extensible map format for actions in authz rules 2 лет назад
emqx_banned.erl e4d09d4ad4 feat: implement configuration and user data export/import CLI 2 лет назад
emqx_base62.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_batch.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_boot.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_broker.erl 0a00c39282 chore(ps): phase out existing session persistence mechanism 2 лет назад
emqx_broker_bench.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_broker_helper.erl 950d5edc41 fix: avoid logging unnecessary errors in async cleanup functions 2 лет назад
emqx_broker_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_calendar.erl c8c2793944 perf(rule_engine): improve the time offset parser 2 лет назад
emqx_channel.erl e1e4c64a30 refactor(session): allow peeking at mqueue less intrusively 2 лет назад
emqx_cm.erl 8480a26b66 Merge pull request #11065 from SergeTupchiy/EMQX-9992-fix-async-cleanup-error-logs 2 лет назад
emqx_cm_locker.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_cm_registry.erl 65483e972e refactor: use unified table define 2 лет назад
emqx_cm_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_config.erl ff4119e8b3 chore(emqx_config): fix typo in the log message 2 лет назад
emqx_config_handler.erl d509c47344 feat: add conf load api 2 лет назад
emqx_congestion.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_connection.erl e1e4c64a30 refactor(session): allow peeking at mqueue less intrusively 2 лет назад
emqx_const_v1.erl 52263a0448 feat: add ocsp stapling and crl support to mqtt ssl listener 2 лет назад
emqx_crl_cache.erl 38e57f511c feat: update crl_cache conf at runtime 2 лет назад
emqx_datetime.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_exclusive_subscription.erl 3bdffca488 fix: the exclusive topics aren't removed when the session has already been cleaned 3 лет назад
emqx_flapping.erl 70e800f8a4 chore: delete unuse default value and make flapping_detect middle improtance 2 лет назад
emqx_frame.erl ea81a924f1 refactor: move topic() types def in `emqx_types.erl` 2 лет назад
emqx_gc.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_guid.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_hocon.erl 9b6ed09513 refactor: call hocon_tconf:check_plain/4 directly for example conf check 2 лет назад
emqx_hooks.erl 6e8665365b refactor: rename emqx_tables to emqx_utils_ets 2 лет назад
emqx_inflight.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_keepalive.erl d4d25d2660 chore: don't lost previous's statval 2 лет назад
emqx_kernel_sup.erl 99ea9b86c2 feat(tlslib): add separate managed certfiles GC process 2 лет назад
emqx_listeners.erl f144bb0571 Merge pull request #11226 from zhongwencool/listener-conf-enabled-to-enable 2 лет назад
emqx_logger.erl d920f415cd fix(emqx_logger): fix spec for set_log_level 2 лет назад
emqx_logger_jsonfmt.erl 1bad6ca67d fix: jiffy pretty print is a bit different from jsx 2 лет назад
emqx_logger_textfmt.erl 4653ca65f7 fix(logger): fix REPORT_CB/2 CRASH logs 3 лет назад
emqx_maybe.erl 0293b54211 fix(ft): respect checksum in `fin` packets 2 лет назад
emqx_message.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_metrics.erl 6e8665365b refactor: rename emqx_tables to emqx_utils_ets 2 лет назад
emqx_metrics_worker.erl 5d9f9671e9 feat(emqx_metrics): Sliding window samples 3 лет назад
emqx_mountpoint.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_mqtt_caps.erl b1c188f9b1 perf(mqtt-caps): dont filter cap keys 2 лет назад
emqx_mqtt_props.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_mqueue.erl ea81a924f1 refactor: move topic() types def in `emqx_types.erl` 2 лет назад
emqx_node_dump.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_ocsp_cache.erl d845c4807d fix(ocsp): disable periodic refresh when listener or stapling are disabled 2 лет назад
emqx_olp.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_os_mon.erl b80227a02a fix: crash when sysmon.os.mem_check_interval = disabled 2 лет назад
emqx_packet.erl 178711f742 fix: shared-sub with nl sub-option should cause protocol error 2 лет назад
emqx_passwd.erl 0f2f5fbbe0 fix(authn): no exception when password is 'undefined' 3 лет назад
emqx_pd.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_persistent_session_ds.erl daf4e86da1 feat(ds): add `ensure_shard/2` shortcut 2 лет назад
emqx_pmon.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_pool.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_pool_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_pqueue.erl 91bcf02970 chore: format code apps/emqx 3 лет назад
emqx_quic_connection.erl d8fa65ea09 fix(quic): handle timeout event in data stream 3 лет назад
emqx_quic_data_stream.erl d8fa65ea09 fix(quic): handle timeout event in data stream 3 лет назад
emqx_quic_stream.erl 381eb8ec68 chore(quic): fix dialyzer 3 лет назад
emqx_reason_codes.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_release.erl f95787d229 test: make possible to test core/replica locally 2 лет назад
emqx_relup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_router.erl 65483e972e refactor: use unified table define 2 лет назад
emqx_router_helper.erl 65483e972e refactor: use unified table define 2 лет назад
emqx_router_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_router_utils.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_rpc.erl ea86f4442b fix: avoid error 500 when node is re-joining cluster 2 лет назад
emqx_schema.erl b7f0f7b32d chore: merge master into release-51 2 лет назад
emqx_secret.erl 48858dee33 fix(s3): wrap S3 secrets during config load 2 лет назад
emqx_sequence.erl 6e8665365b refactor: rename emqx_tables to emqx_utils_ets 2 лет назад
emqx_session.erl e1e4c64a30 refactor(session): allow peeking at mqueue less intrusively 2 лет назад
emqx_session_router.erl 0f25df3aa8 perf(router): employ `maps:foreach/2` instead 2 лет назад
emqx_session_router_worker.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_session_router_worker_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_shared_sub.erl 946de4a303 chore: dialyzer warning 2 лет назад
emqx_ssl_crl_cache.erl 5f526d548a style: use double percent (%%) comments 2 лет назад
emqx_stats.erl 6e8665365b refactor: rename emqx_tables to emqx_utils_ets 2 лет назад
emqx_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_sys.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_sys_mon.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_sys_sup.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_tls_certfile_gc.erl c160301dbe fix: don't log enoent error 2 лет назад
emqx_tls_lib.erl 4425942030 fix(emqx_schema): move tls version gap validation to emqx_schema 2 лет назад
emqx_tls_lib_sup.erl 99ea9b86c2 feat(tlslib): add separate managed certfiles GC process 2 лет назад
emqx_tls_psk.erl dbc10c2eed chore: update copyright year 2023 3 лет назад
emqx_topic.erl 1fdcfba629 fix(shared_sub): restore support for `$queue/` shared subscription 2 лет назад
emqx_trie.erl ea81a924f1 refactor: move topic() types def in `emqx_types.erl` 2 лет назад
emqx_types.erl 7de26a1776 feat(authz): use extensible map format for actions in authz rules 2 лет назад
emqx_vm.erl 719e02cc96 fix(metrics): use the same data source for RAM usage info 3 лет назад
emqx_vm_mon.erl 9c11bfce80 refactor: rename emqx_misc to emqx_utils 2 лет назад
emqx_wdgraph.erl 0d39546080 feat(wdgraph): add `fold/3` which folds over graph edges 2 лет назад
emqx_ws_connection.erl 211486a946 fix(ws): fix MQTT packets may be reversed in the WS 2 лет назад
emqx_zone_schema.erl 48381d4c86 feat: refactor flapping detect conf 2 лет назад