]> git.ipfire.org Git - thirdparty/sarg.git/commit
Optimize time range filtering
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 20 Nov 2010 22:06:27 +0000 (22:06 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 20 Nov 2010 22:06:27 +0000 (22:06 +0000)
commit58eec3c0fba2c0785febf50589249535df6ee301
tree747e9233023f8c2dc9bb7891a0c0f07966c10d01
parenta1136ab4dbd29b58b88895f057a6adebda17c4ce
Optimize time range filtering

Filtering of the log entries based on a time or time range passed with
command line option -t is done using numerical values instead of
strings.
log.c