index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
edsp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-07
Remove obsolete RCS keywords
Guillem Jover
1
-1
/
+0
2017-09-09
drop unused/unimplemented & hidden LoadReleaseInfo
David Kalnischkies
2
-10
/
+0
2017-08-24
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
3
-7
/
+7
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
5
-9
/
+9
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
3
-3
/
+0
2017-06-26
fix some unlikely memory leaks in error cases
David Kalnischkies
1
-6
/
+7
2016-11-22
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2
-3
/
+7
2016-08-26
Add missing includes and external definitions
Julian Andres Klode
1
-0
/
+2
2016-06-29
eipp: let apt make a plan, not make stuff plane
David Kalnischkies
1
-1
/
+1
2016-06-27
eipp: provide the internal planer as an external one
David Kalnischkies
6
-1
/
+140
2016-06-08
edsp: optionally store a compressed copy of the last scenario
David Kalnischkies
1
-0
/
+3
2016-06-06
edsp: prevent it from trying to write a cache
David Kalnischkies
1
-0
/
+6
2016-06-05
refactor EDSP classes for better internal reuse
David Kalnischkies
6
-150
/
+145
2016-06-04
edsp: use an ID mapping for the internal solver
David Kalnischkies
1
-1
/
+2
2016-02-03
edspsystem.cc: include <stdlib.h> for mkdtemp
Fredrik Fornwall
1
-0
/
+1
2016-01-26
remove unused Description methods in listparsers
David Kalnischkies
2
-8
/
+3
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
2
-6
/
+4
2015-11-04
sanify API to get 'the' candidate version
David Kalnischkies
1
-0
/
+9
2015-09-14
use a less generic special trigger filename for stdin
David Kalnischkies
2
-3
/
+3
2015-09-14
implement autobit and pinning in EDSP solver 'apt'
David Kalnischkies
4
-8
/
+94
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
3
-8
/
+0
2015-08-11
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
1
-1
/
+1
2015-08-10
parse packages from all architectures into the cache
David Kalnischkies
2
-2
/
+2
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
3
-45
/
+54
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-2
/
+1
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
4
-14
/
+16
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
6
-11
/
+7
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
5
-1
/
+8
2015-06-15
populate the Architecture field for PackageFiles
David Kalnischkies
1
-1
/
+1
2015-06-12
store Release files data in the Cache
David Kalnischkies
3
-7
/
+6
2014-11-08
mark internal interfaces as hidden
David Kalnischkies
5
-9
/
+7
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
1
-1
/
+1
2014-06-18
cleanup datatypes mix used in binary cache
David Kalnischkies
1
-1
/
+1
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
3
-6
/
+6
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
6
-17
/
+42
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
3
-6
/
+6
2012-06-16
do not dereference the storage for the unique strings as the pointer can
David Kalnischkies
1
-1
/
+2
2012-04-23
* edsp/edspsystem.cc:
David Kalnischkies
1
-1
/
+1
2011-12-15
atleast libapt should announce to itself that it is clean…
David Kalnischkies
1
-2
/
+2
2011-12-13
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2
-0
/
+10
2011-12-10
* apt-pkg/contrib/fileutl.{h,cc}:
David Kalnischkies
1
-5
/
+2
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
3
-4
/
+3
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
4
-10
/
+10
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
3
-1
/
+8
2011-06-08
add some more dpointer placeholders
Michael Vogt
2
-0
/
+6
2011-05-02
parse correctly the Hold: lines into Pkg->SelectedState = Hold
David Kalnischkies
1
-2
/
+5
2011-03-31
rename edspwriter to straight edsp in toplevel as it does more than
David Kalnischkies
2
-192
/
+0
2011-03-31
add the methods we will need to write to make working with EDSP possible
David Kalnischkies
2
-2
/
+24
2011-03-31
strip the Dir::state from the config name as it will never be there
David Kalnischkies
1
-4
/
+4
2011-03-31
parse the state of the package from the scenario file correctly
David Kalnischkies
1
-30
/
+8
[next]