nanomq:wangha/dev_msg_pool

Last commit made on 2021-03-06
Get this branch:
git clone -b wangha/dev_msg_pool https://git.launchpad.net/nanomq

Branch merges

Branch information

Name:
wangha/dev_msg_pool
Repository:
lp:nanomq

Recent commits

6bb5b02... by wanghaemq <email address hidden>

* FIX [nanolib] make log_err not depended on NOLOG & make new flag NOWARNING

969b0e4... by wanghaemq <email address hidden>

* FIX [broker&nano_tcp] fix some error due to rebase. (db_ret lost, code duplication in cmake etc)

108c932... by wanghaemq <email address hidden>

* FIX [nanolib] turn return value in msgpool uint8 to int

2647b41... by wanghaemq <email address hidden>

* NEW [nanolib] make resize in another thread

ba0e73d... by wanghaemq <email address hidden>

* FIX [nanolib] fix a error in log & create a test about compare speed between malloc and nnl_msg_get

46e5fd1... by wanghaemq <email address hidden>

* FIX [nanolib] fix thread num error in msg pool

d44a11b... by wanghaemq <email address hidden>

* FIX [nanolib] add tests in condition of concurrent

c0a0888... by wanghaemq <email address hidden>

* FIX [cmake] motify cmake file due to perf applied

f09d889... by wanghaemq <email address hidden>

* FIX [tcp&nano_tcp] fix race conditions with last commit

dad23e8... by wanghaemq <email address hidden>

* FIX [nanolib] motify the scope of mutex and fix some segv error in msgpool