log src/http/modules/ngx_http_log_module.c @ 4988:3849bb380605

age author description
Sun, 23 Dec 2012 19:09:33 +0000 Valentin Bartenev Access log: the "gzip" parameter of the "access_log" directive.
Sun, 23 Dec 2012 15:51:47 +0000 Valentin Bartenev Access log: the "flush" parameter of the "access_log" directive.
Sun, 23 Dec 2012 15:36:52 +0000 Valentin Bartenev Reopening log files code moved to a separate function.
Sun, 23 Dec 2012 15:27:55 +0000 Valentin Bartenev Access log: fixed redundant buffer reallocation.
Tue, 13 Nov 2012 10:45:23 +0000 Maxim Dounin Merge of r4886, r4887, r4894: log variables generalization: stable-1.2
Mon, 29 Oct 2012 17:17:59 +0000 Maxim Dounin Variables $connection and $connection_requests.
Wed, 03 Oct 2012 15:25:06 +0000 Maxim Dounin Log: $apache_bytes_sent removed.
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.
Mon, 18 Jun 2012 13:43:44 +0000 Andrey Belov New core variable: $status.
Wed, 16 May 2012 13:27:04 +0000 Ruslan Ermilov Zero padded the returned and logged HTTP status code, and fixed possible
Thu, 15 Mar 2012 19:37:32 +0000 Ruslan Ermilov - New variable: $connection_requests.
Mon, 05 Mar 2012 13:26:40 +0000 Maxim Dounin Merge of r4500: fixed spelling in single-line comments. stable-1.0
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Mon, 27 Feb 2012 16:51:28 +0000 Valentin Bartenev Disable symlinks: initialization of the "disable_symlinks" field in
Mon, 13 Feb 2012 16:32:21 +0000 Andrey Belov Support for disable_symlinks in various modules.