0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 24 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor: avoided the magic error code -3 in ngx_http_lua_ffi_get_ctx_ref. More... over 10 years ago
change: ngx.decode_base64() now only accepts string arguments. More... over 10 years ago
Merge pull request #322 from zh-ang/master More... over 10 years ago
reduce compiling warning(avoid halting compiling)
jay
More... over 10 years ago
doc: documented that the coroutine.* API can be used in init_by_lua since 0.9.2. thanks Ruoshan Huang for the reminder. More... over 10 years ago
tweaked a test case that could fail randomly on slow machines. More... over 10 years ago
bugfix: we did not set the shortcut fields in r->headers_in for request headers in our subrequests created by ngx.location.capture*(). thanks Aviram Cohen for the original patch in #318. More... over 10 years ago
Release: SEnginx v1.5.9 More... over 10 years ago
optimize: we no longer clear the lua_State pointers for dead "light threads" such that their coroutine context structs could be reused by other "light threads" and user coroutines. More... over 10 years ago
bugfix: coroutines might incorrectly enter the "dead" state even right after creation with coroutine.create(). thanks James Hurst for the report. More... over 10 years ago
Merge branch 'master' of https://github.com/NeusoftSecurity/SEnginx More... over 10 years ago
fixed the compatible problem with nginx-1.5.8 More... over 10 years ago
minor debugging log tweaks. More... over 10 years ago
reindexed test file t/041-header-filter.t. More... over 10 years ago
feature: allow use of ngx.exit() in the context of header_filter_by_lua*. but in this context ngx.exit() returns immediately. More... over 10 years ago
updated the tests to reflect recent changes in ngx.exit(). More... over 10 years ago
fixed incompatiblities in nginx 1.5.8 which breaks the resolver API in the nginx core. More... over 10 years ago
bugfix: we might try sending the response header again in ngx.exit() when the header was already sent. More... over 10 years ago
Merge tag 'v1.5.8' More... over 10 years ago
Changes with nginx 1.5.8 17 Dec 2013 More... over 10 years ago
version bump. More... over 10 years ago
fixed issues in the test suite exposed by nginx 1.5.7. More... over 10 years ago
fixed the tests for truncated subrequests to reflect the changes in nginx 1.5.3+. More... over 10 years ago
bugfix: subrequests initiated by ngx.location.capture() might send their own response headers more than once. this issue might also lead to the alert message "header already sent" and request aborts when nginx 1.5.4+ was used. More... over 10 years ago
doc: bumped version to 0.9.3 and also stated that we work with nginx 1.4.4. More... over 10 years ago
change: modify the timeout of dns cache in robot mitigation to 5s More... over 10 years ago
SEN-24: system command in ip blacklist More... over 10 years ago
doc: documented the new behavior regarding zero-delay timers upon nginx worker process exiting. More... over 10 years ago
doc: documented the ngx.worker.exiting() API. More... over 10 years ago
bugfix: ngx.req.set_header() did not completely override the existing request header with multiple values. thanks Aviram Cohen for the report in #314. More... over 10 years ago