index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_log_module.c
Commit message (
Expand
)
Author
Age
*
Access log: support for disabling escaping (ticket #1450).
Vladimir Homutov
2018-03-01
*
Fixed ngx_open_cached_file() error handling.
Sergey Kandaurov
2017-03-28
*
Access log: removed dead ev->timedout check in flush timer handler.
Maxim Dounin
2017-03-07
*
Access log: support for json escaping.
Valentin Bartenev
2016-12-15
*
Avoid left-shifting integers into the sign bit, which is undefined.
Sergey Kandaurov
2016-07-07
*
Access log: restricted "log_format" to "http" level.
Sergey Kandaurov
2014-12-01
*
Access log: cancel the flush timer on graceful shutdown.
Valentin Bartenev
2014-08-25
*
Access log: fixed the "if=" parameter with buffering (ticket #625).
Valentin Bartenev
2014-09-13
*
Access log: allowed logs to syslog with "if=" (ticket #596).
Maxim Dounin
2014-08-06
*
Access log: fix default value, broken by cb308813b453.
Piotr Sikora
2014-06-03
*
Added syslog support for error_log and access_log directives.
Vladimir Homutov
2014-05-12
*
Access log: the "if" parameter of the "access_log" directive.
Sergey Kandaurov
2014-04-15
*
Win32: $request_time fixed.
Maxim Dounin
2013-09-04
*
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
2013-08-20
*
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
2013-08-06
*
Access log: the "gzip" parameter of the "access_log" directive.
Valentin Bartenev
2012-12-23
*
Access log: the "flush" parameter of the "access_log" directive.
Valentin Bartenev
2012-12-23
*
Reopening log files code moved to a separate function.
Valentin Bartenev
2012-12-23
*
Access log: fixed redundant buffer reallocation.
Valentin Bartenev
2012-12-23
*
Variables $connection and $connection_requests.
Maxim Dounin
2012-10-29
*
Log: $apache_bytes_sent removed.
Maxim Dounin
2012-10-03
*
Fixed compilation with -Wmissing-prototypes.
Ruslan Ermilov
2012-07-24
*
New core variable: $status.
Andrey Belov
2012-06-18
*
Zero padded the returned and logged HTTP status code, and fixed possible
Ruslan Ermilov
2012-05-16
*
- New variable: $connection_requests.
Ruslan Ermilov
2012-03-15
*
Fixed spelling in single-line comments.
Ruslan Ermilov
2012-02-28
*
Disable symlinks: initialization of the "disable_symlinks" field in
Valentin Bartenev
2012-02-27
*
Support for disable_symlinks in various modules.
Andrey Belov
2012-02-13
*
Time parsing cleanup.
Maxim Dounin
2012-02-13
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
- Improved error message when parsing of the "buffer" parameter of the
Ruslan Ermilov
2011-12-06
*
Improved access log escaping to better protect other software.
Maxim Dounin
2011-10-11
*
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
2011-09-19
*
removal of error message about %name log_format parameters,
Igor Sysoev
2011-08-03
*
$time_iso8601 log variable
Igor Sysoev
2011-03-16
*
ngx_str_set() and ngx_str_null()
Igor Sysoev
2010-05-14
*
use ngx_min() and ngx_max()
Igor Sysoev
2010-05-14
*
log proxied HTTP/0.9 responses status as "009"
Igor Sysoev
2009-11-29
*
optimize some cycles:
Igor Sysoev
2009-11-02
*
style fix
Igor Sysoev
2009-09-11
*
strict testing "access_log off"
Igor Sysoev
2009-08-23
*
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
2009-06-02
*
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
2009-04-27
*
small optimization: " == NGX_ERROR" > " != NGX_OK"
Igor Sysoev
2009-02-24
*
NGX_OPEN_FILE_DIRECTIO_OFF
Igor Sysoev
2008-10-16
*
*) log_subrequest
Igor Sysoev
2008-09-27
*
disable directio for access_log with variables
Igor Sysoev
2008-09-12
*
remove unused #include's
Igor Sysoev
2008-09-05
*
always test root existence for access_log with variables
Igor Sysoev
2008-07-07
*
NULL script in default access_log
Igor Sysoev
2008-07-01
[next]