]> git.ipfire.org Git - thirdparty/sarg.git/commit - fnmatch.c
Get rid of the limit on the number of input files
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 16 Dec 2012 17:11:55 +0000 (18:11 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 16 Dec 2012 17:11:55 +0000 (18:11 +0100)
commit6068ae5629f8781540100bcc0459b5f7944533a1
treed0ef8512d76d1ab90efe4593a45cffbd62e440cd
parent22276ff3aadc2a737a87170aa62d84ada59c5140
Get rid of the limit on the number of input files

Previous versions were limited to 255 access log files with a maximum
length of 1024 characters. That limit has been alleviated.
15 files changed:
CMakeLists.txt
Makefile.in
configure.in
filelist.c [new file with mode: 0644]
fnmatch.c [new file with mode: 0644]
getconf.c
include/conf.h
include/config.h.in
include/defs.h
include/filelist.h [new file with mode: 0644]
include/stringbuffer.h [new file with mode: 0644]
log.c
readlog.c
realtime.c
stringbuffer.c [new file with mode: 0644]