Datong Sun

Results 11 issues of Datong Sun

The current setting we use is incorrect for a 2 Hz configuration. The update interval is set to 166 Hz and sample for calculation is set to 500 and is...

# Still work in progress

core/proxy
core/db/migrations
core/clustering
core/templates
core/admin-api
core/db
size/XXL
schema-change-noteworthy

core/proxy
core/db
size/XL
schema-change-noteworthy

@clowwindy @madeye RC4 have a very simple algorithm and can be implemented in just few lines of code. According to my test, we only need the `EVP_BytesToKey(3)` to make password...

enhancement

Initial support for Kernel `eventpoll` subsystem mocking. Here is what it looks like when running with `nginx`: ``` [datong@localhost nginx-build]$ MOCKEAGAIN=rw MOCKEAGAIN_VERBOSE=1 LD_PRELOAD=/home/datong/openresty/mockeagain/mockeagain.so ./sbin/nginx [datong@localhost ~]$ curl 127.0.0.1:8888 # from...

Also moved `NGX_ERROR` up to stay consistent with their positions inside https://github.com/nginx/nginx/blob/master/src/core/ngx_core.h#L35.

ensure: 1. The `ngx_stream_lua_request_t` is accessible by third party C modules and 2. Helper macros (such as `ngx_stream_lua_get_module_ctx`) are accessible by party C modules

1330009671cd86eaf045f9f2c5cda3727a94570f. Related: https://github.com/openresty/meta-lua-nginx-module/pull/73