index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
add a missing non-const & Accessors to the Iterator class
David Kalnischkies
1
-0
/
+1
2010-03-18
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
David Kalnischkies
27
-861
/
+1756
2010-03-18
Readd the FindPkg() method implementation used in the singleArch days to
David Kalnischkies
2
-2
/
+36
2010-03-18
generate "negative" dependencies against all architectures of a package
David Kalnischkies
1
-3
/
+16
2010-03-18
Fix a segfault in the version merger introduced in the previous patch:
David Kalnischkies
1
-1
/
+1
2010-03-17
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
1
-17
/
+11
2010-03-14
* apt-pkg/depcache.cc:
David Kalnischkies
4
-20
/
+41
2010-03-14
Ensure that for each all package at least one pseudopackage is installed
David Kalnischkies
1
-9
/
+68
2010-03-13
* apt-pkg/deb/debversion.cc:
David Kalnischkies
1
-2
/
+16
2010-03-12
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
3
-1
/
+44
2010-03-12
* cmdline/apt-get.cc
David Kalnischkies
1
-1
/
+2
2010-03-12
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
1
-7
/
+9
2010-03-03
fix memory leak in getLanguages() by closing the directory after checking
David Kalnischkies
1
-0
/
+1
2010-03-01
fix compiler error if compiled with -std=c++0x
David Kalnischkies
1
-5
/
+5
2010-03-01
We need to kill also pseudo packages which have no dependency, no
David Kalnischkies
2
-12
/
+66
2010-03-01
Remove and Unpack operations should not be ignored for pseudo packages -
David Kalnischkies
2
-9
/
+15
2010-02-28
Create Pins for all group members instead of only for native architecture
David Kalnischkies
1
-19
/
+22
2010-02-28
Fix the PkgFileIterator Constructor which defaults to the wrong value.
David Kalnischkies
1
-1
/
+2
2010-02-27
Enable the AutoRemover to talk "Multi-Arch" by marking all pseudo
David Kalnischkies
2
-65
/
+109
2010-02-27
* apt-pkg/contrib/mmap.{h,cc}:
David Kalnischkies
2
-11
/
+64
2010-02-26
move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()
David Kalnischkies
2
-0
/
+13
2010-02-18
fix crash when LANGUAGE is not set
Michael Vogt
1
-1
/
+2
2010-02-18
merge from the lp:~donkult/apt/sid branch
Michael Vogt
7
-42
/
+158
2010-02-18
* [BREAK] merged lp:~mvo/apt/history
Michael Vogt
6
-21
/
+99
2010-02-18
Change the package index Info methods to allow apt-cache policy to be
Michael Vogt
3
-6
/
+19
2010-02-18
we break the ABI, so let use increase the ABI number :)
David Kalnischkies
1
-1
/
+1
2010-02-18
doesn't use a default separator in ExplodeString (halfway losted in merge)
David Kalnischkies
1
-1
/
+1
2010-02-18
criss-cross merge with my sid branch
David Kalnischkies
2
-11
/
+12
2010-02-18
* aptconfiguration.cc:
David Kalnischkies
2
-7
/
+76
2010-02-18
dd support for the LANGUAGE environment variable
David Kalnischkies
4
-33
/
+80
2010-02-18
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
1
-1
/
+1
2010-02-17
merged from debian-sid
Michael Vogt
19
-197
/
+364
2010-02-15
* aptconfiguration.cc:
David Kalnischkies
2
-7
/
+76
2010-02-14
Add support for the LANGUAGE environment variable
David Kalnischkies
3
-34
/
+61
2010-02-14
Pseudo() doesn't work in the Cache generation step as the check if only
David Kalnischkies
1
-1
/
+2
2010-02-13
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
1
-1
/
+1
2010-02-13
[BREAK] merge MultiArch-ABI. We don't support MultiArch,
David Kalnischkies
28
-770
/
+1455
2010-02-13
merge with debian-sid
David Kalnischkies
3
-25
/
+34
2010-02-12
In SingleArch environments we don't need the arch "all" pseudo package
David Kalnischkies
3
-4
/
+10
2010-02-12
Add yet another pseudo package which isn't as pseudo as the others:
David Kalnischkies
10
-17
/
+124
2010-02-11
Arch() on a MultiArch:all version should return "all" to be compatible
David Kalnischkies
1
-1
/
+10
2010-02-11
Add Multi-Arch: allowed support by creating an implicit provide of
David Kalnischkies
2
-1
/
+10
2010-02-10
Foreign Versions add an implicit Provides to the other packages in the group
David Kalnischkies
3
-24
/
+42
2010-02-10
Create implicit dependencies needed for Multi-Arch handling
David Kalnischkies
1
-7
/
+24
2010-02-10
Pre-MultiArch a package which depends on a package with architecture "all"
David Kalnischkies
3
-11
/
+110
2010-02-07
fix progress reporting while reading extended_states file
David Kalnischkies
1
-3
/
+3
2010-02-07
Drop the Arch information from the Version structure as we can get
David Kalnischkies
6
-7
/
+12
2010-01-31
merge r1966..1967 from lp:~donkult/apt/sid
Michael Vogt
8
-17
/
+11
2010-01-31
* cmdline/acqprogress.cc:
Michael Vogt
2
-23
/
+16
2010-01-30
cleanup the error header a bit by moving the printf-macros out
David Kalnischkies
2
-23
/
+16
[next]