Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies | |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile |