forked from openresty/lua-resty-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…context. Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
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]>
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]>
…aJIT 2.0 is used.
…lt Charbonnier for the catch.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
… cols in Lua source files.
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`.
…t be a false positive.
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]>
…ror_log to lua_capture_error_log.
…; also renamed get_error_logs() to get_logs().
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…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]>
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
…lds matches with empty captures. Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
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]>
…ng mode to avoid exhaust local ports.
…Jan Prachař for the report.
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]>
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.