Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-16 | User lines and minor fixes. | Jon Bergli Heier | 1 | -2/+4 | |
2010-11-15 | Implemented most database queries. | Jon Bergli Heier | 1 | -0/+22 | |
2010-11-15 | Removed XML export. | Jon Bergli Heier | 1 | -2/+0 | |
2010-11-12 | Remove broken threading support. | Jon Bergli Heier | 1 | -84/+2 | |
2010-11-10 | Lock calls to fgets().lastseen | Jon Bergli Heier | 1 | -2/+14 | |
2010-11-09 | Temporary workaround for race condition in early parsing. | Jon Bergli Heier | 1 | -2/+10 | |
Parsing the date in log_opened and day_changed takes its time, so other threads might set the time and use that before the initial date is set. This only really matters for seen_first as of now. | |||||
2010-11-09 | Avoid race condition on setting seen_first and seen_last. | Jon Bergli Heier | 1 | -12/+14 | |
2010-11-09 | Modified time branch to store only first and last time seen. | Jon Bergli Heier | 1 | -129/+42 | |
2010-06-05 | Mostly-working implementation of time tracking for users.time | Jon Bergli Heier | 1 | -6/+309 | |
Needs some more testing. | |||||
2010-06-03 | Return NULL from thread_func. | Jon Bergli Heier | 1 | -0/+2 | |
2010-06-02 | Added a minimum word length config option, "wordlen_min". | Jon Bergli Heier | 1 | -22/+17 | |
Also did some minor cleanup of the word add code in process_file. | |||||
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). |