summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_log_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Access log: support for disabling escaping (ticket #1450).Vladimir Homutov1-8/+60
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov1-0/+5
2017-03-07Access log: removed dead ev->timedout check in flush timer handler.Maxim Dounin1-14/+1
2016-12-15Access log: support for json escaping.Valentin Bartenev1-6/+77
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov1-2/+2
2014-12-01Access log: restricted "log_format" to "http" level.Sergey Kandaurov1-7/+1
2014-08-25Access log: cancel the flush timer on graceful shutdown.Valentin Bartenev1-1/+15
2014-09-13Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev1-21/+20
2014-08-06Access log: allowed logs to syslog with "if=" (ticket #596).Maxim Dounin1-11/+6
2014-06-03Access log: fix default value, broken by cb308813b453.Piotr Sikora1-5/+2
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov1-1/+70
2014-04-15Access log: the "if" parameter of the "access_log" directive.Sergey Kandaurov1-10/+47
2013-09-04Win32: $request_time fixed.Maxim Dounin1-1/+1
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-3/+1
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-1/+3
2012-12-23Access log: the "gzip" parameter of the "access_log" directive.Valentin Bartenev1-5/+213
2012-12-23Access log: the "flush" parameter of the "access_log" directive.Valentin Bartenev1-23/+97
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev1-19/+71
2012-12-23Access log: fixed redundant buffer reallocation.Valentin Bartenev1-5/+9
2012-10-29Variables $connection and $connection_requests.Maxim Dounin1-23/+0
2012-10-03Log: $apache_bytes_sent removed.Maxim Dounin1-8/+0
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-1/+1
2012-06-18New core variable: $status.Andrey Belov1-4/+1
2012-05-16Zero padded the returned and logged HTTP status code, and fixed possibleRuslan Ermilov1-2/+2
2012-03-15- New variable: $connection_requests.Ruslan Ermilov1-1/+13
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-9/+9
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-6/+10
2012-02-13Support for disable_symlinks in various modules.Andrey Belov1-2/+8
2012-02-13Time parsing cleanup.Maxim Dounin1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-06- Improved error message when parsing of the "buffer" parameter of theRuslan Ermilov1-1/+7
2011-10-11Improved access log escaping to better protect other software.Maxim Dounin1-5/+5
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2011-08-03removal of error message about %name log_format parameters,Igor Sysoev1-19/+0
2011-03-16$time_iso8601 log variableIgor Sysoev1-0/+10
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-4/+2
2010-05-14use ngx_min() and ngx_max()Igor Sysoev1-1/+1
2009-11-29log proxied HTTP/0.9 responses status as "009"Igor Sysoev1-2/+19
2009-11-02optimize some cycles:Igor Sysoev1-3/+5
2009-09-11style fixIgor Sysoev1-1/+1
2009-08-23strict testing "access_log off"Igor Sysoev1-1/+7
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-5/+5
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev1-1/+3
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-1/+1
2008-10-16NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev1-1/+1
2008-09-27*) log_subrequestIgor Sysoev1-12/+33
2008-09-12disable directio for access_log with variablesIgor Sysoev1-0/+1
2008-09-05remove unused #include'sIgor Sysoev1-1/+0
2008-07-07always test root existence for access_log with variablesIgor Sysoev1-4/+19
2008-07-01NULL script in default access_logIgor Sysoev1-0/+1