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
/
edsp
/
edsplistparser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make map_pointer<T> typesafe
Julian Andres Klode
2020-02-24
1
-2
/
+2
*
Use a 32-bit djb VersionHash instead of CRC-16
Julian Andres Klode
2020-02-18
1
-1
/
+1
*
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-14
1
-1
/
+1
*
drop unused/unimplemented & hidden LoadReleaseInfo
David Kalnischkies
2017-09-09
1
-7
/
+0
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-3
/
+3
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
1
-2
/
+3
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
1
-0
/
+2
*
eipp: provide the internal planer as an external one
David Kalnischkies
2016-06-27
1
-0
/
+54
*
refactor EDSP classes for better internal reuse
David Kalnischkies
2016-06-05
1
-39
/
+27
*
edsp: use an ID mapping for the internal solver
David Kalnischkies
2016-06-04
1
-1
/
+2
*
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
1
-6
/
+2
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-4
/
+2
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-0
/
+9
*
implement autobit and pinning in EDSP solver 'apt'
David Kalnischkies
2015-09-14
1
-4
/
+46
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-1
/
+0
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
1
-1
/
+1
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+2
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-2
/
+2
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-4
/
+6
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-2
/
+2
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
1
-4
/
+4
*
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-0
/
+2
*
parse correctly the Hold: lines into Pkg->SelectedState = Hold
David Kalnischkies
2011-05-02
1
-2
/
+5
*
parse the state of the package from the scenario file correctly
David Kalnischkies
2011-03-31
1
-30
/
+8
*
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-30
1
-0
/
+109