summaryrefslogtreecommitdiff
path: root/src/pk-time.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Switch from EggDebug to the GLib debugging frameworkRichard Hughes1-12/+11
2010-10-17Prevent a segfault when estimating the time when the backend issues many Prog...Richard Hughes1-0/+2
2010-06-29Port 'make check' to GTest rather than using our homegrown EggTest functionalityRichard Hughes1-159/+70
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2009-03-04trivial: relax a check in the unit tests to deal with floating point imprecisionRichard Hughes1-1/+1
2009-02-24trivial: reduce the verboseness of PkTimeRichard Hughes1-1/+1
2008-12-23trivial: rename all shadowed variables to fix compile using funky compilers w...Richard Hughes1-77/+77
2008-12-23trivial: remove all the duplicate init forward-definitionsRichard Hughes1-2/+0
2008-09-21trivial: use egg_test_assert to reduce the size of the self testsRichard Hughes1-23/+10
2008-09-11bugfix: fix up all the memory leaks found by the self tests in src and libpac...Richard Hughes1-1/+1
2008-09-04don't use libselftest, instead use EggTest just like all my other projectsRichard Hughes1-3/+3
2008-09-03trivial: LibSelfTest -> EggTestRichard Hughes1-27/+27
2008-09-03trivial: get rid of the class attribute in the self check framework - also ge...Richard Hughes1-16/+13
2008-08-28convert the pk_debug and pk_warning entries to egg_ prefixes to signify this ...Richard Hughes1-12/+12
2008-04-02fix g_return_val_if_fail checks in all the functionsRichard Hughes1-8/+0
2008-03-26no need to do == TRUERichard Hughes1-1/+1
2008-03-10fix a small leak when resetting the PkTime objectRichard Hughes1-1/+24
2008-01-18allow the timer to be resetRichard Hughes1-7/+22
2007-12-24allow changing the average and value limits at runtime in PkTimeRichard Hughes1-9/+54
2007-12-23add another unit test for PkTimeRichard Hughes1-3/+23
2007-12-23check the percentage goes upRichard Hughes1-1/+9
2007-12-23allow a time offset to be added so we don't actually have to wait in make checkRichard Hughes1-6/+9
2007-11-05fixed memleakGrzegorz Dabrowski1-0/+1
2007-10-23tweak some of the time definesRichard Hughes1-3/+3
2007-10-23try to guess the remaining timeRichard Hughes1-1/+1
2007-10-23pk_time_get_remaining needs to return seconds, not msRichard Hughes1-5/+8
2007-10-23add the PkTime module to monitor the elapsed time and also to guess the compl...Richard Hughes1-0/+353