index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
cacheset.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
1
-5
/
+5
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-9
/
+9
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
1
-1
/
+0
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
1
-2
/
+2
2015-12-14
support regex and co in 'apt-cache policy $pkg' again
David Kalnischkies
1
-1
/
+1
2015-11-04
support .deb files in upgrade operations as well
David Kalnischkies
1
-8
/
+2
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
1
-1
/
+2
2015-08-29
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
1
-12
/
+4
2015-08-27
cacheset: Prefer the depcache over the policy again
Julian Andres Klode
1
-5
/
+5
2015-08-10
avoid virtual in the iterators
David Kalnischkies
1
-1
/
+2
2015-08-10
show or-groups in not-installed recommends and suggests lists
David Kalnischkies
1
-0
/
+110
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-5
/
+14
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-1
/
+14
2015-03-16
fix some new compiler warnings reported by gcc-5
David Kalnischkies
1
-2
/
+2
2014-11-08
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
1
-36
/
+10
2014-09-27
move PCI::From* methods into CacheSetHelper class
David Kalnischkies
1
-56
/
+68
2014-09-27
rework cachesets API to allow future extension
David Kalnischkies
1
-68
/
+196
2014-07-16
Do not crash for apt-get install /dev/null
Michael Vogt
1
-0
/
+2
2014-07-10
Allow passing a full path to apt-get install /foo/bar.deb
Michael Vogt
1
-1
/
+8
2014-05-07
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
1
-4
/
+5
2014-04-26
handle pkgnames shorter than modifiers
David Kalnischkies
1
-2
/
+4
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
1
-5
/
+5
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-4
/
+12
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-14
/
+14
2014-02-20
prepare re-enable fnmatch() once we have proper reporting
Michael Vogt
1
-0
/
+3
2014-02-14
disable fnmatch()
Michael Vogt
1
-1
/
+0
2014-02-14
add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)
Michael Vogt
1
-2
/
+23
2014-01-16
rework some code to fix some scan-build warnings
David Kalnischkies
1
-0
/
+2
2013-08-12
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt
1
-0
/
+64
2012-07-18
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-0
/
+2
2012-06-14
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-4
/
+50
2012-04-20
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-2
/
+5
2011-11-09
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-178
/
+203
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-2
/
+5
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-2
/
+4
2011-02-10
* merged lp:~evfool/apt/fix641673
Michael Vogt
1
-1
/
+1
2010-07-30
- [ABI BREAK] add an ErrorType option to CacheSetHelper
David Kalnischkies
1
-9
/
+9
2010-07-30
* apt-pkg/cacheset.cc:
Michael Vogt
1
-1
/
+1
2010-07-26
- add a 'newest' pseudo target release as in pkg/newest
David Kalnischkies
1
-1
/
+6
2010-07-17
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-0
/
+506
2010-06-15
* cmdline/cacheset.cc:
David Kalnischkies
1
-330
/
+0
2010-06-15
Add a GroupedFromCommandLine for the VersionSet similar to the
David Kalnischkies
1
-39
/
+84
2010-06-10
* apt-pkg/cacheset.cc:
David Kalnischkies
1
-3
/
+8
2010-06-06
add a GroupedFromCommandLine method to the PackageSet to split the
David Kalnischkies
1
-0
/
+33
2010-06-05
support special release-modifier 'installed' and 'candidate'
David Kalnischkies
1
-49
/
+77
2010-06-05
handle :arch modifier in PackageSet::FromString correctly
David Kalnischkies
1
-6
/
+20
2010-06-05
Don't increase the commandline parameter in the library but in the
David Kalnischkies
1
-2
/
+2
2010-06-05
Add a method to get a VersionSet from the Commandline and refactor
David Kalnischkies
1
-19
/
+121
2010-05-31
rename packageset into cacheset while it is not too late
David Kalnischkies
1
-0
/
+103