summaryrefslogtreecommitdiff
path: root/parsing.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-08Implemented monolog counters.Jon Bergli Heier1-0/+19
2009-11-22Added support for using pthreads.Jon Bergli Heier1-0/+168
Data processing (parsing) moved to parsing.c. The line parsing code is moved to its own function which is called from one or more threads (depends on the "threads" setting in the config file).