0
I Use This!
Inactive

Commits : Listings

Analyzed 9 minutes ago. based on code collected about 3 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bugfix: in test cases related to dyn resolver More... about 10 years ago
Release: SEnginx v1.5.10 More... about 10 years ago
change: don't compile syslog support by default More... about 10 years ago
bugfix: segmentation fault in syslog support More... about 10 years ago
Merge tag 'v1.5.10' More... about 10 years ago
refactor: removed an unused parameter, "len", in ngx_http_lua_ffi_script_eval_data. More... about 10 years ago
doc: documented the new ngx.worker.pid() API. More... about 10 years ago
Changes with nginx 1.5.10 04 Feb 2014 More... about 10 years ago
adjusted a test case that could fail on slow machines. More... about 10 years ago
bugfix: fixes for small string buffer arguments in the C API for FFI-based implementations of shdict:get(). More... about 10 years ago
bugfix: fixed the error message buffer overwrite in the C API for FFI-based ngx.re implementations. More... about 10 years ago
skipped tests that could fail in the "check leak" testing mode. More... about 10 years ago
better context info in the error messages for init_by_lua* and init_worker_by_lua*. More... about 10 years ago
fixed an erorr message in ngx_http_lua_report. More... about 10 years ago
feature: added new API function ngx.worker.pid() for retrieving the current nginx worker process's pid. More... about 10 years ago
reindexed the tests in t/058-tcp-socket.t. More... about 10 years ago
change: turned off lua_socket_log_errors in init_worker_by_lua*. More... about 10 years ago
Merge branch 'master' of https://github.com/NeusoftSecurity/SEnginx More... about 10 years ago
change: delete rm template file when make clean More... about 10 years ago
test: now we require the ngx_lua_upstream module for the test suite. More... about 10 years ago
doc: updated the "TODO" section to reflect recent changes. More... about 10 years ago
test: use smaller port numbers to reduce the chance of conflicting with local ports. More... about 10 years ago
bugfix: use of the public C API in other nginx C modules (extending ngx_lua) lead to compilation errors and warnings when the Microsoft C compiler is used. thanks Edwin Cleton for the report. More... about 10 years ago
bug fix: solve the core dumped when do resolver_handler in robot More... about 10 years ago
bug fix: solve the core dumped when do resolver_handler in ngx_resolve_name More... about 10 years ago
bug fix: solve the problem of core dumped when use resolver More... about 10 years ago
change: add syslog config file More... about 10 years ago
bugfix: segmentation faults might happen when multiple "light threads" in the same request manipuate a stream cosocket object in turn. thanks Aviram Cohen for the report. More... about 10 years ago
bugfix: timers created by ngx.timer.at() might not be aborted prematurely upon nginx worker exit. thanks Hamish Forbes for the report. More... about 10 years ago
SEN-27: add syslog support More... about 10 years ago