]> git.ipfire.org Git - thirdparty/sarg.git/commit - authfail.c
Use a library to read gzip access.log files
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 10 Jun 2015 19:22:24 +0000 (21:22 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 10 Jun 2015 19:22:24 +0000 (21:22 +0200)
commit800eafb823572ff2ab3bc12eb629550e8ab4e279
treefb4c36371d3c7364dcdd0288a10e1e1162e5bf57
parent69a910adbd744bff9f2d4f248530306937cc5af7
Use a library to read gzip access.log files

LZW compressed files (.Z) are not supported any more until I find out how
to read such a file using a library.

Bzip2 files (.bz2) are not supported yet even thought an untested
non-working code exists in sarg.
25 files changed:
Makefile.in
authfail.c
configure.ac
convlog.c
datafile.c
decomp.c
denied.c
download.c
email.c
fileobject.c [new file with mode: 0644]
html.c
include/defs.h
include/fileobject.h [new file with mode: 0644]
longline.c
readlog.c
realtime.c
redirector.c
report.c
siteuser.c
splitlog.c
topsites.c
topuser.c
url.c
userinfo.c
util.c