lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Embed the Power of Lua into NGINX HTTP servers

Results 196 lua-nginx-module issues
Sort by recently updated
recently updated
newest added
trafficstars

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. TLS has the support to derive key material from the TLS...

needs-test-cases

This is a major refactor of the `config` script of this module. * The script is now compatible for **both ngx_http_lua and ngx_stream_lua** * ngx_sream_lua can now be compiled as...

conflict

This pull request adds `ngx_http_lua_ffi_shdict_store_when` which is used to define `set_when` and `safe_set_when` methods in `ngx.shared.DICT`. These methods are useful for avoiding race conditions between successive calls of `get` and...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. * The sister PR: https://github.com/openresty/meta-lua-nginx-module/pull/69 * Relevant issue: https://github.com/openresty/stream-lua-nginx-module/issues/167

needs-test-cases

This expose a way to set the tcp upstream socket's request buffer manually, so we can call write later. The reason this is splitted into 2 functions is because i...

conflict

The `lindex` method returns the element at index `index` in the shared dict list. Just like the `LINDEX` of Redis. I hereby granted the copyright of the changes in this...

conflict
needs-test-cases

… name's resolution from Lua code using Nginx core's dynamic resolver. Please, check my new FFI-based implementation. Lua-part (https://github.com/openresty/lua-resty-core/pull/235) Let me propose a new API function for Lua - ngx.resolve....

conflict
needs-test-cases

implement tcpsock:getreusedtimes to get tcp infos

conflict
needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Dynamically listen/accept socket in lua. Sample usage location = / {...

conflict

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict