]> git.ipfire.org Git - thirdparty/sarg.git/history - readlog.c
Indent the configure script for more readability.
[thirdparty/sarg.git] / readlog.c
2015-06-10  Frederic MarchalUse a library to read gzip access.log files
2015-06-09  Frederic MarchalDon't display the period covered by the logs if it...
2015-04-26  Frederic MarchalDisplay the source of the message displayed on stderr
2015-04-26  Frederic MarchalMerge messages about memory shortage.
2015-04-26  Frederic MarchalMerge the messages about invalid data
2015-04-26  Frederic MarchalUpdate the copyright year in every source file
2015-04-25  Frederic MarchalOutput only two sets of messages when fclose fails
2015-04-02  Frederic MarchalNormalize the messages to have less messages to translate.
2015-04-01  Frederic MarchalSimplify the messages to translate
2015-03-19  Frederic MarchalMerge branch 'master' of /run/media/maf/TRACK/sarg...
2015-03-19  Frederic MarchalGet rid of the dependency to an external tail command
2015-03-04  Frederic MarchalRemove the flooding of the console with a debug message
2015-03-04  Frederic MarchalMerge commit '997a4328762024f4a21a33e3c26d354be8764589'
2015-03-04  Frederic MarchalMerge branch 'master' of ssh://git.code.sf.net/p/sarg...
2015-03-04  Frederic MarchalProxy authentication code is ignored when building...
2015-03-04  Frederic MarchalReplace command line option -m by the fourth debug...
2015-03-04  Frederic MarchalFirst use of a debug level
2014-12-10  Frederic MarchalDisplay a column with the user's IP address in the...
2014-09-29  Frederic MarchalVerbose output with correct period covered by the logs
2013-06-06  Frederic MarchalAn aliased IP address is not an IP address any more
2013-05-30  Frederic MarchalFix the reporting of downloaded files
2013-05-30  Frederic MarchalMerge branch 'master' of ssh://git.code.sf.net/p/sarg...
2013-05-30  Frederic MarchalAvoid rereading the user_limit file each time a user...
2013-03-30  Frederic MarchalReport a proper message if a log file cannot be read
2013-03-30  Frederic MarchalReport a proper message if a log file cannot be read
2013-03-08  Frederic MarchalAdd a user alias
2013-02-23  Frederic MarchalUse constant strings for the IP address and user name...
2013-02-23  Frederic MarchalFix an error when processing NTLM user formatted name
2013-01-25  Frederic MarchalSuppress warnings from the compiler for unused variables
2013-01-05  Frederic MarchalUpdate the date in the header of every C file
2013-01-03  Frederic MarchalDon't ignore lines starting with a space in access.log
2012-12-26  Frederic MarchalExplain why some input log lines are ignored
2012-12-26  Frederic MarchalMake sure the total number of lines read is big enough
2012-12-16  Frédéric MarchalGet rid of the limit on the number of input files
2012-09-29  Frédéric MarchalMake one function to read an input log
2012-09-12  Frédéric MarchalBe more thorough when ensuring a file is correctly...
2012-09-06  Frédéric MarchalExplain the reason when a file cannot be opened
2012-08-31  Frédéric MarchalDownload report encapsulated in a module
2012-08-29  Frédéric MarchalCompute and display execution statistics
2012-08-27  Frédéric MarchalFix the filtering out of the log based on a date
2012-08-26  Frédéric MarchalKeep reading the log files even with a small number...
2012-08-26  Frédéric MarchalChange the structure to search for the current log...
2012-08-26  Frédéric MarchalPurge the old log file decoding code
2012-08-26  Frédéric MarchalFix a crash when no log formats are found suitable
2012-08-26  Frédéric MarchalEditor removed trailing spaces
2012-08-26  Frédéric MarchalStore the entry time in a structure instead of a pointer
2012-08-25  Frédéric MarchalModular reading of some input log formats
2012-08-21  Frédéric MarchalDon't use strcmp to check strings one or zero character...
2012-08-10  Frédéric MarchalDon't show the input log reading percentage
2012-07-19  Frédéric MarchalMerge remote branch 'origin/v2.3'
2012-07-17  Frédéric MarchalMerge remote branch 'origin/v2.3'
2012-07-15  Frédéric MarchalMerge remote branch 'origin/v2.3'
2012-07-09  Frédéric MarchalMerge remote branch 'origin/v2.3'
2012-07-05  Frédéric MarchalMake a module out of the authentication failures report
2012-07-03  Frédéric MarchalMerge remote branch 'origin/v2.3'
2012-07-03  Frédéric MarchalDenied report structured as a module
2012-07-03  Frédéric MarchalStore the URL in the structure
2012-07-03  Frédéric MarchalStore the HTTP code inside the structure
2012-07-03  Frédéric MarchalStore the elapsed time and the number of bytes into...
2012-07-03  Frédéric MarchalStore the user in the structure
2012-07-03  Frédéric MarchalRemove old commented out code
2012-07-03  Frédéric MarchalStore the IP address in a structure
2012-07-03  Frédéric MarchalStore the date and time in a structure
2012-07-03  Frédéric MarchalReduce the dependency of the main code to the denied...
2012-06-22  Frédéric MarchalMove the log reading to a separate source file