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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add with pkgCacheGen::Essential a way to control which packages get the
David Kalnischkies
2010-03-21
1
-3
/
+13
*
add a missing non-const & Accessors to the Iterator class
David Kalnischkies
2010-03-19
1
-0
/
+1
*
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
David Kalnischkies
2010-03-18
27
-861
/
+1756
|
\
|
*
Readd the FindPkg() method implementation used in the singleArch days to
David Kalnischkies
2010-03-18
2
-2
/
+36
|
*
generate "negative" dependencies against all architectures of a package
David Kalnischkies
2010-03-18
1
-3
/
+16
|
*
Ensure that for each all package at least one pseudopackage is installed
David Kalnischkies
2010-03-14
1
-9
/
+68
|
*
fix compiler error if compiled with -std=c++0x
David Kalnischkies
2010-03-01
1
-5
/
+5
|
*
We need to kill also pseudo packages which have no dependency, no
David Kalnischkies
2010-03-01
2
-12
/
+66
|
*
Remove and Unpack operations should not be ignored for pseudo packages -
David Kalnischkies
2010-03-01
2
-9
/
+15
|
*
Create Pins for all group members instead of only for native architecture
David Kalnischkies
2010-02-28
1
-19
/
+22
|
*
Fix the PkgFileIterator Constructor which defaults to the wrong value.
David Kalnischkies
2010-02-28
1
-1
/
+2
|
*
Enable the AutoRemover to talk "Multi-Arch" by marking all pseudo
David Kalnischkies
2010-02-27
2
-65
/
+109
|
*
move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()
David Kalnischkies
2010-02-26
2
-0
/
+13
|
*
doesn't use a default separator in ExplodeString (halfway losted in merge)
David Kalnischkies
2010-02-18
1
-1
/
+1
|
*
criss-cross merge with my sid branch
David Kalnischkies
2010-02-18
2
-11
/
+12
|
|
\
|
*
|
* aptconfiguration.cc:
David Kalnischkies
2010-02-15
2
-7
/
+76
|
*
|
Add support for the LANGUAGE environment variable
David Kalnischkies
2010-02-14
3
-34
/
+61
|
*
|
Pseudo() doesn't work in the Cache generation step as the check if only
David Kalnischkies
2010-02-14
1
-1
/
+2
|
*
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-02-13
1
-1
/
+1
|
*
|
[BREAK] merge MultiArch-ABI. We don't support MultiArch,
David Kalnischkies
2010-02-13
28
-770
/
+1455
|
|
\
\
|
|
*
|
In SingleArch environments we don't need the arch "all" pseudo package
David Kalnischkies
2010-02-12
3
-4
/
+10
|
|
*
|
Add yet another pseudo package which isn't as pseudo as the others:
David Kalnischkies
2010-02-12
10
-17
/
+124
|
|
*
|
Arch() on a MultiArch:all version should return "all" to be compatible
David Kalnischkies
2010-02-11
1
-1
/
+10
|
|
*
|
Add Multi-Arch: allowed support by creating an implicit provide of
David Kalnischkies
2010-02-11
2
-1
/
+10
|
|
*
|
Foreign Versions add an implicit Provides to the other packages in the group
David Kalnischkies
2010-02-10
3
-24
/
+42
|
|
*
|
Create implicit dependencies needed for Multi-Arch handling
David Kalnischkies
2010-02-10
1
-7
/
+24
|
|
*
|
Pre-MultiArch a package which depends on a package with architecture "all"
David Kalnischkies
2010-02-10
3
-11
/
+110
|
|
*
|
Drop the Arch information from the Version structure as we can get
David Kalnischkies
2010-02-07
6
-7
/
+12
|
|
*
|
Split ListParser::NewDepends into two methods to use these new method
David Kalnischkies
2009-12-27
6
-40
/
+176
|
|
*
|
merge Goswin Brederlow "support download of index files for different archs"
David Kalnischkies
2009-12-23
18
-214
/
+394
|
|
*
|
Implement the first step toward Multi-Arch by setting up a Group
David Kalnischkies
2009-12-19
7
-70
/
+267
|
|
*
|
mark the Error/Warning method as __cold
David Kalnischkies
2009-12-19
1
-4
/
+5
|
|
*
|
add optional gcc features as deprecated, unused and (un)likely
David Kalnischkies
2009-12-19
1
-0
/
+22
|
|
*
|
Refactor the cache iterators by using a common base class
David Kalnischkies
2009-12-09
3
-418
/
+320
*
|
|
|
Fix a segfault in the version merger introduced in the previous patch:
David Kalnischkies
2010-03-18
1
-1
/
+1
*
|
|
|
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
2010-03-17
1
-17
/
+11
*
|
|
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-03-14
4
-20
/
+41
*
|
|
|
* apt-pkg/deb/debversion.cc:
David Kalnischkies
2010-03-13
1
-2
/
+16
*
|
|
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-03-12
3
-1
/
+44
*
|
|
|
* cmdline/apt-get.cc
David Kalnischkies
2010-03-12
1
-1
/
+2
*
|
|
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-03-12
1
-7
/
+9
*
|
|
|
fix memory leak in getLanguages() by closing the directory after checking
David Kalnischkies
2010-03-03
1
-0
/
+1
*
|
|
|
* apt-pkg/contrib/mmap.{h,cc}:
David Kalnischkies
2010-02-27
2
-11
/
+64
*
|
|
|
fix crash when LANGUAGE is not set
Michael Vogt
2010-02-18
1
-1
/
+2
*
|
|
|
merge from the lp:~donkult/apt/sid branch
Michael Vogt
2010-02-18
7
-42
/
+158
|
\
\
\
\
|
*
|
|
|
we break the ABI, so let use increase the ABI number :)
David Kalnischkies
2010-02-18
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
* aptconfiguration.cc:
David Kalnischkies
2010-02-18
2
-7
/
+76
|
*
|
|
dd support for the LANGUAGE environment variable
David Kalnischkies
2010-02-18
4
-33
/
+80
|
*
|
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-02-18
1
-1
/
+1
|
|
/
/
*
|
|
* [BREAK] merged lp:~mvo/apt/history
Michael Vogt
2010-02-18
6
-21
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
[next]