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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
2
-6
/
+4
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-0
/
+9
*
use a less generic special trigger filename for stdin
David Kalnischkies
2015-09-14
2
-3
/
+3
*
implement autobit and pinning in EDSP solver 'apt'
David Kalnischkies
2015-09-14
4
-8
/
+94
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
3
-8
/
+0
*
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
2015-08-11
1
-1
/
+1
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
2
-2
/
+2
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
3
-45
/
+54
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
1
-2
/
+1
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
4
-14
/
+16
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
6
-11
/
+7
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
5
-1
/
+8
*
populate the Architecture field for PackageFiles
David Kalnischkies
2015-06-15
1
-1
/
+1
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
3
-7
/
+6
*
mark internal interfaces as hidden
David Kalnischkies
2014-11-08
5
-9
/
+7
*
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
1
-1
/
+1
*
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-06-18
1
-1
/
+1
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
3
-6
/
+6
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
6
-17
/
+42
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
3
-6
/
+6
*
do not dereference the storage for the unique strings as the pointer can
David Kalnischkies
2012-06-16
1
-1
/
+2
*
* edsp/edspsystem.cc:
David Kalnischkies
2012-04-23
1
-1
/
+1
*
atleast libapt should announce to itself that it is clean…
David Kalnischkies
2011-12-15
1
-2
/
+2
*
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2011-12-13
2
-0
/
+10
*
* apt-pkg/contrib/fileutl.{h,cc}:
David Kalnischkies
2011-12-10
1
-5
/
+2
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
3
-4
/
+3
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
4
-10
/
+10
*
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
3
-1
/
+8
*
add some more dpointer placeholders
Michael Vogt
2011-06-08
2
-0
/
+6
*
parse correctly the Hold: lines into Pkg->SelectedState = Hold
David Kalnischkies
2011-05-02
1
-2
/
+5
*
rename edspwriter to straight edsp in toplevel as it does more than
David Kalnischkies
2011-03-31
2
-192
/
+0
*
add the methods we will need to write to make working with EDSP possible
David Kalnischkies
2011-03-31
2
-2
/
+24
*
strip the Dir::state from the config name as it will never be there
David Kalnischkies
2011-03-31
1
-4
/
+4
*
parse the state of the package from the scenario file correctly
David Kalnischkies
2011-03-31
1
-30
/
+8
*
rename the 'universe' to 'scenario' to reflect the naming in the draft
David Kalnischkies
2011-03-31
5
-11
/
+11
*
add a special scenario filename for using stdin
David Kalnischkies
2011-03-31
2
-3
/
+14
*
be able to write solutions, too
David Kalnischkies
2011-03-30
2
-0
/
+21
*
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-30
8
-0
/
+550