]> git.ipfire.org Git - thirdparty/sarg.git/commit
Use less memory to store the user strings
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 4 Jan 2013 14:19:21 +0000 (15:19 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 4 Jan 2013 14:19:21 +0000 (15:19 +0100)
commitb6b6cb8ce6ff1ae7ace4032808e7cfc80c8b4090
tree9902664c467788d8b3edb3ec5d6abdbe7b079c5e
parent9065c2f4b13968ab061764c5c622a0f16b0ff5e6
Use less memory to store the user strings

Use the string buffer object to store the strings corresponding to the
users. It takes much less memory as the strings only take the exact amount
of memory instead of allocating a fixed size buffer as big as the biggest
expected string.
datafile.c
include/defs.h
redirector.c
report.c
userinfo.c