JianBo He
|
448ae41a64
|
chore: update changes
|
2022-07-27 09:58:27 +08:00 |
JianBo He
|
a5bf1a3b2d
|
chore(exproto): update app.src & appup.src
|
2022-07-27 09:38:46 +08:00 |
JianBo He
|
c188eeb1d9
|
fix(exproto): refine keepalive timer checking
|
2022-07-27 09:36:18 +08:00 |
JianBo He
|
db26956f3e
|
feat(exproto): keeping client information up to date
|
2022-07-27 09:36:18 +08:00 |
JimMoen
|
69abca17f2
|
chore(appup): bump app version & update appup
|
2022-05-22 22:06:02 +08:00 |
JimMoen
|
bd23dae523
|
refactor(auth): auth apps use counter in emqx_metrics
|
2022-05-22 22:06:02 +08:00 |
JimMoen
|
6168745f90
|
chore: update copyright
|
2022-04-14 11:23:25 +08:00 |
JianBo He
|
c603b2c7e3
|
chore: update appup.src files
|
2022-04-06 10:44:08 +08:00 |
Thales Macedo Garitezi
|
cf1cc7e9db
|
chore(appup): update appup files
|
2022-02-24 17:14:47 -03:00 |
JianBo He
|
d943cc2f1c
|
chore(exproto): update appup.src
|
2022-02-24 11:51:00 +08:00 |
JianBo He
|
7236206373
|
fix(exproto): handle discard call
|
2022-02-24 11:51:00 +08:00 |
JianBo He
|
a2d8405f99
|
chore: update appup.src
|
2022-02-22 10:30:52 +08:00 |
JianBo He
|
b802bcb6fc
|
refactor(exproto): pre-register the anonymous client
|
2022-02-22 10:23:16 +08:00 |
JianBo He
|
439fb3a403
|
chore: fix elvis warnings
|
2021-11-12 10:43:21 +08:00 |
JianBo He
|
0c5cb1b9ac
|
chore: update appup.src
|
2021-11-12 10:43:21 +08:00 |
JianBo He
|
4c29c3a5e5
|
chore: fill message headers
|
2021-11-12 10:43:21 +08:00 |
Zaiming Shi
|
4f3790a6f5
|
style: fix code style for emqx_exproto
|
2021-11-08 16:17:54 +01:00 |
Zaiming Shi
|
f1f2e51c99
|
fix: update appup
|
2021-11-08 16:17:54 +01:00 |
Zaiming Shi
|
412a68ac75
|
chore: bump version for emqx_proto
|
2021-11-08 16:17:54 +01:00 |
Zaiming Shi
|
325c5e5a97
|
chore: sync ce code added only to ee back to ce
|
2021-11-08 16:17:54 +01:00 |
JianBo He
|
a41e6604cf
|
chore(exproto): update appup.src
|
2021-08-13 17:21:31 +08:00 |
JianBo He
|
473e600b53
|
fix(exproto): fix badarg is_process_alive/1
|
2021-08-13 17:21:31 +08:00 |
JianBo He
|
f9a9d4a6f0
|
chore(exproto): update appup.src
|
2021-08-10 17:59:36 +08:00 |
JianBo He
|
5854bfab57
|
fix(exproto): retry the grpc request if the stream closed
|
2021-08-10 17:59:36 +08:00 |
JianBo He
|
b1d190fd3b
|
fix(exproto): fix peername for udp socket
|
2021-07-21 17:33:21 +08:00 |
JianBo He
|
fbaf2646f9
|
chore(exproto): update appup.src
|
2021-07-21 17:33:21 +08:00 |
JianBo He
|
31cbd66f61
|
fix(exproto): get peername after esockd_wait/1
|
2021-07-21 17:33:21 +08:00 |
JianBo He
|
c878c73395
|
fix(exproto): fix bad socket type
* fix(exproto): fix bad socket type
* chore(exproto): update appup.src
|
2021-07-20 11:04:00 +08:00 |
Zaiming Shi
|
6354e75626
|
chore: update copyrights
|
2021-04-23 20:43:00 +02:00 |
Shawn
|
5896e90235
|
fix(export): Mod:call/3 not exported
|
2021-04-16 18:44:28 +08:00 |
JianBo He
|
277cab86d3
|
refactor: improve the speed of hexstr and binary conversions
|
2021-03-23 18:25:19 +08:00 |
JianBo He
|
ebffdafe86
|
fix(exproto): ignore undefined clientid
|
2021-03-09 11:37:30 +08:00 |
z8674558
|
3e9abbe95a
|
chore(emqx_exproto): tell dialyzer exit functions do not return
|
2021-02-24 21:32:48 +09:00 |
z8674558
|
a6b5e0707d
|
chore(emqx_exproto): match emqx_misc:tune_heap_size
|
2021-02-24 21:32:48 +09:00 |
z8674558
|
02a755fbea
|
chore(emqx_exproto): fix dialyzer warinings on default_conninfo
|
2021-02-24 21:32:48 +09:00 |
Zaiming Shi
|
64cfaf4385
|
improve(print): io:format error message without indentation
Avoid squeezing lines to the right.
|
2021-02-19 07:45:37 +01:00 |
JianBo He
|
3322bb60c3
|
fix(exproto): fix the bad return type for auth
|
2021-01-25 09:24:03 +08:00 |
JianBo He
|
d360e7ead1
|
feat(exproto): use client streaming APIs for handler
- Use the gRPC client streaming APIs to improve the
ConnectionHandler server performance.
- Change the 'conn' field type to term binary
|
2021-01-15 09:47:56 +08:00 |
JianBo He
|
739e49218f
|
fix(cm): fix the problem of registering a channel twice (#3831)
|
2020-12-28 11:03:29 +08:00 |
Zaiming Shi
|
7bdd093ef5
|
Merge remote-tracking branch 'origin/dev/v4.3.0' into umbrella-fix-build
|
2020-12-11 08:55:57 +01:00 |
Zaiming Shi
|
3a91ff8a7b
|
chore(proj): resync apps
|
2020-12-11 08:19:26 +01:00 |
Ayodele
|
56d7b3deb1
|
Umbrella fix build (#8)
|
2020-12-10 11:25:25 +01:00 |
Zaiming Shi
|
fb5ad0559f
|
fix(emqx_exproto_conn): dialyzer warning
|
2020-12-10 11:22:38 +01:00 |
Ayodele
|
0cb9cbce71
|
Umbrella fix build (#6)
* fix(emqx_bridge_rpc): Dialyzer warnings
* fix(emqx_coap_app): Dialyzer warnings
* fix(emqx_coap_mqtt_adapter): Dialyzer warnings
* fix(emqx_lwm2m_json): Dialyzer warnings
* fix(emqx_lwm2m_message): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_mgmt_cli): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_bridge_rpc): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_exproto_gcli): Dialyzer warnings
|
2020-12-10 11:22:38 +01:00 |
ayodele.akingbule
|
31c6292008
|
fix(emqx_exproto_conn): Dialyzer warnings
|
2020-12-10 11:22:38 +01:00 |
Zaiming Shi
|
7fdbfba06a
|
Merge branch 'umbrella-for-430-auto-sync' into umbrella-for-430
|
2020-12-08 22:09:59 +01:00 |
Zaiming Shi
|
2fda0a1565
|
chore(apps): Sync again all apps
|
2020-12-07 21:30:21 +01:00 |
Zaiming Shi
|
db792ec577
|
chore(apps): Sync again with 4.3.0
|
2020-12-05 03:02:35 +01:00 |
Zaiming Shi
|
0fb5fb31a5
|
refactor(proj) sync 4.3.0 plugins with tracked files
|
2020-12-05 02:43:04 +01:00 |
Zaiming Shi
|
686c006d6e
|
refactor(proj): Add apps
|
2020-12-04 22:11:53 +01:00 |