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