Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade nginx #1

Merged
merged 74 commits into from
Aug 10, 2017
Merged

upgrade nginx #1

merged 74 commits into from
Aug 10, 2017

Conversation

splitice
Copy link
Owner

No description provided.

agentzh and others added 30 commits September 28, 2016 20:03
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…context.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Implemented a new `ngx.re` module which implements the `split()` API
described at openresty/lua-nginx-module#217

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…_captures, check_buf_size, and re_sub_compile.

These functions are deliberately undocumented and thus subject to future changes.
…an empty string.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
This fixes builds with Luacheck 0.19.0+.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…tests to allow the test suite runnable in parallel with `prove -jN`.
Signed-off-by: Yichun Zhang (agentzh) <yichun@openresty.com>
…p or move depends on uninitialised value(s)" valgrind error in the JITted machine code from PCRE 8.40.
Extracted from #44
Currently, travis links against the system pcre, which has pcre jit disabled. This PR fixes that.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
agentzh and others added 29 commits May 12, 2017 18:24
…; also renamed get_error_logs() to get_logs().
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…the func priv_key_pem_to_der in the example to do the conversion.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…able index when exhausting the existing error log data before reaching the `max` limit.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
… get the "system" error log filtering level defined in nginx.conf's error_log directive.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…lds matches with empty captures.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
…th msec precision for each captured error log entry.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
thanks Yuansheng Wang for the followup tweaks.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
If the fractional part of a number is zero only, ngx.say will eliminate it.
For example, the output of ngx.say(1499575361.0) is 1499575361.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
@splitice splitice merged commit e7eeecd into splitice:master Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet