Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-28 | Fixed mutex locks on several objects in process_file(). | Jon Bergli Heier | 1 | -8/+20 | |
2010-01-28 | Fixed monolog readings not being synchronized when using more than one | Jon Bergli Heier | 1 | -3/+7 | |
thread. This is solved by moving last_user, in_monolog and monolog_len to the heap. These are already inside the user_mutex lock when used. | |||||
2010-01-08 | Implemented monolog counters. | Jon Bergli Heier | 1 | -0/+19 | |
2009-11-22 | Added support for using pthreads. | Jon Bergli Heier | 1 | -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). |