]> git.ipfire.org Git - thirdparty/sarg.git/commit
Alias host names in URL and group identical names
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:31:49 +0000 (10:31 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:31:49 +0000 (10:31 +0000)
commit227153528d900c4b3d213349e91bd1198f164a75
tree585cb1f6dbda560c29c4c0ec60269fa9bfe8a288
parentb966a3a224de2a6ea591458bec47c1bb4e9b3745
Alias host names in URL and group identical names

The user can write a file providing rules to replace the host names
extracted from the URL and displayed in the reports. The rules allow
for one wildcard in the host names to be matched.

Identical aliased host named are grouped together in the reports.
12 files changed:
CMakeLists.txt
ChangeLog
Makefile.in
documentation/util.txt
getconf.c
include/conf.h
include/defs.h
include/info.h
log.c
sarg.conf
url.c [new file with mode: 0644]
util.c