summaryrefslogtreecommitdiff
path: root/src/pk-self-test.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2009-12-12Add PkProc, to monitor the running applications on the system for future func...Richard Hughes1-0/+2
2009-11-23Update to a better version of the egg-debug codeRichard Hughes1-1/+1
2009-07-11Add a thin cached wrapper around lsof so we can track what applications are u...Richard Hughes1-0/+2
2009-06-16Port to polkit1, and remove a lot of the complexity from the old PolicyKit codeRichard Hughes1-2/+0
2009-04-09feature: remove the DBus backend. The only user (apt) has switched to spawned...Richard Hughes1-2/+0
2008-10-16bugfix: Don't use EggObjList as a parent GObject makes up some of the library...Richard Hughes1-2/+0
2008-09-29trivial: add EggStringList (superclass of EggObjList) for storing string listsRichard Hughes1-2/+3
2008-09-21trivial: abstract out the store functionlity into PkStore so we can test it e...Richard Hughes1-0/+2
2008-09-06trivial: add the EggString to the self testRichard Hughes1-0/+4
2008-09-04don't use libselftest, instead use EggTest just like all my other projectsRichard Hughes1-28/+28
2008-09-03trivial: LibSelfTest -> EggTestRichard Hughes1-27/+27
2008-08-28convert the pk_debug and pk_warning entries to egg_ prefixes to signify this ...Richard Hughes1-2/+2
2008-05-01remove some unused codeRichard Hughes1-4/+0
2008-04-23rename the PkRestart file to PkFileMonitor and make it a generic object that ...Richard Hughes1-2/+2
2008-04-11remove PkFilter now we can manipulate enum lists - I don't think I've broken ...Richard Hughes1-4/+0
2008-04-02constify *_get_type, it's top of the profile and could be unrolledRichard Hughes1-0/+4
2008-03-31the daemon will quit when it has cleared allRichard Hughes1-0/+2
2008-01-19add in the mega patch to use a single instance backendRichard Hughes1-3/+3
2008-01-19another stub for the self testRichard Hughes1-0/+2
2008-01-19abstract out the thread stuff from the backend objectRichard Hughes1-0/+2
2008-01-19abstract out the spawn stuff from the backend objectRichard Hughes1-3/+9
2007-11-21add some initial code to get the action time since the last run. unconnected,...Richard Hughes1-0/+2
2007-11-04add PkBackend and PkEngine unit test stubsRichard Hughes1-0/+4
2007-11-04add soem unit tests for PkSecurityRichard Hughes1-0/+2
2007-10-23add the PkTime module to monitor the elapsed time and also to guess the compl...Richard Hughes1-0/+2
2007-10-13actually make the locking talk to HAL. Also add lots of unit tests as this co...Richard Hughes1-0/+2
2007-10-13add unit tests for PkConfRichard Hughes1-0/+2
2007-09-18rename PkJobList to PkTransactionList to better reflect what it's doingRichard Hughes1-2/+2
2007-09-17allow the monitoring class to cancel the jobRichard Hughes1-0/+2
2007-09-16add a new modular thread list classRichard Hughes1-0/+7
2007-08-31make libselftest -> libst for my typing...Richard Hughes1-4/+4
2007-08-31use a selftest libraryRichard Hughes1-173/+8
2007-08-30correct some errors in the filter checkingRichard Hughes1-2/+2
2007-08-23make the spawn monitor async rather than sync. PackageKit now 400x fasterRichard Hughes1-0/+2
2007-08-22add unit test frameworkRichard Hughes1-0/+205