aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-lru-file.c
Commit message (Collapse)AuthorAgeFilesLines
* Looking at the last touch date of entries as we're loading the file and ↵Ted Gould2010-01-201-2/+30
| | | | removing ones that are very old.
* License headers.Ted Gould2010-01-201-0/+22
|
* Moving directory and filename into definesTed Gould2010-01-201-2/+5
|
* Moving the JSON file values into #definesTed Gould2010-01-201-6/+11
|
* Fleshing out loading of the LRU file and realizing we need a json-glib dep ↵Ted Gould2010-01-201-1/+79
| | | | and the 'category' field in the output.
* Switch to building a string and writing it out instead of async writes as ↵Ted Gould2010-01-201-42/+11
| | | | the order doesn't seem to be predictable.
* Build the directory and some debugging infoTed Gould2010-01-201-4/+18
|
* Fleshing out the cleaning and dirtying functions. Now we should write out a ↵Ted Gould2010-01-201-1/+129
| | | | file.
* Making a sort function that looks at two Apps and determines their ordering.Ted Gould2010-01-201-1/+45
|
* Fleshing out touching.Ted Gould2010-01-201-1/+27
|
* Allocating memory and objects in the lur worldTed Gould2010-01-201-1/+68
|
* Adding some API to our LRU fileTed Gould2010-01-191-0/+33
|
* Adding an object to start tracking the lru of the app indicatorsTed Gould2010-01-191-0/+56