]> git.ipfire.org Git - thirdparty/sarg.git/commit
Limit the useragent log period to the same period as the access log
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 21 Aug 2015 17:59:26 +0000 (19:59 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 21 Aug 2015 17:59:26 +0000 (19:59 +0200)
commit02d231f3f40a9a94d172771d2ee927a9a399d991
tree137d4ccbf9810cbc3e9896ca5e6e987dbe6ce219
parentf009b9ad4c11cf2b90e06f6b184bd28942b0d6c5
Limit the useragent log period to the same period as the access log

If no explicit date range was provided on the command line, the useragent
report used to contain the content of the whole useragent.log file even if
it covered a wider period than the access log.

Now, the useragent report only covers the same period as the access log
provided they both overlap. If both logs cover distinct periods, the
useragent log is not produced.
documentation/util.txt
include/defs.h
redirector.c
useragent.c
util.c