Skip to content

upgrade nginx #1

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

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
Implemented a new `ngx.re` module which implements the `split()` API
described at openresty/lua-nginx-module#217

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…_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) <[email protected]>
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
This fixes builds with Luacheck 0.19.0+.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…tests to allow the test suite runnable in parallel with `prove -jN`.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…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) <[email protected]>
agentzh and others added 29 commits May 12, 2017 18:24
…; also renamed get_error_logs() to get_logs().
…the func priv_key_pem_to_der in the example to do the conversion.

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

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

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…lds matches with empty captures.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…th msec precision for each captured error log entry.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
thanks Yuansheng Wang for the followup tweaks.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
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) <[email protected]>
@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
Development

Successfully merging this pull request may close these issues.